OpenCV  3.4.6
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::SeqIterator< _Tp > Class Template Reference

#include <opencv2/core/core_c.h>

Inheritance diagram for cv::SeqIterator< _Tp >:
CvSeqReader

Public Member Functions

 SeqIterator ()
 the default constructor More...
 
 SeqIterator (const Seq< _Tp > &seq, bool seekEnd=false)
 the constructor setting the iterator to the beginning or to the end of the sequence More...
 
_Tp & operator* ()
 returns reference to the current sequence element More...
 
const _Tp & operator* () const
 returns read-only reference to the current sequence element More...
 
SeqIteratoroperator++ ()
 moves iterator to the next sequence element More...
 
SeqIterator operator++ (int) const
 moves iterator to the next sequence element More...
 
SeqIteratoroperator+= (int)
 moves iterator forward by the specified offset (possibly negative) More...
 
SeqIteratoroperator-- ()
 moves iterator to the previous sequence element More...
 
SeqIterator operator-- (int) const
 moves iterator to the previous sequence element More...
 
SeqIteratoroperator-= (int)
 moves iterator backward by the specified offset (possibly negative) More...
 
void seek (size_t pos)
 positions the iterator within the sequence More...
 
size_t tell () const
 reports the current iterator position More...
 

Public Attributes

int index
 
- Public Attributes inherited from CvSeqReader
CvSeqBlockblock
 
scharblock_max
 
scharblock_min
 
int delta_index
 
int header_size
 
scharprev_elem
 
scharptr
 
CvSeqseq
 

Detailed Description

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

STL-style Sequence Iterator inherited from the CvSeqReader structure

Member Data Documentation

§ index

template<typename _Tp>
int cv::SeqIterator< _Tp >::index

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