ITK  4.3.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
itkNumericTraits.h File Reference

Go to the source code of this file.

Classes

class  itk::FixedArray< TValueType, VLength >
 Simulate a standard C array with copy semnatics. More...
 
class  itk::NumericTraits< T >
 Define additional traits for native types such as int or float. More...
 

Namespaces

namespace  itk
 

Macros

#define itkNUMERIC_TRAITS_MIN_MAX_MACRO()
 

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.