An ImageBase iterator.
More...
An ImageBase iterator.
Definition at line 31 of file iterators.cc.
◆ operator!=()
bool lsst::afw::image::imageIterator::operator!= |
( |
imageIterator const & | rhs | ) |
|
Return true if the lhs doesn't equal the rhs.
- Parameters
-
◆ operator*()
Image::Pixel & lsst::afw::image::imageIterator::operator* |
( |
| ) |
|
Dereference an iterator, returning a reference to a Pixel.
◆ operator++() [1/2]
void lsst::afw::image::imageIterator::operator++ |
( |
| ) |
|
Advance an iterator (prefix)
◆ operator++() [2/2]
void lsst::afw::image::imageIterator::operator++ |
( |
int | | ) |
|
Advance an iterator (postfix)
◆ operator+=()
void lsst::afw::image::imageIterator::operator+= |
( |
std::ptrdiff_t | delta | ) |
|
Increment the iterator by delta
- Parameters
-
delta | how far to move the iterator |
◆ operator-=()
void lsst::afw::image::imageIterator::operator-= |
( |
std::ptrdiff_t | delta | ) |
|
Decrement the iterator by delta
- Parameters
-
delta | how far to move the iterator |
◆ operator<()
bool lsst::afw::image::imageIterator::operator< |
( |
imageIterator const & | rhs | ) |
|
Return true if the lhs is less than the rhs.
right hand side
◆ operator==()
bool lsst::afw::image::imageIterator::operator== |
( |
imageIterator const & | rhs | ) |
|
Return true if the lhs equals the rhs.
- Parameters
-
The documentation for this class was generated from the following file: