33 #if defined(CCommutativeRing_RECURSES) 34 #error Recursive header files inclusion detected in CCommutativeRing.h 35 #else // defined(CCommutativeRing_RECURSES) 37 #define CCommutativeRing_RECURSES 39 #if !defined CCommutativeRing_h 41 #define CCommutativeRing_h 46 #include "DGtal/base/Common.h" 47 #include "DGtal/kernel/CSignedNumber.h" 48 #include "DGtal/kernel/NumberTraits.h" 130 #endif // !defined CCommutativeRing_h 132 #undef CCommutativeRing_RECURSES 133 #endif // else defined(CCommutativeRing_RECURSES) Aim: Defines the mathematical concept equivalent to a unitary commutative ring.
void sameType(const T &t1, const T &t2)
Aim: Concept checking for Signed Numbers. Models of this concept should be listed in NumberTraits cla...
DGtal is the top-level namespace which contains all DGtal functions and types.
BOOST_CONCEPT_USAGE(CCommutativeRing)