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

Data Fields | |
| dgNodeRef * | next |
| dgNode * | node |
Definition at line 51 of file diGraph.h.
struct dgNodeRef* dgNodeRef::next [read] |
Definition at line 54 of file diGraph.h.
Referenced by connectedComponents(), dgFindNodeInRefList(), and dgFindSubEdges().
struct dgNode* dgNodeRef::node [read] |
Definition at line 55 of file diGraph.h.
Referenced by connectedComponents(), dgFindNodeInRefList(), dgFindSubEdges(), and rFindConnected().
1.5.2