The multilevel drawing framework. More...
#include <ogdf/energybased/MultilevelLayout.h>
Inheritance diagram for ogdf::MultilevelLayout:Public Member Functions | |
| MultilevelLayout () | |
| Constructor. | |
| virtual void | call (GraphAttributes &GA) override |
| Calculates a drawing for the Graph GA. | |
| void | setLayout (LayoutModule *L) |
| Sets the single level layout. | |
| void | setMultilevelBuilder (MultilevelBuilder *B) |
| Sets the method used for coarsening. | |
| void | setPlacer (InitialPlacer *P) |
| Sets the placement method used when refining the levels again. | |
Public Member Functions inherited from ogdf::LayoutModule | |
| LayoutModule () | |
| Initializes a layout module. | |
| virtual | ~LayoutModule () |
| void | operator() (GraphAttributes &GA) |
Computes a layout of graph GA. | |
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.