|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
41 class GraphAttributes;
177 const bool downward,
const bool leftToRight);
204 const bool leftToRight,
bool downward);
The namespace for all OGDF objects.
Stores additional attributes of a graph (like layout information).
bool m_balanced
stores the option balanced.
Includes declaration of graph class.
void downward(bool d)
Sets the option downward to d.
Interface of hierarchy layout algorithms.
Copies of graphs supporting edge splitting.
Coordinate assignment phase for the Sugiyama algorithm by Ulrik Brandes and Boris Köpf.
bool m_leftToRight
stores the option left-to-right.
bool leftToRight() const
Returns the option left-to-right.
bool downward() const
Returns the option downward.
bool balanced() const
Returns the option balanced.
void layerDistance(double dist)
Sets the option layer distance to dist.
void leftToRight(bool b)
Sets the option left-to-right to b.
double m_ySep
stores the option layer distance.
double nodeDistance() const
Returns the option node distance.
void nodeDistance(double dist)
Sets the option node distance to dist.
RegisteredArray for nodes, edges and adjEntries of a graph.
double m_minXSep
stores the option node distance.
Declaration of interfaces used in Sugiyama framework.
virtual ~FastSimpleHierarchyLayout()
Basic declarations, included by all source files.
void balanced(bool b)
Sets the option balanced to b.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Declaration of interface hierarchy layout algorithms (3. phase of Sugiyama).
Class for the representation of nodes.
bool m_downward
stores the option downward.
double layerDistance() const
Returns the option layer distance.