ITK
4.3.0
Insight Segmentation and Registration Toolkit
|
#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 | |
typedef DiffusionTensor3D < ElementAbsType > | AbsType |
typedef DiffusionTensor3D < ElementAccumulateType > | AccumulateType |
typedef DiffusionTensor3D < ElementFloatType > | FloatType |
typedef Self | MeasurementVectorType |
typedef DiffusionTensor3D < ElementPrintType > | PrintType |
typedef DiffusionTensor3D < ElementRealType > | RealType |
typedef ElementRealType | ScalarRealType |
typedef DiffusionTensor3D< T > | Self |
typedef T | ValueType |
Static Public Member Functions | |
static void | AssignToArray (const Self &v, MeasurementVectorType &mv) |
template<class TArray > | |
static void | AssignToArray (const Self &v, TArray &mv) |
static unsigned int | GetLength (const DiffusionTensor3D< T > &) |
static unsigned int | GetLength () |
static const Self | max (const Self &) |
static const Self | max () |
static const Self | min (const Self &) |
static const Self | min () |
static const Self | NonpositiveMin (const Self &) |
static const Self | NonpositiveMin () |
static const Self | OneValue (const Self &) |
static const Self | OneValue () |
static const Self | ZeroValue (const Self &) |
static const Self | ZeroValue () |
static void | SetLength (DiffusionTensor3D< T > &m, const unsigned int s) |
Static Public Attributes | |
static const Self ITKCommon_EXPORT | One |
static const Self ITKCommon_EXPORT | Zero |
Private Types | |
typedef NumericTraits< T >::AbsType | ElementAbsType |
typedef NumericTraits< T > ::AccumulateType | ElementAccumulateType |
typedef NumericTraits< T > ::FloatType | ElementFloatType |
typedef NumericTraits< T > ::PrintType | ElementPrintType |
typedef NumericTraits< T > ::RealType | ElementRealType |
typedef DiffusionTensor3D< ElementAbsType > itk::NumericTraits< DiffusionTensor3D< T > >::AbsType |
Unsigned component type
Definition at line 63 of file itkNumericTraitsDiffusionTensor3DPixel.h.
typedef DiffusionTensor3D< ElementAccumulateType > itk::NumericTraits< DiffusionTensor3D< T > >::AccumulateType |
Accumulation of addition and multiplication.
Definition at line 66 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.
|
private |
Definition at line 53 of file itkNumericTraitsDiffusionTensor3DPixel.h.
typedef DiffusionTensor3D< ElementFloatType > itk::NumericTraits< DiffusionTensor3D< T > >::FloatType |
Typedef for operations that use floating point instead of real precision
Definition at line 70 of file itkNumericTraitsDiffusionTensor3DPixel.h.
typedef Self itk::NumericTraits< DiffusionTensor3D< T > >::MeasurementVectorType |
Measurement vector type
Definition at line 82 of file itkNumericTraitsDiffusionTensor3DPixel.h.
typedef DiffusionTensor3D< ElementPrintType > itk::NumericTraits< DiffusionTensor3D< T > >::PrintType |
Return the type that can be printed.
Definition at line 73 of file itkNumericTraitsDiffusionTensor3DPixel.h.
typedef DiffusionTensor3D< ElementRealType > itk::NumericTraits< DiffusionTensor3D< T > >::RealType |
Type for real-valued scalar operations.
Definition at line 76 of file itkNumericTraitsDiffusionTensor3DPixel.h.
typedef ElementRealType itk::NumericTraits< DiffusionTensor3D< T > >::ScalarRealType |
Type for real-valued scalar operations.
Definition at line 79 of file itkNumericTraitsDiffusionTensor3DPixel.h.
typedef DiffusionTensor3D< T > itk::NumericTraits< DiffusionTensor3D< T > >::Self |
Definition at line 60 of file itkNumericTraitsDiffusionTensor3DPixel.h.
typedef T itk::NumericTraits< DiffusionTensor3D< T > >::ValueType |
Return the type of the native component type.
Definition at line 58 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 166 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 172 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Return the size of the tensor. Always returns 6.
Definition at line 155 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Return the size of the tensor. Always returns 6.
Definition at line 161 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Component wise defined element
Definition at line 89 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 114 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 94 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 119 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 99 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 124 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 109 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 134 of file itkNumericTraitsDiffusionTensor3DPixel.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 143 of file itkNumericTraitsDiffusionTensor3DPixel.h.
References itk::FixedArray< TComponent, NDimension *(NDimension+1)/2 >::Fill().
|
inlinestatic |
Definition at line 104 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
inlinestatic |
Definition at line 129 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
static |
Definition at line 184 of file itkNumericTraitsDiffusionTensor3DPixel.h.
|
static |
Definition at line 183 of file itkNumericTraitsDiffusionTensor3DPixel.h.