Open
Graph Drawing
Framework

 v.2012.05
 

ogdf::MMCBBase Class Reference

common base class for MMCBDoubleGrid and MMCBLocalStretch. More...

#include <ogdf/planarlayout/MMCBBase.h>

Inheritance diagram for ogdf::MMCBBase:
ogdf::MixedModelCrossingsBeautifierModule ogdf::MMCBDoubleGrid ogdf::MMCBLocalStretch

List of all members.

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)

Detailed Description

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.


Constructor & Destructor Documentation

Constructor (does nothing).

Definition at line 67 of file MMCBBase.h.

Definition at line 69 of file MMCBBase.h.


Member Function Documentation

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]

The documentation for this class was generated from the following file: