Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
RandomMerger.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
45private:
47
48 bool buildOneLevel(MultilevelGraph& MLG) override;
49
50public:
52 void setFactor(double factor);
53};
54
55}
Declaration of MultilevelBuilder.
Basic declarations, included by all source files.
Base class for merger modules.
The random merger for multilevel layout.
bool buildOneLevel(MultilevelGraph &MLG) override
This method constructs one more level on top of an existing MultilevelGraph.
void setFactor(double factor)
#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.