Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

SpringForceModel.h
Go to the documentation of this file.
1 
32 #pragma once
33 
34 #include <ogdf/basic/basic.h>
35 
36 namespace ogdf {
37 
40 enum class SpringForceModel {
44  Eades,
45  Hachul,
46  Gronemann
47 };
48 
49 }
ogdf
The namespace for all OGDF objects.
Definition: AugmentationModule.h:36
ogdf::SpringForceModel::Gronemann
@ Gronemann
the force model proposed by Gronemann (FastMultipoleEmbedder).
ogdf::SpringForceModel::FruchtermanReingoldModAttr
@ FruchtermanReingoldModAttr
ogdf::SpringForceModel::Hachul
@ Hachul
the force model proposed by Hachul (FMMMLayout)
basic.h
Basic declarations, included by all source files.
ogdf::SpringForceModel
SpringForceModel
The force model used for computing forces on nodes.
Definition: SpringForceModel.h:40
ogdf::SpringForceModel::Eades
@ Eades
the force model proposed by Eades for the original spring embedder.
ogdf::SpringForceModel::FruchtermanReingoldModRep
@ FruchtermanReingoldModRep
ogdf::SpringForceModel::FruchtermanReingold
@ FruchtermanReingold
the force model proposed by Fruchterman and Reingold.