MCPcopy Create free account
hub / github.com/ImageEngine/cortex / setItem

Function setItem

src/IECorePython/ObjectMatrixBinding.cpp:153–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153void setItem( ObjectMatrix &m, tuple index, IECore::ObjectPtr value )
154{
155 m[ convertRowIndex( m, index ) ][ convertColumnIndex( m, index ) ] = value;
156}
157
158} // namespace
159

Callers

nothing calls this directly

Calls 2

convertRowIndexFunction · 0.85
convertColumnIndexFunction · 0.85

Tested by

no test coverage detected