Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ZeroPlacer.h
Go to the documentation of this file.
1
32#pragma once
33
35
36namespace ogdf {
37
39
44
46
47public:
50 void setRandomRange(double range);
51};
52
53}
Abstract InitialPlacer places the nodes of the level into the next.
Base class for placer modules.
The zero placer for multilevel layout.
Definition ZeroPlacer.h:42
double m_randomRange
Definition ZeroPlacer.h:45
void placeOneNode(MultilevelGraph &MLG)
void placeOneLevel(MultilevelGraph &MLG) override
void setRandomRange(double range)
#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.