Declaration and implementation of the class PQInternalNode. More...
#include <ogdf/basic/pqtree/PQInternalKey.h>
#include <ogdf/basic/pqtree/PQNode.h>
#include <ogdf/basic/pqtree/PQNodeRoot.h>
Go to the source code of this file.
Classes | |
class | ogdf::PQInternalNode< T, X, Y > |
The class template PQInternalNode is used to present P-nodes and Q-nodes in the PQ-Tree. More... | |
class | ogdf::PQLeafKey< T, X, Y > |
The class template PQLeafKey is a derived class of class template PQBasicKey. More... | |
class | ogdf::PQNodeKey< T, X, Y > |
The class template PQNodeKey is a derived class of class template PQBasicKey. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration and implementation of the class PQInternalNode.
Definition in file PQInternalNode.h.