Header menu logo B2R2

VisBBlock Type

The main vertex type used for visualization.

Constructors

Constructor Description

VisBBlock(blk, isDummy)

Full Usage: VisBBlock(blk, isDummy)

Parameters:
Returns: VisBBlock
blk : IVisualizable
isDummy : bool
Returns: VisBBlock

VisBBlock(blk, charWidth, charHeight, isDummy)

Full Usage: VisBBlock(blk, charWidth, charHeight, isDummy)

Parameters:
    blk : IVisualizable
    charWidth : float
    charHeight : float
    isDummy : bool

Returns: VisBBlock
blk : IVisualizable
charWidth : float
charHeight : float
isDummy : bool
Returns: VisBBlock

Instance members

Instance member Description

this.BlockAddress

Full Usage: this.BlockAddress

Returns: Addr
Returns: Addr

this.Coordinate

Full Usage: this.Coordinate

Returns: VisPosition

X-Y coordinate in the visualized graph.

Returns: VisPosition

this.Height

Full Usage: this.Height

Returns: float

The height of the node.

Returns: float

this.Index

Full Usage: this.Index

Returns: int

Relative index in a layer (from left to right).

Returns: int

this.IsDummy

Full Usage: this.IsDummy

Returns: bool
Returns: bool

this.Layer

Full Usage: this.Layer

Returns: int

The layer that this node belongs to.

Returns: int

this.Width

Full Usage: this.Width

Returns: float

The width of the node.

Returns: float

Type something to start searching.