#include <VectorTraits.h>
Public Types | |
| typedef T::BaseType | BaseType |
| The type of the components of the vector. | |
Static Public Member Functions | |
| static unsigned int | dimensions () |
| static BaseType | get (const T &v, unsigned int i) |
| static void | set (T &v, unsigned int i, BaseType x) |
| typedef T::BaseType IECore::VectorTraits< T >::BaseType |
The type of the components of the vector.
| static unsigned int IECore::VectorTraits< T >::dimensions | ( | ) | [inline, static] |
Referenced by IECore::VectorTraits< Point >::dimensions().
| static BaseType IECore::VectorTraits< T >::get | ( | const T & | v, | |
| unsigned int | i | |||
| ) | [inline, static] |
| static void IECore::VectorTraits< T >::set | ( | T & | v, | |
| unsigned int | i, | |||
| BaseType | x | |||
| ) | [inline, static] |
1.5.8