Main MRPT website > C++ reference
MRPT logo
Public Member Functions | Protected Attributes

SparseMatrix< _Scalar, _Options, _Index >::InnerIterator Class Reference


Detailed Description

template<typename _Scalar, int _Options, typename _Index>
class SparseMatrix< _Scalar, _Options, _Index >::InnerIterator

Definition at line 617 of file SparseMatrix.h.

#include <src/Sparse/SparseMatrix.h>

Inheritance diagram for SparseMatrix< _Scalar, _Options, _Index >::InnerIterator:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 InnerIterator (const SparseMatrix &mat, Index outer)
InnerIteratoroperator++ ()
const Scalarvalue () const
ScalarvalueRef ()
Index index () const
Index outer () const
Index row () const
Index col () const
 operator bool () const

Protected Attributes

const Scalarm_values
const Indexm_indices
const Index m_outer
Index m_id
const Index m_end

Constructor & Destructor Documentation

template<typename _Scalar, int _Options, typename _Index>
SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::InnerIterator ( const SparseMatrix mat,
Index  outer 
) [inline]

Definition at line 620 of file SparseMatrix.h.


Member Function Documentation

template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::col ( ) const [inline]
template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::index ( ) const [inline]

Definition at line 629 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator bool ( void  ) const [inline]

Definition at line 634 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
InnerIterator& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::operator++ ( ) [inline]

Definition at line 624 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::outer ( ) const [inline]

Definition at line 630 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::row ( ) const [inline]
template<typename _Scalar, int _Options, typename _Index>
const Scalar& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::value ( void  ) const [inline]

Definition at line 626 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
Scalar& SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::valueRef ( ) [inline]

Definition at line 627 of file SparseMatrix.h.


Member Data Documentation

template<typename _Scalar, int _Options, typename _Index>
const Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_end [protected]

Definition at line 641 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_id [protected]

Definition at line 640 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
const Index* SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_indices [protected]

Definition at line 638 of file SparseMatrix.h.

template<typename _Scalar, int _Options, typename _Index>
const Index SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_outer [protected]
template<typename _Scalar, int _Options, typename _Index>
const Scalar* SparseMatrix< _Scalar, _Options, _Index >::InnerIterator::m_values [protected]

Definition at line 637 of file SparseMatrix.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:40:17 UTC 2011