#include "itkMacro.h"
#include "vcl_limits.h"
#include <complex>
#include "itkFixedArray.h"
Go to the source code of this file.
#define itkNUMERIC_TRAITS_MIN_MAX_MACRO |
( |
| ) |
|
Value:static ValueType min() \
{ \
return std::numeric_limits< ValueType >::min(); \
} \
static ValueType max() \
{ \
return std::numeric_limits< ValueType >::max(); \
} \
static ValueType min(ValueType) \
{ \
return std::numeric_limits< ValueType >::min(); \
} \
static ValueType max(ValueType) \
{ \
return std::numeric_limits< ValueType >::max(); \
} \
Definition at line 26 of file itkNumericTraits.h.