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

Function setM22ArrayItem

src/python/PyImath/PyImathMatrix22.cpp:678–684  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676
677template <class T>
678static void
679setM22ArrayItem(FixedArray<IMATH_NAMESPACE::Matrix22<T> > &ma,
680 Py_ssize_t index,
681 const IMATH_NAMESPACE::Matrix22<T> &m)
682{
683 ma[ma.canonical_index(index)] = m;
684}
685
686template <class T>
687static FixedArray<IMATH_NAMESPACE::Matrix22<T> >

Callers

nothing calls this directly

Calls 1

canonical_indexMethod · 0.45

Tested by

no test coverage detected