Open
Graph Drawing
Framework

 v.2012.07
 

PQBasicKeyRoot.h
Go to the documentation of this file.
1 /*
2  * $Revision: 2564 $
3  *
4  * last checkin:
5  * $Author: gutwenger $
6  * $Date: 2012-07-07 00:03:48 +0200 (Sa, 07. Jul 2012) $
7  ***************************************************************/
8 
44 #ifdef _MSC_VER
45 #pragma once
46 #endif
47 
48 
49 #ifndef OGDF_PQ_BASIC_KEY_ROOT_H
50 #define OGDF_PQ_BASIC_KEY_ROOT_H
51 
52 
53 
54 namespace ogdf {
55 
56 
64 
65  public:
66 
67  //Constructor
69 
70  //Destructor
72 
74  };
75 
76 }
77 
78 #endif
79