Declaration and implementation of the class PQNode. More...
Go to the source code of this file.
Classes | |
| class | ogdf::PQNode< T, X, Y > |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Defines | |
| #define | OGDF_PQ_NODE_H |
| #define | EMPTY 1 |
| #define | PARTIAL 2 |
| #define | FULL 3 |
| #define | PERTINENT 4 |
| #define | TO_BE_DELETED 5 |
| #define | UNMARKED 0 |
| #define | QUEUED 1 |
| #define | BLOCKED 2 |
| #define | UNBLOCKED 3 |
Enumerations | |
| enum | ogdf::SibDirection { ogdf::NODIR, ogdf::LEFT, ogdf::RIGHT } |
Declaration and implementation of the class PQNode.
This file contains the header for the class template PQNode. The class template PQNode is used as an abstract base class for all nodes in a PQ-tree. The derived classes are a class template for Q- and P-nodes internalNodes (PQInternalNode) and a class template PQLeaf for the leaves of the tree.
Copyright (C). All rights reserved. See README.txt in the root directory of the OGDF installation for details.
Definition in file PQNode.h.
| #define OGDF_PQ_NODE_H |
| #define TO_BE_DELETED 5 |