Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

MedianPlacer.h
Go to the documentation of this file.
1 
32 #pragma once
33 
35 
36 namespace ogdf {
37 
39 
43 public:
44  void placeOneLevel(MultilevelGraph& MLG) override;
45 
46 private:
47  void placeOneNode(MultilevelGraph& MLG);
48 };
49 
50 }
ogdf
The namespace for all OGDF objects.
Definition: AugmentationModule.h:36
ogdf::MultilevelGraph
Definition: MultilevelGraph.h:66
ogdf::InitialPlacer
Base class for placer modules.
Definition: InitialPlacer.h:43
ogdf::MedianPlacer
The median placer for multilevel layout.
Definition: MedianPlacer.h:42
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.