Open
Graph Drawing
Framework
v. 2023.09 (Elderberry)
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
Loading...
Searching...
No Matches
randomHierarchy.h
Go to the documentation of this file.
1
32
#pragma once
33
34
#include <
ogdf/basic/Graph.h
>
35
36
namespace
ogdf
{
37
45
47
56
OGDF_EXPORT
void
randomHierarchy
(
Graph
& G,
int
n,
int
m,
bool
planar
,
bool
singleSource
,
57
bool
longEdges
);
58
60
63
}
Graph.h
Includes declaration of graph class.
ogdf::Graph
Data type for general directed graphs (adjacency list representation).
Definition
Graph_d.h:521
OGDF_EXPORT
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition
config.h:101
ogdf::randomHierarchy
void randomHierarchy(Graph &G, int n, int m, bool planar, bool singleSource, bool longEdges)
Creates a random hierarchical graph.
getDoubleFactoredZeroAdjustedMerger
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
Definition
multilevelmixer.cpp:36
ogdf
The namespace for all OGDF objects.
Definition
AugmentationModule.h:36
include
ogdf
basic
graph_generators
randomHierarchy.h
© 1999–2023
The OGDF Team