18 #ifndef itkNumericTraitsArrayPixel_h
19 #define itkNumericTraitsArrayPixel_h
29 template<
typename T >
135 template<
typename TArray>
138 for(
unsigned int i=0; i<GetLength(v); i++ )
147 #endif // itkNumericTraitsArrayPixel_h
static const Self OneValue(const Self &a)
Array class with size defined at construction time.
ElementRealType ScalarRealType
Define numeric traits for std::vector.
typename NumericTraits< T >::AbsType ElementAbsType
typename NumericTraits< T >::PrintType ElementPrintType
typename NumericTraits< T >::FloatType ElementFloatType
static void SetLength(Array< T > &m, const unsigned int s)
static const Self ZeroValue(const Self &a)
static const Self min(const Self &a)
static const Self max(const Self &a)
void Fill(TValue const &v)
typename NumericTraits< T >::AccumulateType ElementAccumulateType
void SetSize(SizeValueType sz)
static const Self NonpositiveMin(const Self &a)
SizeValueType Size() const
static void AssignToArray(const Self &v, MeasurementVectorType &mv)
static void AssignToArray(const Self &v, TArray &mv)
typename NumericTraits< T >::RealType ElementRealType
SizeValueType GetSize() const
static unsigned int GetLength(const Array< T > &m)