#include <ogdf/energybased/multilevelmixer/MatchingMerger.h>
Public Member Functions | |
| MatchingMerger () | |
| void | selectByNodeMass (bool on) |
Private Member Functions | |
| bool | buildOneLevel (MultilevelGraph &MLG) |
| This method constructs one more level on top of an existing MultilevelGraph. It must be implemented in any MultilevelBuilder. A level is built by adding node-merges to the MultilevelGraph and updating the graph accordingly. This is achieved by calling MLG. | |
Private Attributes | |
| NodeArray< unsigned int > | m_mass |
| bool | m_selectByMass |
Definition at line 53 of file MatchingMerger.h.
| bool ogdf::MatchingMerger::buildOneLevel | ( | MultilevelGraph & | MLG | ) | [private, virtual] |
This method constructs one more level on top of an existing MultilevelGraph. It must be implemented in any MultilevelBuilder. A level is built by adding node-merges to the MultilevelGraph and updating the graph accordingly. This is achieved by calling MLG.
| MLG | is the MultilevelGraph for which a new gevel will be built. |
Implements ogdf::MultilevelBuilder.
| void ogdf::MatchingMerger::selectByNodeMass | ( | bool | on | ) |
NodeArray<unsigned int> ogdf::MatchingMerger::m_mass [private] |
Definition at line 56 of file MatchingMerger.h.
bool ogdf::MatchingMerger::m_selectByMass [private] |
Definition at line 57 of file MatchingMerger.h.