Enumerations | |
enum | abstractMixedGraph::TMethPlanarity { abstractMixedGraph::PLANAR_DEFAULT = -1, abstractMixedGraph::PLANAR_HO_TA = 0, abstractMixedGraph::PLANAR_DMP = 1 } |
enum | abstractMixedGraph::TOptPlanarity { abstractMixedGraph::PLANAR_NO_OPT = 0, abstractMixedGraph::PLANAR_MINOR = 1 } |
Functions | |
bool | abstractMixedGraph::IsPlanar (TMethPlanarity method=PLANAR_DEFAULT, TOptPlanarity options=PLANAR_MINOR) throw (ERRejected) |
void | abstractMixedGraph::GrowExteriorFace () throw (ERRejected) |
|
Alternative methods for planarity testing and embedding.
|
|
Options for planarity methods.
|
|
Refine a planar representation in order to obtain a maximal exterior face. This method applies to planar embedded graph objects only. Dual incidences If the graph is implicitly outerplanar, |
|
Perform a planarity test.
|