99 m_boundingBox =
drawing.computeBoundingBox(
PG);
Declaration of class Layout.
Declaration of class PlanRepUML.
Class for adjacency list elements.
Stores a layout of a graph (coordinates of nodes, bend points of edges).
Interface for planar UML layout algorithms.
virtual double separation() const =0
Returns the minimal allowed distance between edges and vertices.
DPoint m_boundingBox
Stores the bounding box of the computed layout.
virtual void separation(double sep)=0
Sets the minimal allowed distance between edges and vertices to sep.
virtual void setOptions(int)
Sets the (generic) options; derived classes have to cope with the interpretation)
void operator()(PlanRepUML &PG, adjEntry adjExternal, Layout &drawing)
Computes a planar layout of PG in drawing.
LayoutPlanRepUMLModule()
Initializes a UML planar layout module.
const DPoint & getBoundingBox() const
Returns the bounding box of the computed layout.
void setBoundingBox(PlanRep &PG, Layout &drawing)
Computes and sets the bounding box variable m_boundingBox.
virtual ~LayoutPlanRepUMLModule()
virtual int getOptions()
Returns the (generic) options.
virtual void call(PlanRepUML &PG, adjEntry adjExternal, Layout &drawing)=0
Computes a planar layout of PG in drawing.
Planarized representations (of a connected component) of a graph.
Planarized representation (of a connected component) of a UMLGraph; allows special handling of hierar...
#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.