|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
58 void runs(
int nRuns) { m_nRuns = nRuns; }
61 int runs()
const {
return m_nRuns; }
The namespace for all OGDF objects.
Includes declaration of graph class.
int m_nRuns
The number of runs for randomization.
#define OGDF_ASSERT(expr)
Assert condition expr. See doc/build.md for more information.
face rightFace(adjEntry adj) const
Returns the face to the right of adj, i.e., the face containing adj.
Copies of graphs supporting edge splitting.
Class for adjacency list elements.
adjEntry getAdjEntry(const CombinatorialEmbedding &Gamma, node v, face f)
return a adjEntry of node v which right face is f. Be Carefully! The adjEntry is not always unique.
Decralation of GraphElement and GraphList classes.
internal::GraphObjectContainer< AdjElement > adjEntries
The container containing all entries in the adjacency list of this node.
RegisteredArray for nodes, edges and adjEntries of a graph.
Data type for general directed graphs (adjacency list representation).
FUPSSimple()
Creates an instance of feasible subgraph algorithm.
Basic declarations, included by all source files.
Declaration of CombinatorialEmbedding and face.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration of Feasible Upward Planar Subgraph (FUPS) Module, an interface for subgraph computation.
Combinatorial embeddings of planar graphs with modification functionality.
Class for the representation of edges.
Interface for feasible upward planar subgraph algorithms.
int runs() const
Returns the current number of randomized runs.
void runs(int nRuns)
Sets the number of randomized runs to nRuns.
Upward planarized representations (of a connected component) of a graph.
Declares base class for all module types.
ReturnType
The return type of a module.
Class for the representation of nodes.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.
Faces in a combinatorial embedding.