|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
139 void doCall(
const Graph& G, NodeArray<int>& rank, EdgeArray<bool>& reversed,
140 const EdgeArray<int>& length,
const EdgeArray<int>& cost);
The namespace for all OGDF objects.
Includes declaration of graph class.
bool separateMultiEdges() const
Returns the current setting of option separateMultiEdges.
Declaration of interface for ranking algorithms.
The optimal ranking algorithm.
Interface of algorithms for computing a node ranking.
void separateMultiEdges(bool b)
Sets the option separateMultiEdges to b.
Declaration of interface for acyclic subgraph algorithms.
std::unique_ptr< AcyclicSubgraphModule > m_subgraph
RegisteredArray for nodes, edges and adjEntries of a graph.
Data type for general directed graphs (adjacency list representation).
bool m_separateMultiEdges
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Base class of algorithms for computing a maximal acyclic subgraph.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.