The multilevel drawing framework. More...
#include <ogdf/energybased/MultilevelLayout.h>
Public Member Functions | |
MultilevelLayout () | |
Constructor. More... | |
virtual void | call (GraphAttributes &GA) override |
Calculates a drawing for the Graph GA. More... | |
void | setLayout (LayoutModule *L) |
Sets the single level layout. More... | |
void | setMultilevelBuilder (MultilevelBuilder *B) |
Sets the method used for coarsening. More... | |
void | setPlacer (InitialPlacer *P) |
Sets the placement method used when refining the levels again. More... | |
Public Member Functions inherited from ogdf::LayoutModule | |
LayoutModule () | |
Initializes a layout module. More... | |
virtual | ~LayoutModule () |
void | operator() (GraphAttributes &GA) |
Computes a layout of graph GA . More... | |
Private Attributes | |
ModularMultilevelMixer * | m_mixer |
PreprocessorLayout | m_preproc |
The multilevel drawing framework.
Definition at line 50 of file MultilevelLayout.h.
ogdf::MultilevelLayout::MultilevelLayout | ( | ) |
Constructor.
|
overridevirtual |
Calculates a drawing for the Graph GA.
Implements ogdf::LayoutModule.
void ogdf::MultilevelLayout::setLayout | ( | LayoutModule * | L | ) |
Sets the single level layout.
void ogdf::MultilevelLayout::setMultilevelBuilder | ( | MultilevelBuilder * | B | ) |
Sets the method used for coarsening.
void ogdf::MultilevelLayout::setPlacer | ( | InitialPlacer * | P | ) |
Sets the placement method used when refining the levels again.
|
private |
Definition at line 67 of file MultilevelLayout.h.
|
private |
Definition at line 68 of file MultilevelLayout.h.