#include <ogdf/energybased/DTreeMultilevelEmbedder.h>
Public Member Functions | |
void | call (GraphAttributes &GA) override |
Computes a layout of graph GA . More... | |
Public Member Functions inherited from ogdf::DTreeMultilevelEmbedder< 3 > | |
DTreeMultilevelEmbedder () | |
constructor with a given graph, allocates memory and does initialization More... | |
void | call (const Graph &graph, NodeArray< NodeCoords > &coords) |
call the multilevel embedder layout for graph, the result is stored in coords 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... | |
Definition at line 115 of file DTreeMultilevelEmbedder.h.
|
inlineoverridevirtual |
Computes a layout of graph GA
.
This method is the actual algorithm call and must be implemented by derived classes.
GA | is the input graph and will also be assigned the layout information. |
Implements ogdf::LayoutModule.
Definition at line 117 of file DTreeMultilevelEmbedder.h.