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