![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkNumericTraitsCovariantVectorPixel.h>
Define numeric traits for CovariantVector.
T | Component type of CovariantVector |
D | Dimension of the CovariantVector |
We provide here a generic implementation based on creating types of CovariantVector whose components are the types of the NumericTraits from the original CovariantVector components. This implementation require support for partial specializations, since it is based on the concept that: NumericTraits<CovariantVector<T,D>> is defined piecewise by CovariantVector<NumericTraits<T>>
Definition at line 44 of file itkNumericTraitsCovariantVectorPixel.h.
Public Types | |
typedef CovariantVector < ElementAbsType, D > | AbsType |
typedef CovariantVector < ElementAccumulateType, D > | AccumulateType |
typedef CovariantVector < ElementFloatType, D > | FloatType |
typedef Self | MeasurementVectorType |
typedef CovariantVector < ElementPrintType, D > | PrintType |
typedef CovariantVector < ElementRealType, D > | RealType |
typedef ElementRealType | ScalarRealType |
typedef CovariantVector< 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 (const CovariantVector< 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 (CovariantVector< 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 |
typedef CovariantVector< ElementAbsType, D > itk::NumericTraits< CovariantVector< T, D > >::AbsType |
Unsigned component type
Definition at line 62 of file itkNumericTraitsCovariantVectorPixel.h.
typedef CovariantVector< ElementAccumulateType, D > itk::NumericTraits< CovariantVector< T, D > >::AccumulateType |
Accumulation of addition and multiplication.
Definition at line 65 of file itkNumericTraitsCovariantVectorPixel.h.
|
private |
Definition at line 48 of file itkNumericTraitsCovariantVectorPixel.h.
|
private |
Definition at line 49 of file itkNumericTraitsCovariantVectorPixel.h.
|
private |
Definition at line 50 of file itkNumericTraitsCovariantVectorPixel.h.
|
private |
Definition at line 51 of file itkNumericTraitsCovariantVectorPixel.h.
|
private |
Definition at line 52 of file itkNumericTraitsCovariantVectorPixel.h.
typedef CovariantVector< ElementFloatType, D > itk::NumericTraits< CovariantVector< T, D > >::FloatType |
Typedef for operations that use floating point instead of real precision
Definition at line 69 of file itkNumericTraitsCovariantVectorPixel.h.
typedef Self itk::NumericTraits< CovariantVector< T, D > >::MeasurementVectorType |
Measurement vector type
Definition at line 81 of file itkNumericTraitsCovariantVectorPixel.h.
typedef CovariantVector< ElementPrintType, D > itk::NumericTraits< CovariantVector< T, D > >::PrintType |
Return the type that can be printed.
Definition at line 72 of file itkNumericTraitsCovariantVectorPixel.h.
typedef CovariantVector< ElementRealType, D > itk::NumericTraits< CovariantVector< T, D > >::RealType |
Type for real-valued scalar operations.
Definition at line 75 of file itkNumericTraitsCovariantVectorPixel.h.
typedef ElementRealType itk::NumericTraits< CovariantVector< T, D > >::ScalarRealType |
Type for real-valued scalar operations.
Definition at line 78 of file itkNumericTraitsCovariantVectorPixel.h.
typedef CovariantVector< T, D > itk::NumericTraits< CovariantVector< T, D > >::Self |
Definition at line 59 of file itkNumericTraitsCovariantVectorPixel.h.
typedef T itk::NumericTraits< CovariantVector< T, D > >::ValueType |
Return the type of the native component type.
Definition at line 57 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 164 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 170 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Return the length of the vector.
Definition at line 153 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Return the length of the vector.
Definition at line 159 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Component wise defined element
Definition at line 88 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 98 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 93 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 103 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 108 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 123 of file itkNumericTraitsCovariantVectorPixel.h.
References itk::NumericTraits< T >::NonpositiveMin().
|
inlinestatic |
Definition at line 118 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 133 of file itkNumericTraitsCovariantVectorPixel.h.
References itk::NumericTraits< T >::OneValue().
|
inlinestatic |
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 141 of file itkNumericTraitsCovariantVectorPixel.h.
References itk::FixedArray< T, NVectorDimension >::Fill().
|
inlinestatic |
Definition at line 113 of file itkNumericTraitsCovariantVectorPixel.h.
|
inlinestatic |
Definition at line 128 of file itkNumericTraitsCovariantVectorPixel.h.
References itk::NumericTraits< T >::ZeroValue().
|
static |
Definition at line 182 of file itkNumericTraitsCovariantVectorPixel.h.
|
static |
Definition at line 181 of file itkNumericTraitsCovariantVectorPixel.h.