#include <cxcore.hpp>
Inherits cv::SparseMatConstIterator.
Public Member Functions | |
SparseMatIterator () | |
SparseMatIterator (SparseMat *_m) | |
SparseMatIterator (SparseMat *_m, const int *idx) | |
SparseMatIterator (const SparseMatIterator &it) | |
SparseMatIterator & | operator= (const SparseMatIterator &it) |
template<typename _Tp > | |
_Tp & | value () const |
SparseMat::Node * | node () const |
SparseMatIterator & | operator++ () |
SparseMatIterator | operator++ (int) |
SparseMatConstIterator & | operator-- () |
SparseMatConstIterator | operator-- (int) |
void | seekEnd () |
Public Attributes | |
const SparseMat * | m |
size_t | hashidx |
uchar * | ptr |
cv::SparseMatIterator::SparseMatIterator | ( | ) |
cv::SparseMatIterator::SparseMatIterator | ( | SparseMat * | _m | ) |
cv::SparseMatIterator::SparseMatIterator | ( | SparseMat * | _m, | |
const int * | idx | |||
) |
cv::SparseMatIterator::SparseMatIterator | ( | const SparseMatIterator & | it | ) |
SparseMatIterator & cv::SparseMatIterator::operator= | ( | const SparseMatIterator & | it | ) |
_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] |
const SparseMat* cv::SparseMatConstIterator::m [inherited] |
size_t cv::SparseMatConstIterator::hashidx [inherited] |
uchar* cv::SparseMatConstIterator::ptr [inherited] |