31#if defined(CDigitalBoundedShape_RECURSES)
32#error Recursive header files inclusion detected in CDigitalBoundedShape.h
35#define CDigitalBoundedShape_RECURSES
37#if !defined CDigitalBoundedShape_h
39#define CDigitalBoundedShape_h
44#include "boost/concept_check.hpp"
45#include "DGtal/base/Common.h"
47#include "DGtal/kernel/domains/CDomain.h"
48#include "DGtal/kernel/CSpace.h"
89 template <
typename TShape>
95 typedef typename TShape::Point
Point;
120#undef CDigitalBoundedShape_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: designs the concept of bounded shapes in DGtal (shape for which upper and lower bounding bounds ...
BOOST_CONCEPT_USAGE(CDigitalBoundedShape)