Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::DTreeMultilevelEmbedder3D Class Reference

#include <ogdf/energybased/DTreeMultilevelEmbedder.h>

+ Inheritance diagram for ogdf::DTreeMultilevelEmbedder3D:

Public Member Functions

void call (GraphAttributes &GA) override
 Computes a layout of graph GA.
 
- Public Member Functions inherited from ogdf::DTreeMultilevelEmbedder< 3 >
 DTreeMultilevelEmbedder ()
 constructor with a given graph, allocates memory and does initialization
 
void call (const Graph &graph, NodeArray< NodeCoords > &coords)
 call the multilevel embedder layout for graph, the result is stored in coords
 
- Public Member Functions inherited from ogdf::LayoutModule
 LayoutModule ()
 Initializes a layout module.
 
virtual ~LayoutModule ()
 
void operator() (GraphAttributes &GA)
 Computes a layout of graph GA.
 

Detailed Description

Definition at line 109 of file DTreeMultilevelEmbedder.h.

Member Function Documentation

◆ call()

void ogdf::DTreeMultilevelEmbedder3D::call ( GraphAttributes GA)
inlineoverridevirtual

Computes a layout of graph GA.

This method is the actual algorithm call and must be implemented by derived classes.

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

Implements ogdf::LayoutModule.

Definition at line 111 of file DTreeMultilevelEmbedder.h.


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