|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
The namespace for all OGDF objects.
Includes declaration of graph class.
RemoveReinsertType m_rrOption
The remove-reinsert method.
Light-weight version of a planarized representation, associated with a PlanRep.
Interface for UML edge insertion algorithms.
void keepEmbedding(bool keep)
Sets the option keepEmbedding to keep.
double m_percentMostCrossed
The portion of most crossed edges considered.
void percentMostCrossed(double percent)
Sets the option percentMostCrossed to percent.
Declaration of interface for edge insertion algorithms.
The parameterized class Array implements dynamic arrays of type E.
Edge insertion module that inserts each edge optimally into a fixed embedding.
RemoveReinsertType removeReinsert() const
Returns the current setting of the remove-reinsert postprocessing method.
~FixedEmbeddingInserterUML()
Destructor.
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.
bool keepEmbeding() const
Returns the current setting of option keepEmbedding.
double percentMostCrossed() const
Returns the current setting of option percentMostCrossed.
RegisteredArray for edges of a graph, specialized for EdgeArray<edge>.