#include <cxcore.hpp>
Inherits cv::SparseMatConstIterator_< _Tp >.
Public Types | |
typedef std::forward_iterator_tag | iterator_category |
Public Member Functions | |
SparseMatIterator_ () | |
SparseMatIterator_ (SparseMat_< _Tp > *_m) | |
SparseMatIterator_ (const SparseMatIterator_ &it) | |
SparseMatIterator_ & | operator= (const SparseMatIterator_ &it) |
_Tp & | operator* () const |
SparseMatIterator_ & | operator++ () |
SparseMatIterator_ | operator++ (int) |
template<typename _Tp > | |
const _Tp & | value () const |
const SparseMat::Node * | node () const |
SparseMatConstIterator & | operator-- () |
SparseMatConstIterator | operator-- (int) |
void | seekEnd () |
Public Attributes | |
const SparseMat * | m |
size_t | hashidx |
uchar * | ptr |
typedef std::forward_iterator_tag cv::SparseMatIterator_< _Tp >::iterator_category |
Reimplemented from cv::SparseMatConstIterator_< _Tp >.
cv::SparseMatIterator_< _Tp >::SparseMatIterator_ | ( | ) |
cv::SparseMatIterator_< _Tp >::SparseMatIterator_ | ( | SparseMat_< _Tp > * | _m ) |
cv::SparseMatIterator_< _Tp >::SparseMatIterator_ | ( | const SparseMatIterator_< _Tp > & | it ) |
SparseMatIterator_< _Tp > & cv::SparseMatIterator_< _Tp >::operator= | ( | const SparseMatIterator_< _Tp > & | it ) |
_Tp & cv::SparseMatIterator_< _Tp >::operator* | ( | ) | const |
Reimplemented from cv::SparseMatConstIterator_< _Tp >.
SparseMatIterator_< _Tp > & cv::SparseMatIterator_< _Tp >::operator++ | ( | ) |
Reimplemented from cv::SparseMatConstIterator_< _Tp >.
SparseMatIterator_< _Tp > cv::SparseMatIterator_< _Tp >::operator++ | ( | int | ) |
Reimplemented from cv::SparseMatConstIterator_< _Tp >.
const _Tp & cv::SparseMatConstIterator::value | ( | ) | const [inherited] |
Reimplemented in cv::SparseMatIterator.
const SparseMat::Node * cv::SparseMatConstIterator::node | ( | ) | const [inherited] |
Reimplemented in cv::SparseMatIterator.
SparseMatConstIterator& cv::SparseMatConstIterator::operator-- | ( | ) | [inherited] |
SparseMatConstIterator cv::SparseMatConstIterator::operator-- | ( | int | ) | [inherited] |
void cv::SparseMatConstIterator::seekEnd | ( | ) | [inherited] |
const SparseMat* cv::SparseMatConstIterator::m [inherited] |
size_t cv::SparseMatConstIterator::hashidx [inherited] |
uchar* cv::SparseMatConstIterator::ptr [inherited] |