Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::LayoutPlanRepUMLModule Class Referenceabstract

Interface for planar UML layout algorithms. More...

#include <ogdf/uml/LayoutPlanRepUMLModule.h>

+ Inheritance diagram for ogdf::LayoutPlanRepUMLModule:

Public Member Functions

 LayoutPlanRepUMLModule ()
 Initializes a UML planar layout module.
 
virtual ~LayoutPlanRepUMLModule ()
 
virtual void call (PlanRepUML &PG, adjEntry adjExternal, Layout &drawing)=0
 Computes a planar layout of PG in drawing.
 
const DPointgetBoundingBox () const
 Returns the bounding box of the computed layout.
 
virtual int getOptions ()
 Returns the (generic) options.
 
void operator() (PlanRepUML &PG, adjEntry adjExternal, Layout &drawing)
 Computes a planar layout of PG in drawing.
 
virtual double separation () const =0
 Returns the minimal allowed distance between edges and vertices.
 
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)
 

Protected Member Functions

void setBoundingBox (PlanRep &PG, Layout &drawing)
 Computes and sets the bounding box variable m_boundingBox.
 

Protected Attributes

DPoint m_boundingBox
 Stores the bounding box of the computed layout.
 

Detailed Description

Interface for planar UML layout algorithms.

See also
PlanarizationLayout

Definition at line 46 of file LayoutPlanRepUMLModule.h.

Constructor & Destructor Documentation

◆ LayoutPlanRepUMLModule()

ogdf::LayoutPlanRepUMLModule::LayoutPlanRepUMLModule ( )
inline

Initializes a UML planar layout module.

Definition at line 49 of file LayoutPlanRepUMLModule.h.

◆ ~LayoutPlanRepUMLModule()

virtual ogdf::LayoutPlanRepUMLModule::~LayoutPlanRepUMLModule ( )
inlinevirtual

Definition at line 51 of file LayoutPlanRepUMLModule.h.

Member Function Documentation

◆ call()

virtual void ogdf::LayoutPlanRepUMLModule::call ( PlanRepUML PG,
adjEntry  adjExternal,
Layout drawing 
)
pure virtual

Computes a planar layout of PG in drawing.

Must be overridden by derived classes.

Parameters
PGis the input planarized representation which may be modified.
adjExternalis an adjacenty entry on the external face.
drawingis the computed layout of PG.

Implemented in ogdf::OrthoLayoutUML.

◆ getBoundingBox()

const DPoint & ogdf::LayoutPlanRepUMLModule::getBoundingBox ( ) const
inline

Returns the bounding box of the computed layout.

Definition at line 68 of file LayoutPlanRepUMLModule.h.

◆ getOptions()

virtual int ogdf::LayoutPlanRepUMLModule::getOptions ( )
inlinevirtual

Returns the (generic) options.

Reimplemented in ogdf::OrthoLayoutUML.

Definition at line 76 of file LayoutPlanRepUMLModule.h.

◆ operator()()

void ogdf::LayoutPlanRepUMLModule::operator() ( PlanRepUML PG,
adjEntry  adjExternal,
Layout drawing 
)
inline

Computes a planar layout of PG in drawing.

Definition at line 63 of file LayoutPlanRepUMLModule.h.

◆ separation() [1/2]

virtual double ogdf::LayoutPlanRepUMLModule::separation ( ) const
pure virtual

Returns the minimal allowed distance between edges and vertices.

Implemented in ogdf::OrthoLayoutUML.

◆ separation() [2/2]

virtual void ogdf::LayoutPlanRepUMLModule::separation ( double  sep)
pure virtual

Sets the minimal allowed distance between edges and vertices to sep.

Implemented in ogdf::OrthoLayoutUML.

◆ setBoundingBox()

void ogdf::LayoutPlanRepUMLModule::setBoundingBox ( PlanRep PG,
Layout drawing 
)
inlineprotected

Computes and sets the bounding box variable m_boundingBox.

An algorithm can call setBoundingBox() for setting the m_boundingBox variable if no faster implementation is available.

Definition at line 98 of file LayoutPlanRepUMLModule.h.

◆ setOptions()

virtual void ogdf::LayoutPlanRepUMLModule::setOptions ( int  )
inlinevirtual

Sets the (generic) options; derived classes have to cope with the interpretation)

Reimplemented in ogdf::OrthoLayoutUML.

Definition at line 71 of file LayoutPlanRepUMLModule.h.

Member Data Documentation

◆ m_boundingBox

DPoint ogdf::LayoutPlanRepUMLModule::m_boundingBox
protected

Stores the bounding box of the computed layout.

Must be set by derived algorithms!

Definition at line 91 of file LayoutPlanRepUMLModule.h.


The documentation for this class was generated from the following file: