DirectedGraphNode::DirectedGraphNode
Construct from DirectedGraph
Synopsis
Declared in <support/DirectedGraph.h>
DirectedGraphNode(DirectedGraph<Node, Edge>* g);
Parameters
Name |
Description |
g |
The object to construct from |
Created with MrDocs