#include <diGraph.h>
Collaboration diagram for diGraph:

Data Fields | |
| dgNode * | nodeList |
| hash * | nodeHash |
| dlList * | edgeList |
Definition at line 9 of file diGraph.h.
struct dgNode* diGraph::nodeList [read] |
Definition at line 12 of file diGraph.h.
Referenced by bfGraphFromRangeGraph(), connectedComponents(), dgAddNode(), dgClearConnFlags(), dgClearVisitFlags(), dgConstrainedPriorityOrder(), dgDumpGraph(), dgFindNextConnected(), dgFindNextConnectedWithVals(), dgFindPath(), dgFree(), dgHasCycles(), and dgTopoSort().
struct hash* diGraph::nodeHash [read] |
Definition at line 13 of file diGraph.h.
Referenced by dgAddNode(), dgFindNode(), dgFree(), and dgNew().
struct dlList* diGraph::edgeList [read] |
Definition at line 14 of file diGraph.h.
Referenced by bfGraphFromRangeGraph(), dgConnectWithVal(), dgFree(), and dgNew().
1.5.2