Declaration of class NodeRespecterLayout. More...
#include <ogdf/basic/Graph.h>#include <ogdf/basic/GraphAttributes.h>#include <ogdf/basic/GraphCopy.h>#include <ogdf/basic/LayoutModule.h>#include <ogdf/basic/basic.h>#include <ogdf/basic/graphics.h>#include <ogdf/basic/memory.h>#include <algorithm>#include <cmath>#include <utility>Go to the source code of this file.
Classes | |
| class | ogdf::NodeRespecterLayout |
| The NodeRespecterLayout layout algorithm. More... | |
Namespaces | |
| namespace | ogdf |
| The namespace for all OGDF objects. | |
Declaration of class NodeRespecterLayout.
Force-directed layout algorithm respecting the height and width of nodes, aiming to minimize node overlaps as well as edges crossing through non-incident nodes.
Definition in file NodeRespecterLayout.h.