#include <ogdf/simultaneous/TwoLayerCrossMinSimDraw.h>
Public Member Functions | |
| TwoLayerCrossMinSimDraw () | |
| Initializes a two-layer crossing minimization module. | |
| virtual void | call (Level &L, const EdgeArray< unsigned int > *esg)=0 |
| Performs crossing minimization for level L. | |
Definition at line 59 of file TwoLayerCrossMinSimDraw.h.
Initializes a two-layer crossing minimization module.
Definition at line 62 of file TwoLayerCrossMinSimDraw.h.
| virtual void ogdf::TwoLayerCrossMinSimDraw::call | ( | Level & | L, |
| const EdgeArray< unsigned int > * | esg | ||
| ) | [pure virtual] |
Performs crossing minimization for level L.
| L | is the level in the hierarchy on which nodes are permuted; the neighbor level (fixed level) is determined by the hierarchy. |
Implemented in ogdf::SplitHeuristic.