Shapeworks Studio
2.1
Shape analysis software suite
|
Public Member Functions | |
InnerIterator (const SparseMatrix &mat, Index outer) | |
InnerIterator & | operator++ () |
const Scalar & | value () const |
Scalar & | valueRef () |
Index | index () const |
Index | outer () const |
Index | row () const |
Index | col () const |
operator bool () const | |
Protected Attributes | |
const Scalar * | m_values |
const Index * | m_indices |
const Index | m_outer |
Index | m_id |
Index | m_end |
Definition at line 869 of file SparseMatrix.h.