Declaration of linear time layout algorithm for free trees (class RadialTreeLayout). More...
#include <ogdf/basic/Array.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/LayoutModule.h>
#include <ogdf/basic/SList.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/memory.h>
Go to the source code of this file.
Classes | |
class | ogdf::RadialTreeLayout |
The radial tree layout algorithm. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declaration of linear time layout algorithm for free trees (class RadialTreeLayout).
Based on chapter 3.1.1 Radial Drawings of Graph Drawing by Di Battista, Eades, Tamassia, Tollis.
Definition in file RadialTreeLayout.h.