common base class for MMCBDoubleGrid and MMCBLocalStretch. More...
#include <ogdf/planarlayout/MMCBBase.h>
Public Member Functions | |
MMCBBase () | |
Constructor (does nothing). More... | |
~MMCBBase () | |
Public Member Functions inherited from ogdf::MixedModelCrossingsBeautifierModule | |
MixedModelCrossingsBeautifierModule () | |
Initializes the Mixed-Model crossings beautifier module. More... | |
virtual | ~MixedModelCrossingsBeautifierModule () |
void | call (const PlanRep &PG, GridLayout &gl) |
int | numberOfCrossings () const |
Returns the number of processed crossings. More... | |
Static Protected Member Functions | |
static void | copyOn (int old_a[], int new_a[]) |
static void | insertBend (GridLayout &gl, edge e, node v, int x, int y) |
static int | workOn (GridLayout &gl, node v) |
Additional Inherited Members | |
Protected Member Functions inherited from ogdf::MixedModelCrossingsBeautifierModule | |
virtual void | doCall (const PlanRep &PG, GridLayout &gl, const List< node > &L)=0 |
Implements the crossings beautifier module. More... | |
common base class for MMCBDoubleGrid and MMCBLocalStretch.
MMCBBase contains the common functionality shared by the two Mixed-Model crossings beautifier MMCBDoubleGrid and MMCBLocalStretch.
Definition at line 48 of file MMCBBase.h.
|
inline |
Constructor (does nothing).
Definition at line 51 of file MMCBBase.h.
|
inline |
Definition at line 53 of file MMCBBase.h.
|
staticprotected |
|
staticprotected |
|
staticprotected |