18 #ifndef itkNumericTraitsCovariantVectorPixel_h
19 #define itkNumericTraitsCovariantVectorPixel_h
43 template<
typename T,
unsigned int D >
125 return NonpositiveMin();
149 itkGenericExceptionMacro(<<
"Cannot set the size of a CovariantVector of length "
150 << D <<
" to " << s);
173 template<
typename TArray>
176 for(
unsigned int i=0; i<D; i++ )
190 #endif // itkNumericTraitsCovariantVectorPixel_h
static void SetLength(CovariantVector< T, D > &m, const unsigned int s)
ElementRealType ScalarRealType
Define numeric traits for std::vector.
typename NumericTraits< T >::FloatType ElementFloatType
static void AssignToArray(const Self &v, TArray &mv)
static const Self ITKCommon_EXPORT Zero
static const Self NonpositiveMin(const Self &)
static const Self ITKCommon_EXPORT One
void Fill(const ValueType &)
typename NumericTraits< T >::AccumulateType ElementAccumulateType
typename NumericTraits< T >::PrintType ElementPrintType
static const Self OneValue(const Self &)
static unsigned int GetLength(const CovariantVector< T, D > &)
static void AssignToArray(const Self &v, MeasurementVectorType &mv)
static const Self max(const Self &)
static const Self NonpositiveMin()
static const Self ZeroValue(const Self &)
static const Self min(const Self &)
static unsigned int GetLength()
typename NumericTraits< T >::RealType ElementRealType
static const Self OneValue()
typename NumericTraits< T >::AbsType ElementAbsType
static const Self ZeroValue()
A templated class holding a n-Dimensional covariant vector.