Declaration of orthogonal representation of planar graphs. More...
#include <ogdf/basic/GraphCopy.h>#include <ogdf/basic/FaceArray.h>#include <ogdf/basic/tuples.h>#include <ogdf/basic/Stack.h>Go to the source code of this file.
Classes | |
| class | ogdf::BendString |
| class | ogdf::OrthoRep |
| struct | ogdf::OrthoRep::SideInfoUML |
| struct | ogdf::OrthoRep::VertexInfoUML |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_ORTHO_REP_H |
Enumerations | |
| enum | ogdf::BendType { ogdf::convexBend = '0', ogdf::reflexBend = '1' } |
| enum | ogdf::OrthoDir { ogdf::odNorth = 0, ogdf::odEast = 1, ogdf::odSouth = 2, ogdf::odWest = 3, ogdf::odUndefined = 4 } |
Declaration of orthogonal representation of planar graphs.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file OrthoRep.h.
| #define OGDF_ORTHO_REP_H |
Definition at line 49 of file OrthoRep.h.