DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CQuantity.h
1 
17 #pragma once
18 
33 #if defined(CQuantity_RECURSES)
34 #error Recursive header files inclusion detected in CQuantity.h
35 #else // defined(CQuantity_RECURSES)
36 
37 #define CQuantity_RECURSES
38 
39 #if !defined CQuantity_h
40 
41 #define CQuantity_h
42 
44 // Inclusions
45 #include <iostream>
46 #include "DGtal/base/Common.h"
47 #include "DGtal/base/CLabel.h"
49 
50 namespace DGtal
51 {
52 
54  // class CQuantity
104  template <typename T>
105  struct CQuantity : CLabel<T>, boost::LessThanComparable<T>
106  {
107 
108 
109  }; // end of concept CQuantity
110 
111 } // namespace DGtal
112 
113 // //
115 
116 #endif // !defined CQuantity_h
117 
118 #undef CQuantity_RECURSES
119 #endif // else defined(CQuantity_RECURSES)