CMR  1.3.0
Public Attributes | List of all members
GraphNode Struct Reference

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
 

Member Data Documentation

◆ adjacencyStart

int GraphNode::adjacencyStart

Index of first outgoing arc.

◆ component

int GraphNode::component

Index of component of matrix.

◆ degree

int GraphNode::degree

Used to count the degree.

◆ edgeValue

int8_t GraphNode::edgeValue

Matrix entry of the edge to the predecessor.

◆ order

int GraphNode::order

Corresponding row/column in component.

◆ predecessor

size_t GraphNode::predecessor

Predecessor node (row or column index).

◆ status

int8_t GraphNode::status

0: unknown, 1: in queue, 2: processed.


The documentation for this struct was generated from the following files: