|
Open Graph Drawing Framework |
v. 2023.09 (Elderberry)
|
|
|
Go to the documentation of this file.
182 IPoint& boundingBox,
bool fixEmbedding)
override;
double m_baseRatio
The option for specifying the base ratio.
The namespace for all OGDF objects.
std::unique_ptr< AugmentationModule > m_augmenter
The augmentation module.
Declares the base class ShellingOrderModule for modules that compute a shelling order of a graph.
Includes declaration of graph class.
Declaration of classes GenericPoint, GenericPolyline, GenericLine, GenericSegment,...
Base class for modules that compute a shelling order of a graph.
double baseRatio() const
Returns the current setting of option baseRatio.
void setEmbedder(EmbedderModule *pEmbedder)
Sets the module option for the graph embedding algorithm.
Class for adjacency list elements.
std::unique_ptr< EmbedderModule > m_embedder
The planar embedder module.
Declaration of interface for graph augmentation algorithms.
void setAugmenter(AugmentationModule *pAugmenter)
Sets the augmentation module.
Base class for planar grid layout algorithms.
RegisteredArray for nodes, edges and adjEntries of a graph.
Data type for general directed graphs (adjacency list representation).
The base class for graph augmentation algorithms.
void sizeOptimization(bool opt)
Sets the option sizeOptimization to opt.
bool m_sizeOptimization
The option for size optimization.
std::unique_ptr< ShellingOrderModule > m_computeOrder
The shelling order module.
Base class for embedder algorithms.
Basic declarations, included by all source files.
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Defines ogdf::EmbedderModule.
bool sizeOptimization() const
Returns the current setting of option sizeOptimization.
Representation of a graph's grid layout.
Implementation of the Planar-Straight layout algorithm.
void setShellingOrder(ShellingOrderModule *pOrder)
Sets the shelling order module.
The shelling order of a graph.
void baseRatio(double ratio)
Sets the option baseRatio to ratio.
Declaration of interface for grid layout algorithms.