Declaration of a base class for planar representations of graphs and cluster graphs. More...
#include <ogdf/basic/ArrayBuffer.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/basic/GraphCopy.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/basic.h>
#include <ogdf/planarity/EdgeTypePatterns.h>
#include <ogdf/planarity/NodeTypePatterns.h>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | ogdf::FaceSet< SupportFastSizeQuery > |
Face sets. More... | |
class | ogdf::List< E > |
Doubly linked lists (maintaining the length of the list). More... | |
class | ogdf::PlanRep |
Planarized representations (of a connected component) of a graph. More... | |
struct | ogdf::PlanRep::Deg1RestoreInfo |
Information for restoring degree-1 nodes. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of a base class for planar representations of graphs and cluster graphs.
Definition in file PlanRep.h.