#include <BarycenterHeuristic.h>

Public Member Functions | |
| void | init (const Hierarchy &H) |
| Initializes crossing minimization for hierarchy H. | |
| void | call (Level &L) |
| Calls the barycenter heuristic for level L. | |
| void | cleanup () |
| Does some clean-up after calls. | |
Private Attributes | |
| NodeArray< double > | m_weight |
| The barycenter weight of the nodes. | |
Definition at line 67 of file BarycenterHeuristic.h.
| void ogdf::BarycenterHeuristic::init | ( | const Hierarchy & | H | ) | [inline, virtual] |
Initializes crossing minimization for hierarchy H.
Reimplemented from ogdf::TwoLayerCrossMin.
Definition at line 71 of file BarycenterHeuristic.h.
| void ogdf::BarycenterHeuristic::call | ( | Level & | L | ) | [virtual] |
| void ogdf::BarycenterHeuristic::cleanup | ( | ) | [inline, virtual] |
Does some clean-up after calls.
Reimplemented from ogdf::TwoLayerCrossMin.
Definition at line 77 of file BarycenterHeuristic.h.
NodeArray<double> ogdf::BarycenterHeuristic::m_weight [private] |