|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
42 class GridLayoutMapped;
46 class CompactionConstraintGraph;
83 void tighten(
bool select) { m_tighten = select; }
86 bool tighten()
const {
return m_tighten; }
The namespace for all OGDF objects.
Includes declaration of graph class.
Planarized representations (of a connected component) of a graph.
bool m_tighten
Tighten pseudo-components.
bool tighten() const
Returns the option tighten.
Singly linked lists (maintaining the length of the list).
SList< node > m_pseudoSources
The list of pseudo-sources.
int maxImprovementSteps() const
Returns the option max improvement steps.
Orthogonal representation of an embedded graph.
void tighten(bool select)
Sets option tighten to select.
Declaration of singly linked lists and iterators.
RegisteredArray for nodes, edges and adjEntries of a graph.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
NodeArray< int > m_component
The pseudo component of a node.
Extends GridLayout by a grid mapping mechanism.
int m_maxImprovementSteps
The maximal number of improvement steps.
void maxImprovementSteps(int maxSteps)
Sets the option max improvement steps.
Declaration of class RoutingChannel which maintains required size of routing channels and separation,...
Represents a constraint graph used for compaction.
Compaction algorithm using longest paths in the constraint graph.