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

Method MatrixRow

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected