31 #if defined(CBinner_RECURSES)
32 #error Recursive header files inclusion detected in CBinner.h
35 #define CBinner_RECURSES
37 #if !defined CBinner_h
44 #include <boost/type_traits/is_integral.hpp>
45 #include <boost/type_traits/is_unsigned.hpp>
46 #include "DGtal/base/Common.h"
47 #include "DGtal/kernel/CEuclideanRing.h"
102 typedef typename T::Bin
Bin;
136 #undef CBinner_RECURSES
void sameType(const T &, const T &)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Represents an object that places a quantity into a bin, i.e. a functor that associates a natural...
void checkConstConstraints() const
BOOST_CONCEPT_USAGE(CBinner)
BOOST_STATIC_ASSERT((boost::is_unsigned< Bin >::value))
BOOST_STATIC_ASSERT((boost::is_integral< Bin >::value))
BOOST_CONCEPT_ASSERT((CEuclideanRing< Quantity >))
Aim: Defines the mathematical concept equivalent to a unitary commutative ring with a division operat...
Go to http://www.sgi.com/tech/stl/CopyConstructible.html.
Go to http://www.boost.org/doc/libs/1_52_0/libs/type_traits/doc/html/index.html.
Go to http://www.boost.org/doc/libs/1_52_0/libs/type_traits/doc/html/index.html.