18 #ifndef itkNumericTraitsDiffusionTensor3DPixel_h
19 #define itkNumericTraitsDiffusionTensor3DPixel_h
44 template<
typename T >
147 itkGenericExceptionMacro(<<
"Cannot set the size of a DiffusionTensor3D "
148 "to anything other than 6.");
171 template<
typename TArray>
174 for(
unsigned int i=0; i<6; i++ )
188 #endif // itkNumericTraitsTensorPixel_h
static const Self ZeroValue(const Self &)
static const Self ZeroValue()
NumericTraits< T >::FloatType ElementFloatType
DiffusionTensor3D< ElementAccumulateType > AccumulateType
ElementRealType ScalarRealType
Self MeasurementVectorType
static const Self OneValue()
static const Self ITKCommon_EXPORT One
static const Self max(const Self &)
DiffusionTensor3D< ElementAbsType > AbsType
static const Self NonpositiveMin()
void Fill(const ValueType &)
static const Self OneValue(const Self &)
static unsigned int GetLength()
NumericTraits< T >::RealType ElementRealType
NumericTraits< T >::AbsType ElementAbsType
DiffusionTensor3D< ElementRealType > RealType
static unsigned int GetLength(const DiffusionTensor3D< T > &)
DiffusionTensor3D< ElementPrintType > PrintType
static const Self NonpositiveMin(const Self &)
DiffusionTensor3D< T > Self
static const Self min(const Self &)
NumericTraits< T >::PrintType ElementPrintType
static void SetLength(DiffusionTensor3D< T > &m, const unsigned int s)
static void AssignToArray(const Self &v, MeasurementVectorType &mv)
Define additional traits for native types such as int or float.
NumericTraits< T >::AccumulateType ElementAccumulateType
Represent a diffusion tensor as used in DTI images.
static const Self ITKCommon_EXPORT Zero
static void AssignToArray(const Self &v, TArray &mv)
DiffusionTensor3D< ElementFloatType > FloatType