OpenCV453
公開型 | 公開メンバ関数 | 全メンバ一覧
cv::SparseMatIterator_< _Tp > クラステンプレート

Template Read-Write Sparse Matrix Iterator Class. [詳解]

#include <mat.hpp>

cv::SparseMatConstIterator_< _Tp >を継承しています。

公開型

typedef std::forward_iterator_tag iterator_category
 
- 基底クラス cv::SparseMatConstIterator_< _Tp > に属する継承公開型
typedef std::forward_iterator_tag iterator_category
 

公開メンバ関数

 SparseMatIterator_ ()
 the default constructor
 
 SparseMatIterator_ (SparseMat_< _Tp > *_m)
 the full constructor setting the iterator to the first sparse matrix element
 
 SparseMatIterator_ (SparseMat *_m)
 
 SparseMatIterator_ (const SparseMatIterator_ &it)
 the copy constructor
 
SparseMatIterator_operator= (const SparseMatIterator_ &it)
 the assignment operator
 
_Tp & operator* () const
 returns the reference to the current element
 
SparseMatIterator_operator++ ()
 moves the iterator to the next element
 
SparseMatIterator_ operator++ (int)
 moves the iterator to the next element
 
- 基底クラス cv::SparseMatConstIterator_< _Tp > に属する継承公開メンバ関数
 SparseMatConstIterator_ ()
 the default constructor
 
 SparseMatConstIterator_ (const SparseMat_< _Tp > *_m)
 the full constructor setting the iterator to the first sparse matrix element
 
 SparseMatConstIterator_ (const SparseMat *_m)
 
 SparseMatConstIterator_ (const SparseMatConstIterator_ &it)
 the copy constructor
 
SparseMatConstIterator_operator= (const SparseMatConstIterator_ &it)
 the assignment operator
 
const _Tp & operator* () const
 the element access operator
 
SparseMatConstIterator_operator++ ()
 moves iterator to the next element
 
SparseMatConstIterator_ operator++ (int)
 moves iterator to the next element
 
- 基底クラス cv::SparseMatConstIterator に属する継承公開メンバ関数
 SparseMatConstIterator ()
 the default constructor
 
 SparseMatConstIterator (const SparseMat *_m)
 the full constructor setting the iterator to the first sparse matrix element
 
 SparseMatConstIterator (const SparseMatConstIterator &it)
 the copy constructor
 
SparseMatConstIteratoroperator= (const SparseMatConstIterator &it)
 the assignment operator
 
template<typename _Tp >
const _Tp & value () const
 template method returning the current matrix element
 
const SparseMat::Nodenode () const
 returns the current node of the sparse matrix. it.node->idx is the current element index
 
SparseMatConstIteratoroperator-- ()
 moves iterator to the previous element
 
SparseMatConstIterator operator-- (int)
 moves iterator to the previous element
 
SparseMatConstIteratoroperator++ ()
 moves iterator to the next element
 
SparseMatConstIterator operator++ (int)
 moves iterator to the next element
 
void seekEnd ()
 moves iterator to the element after the last element
 

その他の継承メンバ

- 基底クラス cv::SparseMatConstIterator に属する継承公開変数類
const SparseMatm
 
size_t hashidx
 
uchar * ptr
 

詳解

template<typename _Tp>
class cv::SparseMatIterator_< _Tp >

Template Read-Write Sparse Matrix Iterator Class.

This is the derived from cv::SparseMatConstIterator_ class that introduces more convenient operator *() for accessing the current element.


このクラス詳解は次のファイルから抽出されました: