54 #ifndef OPENMESH_UTILS_NUMLIMITS_HH 55 #define OPENMESH_UTILS_NUMLIMITS_HH 90 template <
typename Scalar>
95 static inline Scalar
min() {
return 0; }
97 static inline Scalar
max() {
return 0; }
99 static inline bool is_float() {
return false; }
101 static inline bool is_signed() {
return true; }
147 #endif // OPENMESH_NUMLIMITS_HH defined static Scalar min()
Return the smallest absolte value a scalar type can store.
static Scalar max()
Return the maximum absolte value a scalar type can store.