![]() |
Shapeworks Studio
2.1
Shape analysis software suite
|
Public Member Functions | |
ReverseInnerIterator (const MappedSparseMatrix &mat, Index outer) | |
ReverseInnerIterator & | operator-- () |
Scalar | value () const |
Scalar & | valueRef () |
Index | index () const |
Index | row () const |
Index | col () const |
operator bool () const | |
Protected Attributes | |
const MappedSparseMatrix & | m_matrix |
const Index | m_outer |
Index | m_id |
const Index | m_start |
const Index | m_end |
Definition at line 147 of file MappedSparseMatrix.h.