30#if defined(CPointFunctor_RECURSES)
31#error Recursive header files inclusion detected in CPointFunctor.h
34#define CPointFunctor_RECURSES
36#if !defined CPointFunctor_h
38#define CPointFunctor_h
43#include "DGtal/base/Common.h"
44#include "DGtal/base/CUnaryFunctor.h"
92 typedef typename T::Point
Point;
93 typedef typename T::Value
Value;
109#undef CPointFunctor_RECURSES
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines a functor on points.
Aim: Defines a unary functor, which associates arguments to results.