105 void createRandom(
int numberOfNodes,
int numberOfEdges,
int numberOfBasicGraphs);
Module for simdraw manipulator classes.
Class for the representation of edges.
Data type for general directed graphs (adjacency list representation).
Creates variety of possible SimDraw creations.
void clearESG()
clears edgeSubGraphs value
void readGraph(const Graph &G)
reads a Graph
uint32_t & SubGraphBits(edge e)
returns SubGraphBits from edge e
void createRandom(int numberOfNodes, int numberOfEdges, int numberOfBasicGraphs)
randomly creates a simdraw instance
void randomESG3(int doubleESGProbability=50, int tripleESGProbability=25)
randomly chose edgeSubGraphs value for three graphs
void randomESG(int graphNumber)
randomly chose edgeSubGraphs value for graphNumber graphs
void randomESG2(int doubleESGProbability=50)
randomly chose edgeSubGraphs value for two graphs
uint32_t & SubGraphBits(edge e) const
returns SubGraphBits from edge e
SimDrawCreator(SimDraw &SD)
constructor
The Base class for simultaneous graph drawing.
Interface for simdraw manipulators.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.