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::ArrayBuffer< E, INDEX > |
An array that keeps track of the number of inserted elements; also usable as an efficient stack. More... | |
class | ogdf::NodeRespecterLayout |
The NodeRespecterLayout layout algorithm. More... | |
class | ogdf::SListPure< E > |
Singly linked lists. More... | |
Namespaces | |
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.