Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::SimDrawCreatorSimple Class Reference

Offers predefined SimDraw creations. More...

#include <ogdf/simultaneous/SimDrawCreatorSimple.h>

Inheritance diagram for ogdf::SimDrawCreatorSimple:
ogdf::SimDrawCreator ogdf::SimDrawManipulatorModule

List of all members.

Public Member Functions

 SimDrawCreatorSimple (SimDraw &SD)
 constructor
void createTrees_GKV05 (int n)
 creates pair-of-tree instance from Geyer, Kaufmann, Vrto (GD'05)
void createPathPlanar_EK04 ()
 creates instance of a path and a planar graph from Erten and Kobourov (GD'04)
void createK5_EK04 ()
 creates K5 instance from Erten and Kobourov (GD'04)
void createK5_GJPSS06 ()
 creates K5 instance from Gassner et al. (WG'06)
void createOuterplanar_BCDEEIKLM03 ()
 creates instance of two outerplanar graphs from Brass et al. (WADS'03)
void createKrat98 (int N, int nodeNumber)
 creates instance from Kratochvil (GD'98)
void createWheel (int numberOfParallels, int numberOfbasic)
void createExpo (int n)
 creates simultaneously planar simultaneous graph with n+1 basic graphs.

Detailed Description

Offers predefined SimDraw creations.

This class offers some predefined SimDraw creations, such as an instance of two outerplanar graphs from Brass et al. (WADS'03) or an instance of a path and a planar graph from Erten and Kobourov (GD'04).

Definition at line 57 of file SimDrawCreatorSimple.h.


Constructor & Destructor Documentation

constructor

Definition at line 62 of file SimDrawCreatorSimple.h.


Member Function Documentation

creates simultaneously planar simultaneous graph with n+1 basic graphs.

creates K5 instance from Erten and Kobourov (GD'04)

creates K5 instance from Gassner et al. (WG'06)

void ogdf::SimDrawCreatorSimple::createKrat98 ( int  N,
int  nodeNumber 
)

creates instance from Kratochvil (GD'98)

creates instance of two outerplanar graphs from Brass et al. (WADS'03)

creates instance of a path and a planar graph from Erten and Kobourov (GD'04)

creates pair-of-tree instance from Geyer, Kaufmann, Vrto (GD'05)

void ogdf::SimDrawCreatorSimple::createWheel ( int  numberOfParallels,
int  numberOfbasic 
)

creates instance with numberofBasic*2 outer, numberOfParallels*numberOfBasic inner Nodes and one Root.


The documentation for this class was generated from the following file: