MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/Imath / Vec4Array_get

Function Vec4Array_get

src/python/PyImath/PyImathVec4ArrayImpl.h:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38template <class T,int index>
39static FixedArray<T>
40Vec4Array_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
46template <class T>
47static void

Callers

nothing calls this directly

Calls 3

lenMethod · 0.45
strideMethod · 0.45
writableMethod · 0.45

Tested by

no test coverage detected