Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Member Functions | Protected Attributes
Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::InnerIterator Class Reference
+ Inheritance diagram for Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::InnerIterator:
+ Collaboration diagram for Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::InnerIterator:

Public Member Functions

 InnerIterator (const BlockType &xpr, Index outer)
 
Index row () const
 
Index col () const
 
- Public Member Functions inherited from Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator
 InnerIterator (const SparseMatrix &mat, Index outer)
 
InnerIteratoroperator++ ()
 
const Scalar & value () const
 
Scalar & valueRef ()
 
Index index () const
 
Index outer () const
 
Index row () const
 
Index col () const
 
 operator bool () const
 

Protected Attributes

Index m_outer
 
- Protected Attributes inherited from Eigen::SparseMatrix< _Scalar, _Options, _Index >::InnerIterator
const Scalar * m_values
 
const Index * m_indices
 
const Index m_outer
 
Index m_id
 
Index m_end
 

Detailed Description

template<typename _Scalar, int _Options, typename _Index, int BlockRows, int BlockCols>
class Eigen::BlockImpl< SparseMatrix< _Scalar, _Options, _Index >, BlockRows, BlockCols, true, Sparse >::InnerIterator

Definition at line 90 of file SparseBlock.h.


The documentation for this class was generated from the following file: