#include <itkNumericTraitsDiffusionTensor3DPixel.h>
Define numeric traits for DiffusionTensor3D.
T | Component type of DiffusionTensor3D |
We provide here a generic implementation based on creating types of DiffusionTensor3D whose components are the types of the NumericTraits from the original DiffusionTensor3D components. This implementation require support for partial specializations, since it is based on the concept that: NumericTraits<DiffusionTensor3D< T > > is defined piecewise by DiffusionTensor3D< NumericTraits< T > >
Definition at line 45 of file itkNumericTraitsDiffusionTensor3DPixel.h.
Public Types | |
using | AbsType |
using | AbsType = DiffusionTensor3D<ElementAbsType> |
using | AccumulateType |
using | AccumulateType = DiffusionTensor3D<ElementAccumulateType> |
using | FloatType |
using | FloatType = DiffusionTensor3D<ElementFloatType> |
using | MeasurementVectorType |
using | MeasurementVectorType = Self |
using | PrintType |
using | PrintType = DiffusionTensor3D<ElementPrintType> |
using | RealType |
using | RealType = DiffusionTensor3D<ElementRealType> |
using | ScalarRealType |
using | ScalarRealType = ElementRealType |
using | Self = DiffusionTensor3D<T> |
using | TraitsType |
using | ValueType |
using | ValueType = T |
Static Public Member Functions | |
static void | AssignToArray (const Self &v, MeasurementVectorType &mv) |
template<typename TArray> | |
static void | AssignToArray (const Self &v, TArray &mv) |
static void | AssignToArray (const T &v, TArray &mv) |
static unsigned int | GetLength () |
static unsigned int | GetLength () |
static unsigned int | GetLength (const DiffusionTensor3D< T > &) |
static unsigned int | GetLength (const T &) |
static bool | IsNegative (T val) |
static bool | IsNonnegative (T val) |
static bool | IsNonpositive (T val) |
static bool | IsPositive (T val) |
static const Self | max () |
static const Self | max (const Self &) |
static constexpr T | max (const T &) |
static const Self | min () |
static const Self | min (const Self &) |
static constexpr T | min (const T &) |
static constexpr T | NonpositiveMin () |
static const Self | NonpositiveMin () |
static const Self | NonpositiveMin (const Self &) |
static T | NonpositiveMin (const T &) |
static T | OneValue () |
static const Self | OneValue () |
static const Self | OneValue (const Self &) |
static T | OneValue (const T &) |
static void | SetLength (T &m, const unsigned int s) |
static T | ZeroValue () |
static const Self | ZeroValue () |
static const Self | ZeroValue (const Self &) |
static T | ZeroValue (const T &) |
static void | SetLength (DiffusionTensor3D< T > &m, const unsigned int s) |
Static Public Attributes | |
static constexpr bool | IsComplex |
static constexpr bool | IsComplex = NumericTraits<ValueType>::IsComplex |
static constexpr bool | IsInteger |
static constexpr bool | IsInteger = std::is_integral_v<ValueType> |
static constexpr bool | IsSigned |
static constexpr bool | IsSigned = std::is_signed_v<ValueType> |
static const T ITKCommon_EXPORT | One |
static const Self ITKCommon_EXPORT | One |
static const T ITKCommon_EXPORT | Zero |
static const Self ITKCommon_EXPORT | Zero |
Private Types | |
using | ElementAbsType = typename NumericTraits<T>::AbsType |
using | ElementAccumulateType = typename NumericTraits<T>::AccumulateType |
using | ElementFloatType = typename NumericTraits<T>::FloatType |
using | ElementPrintType = typename NumericTraits<T>::PrintType |
using | ElementRealType = typename NumericTraits<T>::RealType |
using itk::NumericTraits< T >::AbsType |
Return value of itk::Math::abs().
Definition at line 73 of file itkNumericTraits.h.
using itk::NumericTraits< DiffusionTensor3D< T > >::AbsType = DiffusionTensor3D<ElementAbsType> |
Unsigned component type
Definition at line 61 of file itkNumericTraitsDiffusionTensor3DPixel.h.
using itk::NumericTraits< T >::AccumulateType |
Accumulation of addition and multiplication.
Definition at line 76 of file itkNumericTraits.h.
using itk::NumericTraits< DiffusionTensor3D< T > >::AccumulateType = DiffusionTensor3D<ElementAccumulateType> |
Accumulation of addition and multiplication.
Definition at line 64 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
private |
Definition at line 48 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
private |
Definition at line 49 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
private |
Definition at line 50 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
private |
Definition at line 51 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
private |
Definition at line 52 of file itkNumericTraitsDiffusionTensor3DPixel.h.
using itk::NumericTraits< T >::FloatType |
Typedef for operations that use floating point instead of real precision to save memory
Definition at line 83 of file itkNumericTraits.h.
using itk::NumericTraits< DiffusionTensor3D< T > >::FloatType = DiffusionTensor3D<ElementFloatType> |
Typedef for operations that use floating point instead of real precision
Definition at line 68 of file itkNumericTraitsDiffusionTensor3DPixel.h.
using itk::NumericTraits< T >::MeasurementVectorType |
Measurement vector type
Definition at line 79 of file itkNumericTraits.h.
using itk::NumericTraits< DiffusionTensor3D< T > >::MeasurementVectorType = Self |
Measurement vector type
Definition at line 80 of file itkNumericTraitsDiffusionTensor3DPixel.h.
using itk::NumericTraits< T >::PrintType |
Return the type that can be printed.
Definition at line 70 of file itkNumericTraits.h.
using itk::NumericTraits< DiffusionTensor3D< T > >::PrintType = DiffusionTensor3D<ElementPrintType> |
Return the type that can be printed.
Definition at line 71 of file itkNumericTraitsDiffusionTensor3DPixel.h.
using itk::NumericTraits< T >::RealType |
Type for real-valued scalar operations.
Definition at line 86 of file itkNumericTraits.h.
using itk::NumericTraits< DiffusionTensor3D< T > >::RealType = DiffusionTensor3D<ElementRealType> |
Type for real-valued scalar operations.
Definition at line 74 of file itkNumericTraitsDiffusionTensor3DPixel.h.
using itk::NumericTraits< T >::ScalarRealType |
Type for real-valued scalar operations.
Definition at line 89 of file itkNumericTraits.h.
using itk::NumericTraits< DiffusionTensor3D< T > >::ScalarRealType = ElementRealType |
Type for real-valued scalar operations.
Definition at line 77 of file itkNumericTraitsDiffusionTensor3DPixel.h.
using itk::NumericTraits< DiffusionTensor3D< T > >::Self = DiffusionTensor3D<T> |
Definition at line 58 of file itkNumericTraitsDiffusionTensor3DPixel.h.
using itk::NumericTraits< T >::TraitsType |
The type of this limits trait object.
Definition at line 64 of file itkNumericTraits.h.
using itk::NumericTraits< T >::ValueType |
Return the type of this native type.
Definition at line 67 of file itkNumericTraits.h.
using itk::NumericTraits< DiffusionTensor3D< T > >::ValueType = T |
Return the type of the native component type.
Definition at line 56 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 182 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 189 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
assign the value to an array
Definition at line 245 of file itkNumericTraits.h.
|
inlinestatic |
Return the length of the scalar: 1. Array types can return a different value
Definition at line 210 of file itkNumericTraits.h.
|
inlinestatic |
Return the size of the tensor. Always returns 6.
Definition at line 176 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Return the size of the tensor. Always returns 6.
Definition at line 169 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Return the length of the scalar. This API is needed for VariableLengthVector because its length is only known at run-time. Specializations of the VariableLengthVector will provide a different implementation where a vector of the correct size is built.
Definition at line 203 of file itkNumericTraits.h.
|
inlinestatic |
Is a given value negative?
Definition at line 120 of file itkNumericTraits.h.
|
inlinestatic |
Is a given value nonnegative?
Definition at line 127 of file itkNumericTraits.h.
|
inlinestatic |
Is a given value nonpositive?
Definition at line 113 of file itkNumericTraits.h.
|
inlinestatic |
Is a given value positive?
Definition at line 106 of file itkNumericTraits.h.
|
inlinestatic |
Definition at line 100 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::MakeFilled(), and itk::NumericTraits< T >::max().
|
inlinestatic |
Component wise defined element
Definition at line 88 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::MakeFilled(), and itk::NumericTraits< T >::max().
|
inlinestaticconstexpr |
Definition at line 169 of file itkNumericTraits.h.
|
inlinestatic |
Definition at line 106 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::MakeFilled(), and itk::NumericTraits< T >::min().
|
inlinestatic |
Definition at line 94 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::MakeFilled(), and itk::NumericTraits< T >::min().
|
inlinestaticconstexpr |
Definition at line 174 of file itkNumericTraits.h.
|
inlinestaticconstexpr |
Smallest (most nonpositive) value
Definition at line 99 of file itkNumericTraits.h.
|
inlinestatic |
Definition at line 112 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::MakeFilled(), and itk::NumericTraits< T >::NonpositiveMin().
|
inlinestatic |
Definition at line 130 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::NumericTraits< T >::NonpositiveMin().
|
inlinestatic |
Smallest (most nonpositive) value. This API is needed for VariableLengthVector because its length is only known at run-time.
Definition at line 219 of file itkNumericTraits.h.
|
inlinestatic |
Return one value. This function should be used to support RGBPixel type and standard types (not vectors)
Definition at line 158 of file itkNumericTraits.h.
|
inlinestatic |
Definition at line 124 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::MakeFilled(), and itk::NumericTraits< T >::OneValue().
|
inlinestatic |
Definition at line 142 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::NumericTraits< T >::OneValue().
|
inlinestatic |
One value. This API is needed for VariableLengthVector because its length is only known at run-time.
Definition at line 237 of file itkNumericTraits.h.
|
inlinestatic |
Fixed length vectors cannot be resized, so an exception will be thrown if the input size is not valid. In this case, the only valid size is 6. If the size is valid the tensor will be filled with zeros.
Definition at line 156 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::FixedArray< TValue, VLength >::Fill().
|
inlinestatic |
Scalars cannot be resized, so an exception will be thrown if the input size is not 1. If the size is valid the will be zeros. This API is needed for VariableLengthVector because its length is only known at run-time. Specializations of the VariableLengthVector will provide a different implementation where a vector of the correct size is built.
Definition at line 187 of file itkNumericTraits.h.
|
inlinestatic |
Return zero value. This function should be used to support RGBPixel type and standard types (not vectors)
Definition at line 150 of file itkNumericTraits.h.
|
inlinestatic |
Definition at line 118 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 136 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::NumericTraits< T >::ZeroValue().
|
inlinestatic |
Zero value. This API is needed for VariableLengthVector because its length is only known at run-time.
Definition at line 228 of file itkNumericTraits.h.
|
staticconstexpr |
Is a given type complex? – default is no. For uniform array data types in ITK, the value of IsComplex is determined by the component elements of the array.
Definition at line 145 of file itkNumericTraits.h.
|
staticconstexpr |
Definition at line 149 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
staticconstexpr |
Is a given type an integer? – default is no. For uniform array data types in ITK, the value of IsInteger is determined by the component elements of the array.
Definition at line 140 of file itkNumericTraits.h.
|
staticconstexpr |
Definition at line 148 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
staticconstexpr |
Is a given type signed? – default is no. For uniform array data types in ITK, the value of IsSigned is determined by the component elements of the array.
Definition at line 135 of file itkNumericTraits.h.
|
staticconstexpr |
Definition at line 147 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
static |
Multiplicative identity.
Definition at line 95 of file itkNumericTraits.h.
|
static |
Definition at line 201 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
static |
Additive identity.
Definition at line 92 of file itkNumericTraits.h.
|
static |
Definition at line 200 of file itkNumericTraitsDiffusionTensor3DPixel.h.