completeOrientation Class Reference
[Graph derivation]
Complete orientation of a given mixed graph object.
More...
#include <sparseDigraph.h>
Inheritance diagram for completeOrientation:
Detailed Description
Complete orientation of a given mixed graph object.
This digraph replaces all undirected edges of the original mixed graph object by an antiparallel arc pair. If the OPT_REVERSE option is specified in the constructor call, directed arcs are also duplicated.
Constructor & Destructor Documentation
Member Function Documentation
unsigned long Allocated |
( |
|
) |
throw () |
|
|
Map a subgraph back to the original graph.
- Parameters:
-
| G | A reference of the original graph |
|
|
Map a subgraph from the original graph to this object.
- Parameters:
-
| G | A reference of the original graph |
|
unsigned long Size |
( |
|
) |
throw () |
|