33#if defined(CCellFunctor_RECURSES)
34#error Recursive header files inclusion detected in CCellFunctor.h
37#define CCellFunctor_RECURSES
39#if !defined CCellFunctor_h
46#include "DGtal/base/Common.h"
47#include "DGtal/base/CUnaryFunctor.h"
93 typedef typename T::Cell
Cell;
120#undef CCellFunctor_RECURSES
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines a functor on cells.
void check_const_constraints() const
BOOST_CONCEPT_ASSERT((CUnaryFunctor< T, Cell, Quantity >))
BOOST_CONCEPT_USAGE(CCellFunctor)
Aim: Defines a unary functor, which associates arguments to results.