#include <ogdf/planarlayout/LeftistOrdering.h>
Public Member Functions | |
Partitioning () | |
Partitioning (const Graph &G, const List< List< node > > &lco) | |
void | buildFromResult (const Graph &G, const List< List< node > > &lco) |
adjEntry | getChainAdj (int k, int i) const |
node | getNode (int k, int i) const |
adjEntry | getPathAdj (int k, int i) const |
bool | isSingleton (int k) const |
adjEntry | left (int k) const |
int | numNodes (int k) const |
int | numPartitions () const |
int | pathLength (int k) const |
adjEntry | right (int k) const |
Private Attributes | |
Array< Array< adjEntry > > | m_ears |
Definition at line 104 of file LeftistOrdering.h.
|
inline |
Definition at line 106 of file LeftistOrdering.h.
|
inline |
Definition at line 108 of file LeftistOrdering.h.
void ogdf::LeftistOrdering::Partitioning::buildFromResult | ( | const Graph & | G, |
const List< List< node > > & | lco | ||
) |
Definition at line 125 of file LeftistOrdering.h.
Definition at line 129 of file LeftistOrdering.h.
Definition at line 127 of file LeftistOrdering.h.
Definition at line 139 of file LeftistOrdering.h.
Definition at line 113 of file LeftistOrdering.h.
Definition at line 135 of file LeftistOrdering.h.
|
inline |
Definition at line 132 of file LeftistOrdering.h.
Definition at line 137 of file LeftistOrdering.h.
Definition at line 122 of file LeftistOrdering.h.
Definition at line 143 of file LeftistOrdering.h.