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
34#include <ogdf/basic/basic.h>
36
37namespace ogdf {
38class MultilevelGraph;
39
41
46
48
49public:
50 void placeOneLevel(MultilevelGraph& MLG) override;
52 void setRandomRange(double range);
53};
54
55}
Abstract InitialPlacer places the nodes of the level into the next.
Basic declarations, included by all source files.
Base class for placer modules.
The zero placer for multilevel layout.
Definition ZeroPlacer.h:44
double m_randomRange
Definition ZeroPlacer.h:47
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 dynamic library (shared object / DLL),...
Definition config.h:117
The namespace for all OGDF objects.