Go to the source code of this file.
Macro Definition Documentation
#define itkNUMERIC_TRAITS_MIN_MAX_MACRO |
( |
| ) |
|
Value:static ValueType min() \
{ \
return vcl_numeric_limits< ValueType >::min(); \
} \
static ValueType max() \
{ \
return vcl_numeric_limits< ValueType >::max(); \
} \
static ValueType min(ValueType) \
{ \
return vcl_numeric_limits< ValueType >::min(); \
} \
static ValueType max(ValueType) \
{ \
return vcl_numeric_limits< ValueType >::max(); \
} \
Definition at line 26 of file itkNumericTraits.h.