Open
Graph Drawing
Framework

 v.2012.07
 

MatchingMerger.h
Go to the documentation of this file.
1 /*
2  * $Revision: 2523 $
3  *
4  * last checkin:
5  * $Author: gutwenger $
6  * $Date: 2012-07-02 20:59:27 +0200 (Mon, 02 Jul 2012) $
7  ***************************************************************/
8 
44 
45 #ifdef _MSC_VER
46 #pragma once
47 #endif
48 
49 #ifndef OGDF_MATCHING_MERGER_H
50 #define OGDF_MATCHING_MERGER_H
51 
52 namespace ogdf {
53 
55 {
56 private:
59 
60  bool buildOneLevel(MultilevelGraph &MLG);
61 
62 public:
64  void selectByNodeMass(bool on);
65 };
66 
67 } // namespace ogdf
68 
69 #endif