#include <ogdf/energybased/DTreeMultilevelEmbedder.h>
Inheritance diagram for ogdf::DTreeMultilevelEmbedder3D:Public Member Functions | |
| void | call (GraphAttributes &GA) override |
Computes a layout of graph GA. | |
Public Member Functions inherited from ogdf::DTreeMultilevelEmbedder< 3 > | |
| DTreeMultilevelEmbedder () | |
| constructor with a given graph, allocates memory and does initialization | |
| void | call (const Graph &graph, NodeArray< NodeCoords > &coords) |
| call the multilevel embedder layout for graph, the result is stored in coords | |
Public Member Functions inherited from ogdf::LayoutModule | |
| LayoutModule () | |
| Initializes a layout module. | |
| virtual | ~LayoutModule () |
| void | operator() (GraphAttributes &GA) |
Computes a layout of graph GA. | |
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.