#include <graph.h>
Collaboration diagram for VertexRecord:

Data Fields | |
| int | index |
| float | weight |
| int | firstEdge |
| int | numEdges |
Definition at line 16 of file graph.h.
| float VertexRecord::weight |
Definition at line 18 of file graph.h.
Referenced by g_nextVertex(), generateRandomGraph(), and graph_weightof().
Definition at line 19 of file graph.h.
Referenced by g_addEdge(), g_finishVertex(), g_getNeighbor(), g_nextVertex(), g_printGraph(), and generateRandomGraph().
Definition at line 20 of file graph.h.
Referenced by g_addEdge(), g_finishVertex(), g_getNeighbor(), g_nextVertex(), g_numNeighbors(), g_printGraph(), and generateRandomGraph().
1.5.1