28 #if defined(CConstImageRECURSES) 29 #error Recursive header files inclusion detected in CTrivialImage.h 30 #else // defined(CConstImageRECURSES) 32 #define CConstImageRECURSES 34 #if !defined CTrivialImage_h 36 #define CTrivialImage_h 38 #include <boost/concept_check.hpp> 39 #include <boost/concept/assert.hpp> 40 #include <boost/concept/requires.hpp> 42 #include "DGtal/images/CTrivialConstImage.h" 106 #endif // !defined CTrivialImage_h 108 #undef CConstImageRECURSES 109 #endif // else defined(CConstImageRECURSES)
Aim: Defines the concept describing a read-only image, which is a refinement of CPointFunctor.
BOOST_CONCEPT_USAGE(CTrivialImage)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines the concept describing an image without extra ranges, which is a refinement of CTrivialC...