Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
CirclePlacer.h
Go to the documentation of this file.
1
32#pragma once
33
35
36namespace ogdf {
37
39
57
58}
Abstract InitialPlacer places the nodes of the level into the next.
The circle placer for multilevel layout.
void placeOneLevel(MultilevelGraph &MLG) override
NodeSelection m_nodeSelection
void setRadiusFixed(bool fixed)
void setNodeSelection(NodeSelection nodeSel)
void setCircleSize(float sizeIncrease)
Base class for placer modules.
#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.