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

Function getItem

src/IECorePython/ObjectMatrixBinding.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148IECore::ObjectPtr getItem( const ObjectMatrix &m, tuple index )
149{
150 return m[ convertRowIndex( m, index ) ][ convertColumnIndex( m, index ) ];
151}
152
153void setItem( ObjectMatrix &m, tuple index, IECore::ObjectPtr value )
154{

Callers

nothing calls this directly

Calls 2

convertRowIndexFunction · 0.85
convertColumnIndexFunction · 0.85

Tested by

no test coverage detected