Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

BarycenterPlacer.h
Go to the documentation of this file.
1 
32 #pragma once
33 
35 
36 namespace ogdf {
37 
39 
43 private:
45 
46 public:
48 
49  void placeOneLevel(MultilevelGraph& MLG) override;
50  void placeOneNode(MultilevelGraph& MLG);
51  void weightedPositionPriority(bool on);
52 };
53 
54 }
ogdf
The namespace for all OGDF objects.
Definition: AugmentationModule.h:36
ogdf::BarycenterPlacer
The barycenter placer for multilevel layout.
Definition: BarycenterPlacer.h:42
ogdf::BarycenterPlacer::m_weightedPositions
bool m_weightedPositions
Definition: BarycenterPlacer.h:44
ogdf::MultilevelGraph
Definition: MultilevelGraph.h:66
ogdf::InitialPlacer
Base class for placer modules.
Definition: InitialPlacer.h:43
OGDF_EXPORT
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition: config.h:101
InitialPlacer.h
Abstract InitialPlacer places the nodes of the level into the next.