31 #if defined(CImageRECURSES)
32 #error Recursive header files inclusion detected in CImage.h
33 #else // defined(CImageRECURSES)
35 #define CImageRECURSES
41 #include <boost/concept_check.hpp>
42 #include <boost/concept/assert.hpp>
43 #include <boost/concept/requires.hpp>
45 #include "DGtal/kernel/domains/CDomain.h"
46 #include "DGtal/images/CConstImage.h"
47 #include "DGtal/base/CConstBidirectionalRangeFromPoint.h"
48 #include "DGtal/base/CBidirectionalOutputRangeFromPoint.h"
49 #include "DGtal/images/CTrivialImage.h"
101 template <
typename I>
130 #endif // !defined CImage_h
132 #undef CImageRECURSES
133 #endif // else defined(CImageRECURSES)