Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
MMCBDoubleGrid.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 grid doubling.
virtual void doCall(const PlanRep &PG, GridLayout &gl, const List< node > &L) override
Implements the module call.
MMCBDoubleGrid()
Creates an instance of the crossings beautifier module.
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.