Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
SpringForceModel.h
Go to the documentation of this file.
1
32#pragma once
33
34#include <ogdf/basic/basic.h>
35
36namespace ogdf {
37
48
49}
Basic declarations, included by all source files.
SpringForceModel
The force model used for computing forces on nodes.
@ FruchtermanReingold
the force model proposed by Fruchterman and Reingold.
@ Eades
the force model proposed by Eades for the original spring embedder.
@ Gronemann
the force model proposed by Gronemann (FastMultipoleEmbedder).
@ Hachul
the force model proposed by Hachul (FMMMLayout)
The namespace for all OGDF objects.