Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

SimDrawCreatorSimple.h
Go to the documentation of this file.
1 
32 #pragma once
33 
34 #include <ogdf/basic/basic.h>
36 
37 namespace ogdf {
38 class SimDraw;
39 
41 
49 public:
52 
54  void createTrees_GKV05(int n);
55 
57  void createPathPlanar_EK04();
58 
60  void createK5_EK04();
61 
63  void createK5_GJPSS06();
64 
66  void createOuterplanar_BCDEEIKLM03();
67 
69  void createKrat98(int N, int nodeNumber);
70 
73  void createWheel(int numberOfParallels, int numberOfbasic);
74 
76  void createExpo(int n);
77 };
78 
79 }
ogdf::SimDraw
The Base class for simultaneous graph drawing.
Definition: SimDraw.h:55
ogdf
The namespace for all OGDF objects.
Definition: multilevelmixer.cpp:39
ogdf::SimDrawCreator
Creates variety of possible SimDraw creations.
Definition: SimDrawCreator.h:51
ogdf::SimDrawCreatorSimple::SimDrawCreatorSimple
SimDrawCreatorSimple(SimDraw &SD)
constructor
Definition: SimDrawCreatorSimple.h:51
ogdf::SimDrawCreatorSimple
Offers predefined SimDraw creations.
Definition: SimDrawCreatorSimple.h:48
SimDrawCreator.h
Offers variety of possible SimDraw creations.
basic.h
Basic declarations, included by all source files.
OGDF_EXPORT
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition: config.h:101