31 #if defined(CWithGradientMap_RECURSES)
32 #error Recursive header files inclusion detected in CWithGradientMap.h
35 #define CWithGradientMap_RECURSES
37 #if !defined CWithGradientMap_h
39 #define CWithGradientMap_h
44 #include "DGtal/base/Common.h"
45 #include "DGtal/base/CUnaryFunctor.h"
125 #undef CWithGradientMap_RECURSES
Space::RealVector RealVector
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Defines a unary functor, which associates arguments to results.
Aim: Such object provides a gradient map that associates to each argument some real vector.
BOOST_CONCEPT_USAGE(CWithGradientMap)
BOOST_CONCEPT_ASSERT((CUnaryFunctor< GradientMap, Argument, RealVector >))
void checkConstConstraints() const
T::GradientMap GradientMap
BOOST_CONCEPT_ASSERT((boost::CopyConstructible< GradientMap >))
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.