| 37 | |
| 38 | template <class T,int index> |
| 39 | static FixedArray<T> |
| 40 | Vec4Array_get(FixedArray<IMATH_NAMESPACE::Vec4<T> > &va) |
| 41 | { |
| 42 | return FixedArray<T>(&(va.unchecked_index(0)[index]), |
| 43 | va.len(), 4*va.stride(), va.handle(), va.writable()); |
| 44 | } |
| 45 | |
| 46 | template <class T> |
| 47 | static void |