Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
SeqIterator< _Tp > Class Template Reference
[Connections with C++]
#include <core_c.h>
Inherits CvSeqReader.
Public Member Functions | |
SeqIterator () | |
the default constructor | |
SeqIterator (const Seq< _Tp > &seq, bool seekEnd=false) | |
the constructor setting the iterator to the beginning or to the end of the sequence | |
void | seek (size_t pos) |
positions the iterator within the sequence | |
size_t | tell () const |
reports the current iterator position | |
_Tp & | operator* () |
returns reference to the current sequence element | |
const _Tp & | operator* () const |
returns read-only reference to the current sequence element | |
SeqIterator & | operator++ () |
moves iterator to the next sequence element | |
SeqIterator | operator++ (int) const |
moves iterator to the next sequence element | |
SeqIterator & | operator-- () |
moves iterator to the previous sequence element | |
SeqIterator | operator-- (int) const |
moves iterator to the previous sequence element | |
SeqIterator & | operator+= (int) |
moves iterator forward by the specified offset (possibly negative) | |
SeqIterator & | operator-= (int) |
moves iterator backward by the specified offset (possibly negative) |
Detailed Description
template<typename _Tp>
class cv::SeqIterator< _Tp >
STL-style Sequence Iterator inherited from the CvSeqReader structure
Generated on Tue Jul 12 2022 18:20:22 by
