Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

SimDrawCreatorSimple.h
Go to the documentation of this file.
1 
32 #pragma once
33 
35 
36 namespace ogdf {
38 
46 public:
49 
51  void createTrees_GKV05(int n);
52 
54  void createPathPlanar_EK04();
55 
57  void createK5_EK04();
58 
60  void createK5_GJPSS06();
61 
63  void createOuterplanar_BCDEEIKLM03();
64 
66  void createKrat98(int N, int nodeNumber);
67 
70  void createWheel(int numberOfParallels, int numberOfbasic);
71 
73  void createExpo(int n);
74 };
75 
76 }
ogdf::SimDraw
The Base class for simultaneous graph drawing.
Definition: SimDraw.h:50
ogdf
The namespace for all OGDF objects.
Definition: AugmentationModule.h:36
ogdf::SimDrawCreator
Creates variety of possible SimDraw creations.
Definition: SimDrawCreator.h:44
ogdf::SimDrawCreatorSimple::SimDrawCreatorSimple
SimDrawCreatorSimple(SimDraw &SD)
constructor
Definition: SimDrawCreatorSimple.h:48
ogdf::SimDrawCreatorSimple
Offers predefined SimDraw creations.
Definition: SimDrawCreatorSimple.h:45
SimDrawCreator.h
Offers variety of possible SimDraw creations.
OGDF_EXPORT
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition: config.h:101