Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
SolarPlacer.h
Go to the documentation of this file.
1
32#pragma once
33
35
36namespace ogdf {
37
39
43public:
45
46private:
48};
49
50}
Abstract InitialPlacer places the nodes of the level into the next.
Base class for placer modules.
The solar placer for multilevel layout.
Definition SolarPlacer.h:42
void placeOneNode(MultilevelGraph &MLG)
void placeOneLevel(MultilevelGraph &MLG) override
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition config.h:101
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.