Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

MMCBDoubleGrid.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
ogdf::MMCBDoubleGrid
Crossings beautifier using grid doubling.
Definition: MMCBDoubleGrid.h:43
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::MMCBDoubleGrid::~MMCBDoubleGrid
~MMCBDoubleGrid()
Definition: MMCBDoubleGrid.h:48
ogdf::List
Doubly linked lists (maintaining the length of the list).
Definition: List.h:42
ogdf::MMCBDoubleGrid::MMCBDoubleGrid
MMCBDoubleGrid()
Creates an instance of the crossings beautifier module.
Definition: MMCBDoubleGrid.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