Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

MMCBLocalStretch.h
Go to the documentation of this file.
1 
33 #pragma once
34 
36 
37 namespace ogdf {
38 
39 
44 public:
47 
49 
50 protected:
52  virtual void doCall(const PlanRep& PG, GridLayout& gl, const List<node>& L) override;
53 };
54 
55 }
ogdf
The namespace for all OGDF objects.
Definition: AugmentationModule.h:36
MMCBBase.h
Declaration of base class for certain Mixed-Model crossings beautifier.
ogdf::PlanRep
Planarized representations (of a connected component) of a graph.
Definition: PlanRep.h:57
ogdf::MMCBLocalStretch::~MMCBLocalStretch
~MMCBLocalStretch()
Definition: MMCBLocalStretch.h:48
ogdf::List
Doubly linked lists (maintaining the length of the list).
Definition: List.h:42
ogdf::MMCBLocalStretch
Crossings beautifier using a local stretch strategy.
Definition: MMCBLocalStretch.h:43
ogdf::MMCBLocalStretch::MMCBLocalStretch
MMCBLocalStretch()
Creates an instance of the crossings beautifier.
Definition: MMCBLocalStretch.h:46
OGDF_EXPORT
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition: config.h:101
ogdf::GridLayout
Representation of a graph's grid layout.
Definition: GridLayout.h:46
ogdf::MMCBBase
common base class for MMCBDoubleGrid and MMCBLocalStretch.
Definition: MMCBBase.h:45