CMR
1.3.0
|
Public Attributes | |
int | adjacencyStart |
Index of first outgoing arc. More... | |
int | component |
Index of component of matrix. More... | |
int | degree |
Used to count the degree. More... | |
int | order |
Corresponding row/column in component. More... | |
size_t | predecessor |
int8_t | status |
int8_t | edgeValue |
int GraphNode::adjacencyStart |
Index of first outgoing arc.
int GraphNode::component |
Index of component of matrix.
int GraphNode::degree |
Used to count the degree.
int8_t GraphNode::edgeValue |
Matrix entry of the edge to the predecessor.
int GraphNode::order |
Corresponding row/column in component.
size_t GraphNode::predecessor |
Predecessor node (row or column index).
int8_t GraphNode::status |
0: unknown, 1: in queue, 2: processed.