CMR
1.3.0
|
#include <graph.h>
Public Attributes | |
size_t | numNodes |
Number of nodes. More... | |
size_t | memNodes |
Number of nodes for which memory is allocated. More... | |
CMR_GRAPH_NODE_DATA * | nodes |
Array containing node data. More... | |
int | firstNode |
Index of first node. More... | |
int | freeNode |
Beginning of free-list of nodes. More... | |
size_t | numEdges |
Number of edges. More... | |
size_t | memEdges |
Number of edges for which memory is allocated. More... | |
CMR_GRAPH_ARC_DATA * | arcs |
Array containing arc data. More... | |
int | freeEdge |
Beginning of free-list of arc. More... | |
CMR_GRAPH_ARC_DATA* CMR_GRAPH::arcs |
Array containing arc data.
int CMR_GRAPH::firstNode |
Index of first node.
int CMR_GRAPH::freeEdge |
Beginning of free-list of arc.
int CMR_GRAPH::freeNode |
Beginning of free-list of nodes.
size_t CMR_GRAPH::memEdges |
Number of edges for which memory is allocated.
size_t CMR_GRAPH::memNodes |
Number of nodes for which memory is allocated.
CMR_GRAPH_NODE_DATA* CMR_GRAPH::nodes |
Array containing node data.
size_t CMR_GRAPH::numEdges |
Number of edges.
size_t CMR_GRAPH::numNodes |
Number of nodes.