Declaration and implementation of the class PQNode. More...
Go to the source code of this file.
Classes | |
class | ogdf::PQNode< T, X, Y > |
The class template PQBasicKey is an abstract base class. More... | |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
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.
Definition in file PQNode.h.