31 #if defined(COrientationFunctor_RECURSES)
32 #error Recursive header files inclusion detected in COrientationFunctor.h
35 #define COrientationFunctor_RECURSES
37 #if !defined COrientationFunctor_h
39 #define COrientationFunctor_h
44 #include "DGtal/base/Common.h"
46 #include "DGtal/kernel/CPointFunctor.h"
47 #include "DGtal/kernel/CSignedNumber.h"
112 template <
typename T>
143 #undef COrientationFunctor_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: This concept gathers models implementing an orientation test of points in a space of dimension ...
BOOST_CONCEPT_ASSERT((concepts::CSignedNumber< typename T::Value >))
BOOST_CONCEPT_USAGE(COrientationFunctor)
Aim: Defines a functor on points.
Aim: Concept checking for Signed Numbers. Models of this concept should be listed in NumberTraits cla...