Enumerations | |
enum | abstractMixedGraph::TMergeLayoutMode { abstractMixedGraph::MERGE_ALIGN_RIGHT = 0, abstractMixedGraph::MERGE_ALIGN_BELOW = 1, abstractMixedGraph::MERGE_OVERLAY = 2 } |
Functions | |
void | abstractMixedGraph::AddGraphByNodes (abstractMixedGraph &G, TMergeLayoutMode mergeLayoutMode=MERGE_OVERLAY) throw (ERRejected) |
void | abstractMixedGraph::FacetIdentification (abstractMixedGraph &G) throw (ERRejected) |
|
Merge display modes.
|
|
Disjoint merge of another graph into this object.
|
|
Fill the appropriate faces with copies of another graph.
The procedure also determines a geometric representation, if both this graph and G provide 2D or 3D straight line drawings. Supposed that all relevant faces are regular polygones, G is rotated and scaled as expected. Then in the 2D setting, a plane drawing results. In the 3D setting, Observe that a convex drawing results only in special circumstances. |