cv::SparseMatIterator Class Reference

#include <cxcore.hpp>

Inherits cv::SparseMatConstIterator.

List of all members.

Public Member Functions

 SparseMatIterator ()
 SparseMatIterator (SparseMat *_m)
 SparseMatIterator (SparseMat *_m, const int *idx)
 SparseMatIterator (const SparseMatIterator &it)
SparseMatIteratoroperator= (const SparseMatIterator &it)
template<typename _Tp >
_Tp & value () const
SparseMat::Nodenode () const
SparseMatIteratoroperator++ ()
SparseMatIterator operator++ (int)
SparseMatConstIteratoroperator-- ()
SparseMatConstIterator operator-- (int)
void seekEnd ()

Public Attributes

const SparseMatm
size_t hashidx
ucharptr

Constructor & Destructor Documentation

cv::SparseMatIterator::SparseMatIterator (  ) 
cv::SparseMatIterator::SparseMatIterator ( SparseMat _m  ) 
cv::SparseMatIterator::SparseMatIterator ( SparseMat _m,
const int *  idx 
)
cv::SparseMatIterator::SparseMatIterator ( const SparseMatIterator it  ) 

Member Function Documentation

SparseMatIterator & cv::SparseMatIterator::operator= ( const SparseMatIterator it  ) 
template<typename _Tp >
_Tp & cv::SparseMatIterator::value (  )  const

Reimplemented from cv::SparseMatConstIterator.

SparseMat::Node * cv::SparseMatIterator::node (  )  const

Reimplemented from cv::SparseMatConstIterator.

SparseMatIterator & cv::SparseMatIterator::operator++ (  ) 

Reimplemented from cv::SparseMatConstIterator.

SparseMatIterator cv::SparseMatIterator::operator++ ( int   ) 

Reimplemented from cv::SparseMatConstIterator.

SparseMatConstIterator& cv::SparseMatConstIterator::operator-- (  )  [inherited]
SparseMatConstIterator cv::SparseMatConstIterator::operator-- ( int   )  [inherited]
void cv::SparseMatConstIterator::seekEnd (  )  [inherited]

Member Data Documentation


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