18 #ifndef __itkNumericTraitsPointPixel_h
19 #define __itkNumericTraitsPointPixel_h
31 template<
typename T,
unsigned int D >
132 itkGenericExceptionMacro(<<
"Cannot set the size of a Point of length "
133 << D <<
" to " << s);
156 template<
typename TArray>
159 for(
unsigned int i=0; i<D; i++ )
173 #endif // __itkNumericTraitsPointPixel_h
static unsigned int GetLength()
static const Self ZeroValue()
static void AssignToArray(const Self &v, TArray &mv)
static const Self ZeroValue(const Self &)
static unsigned int GetLength(const Point< T, D > &)
static const Self ITKCommon_EXPORT One
Self MeasurementVectorType
NumericTraits< T >::RealType ElementRealType
static const Self NonpositiveMin(const Self &)
NumericTraits< T >::AbsType ElementAbsType
Point< ElementAbsType, D > AbsType
static const Self OneValue(const Self &)
ElementRealType ScalarRealType
void Fill(const ValueType &)
static const Self NonpositiveMin()
Point< ElementPrintType, D > PrintType
NumericTraits< T >::FloatType ElementFloatType
NumericTraits< T >::PrintType ElementPrintType
static void SetLength(Point< T, D > &m, const unsigned int s)
static const Self max(const Self &)
static void AssignToArray(const Self &v, MeasurementVectorType &mv)
static T NonpositiveMin()
Define additional traits for native types such as int or float.
Point< ElementRealType, D > RealType
Point< ElementFloatType, D > FloatType
A templated class holding a geometric point in n-Dimensional space.
NumericTraits< T >::AccumulateType ElementAccumulateType
static const Self min(const Self &)
static const Self ITKCommon_EXPORT Zero
static const Self OneValue()
Point< ElementAccumulateType, D > AccumulateType