#include <ogdf/internal/planarity/PlanarPQTree.h>
Public Member Functions | |
| PlanarPQTree () | |
| virtual | ~PlanarPQTree () |
| virtual void | emptyAllPertinentNodes () |
| virtual int | Initialize (SListPure< PlanarLeafKey< indInfo * > * > &leafKeys) |
| void | ReplaceRoot (SListPure< PlanarLeafKey< indInfo * > * > &leafKeys) |
| virtual bool | Reduction (SListPure< PlanarLeafKey< indInfo * > * > &leafKeys) |
Private Member Functions | |
| void | ReplaceFullRoot (SListPure< PlanarLeafKey< indInfo * > * > &leafKeys) |
| void | ReplacePartialRoot (SListPure< PlanarLeafKey< indInfo * > * > &leafKeys) |
Definition at line 62 of file PlanarPQTree.h.
| ogdf::PlanarPQTree::PlanarPQTree | ( | ) | [inline] |
Definition at line 66 of file PlanarPQTree.h.
| virtual ogdf::PlanarPQTree::~PlanarPQTree | ( | ) | [inline, virtual] |
Definition at line 68 of file PlanarPQTree.h.
| virtual void ogdf::PlanarPQTree::emptyAllPertinentNodes | ( | ) | [virtual] |
Reimplemented from ogdf::PQTree< edge, indInfo *, bool >.
| virtual int ogdf::PlanarPQTree::Initialize | ( | SListPure< PlanarLeafKey< indInfo * > * > & | leafKeys | ) | [virtual] |
| virtual bool ogdf::PlanarPQTree::Reduction | ( | SListPure< PlanarLeafKey< indInfo * > * > & | leafKeys | ) | [virtual] |
| void ogdf::PlanarPQTree::ReplaceFullRoot | ( | SListPure< PlanarLeafKey< indInfo * > * > & | leafKeys | ) | [private] |
| void ogdf::PlanarPQTree::ReplacePartialRoot | ( | SListPure< PlanarLeafKey< indInfo * > * > & | leafKeys | ) | [private] |
| void ogdf::PlanarPQTree::ReplaceRoot | ( | SListPure< PlanarLeafKey< indInfo * > * > & | leafKeys | ) |