GraphGridLayout::GridBlock¶
-
struct
GraphGridLayout
::
GridBlock
¶ Public Members
-
ut64
id
¶
-
std::vector<ut64>
tree_edge
¶ subset of outgoing edges that form a tree
-
std::vector<ut64>
dag_edge
¶ subset of outgoing edges that form a dag
-
std::size_t
has_parent
= false¶
-
int
inputCount
= 0¶
-
int
outputCount
= 0¶
-
int
row_count
= 0¶ Number of rows in subtree.
-
int
col
= 0¶ Column in which the block is.
-
int
row
= 0¶ Row in which the block is.
-
ut64
mergeBlock
= 0¶
-
int
lastRowLeft
¶ left side of subtree last row
-
int
lastRowRight
¶ right side of subtree last row
-
int
leftPosition
¶ left side of subtree
-
int
rightPosition
¶ right side of subtree
-
LinkedListPool<int>::List
leftSideShape
¶
-
LinkedListPool<int>::List
rightSideShape
¶
-
ut64