Open
Graph Drawing
Framework

 v.2012.07
 

BiconnectedShellingOrder.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 
45 #ifdef _MSC_VER
46 #pragma once
47 #endif
48 
49 #ifndef OGDF_BICONNECTED_SHELLING_ORDER_H
50 #define OGDF_BICONNECTED_SHELLING_ORDER_H
51 
52 
54 
55 
56 namespace ogdf {
57 
65 {
66 public:
69  m_baseRatio = 0.33;
70  }
71 
72 protected:
74  virtual void doCall(const Graph &G,
75  adjEntry adj,
76  List<ShellingOrderSet> &partition);
77 };
78 
79 
80 } // end namespace ogdf
81 
82 
83 #endif