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

Define numeric traits for FixedArray. More...

#include <itkNumericTraitsFixedArrayPixel.h>

Collaboration diagram for itk::NumericTraits< FixedArray< T, D > >:

List of all members.

Public Types

typedef FixedArray
< ElementAbsType, D > 
AbsType
typedef FixedArray
< ElementAccumulateType, D > 
AccumulateType
typedef FixedArray
< ElementFloatType, D > 
FloatType
typedef Self MeasurementVectorType
typedef FixedArray
< ElementPrintType, D > 
PrintType
typedef FixedArray
< ElementRealType, D > 
RealType
typedef ElementRealType ScalarRealType
typedef FixedArray< T, D > 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 FixedArray< T, D > &)
static const Self max (const Self &)
static const Self max ()
static const Self min ()
static const Self min (const Self &)
static const Self NonpositiveMin (const Self &)
static const Self NonpositiveMin ()
static const Self OneValue ()
static const Self OneValue (const Self &)
static const Self ZeroValue ()
static const Self ZeroValue (const Self &)
static void SetLength (FixedArray< 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

Detailed Description

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

Define numeric traits for FixedArray.

Template Parameters:
TComponent type of the FixedArray
DDimension of the FixedArray

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

See also:
NumericTraits

Definition at line 44 of file itkNumericTraitsFixedArrayPixel.h.


Member Typedef Documentation

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

Unsigned component type

Definition at line 61 of file itkNumericTraitsFixedArrayPixel.h.

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

Accumulation of addition and multiplication.

Definition at line 64 of file itkNumericTraitsFixedArrayPixel.h.

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

Definition at line 48 of file itkNumericTraitsFixedArrayPixel.h.

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

Definition at line 49 of file itkNumericTraitsFixedArrayPixel.h.

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

Definition at line 50 of file itkNumericTraitsFixedArrayPixel.h.

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

Definition at line 51 of file itkNumericTraitsFixedArrayPixel.h.

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

Definition at line 52 of file itkNumericTraitsFixedArrayPixel.h.

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

Typedef for operations that use floating point instead of real precision

Definition at line 68 of file itkNumericTraitsFixedArrayPixel.h.

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

Measurement vector type

Definition at line 80 of file itkNumericTraitsFixedArrayPixel.h.

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

Return the type that can be printed.

Definition at line 71 of file itkNumericTraitsFixedArrayPixel.h.

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

Type for real-valued scalar operations.

Definition at line 74 of file itkNumericTraitsFixedArrayPixel.h.

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

Type for real-valued scalar operations.

Definition at line 77 of file itkNumericTraitsFixedArrayPixel.h.

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

Definition at line 58 of file itkNumericTraitsFixedArrayPixel.h.

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

Return the type of the native component type.

Definition at line 56 of file itkNumericTraitsFixedArrayPixel.h.


Member Function Documentation

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

Definition at line 163 of file itkNumericTraitsFixedArrayPixel.h.

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

Definition at line 169 of file itkNumericTraitsFixedArrayPixel.h.

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

Return the length of the array.

Definition at line 158 of file itkNumericTraitsFixedArrayPixel.h.

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

Return the length of the array.

Definition at line 152 of file itkNumericTraitsFixedArrayPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< FixedArray< T, D > >::max ( ) [inline, static]

Definition at line 97 of file itkNumericTraitsFixedArrayPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< FixedArray< T, D > >::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 87 of file itkNumericTraitsFixedArrayPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< FixedArray< T, D > >::min ( const Self ) [inline, static]

Definition at line 92 of file itkNumericTraitsFixedArrayPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< FixedArray< T, D > >::min ( ) [inline, static]

Definition at line 102 of file itkNumericTraitsFixedArrayPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< FixedArray< T, D > >::NonpositiveMin ( const Self ) [inline, static]
template<typename T , unsigned int D>
static const Self itk::NumericTraits< FixedArray< T, D > >::NonpositiveMin ( ) [inline, static]

Definition at line 107 of file itkNumericTraitsFixedArrayPixel.h.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< FixedArray< T, D > >::OneValue ( const Self ) [inline, static]
template<typename T , unsigned int D>
static const Self itk::NumericTraits< FixedArray< T, D > >::OneValue ( ) [inline, static]

Definition at line 117 of file itkNumericTraitsFixedArrayPixel.h.

template<typename T , unsigned int D>
static void itk::NumericTraits< FixedArray< T, D > >::SetLength ( FixedArray< T, D > &  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. If the size is valid the vector will be filled with zeros.

Definition at line 140 of file itkNumericTraitsFixedArrayPixel.h.

References itk::FixedArray< TValueType, VLength >::Fill(), and itkGenericExceptionMacro.

template<typename T , unsigned int D>
static const Self itk::NumericTraits< FixedArray< T, D > >::ZeroValue ( const Self ) [inline, static]
template<typename T , unsigned int D>
static const Self itk::NumericTraits< FixedArray< T, D > >::ZeroValue ( ) [inline, static]

Definition at line 112 of file itkNumericTraitsFixedArrayPixel.h.


Member Data Documentation

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

Definition at line 181 of file itkNumericTraitsFixedArrayPixel.h.

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

Definition at line 180 of file itkNumericTraitsFixedArrayPixel.h.


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