Declaration of class PlanarSubgraphPQTree. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/basic.h>
#include <ogdf/planarity/booth_lueker/PlanarLeafKey.h>
#include <ogdf/planarity/planar_subgraph_fast/MaxSequencePQTree.h>
#include <ogdf/planarity/planar_subgraph_fast/whaInfo.h>
Go to the source code of this file.
Classes | |
class | ogdf::PlanarSubgraphPQTree |
class | ogdf::PQLeafKey< T, X, Y > |
The class template PQLeafKey is a derived class of class template PQBasicKey. More... | |
class | ogdf::SList< E > |
Singly linked lists (maintaining the length of the list). More... | |
class | ogdf::SListPure< E > |
Singly linked lists. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of class PlanarSubgraphPQTree.
Datastructure used by the planarization module FastPlanarSubgraph. Derived class of MaxSequencePQTree. Implements an Interface of MaxSequencePQTree for the planarization module FastPlanarSubgraph.
Definition in file PlanarSubgraphPQTree.h.