Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::PQNodeRoot Class Reference

#include <ogdf/internal/planarity/PQNodeRoot.h>

Inheritance diagram for ogdf::PQNodeRoot:
ogdf::PQNode< T, X, Y > ogdf::PQNode< edge, indInfo *, bool > ogdf::PQNode< edge, whaInfo *, bool > ogdf::PQNode< edge, X, bool > ogdf::PQNode< T, whaInfo *, Y > ogdf::PQInternalNode< T, X, Y > ogdf::PQLeaf< T, X, Y > ogdf::EmbedIndicator

List of all members.

Public Types

enum  PQNodeType { PNode = 1, QNode = 2, leaf = 3 }

Public Member Functions

 PQNodeRoot ()
virtual ~PQNodeRoot ()

Detailed Description

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.


Member Enumeration Documentation

Enumerator:
PNode 
QNode 
leaf 

Definition at line 64 of file PQNodeRoot.h.


Constructor & Destructor Documentation

Definition at line 66 of file PQNodeRoot.h.

virtual ogdf::PQNodeRoot::~PQNodeRoot ( ) [inline, virtual]

Definition at line 67 of file PQNodeRoot.h.


The documentation for this class was generated from the following file: