Graphviz 13.0.0~dev.20241222.1117
|
#include <rawgraph.h>
Data Fields | |
size_t | nvs |
vertex * | vertices |
Definition at line 25 of file rawgraph.h.
size_t rawgraph::nvs |
Definition at line 26 of file rawgraph.h.
Referenced by free_graph(), make_graph(), and top_sort().
vertex* rawgraph::vertices |
Definition at line 27 of file rawgraph.h.
Referenced by assignTrackNo(), dumpChanG(), edge_exists(), free_graph(), insert_edge(), make_graph(), remove_redge(), and top_sort().