![]() |
CMR
1.3.0
|
#include <graph.h>
Public Attributes | |
| size_t | numNodes |
| Number of nodes. | |
| size_t | memNodes |
| Number of nodes for which memory is allocated. | |
| CMR_GRAPH_NODE_DATA * | nodes |
| Array containing node data. | |
| int | firstNode |
| Index of first node. | |
| int | freeNode |
| Beginning of free-list of nodes. | |
| size_t | numEdges |
| Number of edges. | |
| size_t | memEdges |
| Number of edges for which memory is allocated. | |
| CMR_GRAPH_ARC_DATA * | arcs |
| Array containing arc data. | |
| int | freeEdge |
| Beginning of free-list of arc. | |
| 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.