Declaration of class GraphAttributes which extends a Graph by additional attributes.
Declaration of a base class for planar representations of graphs and cluster graphs.
Stores additional attributes of a graph (like layout information).
Interface of hierarchy layout algorithms.
virtual ~UPRLayoutModule()
void call(const UpwardPlanRep &UPR, GraphAttributes &AG)
Computes a upward layout of UPR in AG.
UPRLayoutModule()
Initializes a upward planarized representation layout module.
virtual void doCall(const UpwardPlanRep &UPR, GraphAttributes &AG)=0
Implements the actual algorithm call.
Upward planarized representations (of a connected component) of a graph.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
#define OGDF_MALLOC_NEW_DELETE
Makes the class use malloc for memory allocation.
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.