#include <ogdf/internal/planarity/PQNodeRoot.h>
Public Types | |
| enum | PQNodeType { PNode = 1, QNode = 2, leaf = 3 } |
Public Member Functions | |
| PQNodeRoot () | |
| virtual | ~PQNodeRoot () |
The class PQNodeRoot is used as a base class of the class PQNode. Using the class PQNodeRoot, a user may refer to a node without the class structure.
Definition at line 61 of file PQNodeRoot.h.
Definition at line 64 of file PQNodeRoot.h.
| ogdf::PQNodeRoot::PQNodeRoot | ( | ) | [inline] |
Definition at line 66 of file PQNodeRoot.h.
| virtual ogdf::PQNodeRoot::~PQNodeRoot | ( | ) | [inline, virtual] |
Definition at line 67 of file PQNodeRoot.h.