31#if defined(CPointPredicate_RECURSES)
32#error Recursive header files inclusion detected in CPointPredicate.h
35#define CPointPredicate_RECURSES
37#if !defined CPointPredicate_h
39#define CPointPredicate_h
44#include "DGtal/base/Common.h"
46#include "DGtal/base/CPredicate.h"
84 typedef typename T::Point
Point;
103#undef CPointPredicate_RECURSES
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines a predicate on a point.
BOOST_CONCEPT_ASSERT((CUnaryFunctor< T, Point, bool >))
Aim: Defines a predicate function, ie. a functor mapping a domain into the set of booleans.
Aim: Defines a unary functor, which associates arguments to results.