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

Method MatrixRow

src/python/PyImath/PyImathMatrix44.cpp:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36template <class T, int len>
37struct MatrixRow {
38 explicit MatrixRow(T *data) : _data(data) {}
39 T & operator [] (int i) { return _data[i]; }
40 T *_data;
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected