|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Includes declaration of graph class.
~VariableEmbeddingInserterDynUML()
Destructor.
Light-weight version of a planarized representation, associated with a PlanRep.
Interface for UML edge insertion algorithms.
Declaration of interface for edge insertion algorithms.
Optimal edge insertion module.
void percentMostCrossed(double percent)
Sets the option percentMostCrossed to percent.
double percentMostCrossed() const
Returns the current setting of option percentMostCrossed.
The parameterized class Array implements dynamic arrays of type E.
RemoveReinsertType removeReinsert() const
Returns the current setting of the remove-reinsert postprocessing method.
double m_percentMostCrossed
The portion of most crossed edges considered.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
RemoveReinsertType
The postprocessing method for edge insertion algorithms.
Declaration and implementation of Array class and Array algorithms.
RemoveReinsertType m_rrOption
The remove-reinsert method.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.