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
34#include <ogdf/basic/basic.h>
36
37namespace ogdf {
38class MultilevelGraph;
39
41
45public:
46 void placeOneLevel(MultilevelGraph& MLG) override;
47
48private:
50};
51
52}
Abstract InitialPlacer places the nodes of the level into the next.
Basic declarations, included by all source files.
Base class for placer modules.
The solar placer for multilevel layout.
Definition SolarPlacer.h:44
void placeOneNode(MultilevelGraph &MLG)
void placeOneLevel(MultilevelGraph &MLG) override
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF dynamic library (shared object / DLL),...
Definition config.h:117
The namespace for all OGDF objects.