Loading [MathJax]/extensions/tex2jax.js

Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
MMCBLocalStretch.h
Go to the documentation of this file.
1
33#pragma once
34
36
37namespace ogdf {
38
39
44public:
47
49
50protected:
52 virtual void doCall(const PlanRep& PG, GridLayout& gl, const List<node>& L) override;
53};
54
55}
Declaration of base class for certain Mixed-Model crossings beautifier.
Representation of a graph's grid layout.
Definition GridLayout.h:46
Doubly linked lists (maintaining the length of the list).
Definition List.h:1435
common base class for MMCBDoubleGrid and MMCBLocalStretch.
Definition MMCBBase.h:45
Crossings beautifier using a local stretch strategy.
MMCBLocalStretch()
Creates an instance of the crossings beautifier.
virtual void doCall(const PlanRep &PG, GridLayout &gl, const List< node > &L) override
Implements the module call.
Planarized representations (of a connected component) of a graph.
Definition PlanRep.h:57
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition config.h:101
static MultilevelBuilder * getDoubleFactoredZeroAdjustedMerger()
The namespace for all OGDF objects.