An embedding tree representing, for a single node, all orders of incident edges in all planar embeddings. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/pctree/PCEnum.h>
#include <ogdf/basic/pctree/PCNode.h>
#include <ogdf/basic/pctree/PCRegistry.h>
#include <ogdf/basic/pctree/PCTree.h>
#include <ogdf/basic/pctree/util/IntrusiveList.h>
#include <exception>
#include <functional>
#include <iosfwd>
Go to the source code of this file.
Classes | |
struct | ogdf::pc_tree::GraphNotPlanarException |
class | ogdf::pc_tree::NodePCRotation |
This class represents the embedding tree of a single node in a biconnected component. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::pc_tree | |
An embedding tree representing, for a single node, all orders of incident edges in all planar embeddings.
Definition in file NodePCRotation.h.