31#if defined(CImplicitFunction_RECURSES)
32#error Recursive header files inclusion detected in CImplicitFunction.h
35#define CImplicitFunction_RECURSES
37#if !defined CImplicitFunction_h
39#define CImplicitFunction_h
44#include "DGtal/base/Common.h"
95 typedef typename T::Value
Value;
108#undef CImplicitFunction_RECURSES
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Describes any function of the form f(x), where x is some real point in the given space,...
BOOST_CONCEPT_ASSERT((boost::UnaryFunction< T, Value, RealPoint >))
Go to http://www.sgi.com/tech/stl/UnaryFunction.html.