Declaration of the class BoyerMyrvoldPlanar. More...
#include <ogdf/basic/Graph_d.h>#include <ogdf/basic/NodeArray.h>#include <ogdf/basic/Stack.h>#include <ogdf/basic/List.h>#include <ogdf/basic/SList.h>Go to the source code of this file.
Classes | |
| class | ogdf::BoyerMyrvoldPlanar |
| This class implements the extended BoyerMyrvold planarity embedding algorithm. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_BOYER_MYRVOLD_PLANAR_H |
Enumerations | |
| enum | ogdf::enumDirection { ogdf::CCW = 0, ogdf::CW = 1 } |
| Directions for clockwise and counterclockwise traversal. More... | |
| enum | ogdf::enumEdgeType { ogdf::EDGE_UNDEFINED = 0, ogdf::EDGE_SELFLOOP = 1, ogdf::EDGE_BACK = 2, ogdf::EDGE_DFS = 3, ogdf::EDGE_DFS_PARALLEL = 4, ogdf::EDGE_BACK_DELETED = 5 } |
| Type of edge. More... | |
Declaration of the class BoyerMyrvoldPlanar.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file BoyerMyrvoldPlanar.h.
| #define OGDF_BOYER_MYRVOLD_PLANAR_H |
Definition at line 49 of file BoyerMyrvoldPlanar.h.