DGtal  0.6.devel
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CLabel.h
1 
17 #pragma once
18 
33 #if defined(CLabel_RECURSES)
34 #error Recursive header files inclusion detected in CLabel.h
35 #else // defined(CLabel_RECURSES)
36 
37 #define CLabel_RECURSES
38 
39 #if !defined CLabel_h
40 
41 #define CLabel_h
42 
44 // Inclusions
45 #include <iostream>
46 #include "DGtal/base/Common.h"
48 
49 namespace DGtal
50 {
51 
53  // class CLabel
93  template <typename T>
94  struct CLabel : boost::DefaultConstructible<T>, boost::Assignable<T>,
95  boost::EqualityComparable<T>
96  {
97 
98  }; // end of concept CLabel
99 
100 } // namespace DGtal
101 
102 // //
104 
105 #endif // !defined CLabel_h
106 
107 #undef CLabel_RECURSES
108 #endif // else defined(CLabel_RECURSES)