ITK  4.8.0
Insight Segmentation and Registration Toolkit
Public Types | Static Public Member Functions | Static Public Attributes | Private Types | List of all members
itk::NumericTraits< SymmetricSecondRankTensor< T, D > > Class Template Reference

#include <itkNumericTraitsTensorPixel.h>

+ Collaboration diagram for itk::NumericTraits< SymmetricSecondRankTensor< T, D > >:

Detailed Description

template<typename T, unsigned int D>
class itk::NumericTraits< SymmetricSecondRankTensor< T, D > >

Define numeric traits for SymmetricSecondRankTensor.

Template Parameters
TComponent type of SymmetricSecondRankTensor
DDimension of the SymmetricSecondRankTensor

We provide here a generic implementation based on creating types of SymmetricSecondRankTensor whose components are the types of the NumericTraits from the original SymmetricSecondRankTensor components. This implementation require support for partial specializations, since it is based on the concept that: NumericTraits<SymmetricSecondRankTensor< T, D > > is defined piecewise by SymmetricSecondRankTensor< NumericTraits< T, D > >

See Also
NumericTraits

Definition at line 44 of file itkNumericTraitsTensorPixel.h.

Public Types

typedef
SymmetricSecondRankTensor
< ElementAbsType, D > 
AbsType
 
typedef
SymmetricSecondRankTensor
< ElementAccumulateType, D > 
AccumulateType
 
typedef
SymmetricSecondRankTensor
< ElementFloatType, D > 
FloatType
 
typedef Self MeasurementVectorType
 
typedef
SymmetricSecondRankTensor
< ElementPrintType, D > 
PrintType
 
typedef
SymmetricSecondRankTensor
< ElementRealType, D > 
RealType
 
typedef ElementRealType ScalarRealType
 
typedef
SymmetricSecondRankTensor< T,
D > 
Self
 
typedef T ValueType
 

Static Public Member Functions

static void AssignToArray (const Self &v, MeasurementVectorType &mv)
 
template<typename TArray >
static void AssignToArray (const Self &v, TArray &mv)
 
static unsigned int GetLength (const SymmetricSecondRankTensor< T, D > &)
 
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 ()
 
static const Self NonpositiveMin (const Self &)
 
static const Self OneValue ()
 
static const Self OneValue (const Self &)
 
static const Self ZeroValue ()
 
static const Self ZeroValue (const Self &)
 
static void SetLength (SymmetricSecondRankTensor< T, D > &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
 

Member Typedef Documentation

template<typename T , unsigned int D>
typedef SymmetricSecondRankTensor< ElementAbsType, D > itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::AbsType

Unsigned component type

Definition at line 62 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef SymmetricSecondRankTensor< ElementAccumulateType, D > itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::AccumulateType

Accumulation of addition and multiplication.

Definition at line 65 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef NumericTraits< T >::AbsType itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::ElementAbsType
private

Definition at line 48 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef NumericTraits< T >::AccumulateType itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::ElementAccumulateType
private

Definition at line 49 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef NumericTraits< T >::FloatType itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::ElementFloatType
private

Definition at line 50 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef NumericTraits< T >::PrintType itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::ElementPrintType
private

Definition at line 51 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef NumericTraits< T >::RealType itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::ElementRealType
private

Definition at line 52 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef SymmetricSecondRankTensor< ElementFloatType, D > itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::FloatType

Typedef for operations that use floating point instead of real precision

Definition at line 69 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::MeasurementVectorType

Measurement vector type

Definition at line 81 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef SymmetricSecondRankTensor< ElementPrintType, D > itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::PrintType

Return the type that can be printed.

Definition at line 72 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef SymmetricSecondRankTensor< ElementRealType, D > itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::RealType

Type for real-valued scalar operations.

Definition at line 75 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef ElementRealType itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::ScalarRealType

Type for real-valued scalar operations.

Definition at line 78 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef SymmetricSecondRankTensor< T, D > itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::Self

Definition at line 59 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
typedef T itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::ValueType

Return the type of the native component type.

Definition at line 57 of file itkNumericTraitsTensorPixel.h.

Member Function Documentation

template<typename T , unsigned int D>
static void itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::AssignToArray ( const Self v,
MeasurementVectorType mv 
)
inlinestatic

Definition at line 166 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
template<typename TArray >
static void itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::AssignToArray ( const Self v,
TArray &  mv 
)
inlinestatic
template<typename T , unsigned int D>
static unsigned int itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::GetLength ( const SymmetricSecondRankTensor< T, D > &  )
inlinestatic

Return the size of the underlying FixedArray.

Definition at line 155 of file itkNumericTraitsTensorPixel.h.

References itk::NumericTraits< T >::GetLength().

template<typename T , unsigned int D>
static unsigned int itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::GetLength ( )
inlinestatic

Return the size of the underlying FixedArray.

Definition at line 161 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::max ( const Self )
inlinestatic

Component wise defined element

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

Definition at line 88 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::max ( )
inlinestatic

Definition at line 98 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::min ( const Self )
inlinestatic

Definition at line 93 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::min ( )
inlinestatic

Definition at line 103 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::NonpositiveMin ( )
inlinestatic

Definition at line 108 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::NonpositiveMin ( const Self )
inlinestatic
template<typename T , unsigned int D>
static const Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::OneValue ( )
inlinestatic

Definition at line 118 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::OneValue ( const Self )
inlinestatic
template<typename T , unsigned int D>
static void itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::SetLength ( SymmetricSecondRankTensor< T, D > &  m,
const unsigned int  s 
)
inlinestatic

Fixed length vectors cannot be resized, so an exception will be thrown if the input size is not valid. Here, the size refers to the dimensionality of the unerlying FixedArray, not the tensor dimensionality.

Definition at line 142 of file itkNumericTraitsTensorPixel.h.

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

template<typename T , unsigned int D>
static const Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::ZeroValue ( )
inlinestatic

Definition at line 113 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::ZeroValue ( const Self )
inlinestatic

Member Data Documentation

template<typename T , unsigned int D>
const Self ITKCommon_EXPORT itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::One
static

Definition at line 184 of file itkNumericTraitsTensorPixel.h.

template<typename T , unsigned int D>
const Self ITKCommon_EXPORT itk::NumericTraits< SymmetricSecondRankTensor< T, D > >::Zero
static
Note
: the functions are preferred over the member variables as they are defined for all partial specialization

Definition at line 183 of file itkNumericTraitsTensorPixel.h.


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