Declaration of class PlanarSubgraphPQTree. More...
#include <ogdf/internal/planarity/PQTree.h>#include <ogdf/basic/Graph.h>#include <ogdf/basic/SList.h>#include <ogdf/internal/planarity/PlanarLeafKey.h>#include <ogdf/internal/planarity/MaxSequencePQTree.h>Go to the source code of this file.
Classes | |
| class | ogdf::PlanarSubgraphPQTree |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_PLANAR_SUBGRAPH_PQTREE_H |
Typedefs | |
| typedef PQLeafKey< edge, whaInfo *, bool > * | ogdf::PtrPQLeafKeyEWB |
| typedef PlanarLeafKey< whaInfo * > * | ogdf::PtrPlanarLeafKeyW |
Functions | |
| template<> | |
| bool | ogdf::doDestruction< PtrPQLeafKeyEWB > (const PtrPQLeafKeyEWB *) |
| template<> | |
| bool | ogdf::doDestruction< PtrPlanarLeafKeyW > (const PtrPlanarLeafKeyW *) |
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.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file PlanarSubgraphPQTree.h.
| #define OGDF_PLANAR_SUBGRAPH_PQTREE_H |
Definition at line 53 of file PlanarSubgraphPQTree.h.