Open
Graph Drawing
Framework
v. 2023.09 (Elderberry)
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
SimDrawCreatorSimple.h
Go to the documentation of this file.
1
32
#pragma once
33
34
#include <
ogdf/basic/basic.h
>
35
#include <
ogdf/simultaneous/SimDrawCreator.h
>
36
37
namespace
ogdf
{
38
class
SimDraw;
39
41
48
class
OGDF_EXPORT
SimDrawCreatorSimple
:
public
SimDrawCreator
{
49
public
:
51
explicit
SimDrawCreatorSimple
(
SimDraw
& SD) :
SimDrawCreator
(SD) { }
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
include
ogdf
simultaneous
SimDrawCreatorSimple.h
This site is powered by Netlify.
© 1999–2024
The OGDF Team