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

NumericTraits for Vector. More...

#include <itkNumericTraitsVectorPixel.h>

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

List of all members.

Public Types

typedef Vector< ElementAbsType, D > AbsType
typedef Vector
< ElementAccumulateType, D > 
AccumulateType
typedef Vector
< ElementFloatType, D > 
FloatType
typedef Self MeasurementVectorType
typedef Vector
< ElementPrintType, D > 
PrintType
typedef Vector
< ElementRealType, D > 
RealType
typedef ElementRealType ScalarRealType
typedef Vector< 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 Vector< 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 (Vector< 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< Vector< T, D > >

NumericTraits for Vector.

Template Parameters:
TComponent type for Vector
DSpace dimension (Dimension of Vector)

Definition at line 31 of file itkNumericTraitsVectorPixel.h.


Member Typedef Documentation

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

Unsigned component type

Definition at line 47 of file itkNumericTraitsVectorPixel.h.

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

Accumulation of addition and multiplication.

Definition at line 50 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 35 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 36 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 37 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 38 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 39 of file itkNumericTraitsVectorPixel.h.

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

Typedef for operations that use floating point instead of real precision

Definition at line 54 of file itkNumericTraitsVectorPixel.h.

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

Measurement vector type

Definition at line 66 of file itkNumericTraitsVectorPixel.h.

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

Return the type that can be printed.

Definition at line 57 of file itkNumericTraitsVectorPixel.h.

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

Type for real-valued scalar operations.

Definition at line 60 of file itkNumericTraitsVectorPixel.h.

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

Type for real-valued scalar operations.

Definition at line 63 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 44 of file itkNumericTraitsVectorPixel.h.

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

Return the type of the native component type.

Definition at line 43 of file itkNumericTraitsVectorPixel.h.


Member Function Documentation

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

Definition at line 149 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 155 of file itkNumericTraitsVectorPixel.h.

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

Return the size of the vector.

Definition at line 144 of file itkNumericTraitsVectorPixel.h.

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

Return the size of the vector.

Definition at line 138 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 83 of file itkNumericTraitsVectorPixel.h.

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

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

Definition at line 78 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 88 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 93 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 103 of file itkNumericTraitsVectorPixel.h.

template<typename T , unsigned int D>
static void itk::NumericTraits< Vector< T, D > >::SetLength ( Vector< 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 126 of file itkNumericTraitsVectorPixel.h.

References itk::FixedArray< T, NVectorDimension >::Fill(), and itkGenericExceptionMacro.

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

Definition at line 98 of file itkNumericTraitsVectorPixel.h.


Member Data Documentation

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

Definition at line 167 of file itkNumericTraitsVectorPixel.h.

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

Definition at line 166 of file itkNumericTraitsVectorPixel.h.


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