31 #if defined(CBoundedInteger_RECURSES)
32 #error Recursive header files inclusion detected in CBoundedInteger.h
35 #define CBoundedInteger_RECURSES
37 #if !defined CBoundedInteger_h
39 #define CBoundedInteger_h
44 #include "boost/concept_check.hpp"
45 #include "DGtal/base/ConceptUtils.h"
46 #include "DGtal/base/Common.h"
47 #include "DGtal/kernel/NumberTraits.h"
48 #include "DGtal/base/CQuantity.h"
125 #undef CBoundedNumber_RECURSES
void checkTrue(const TagTrue &tag)
DGtal is the top-level namespace which contains all DGtal functions and types.
Aim: The concept CBoundedNumber specifies what are the bounded numbers. Models of this concept should...
BOOST_CONCEPT_USAGE(CBoundedNumber)
NumberTraits< T >::IsBounded myIsBounded
Aim: defines the concept of quantity in DGtal.