| 146 | } |
| 147 | |
| 148 | IECore::ObjectPtr getItem( const ObjectMatrix &m, tuple index ) |
| 149 | { |
| 150 | return m[ convertRowIndex( m, index ) ][ convertColumnIndex( m, index ) ]; |
| 151 | } |
| 152 | |
| 153 | void setItem( ObjectMatrix &m, tuple index, IECore::ObjectPtr value ) |
| 154 | { |
nothing calls this directly
no test coverage detected