ITK  4.13.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros
itkNumericTraits.h File Reference
#include "itkMacro.h"
#include "vcl_limits.h"
#include <limits>
#include <complex>
#include "itkFixedArray.h"
+ Include dependency graph for itkNumericTraits.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  itk::FixedArray< TValue, VLength >
 
class  itk::NumericTraits< T >
 

Namespaces

 itk
 

Macros

#define itkNUMERIC_TRAITS_C11_ASSINMENT(x)
 
#define itkNUMERIC_TRAITS_MIN_MAX_MACRO()
 

Macro Definition Documentation

#define itkNUMERIC_TRAITS_C11_ASSINMENT (   x)

Definition at line 47 of file itkNumericTraits.h.

#define itkNUMERIC_TRAITS_MIN_MAX_MACRO ( )
Value:
static ITK_CONSTEXPR_FUNC ValueType min() \
{ \
return std::numeric_limits< ValueType >::min(); \
} \
static ITK_CONSTEXPR_FUNC ValueType max() \
{ \
return std::numeric_limits< ValueType >::max(); \
} \
static ITK_CONSTEXPR_FUNC ValueType min(ValueType) \
{ \
return std::numeric_limits< ValueType >::min(); \
} \
static ITK_CONSTEXPR_FUNC ValueType max(ValueType) \
{ \
return std::numeric_limits< ValueType >::max(); \
} \

Definition at line 26 of file itkNumericTraits.h.