Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

Interface of general layout algorithms. More...

#include <ogdf/basic/LayoutModule.h>

+ Inheritance diagram for ogdf::LayoutModule:

Public Member Functions

 LayoutModule ()
 Initializes a layout module.
 
virtual ~LayoutModule ()
 
virtual void call (GraphAttributes &GA)=0
 Computes a layout of graph GA.
 
void operator() (GraphAttributes &GA)
 Computes a layout of graph GA.
 

Detailed Description

Interface of general layout algorithms.

Definition at line 44 of file LayoutModule.h.

Constructor & Destructor Documentation

◆ LayoutModule()

ogdf::LayoutModule::LayoutModule ( )
inline

Initializes a layout module.

Definition at line 47 of file LayoutModule.h.

◆ ~LayoutModule()

virtual ogdf::LayoutModule::~LayoutModule ( )
inlinevirtual

Definition at line 49 of file LayoutModule.h.

Member Function Documentation

◆ call()

◆ operator()()

void ogdf::LayoutModule::operator() ( GraphAttributes GA)
inline

Computes a layout of graph GA.

Parameters
GAis the input graph and will also be assigned the layout information.

Definition at line 65 of file LayoutModule.h.


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