ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions | Static Public Attributes | Private Types
itk::NumericTraits< DiffusionTensor3D< T > > Class Template Reference

Define numeric traits for DiffusionTensor3D. More...

#include <itkNumericTraitsDiffusionTensor3DPixel.h>

Collaboration diagram for itk::NumericTraits< DiffusionTensor3D< T > >:

List of all members.

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 ()
static unsigned int GetLength (const DiffusionTensor3D< T > &)
static const Self max (const Self &)
static const Self max ()
static const Self min ()
static const Self min (const Self &)
static const Self NonpositiveMin ()
static const Self OneValue ()
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

Detailed Description

template<typename T>
class itk::NumericTraits< DiffusionTensor3D< T > >

Define numeric traits for DiffusionTensor3D.

Template Parameters:
TComponent 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 > >

See also:
NumericTraits

Definition at line 45 of file itkNumericTraitsDiffusionTensor3DPixel.h.


Member Typedef Documentation

Unsigned component type

Definition at line 62 of file itkNumericTraitsDiffusionTensor3DPixel.h.

Accumulation of addition and multiplication.

Definition at line 65 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
typedef NumericTraits< T >::AbsType itk::NumericTraits< DiffusionTensor3D< T > >::ElementAbsType [private]

Definition at line 49 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
typedef NumericTraits< T >::AccumulateType itk::NumericTraits< DiffusionTensor3D< T > >::ElementAccumulateType [private]

Definition at line 50 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
typedef NumericTraits< T >::FloatType itk::NumericTraits< DiffusionTensor3D< T > >::ElementFloatType [private]

Definition at line 51 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
typedef NumericTraits< T >::PrintType itk::NumericTraits< DiffusionTensor3D< T > >::ElementPrintType [private]

Definition at line 52 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
typedef NumericTraits< T >::RealType itk::NumericTraits< DiffusionTensor3D< T > >::ElementRealType [private]

Definition at line 53 of file itkNumericTraitsDiffusionTensor3DPixel.h.

Typedef for operations that use floating point instead of real precision

Definition at line 69 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
typedef Self itk::NumericTraits< DiffusionTensor3D< T > >::MeasurementVectorType

Measurement vector type

Definition at line 81 of file itkNumericTraitsDiffusionTensor3DPixel.h.

Return the type that can be printed.

Definition at line 72 of file itkNumericTraitsDiffusionTensor3DPixel.h.

Type for real-valued scalar operations.

Definition at line 75 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
typedef ElementRealType itk::NumericTraits< DiffusionTensor3D< T > >::ScalarRealType

Type for real-valued scalar operations.

Definition at line 78 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
typedef DiffusionTensor3D< T > itk::NumericTraits< DiffusionTensor3D< T > >::Self

Definition at line 59 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
typedef T itk::NumericTraits< DiffusionTensor3D< T > >::ValueType

Return the type of the native component type.

Definition at line 57 of file itkNumericTraitsDiffusionTensor3DPixel.h.


Member Function Documentation

template<typename T >
static void itk::NumericTraits< DiffusionTensor3D< T > >::AssignToArray ( const Self v,
MeasurementVectorType mv 
) [inline, static]

Definition at line 150 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
template<class TArray >
static void itk::NumericTraits< DiffusionTensor3D< T > >::AssignToArray ( const Self v,
TArray &  mv 
) [inline, static]

Definition at line 156 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
static unsigned int itk::NumericTraits< DiffusionTensor3D< T > >::GetLength ( const DiffusionTensor3D< T > &  ) [inline, static]

Return the size of the tensor. Always returns 6.

Definition at line 139 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
static unsigned int itk::NumericTraits< DiffusionTensor3D< T > >::GetLength ( ) [inline, static]

Return the size of the tensor. Always returns 6.

Definition at line 145 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
static const Self itk::NumericTraits< DiffusionTensor3D< T > >::max ( const Self ) [inline, static]

Component wise defined element

Note:
minimum value for floating pointer types is defined as minimum positive normalize value.

Definition at line 88 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
static const Self itk::NumericTraits< DiffusionTensor3D< T > >::max ( ) [inline, static]

Definition at line 98 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
static const Self itk::NumericTraits< DiffusionTensor3D< T > >::min ( ) [inline, static]

Definition at line 103 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
static const Self itk::NumericTraits< DiffusionTensor3D< T > >::min ( const Self ) [inline, static]

Definition at line 93 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
static const Self itk::NumericTraits< DiffusionTensor3D< T > >::NonpositiveMin ( ) [inline, static]

Definition at line 108 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
static const Self itk::NumericTraits< DiffusionTensor3D< T > >::OneValue ( ) [inline, static]

Definition at line 118 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
static void itk::NumericTraits< DiffusionTensor3D< T > >::SetLength ( DiffusionTensor3D< T > &  m,
const unsigned int  s 
) [inline, static]

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 127 of file itkNumericTraitsDiffusionTensor3DPixel.h.

References itk::FixedArray< TComponent, NDimension *(NDimension+1)/2 >::Fill(), and itkGenericExceptionMacro.

template<typename T >
static const Self itk::NumericTraits< DiffusionTensor3D< T > >::ZeroValue ( ) [inline, static]

Definition at line 113 of file itkNumericTraitsDiffusionTensor3DPixel.h.


Member Data Documentation

template<typename T >
const Self ITKCommon_EXPORT itk::NumericTraits< DiffusionTensor3D< T > >::One [static]

Definition at line 168 of file itkNumericTraitsDiffusionTensor3DPixel.h.

template<typename T >
const Self ITKCommon_EXPORT itk::NumericTraits< DiffusionTensor3D< T > >::Zero [static]
Note:
: the functions are prefered over the member variables as they are defined for all partial specialization

Definition at line 167 of file itkNumericTraitsDiffusionTensor3DPixel.h.


The documentation for this class was generated from the following file: