
#include <graph.h>

Data Fields | |
| int | index |
| float | weight |
| int | firstEdge |
| int | numEdges |
Definition at line 9 of file graph.h.
| float VertexRecord::weight |
Definition at line 11 of file graph.h.
Referenced by g_nextVertex(), generateRandomGraph(), and graph_weightof().
Definition at line 12 of file graph.h.
Referenced by g_addEdge(), g_finishVertex(), g_getNeighbor(), g_nextVertex(), g_printGraph(), and generateRandomGraph().
Definition at line 13 of file graph.h.
Referenced by g_addEdge(), g_finishVertex(), g_getNeighbor(), g_nextVertex(), g_numNeighbors(), g_printGraph(), and generateRandomGraph().
1.5.5