Dummy implementation of Mixed-Model crossings beautifier. More...
#include <ogdf/module/MixedModelCrossingsBeautifierModule.h>
Protected Member Functions | |
| void | doCall (const PlanRep &, GridLayout &, const List< node > &) |
| < Dummy implementation. | |
Dummy implementation of Mixed-Model crossings beautifier.
This implementation does no beautification at all and can thus be used for obtaining the original Mixed-Model layout.
Definition at line 117 of file MixedModelCrossingsBeautifierModule.h.
| void ogdf::MMDummyCrossingsBeautifier::doCall | ( | const PlanRep & | , |
| GridLayout & | , | ||
| const List< node > & | |||
| ) | [inline, protected, virtual] |
< Dummy implementation.
Implements ogdf::MixedModelCrossingsBeautifierModule.
Definition at line 121 of file MixedModelCrossingsBeautifierModule.h.