ITK  5.4.0
Insight Toolkit
Classes | Namespaces | Macros
itkNumericTraits.h File Reference
#include "itkMacro.h"
#include <limits>
#include <complex>
#include <type_traits>
#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_MIN_MAX_MACRO()
 

Macro Definition Documentation

◆ itkNUMERIC_TRAITS_MIN_MAX_MACRO

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

Definition at line 26 of file itkNumericTraits.h.