Crossings beautifier using grid doubling. More...
#include <ogdf/planarlayout/MMCBDoubleGrid.h>
Public Member Functions | |
| MMCBDoubleGrid () | |
| Creates an instance of the crossings beautifier module. | |
| ~MMCBDoubleGrid () | |
Protected Member Functions | |
| void | doCall (const PlanRep &PG, GridLayout &gl, const List< node > &L) |
| Implements the module call. | |
Crossings beautifier using grid doubling.
Definition at line 61 of file MMCBDoubleGrid.h.
| ogdf::MMCBDoubleGrid::MMCBDoubleGrid | ( | ) | [inline] |
Creates an instance of the crossings beautifier module.
Definition at line 65 of file MMCBDoubleGrid.h.
| ogdf::MMCBDoubleGrid::~MMCBDoubleGrid | ( | ) | [inline] |
Definition at line 67 of file MMCBDoubleGrid.h.
| void ogdf::MMCBDoubleGrid::doCall | ( | const PlanRep & | PG, |
| GridLayout & | gl, | ||
| const List< node > & | L | ||
| ) | [protected, virtual] |
Implements the module call.
Implements ogdf::MixedModelCrossingsBeautifierModule.