33#if defined(CIntegralNumber_RECURSES)
34#error Recursive header files inclusion detected in CIntegralNumber.h
37#define CIntegralNumber_RECURSES
39#if !defined CIntegralNumber_h
41#define CIntegralNumber_h
46#include "boost/concept_check.hpp"
47#include "DGtal/base/Common.h"
48#include "DGtal/base/ConceptUtils.h"
49#include "DGtal/kernel/NumberTraits.h"
50#include "DGtal/base/CQuantity.h"
100 template <
typename T>
125#undef CIntegralNumber_RECURSES
void checkTrue(const TagTrue &tag)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: Concept checking for Integral Numbers. Models of this concept should be listed in NumberTraits c...
NumberTraits< T >::IsIntegral myIsIntegral
BOOST_CONCEPT_USAGE(CIntegralNumber)
Aim: defines the concept of quantity in DGtal.