Offers predefined SimDraw creations. More...
#include <ogdf/simultaneous/SimDrawCreatorSimple.h>
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. | |
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.
| ogdf::SimDrawCreatorSimple::SimDrawCreatorSimple | ( | SimDraw & | SD | ) | [inline] |
constructor
Definition at line 62 of file SimDrawCreatorSimple.h.
| void ogdf::SimDrawCreatorSimple::createExpo | ( | int | n | ) |
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)
| void ogdf::SimDrawCreatorSimple::createTrees_GKV05 | ( | int | n | ) |
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.