Functions | |
| virtual TNode | abstractMixedGraph::DefaultSourceNode () const throw () |
| virtual TNode | abstractMixedGraph::DefaultTargetNode () const throw () |
| TNode | abstractMixedGraph::DefaultRootNode () const throw () |
| void | abstractMixedGraph::SetSourceNode (TNode v) throw (ERRange) |
| void | abstractMixedGraph::SetTargetNode (TNode v) throw (ERRange) |
| void | abstractMixedGraph::SetRootNode (TNode v) throw (ERRange) |
|
|
Retrieve the default root node.
|
|
|
Retrieve the default source node.
Reimplemented in splitGraph, balancedToBalanced, bigraphToDigraph, digraphToDigraph, and graphToBalanced. |
|
|
Retrieve the default target node.
Reimplemented in splitGraph, balancedToBalanced, bigraphToDigraph, digraphToDigraph, and graphToBalanced. |
|
|
Assign a default root node.
|
|
|
Assign a default source node.
|
|
|
Assign a default target node.
|