19 #ifndef __itkNumericTraitsStdVector_h
20 #define __itkNumericTraitsStdVector_h
55 template<
typename T >
69 typedef std::vector< T >
Self;
72 typedef std::vector< ElementAbsType >
AbsType;
87 typedef std::vector< ElementRealType >
RealType;
132 static void SetLength(std::vector< T > & m,
const unsigned int s)
138 static unsigned int GetLength(
const std::vector< T > & m)
148 template<
class TArray>
151 for(
unsigned int i=0; i<
GetLength(v); i++ )
160 #endif // __itkNumericTraitsStdVector_h