common base class for MMCBDoubleGrid and MMCBLocalStretch. More...
#include <ogdf/planarlayout/MMCBBase.h>
Public Member Functions | |
| MMCBBase () | |
| Constructor (does nothing). | |
| ~MMCBBase () | |
Static Protected Member Functions | |
| static void | insertBend (GridLayout &gl, edge e, node v, int x, int y) |
| static void | copyOn (int old_a[], int new_a[]) |
| static int | workOn (GridLayout &gl, node v) |
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 63 of file MMCBBase.h.
| ogdf::MMCBBase::MMCBBase | ( | ) | [inline] |
Constructor (does nothing).
Definition at line 67 of file MMCBBase.h.
| ogdf::MMCBBase::~MMCBBase | ( | ) | [inline] |
Definition at line 69 of file MMCBBase.h.
| static void ogdf::MMCBBase::copyOn | ( | int | old_a[], |
| int | new_a[] | ||
| ) | [static, protected] |
| static void ogdf::MMCBBase::insertBend | ( | GridLayout & | gl, |
| edge | e, | ||
| node | v, | ||
| int | x, | ||
| int | y | ||
| ) | [static, protected] |
| static int ogdf::MMCBBase::workOn | ( | GridLayout & | gl, |
| node | v | ||
| ) | [static, protected] |