DGtal  1.2.0
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)
37 #define CQuantity_RECURSES
38 
39 #if !defined CQuantity_h
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 
53  namespace concepts
54  {
55 
57  // class CQuantity
91  template <typename T>
93  {
94 
95 
96  }; // end of concept CQuantity
97 
98  } // namespace concepts
99 
100 } // namespace DGtal
101 
102 // //
104 
105 #endif // !defined CQuantity_h
106 
107 #undef CQuantity_RECURSES
108 #endif // else defined(CQuantity_RECURSES)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Define the concept of DGtal labels. Models of CLabel can be default-constructible,...
Definition: CLabel.h:93
Aim: defines the concept of quantity in DGtal.
Definition: CQuantity.h:93
Go to http://www.sgi.com/tech/stl/LessThanComparable.html.
Definition: Boost.dox:48