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 : BasicBlock
isDummy : bool
Returns: VisBBlock

Instance members

Instance member Description

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

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

this.IsDummy

Full Usage: this.IsDummy

Returns: bool
Returns: bool

this.Layer

Full Usage: this.Layer

The layer that this node belongs to.

this.Width

Full Usage: this.Width

The width of the node.