 |
Open Graph Drawing Framework |
v. 2022.02 (Dogwood)
|
|
|
Go to the documentation of this file.
138 m_subgraph.reset(pSubgraph);
145 void doCall(
const Graph& G,
146 NodeArray<int> &rank,
147 EdgeArray<bool> &reversed,
148 const EdgeArray<int> &length,
149 const EdgeArray<int> &cost);
The namespace for all OGDF objects.
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
Data type for general directed graphs (adjacency list representation).
Declaration and implementation of NodeArray class.
bool m_separateMultiEdges
#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.