|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
40 class MultilevelGraph;
53 void initCuts(
Graph& G);
54 int realNodeMark(
int index);
62 bool canMerge(
Graph& G,
node parent,
node mergePartner,
int testStrength);
69 void setFactor(
double factor);
Declaration and implementation of HashArray class.
The namespace for all OGDF objects.
Includes declaration of graph class.
HashArray< int, int > m_realNodeMarks
The local biconnected merger for multilevel layout.
NodeArray< node > m_substituteNodes
RegisteredArray for nodes, edges and adjEntries of a graph.
Data type for general directed graphs (adjacency list representation).
NodeArray< bool > m_isCut
Base class for merger modules.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration of MultilevelBuilder.
Class for the representation of nodes.