lsst.afw g776a55d5bd+f790144ad9
|
An const iterator to the MaskedImage. More...
#include <MaskedImage.h>
Public Types | |
using | IMV_tuple = typename boost::zip_iterator< IMV_iterator_tuple >::reference |
The underlying iterator tuple. More... | |
using | type = Pixel |
Type pointed to by the iterator. More... | |
Public Member Functions | |
const_MaskedImageIterator (MaskedImageIterator< ImageIterator, MaskIterator, VarianceIterator > const &iter) | |
const_MaskedImageIterator & | operator+ (std::ptrdiff_t delta) |
Return a const_MaskedImageIterator that's delta beyond this. More... | |
ConstReference< ImagePixelT >::type | image () |
Return (a reference to) the image part of the Pixel pointed at by the iterator. More... | |
ConstReference< MaskPixelT >::type | mask () |
Return (a reference to) the mask part of the Pixel pointed at by the iterator. More... | |
ConstReference< VariancePixelT >::type | variance () |
Return (a reference to) the variance part of the Pixel pointed at by the iterator. More... | |
const IMV_iterator_tuple | get_iterator_tuple () const |
Return the underlying iterator tuple. More... | |
MaskedImageIteratorBase & | operator+= (std::ptrdiff_t delta) |
Increment the iterator by delta More... | |
MaskedImageIteratorBase & | operator-= (std::ptrdiff_t delta) |
Decrement the iterator by delta More... | |
MaskedImageIteratorBase & | operator++ () |
Increment the iterator (prefix) More... | |
MaskedImageIteratorBase | operator++ (int) |
Increment the iterator (postfix) More... | |
std::ptrdiff_t | operator- (MaskedImageIteratorBase const &rhs) |
Return the distance between two iterators. More... | |
bool | operator== (MaskedImageIteratorBase const &rhs) |
Return true if the lhs equals the rhs. More... | |
bool | operator!= (MaskedImageIteratorBase const &rhs) |
Return true if the lhs doesn't equal the rhs. More... | |
bool | operator< (MaskedImageIteratorBase const &rhs) |
Return true if the lhs is less than the rhs. More... | |
operator Pixel () const | |
Convert an iterator to a Pixel. More... | |
Pixel | operator* () |
Dereference the iterator, returning a Pixel. More... | |
const Pixel | operator* () const |
Dereference the iterator, returning a const Pixel. More... | |
Protected Attributes | |
boost::zip_iterator< IMV_iterator_tuple > | _iter |
An const iterator to the MaskedImage.
An const iterator for a MaskedImage.
Definition at line 226 of file MaskedImage.h.
|
inherited |
The underlying iterator tuple.
Definition at line 125 of file MaskedImage.h.
|
inherited |
Type pointed to by the iterator.
Definition at line 132 of file MaskedImage.h.
|
inline |
Definition at line 238 of file MaskedImage.h.
|
inlineinherited |
Return the underlying iterator tuple.
Definition at line 150 of file MaskedImage.h.
|
inlineinherited |
Return (a reference to) the image part of the Pixel pointed at by the iterator.
Definition at line 139 of file MaskedImage.h.
|
inlineinherited |
Return (a reference to) the mask part of the Pixel pointed at by the iterator.
Definition at line 142 of file MaskedImage.h.
|
inlineinherited |
Convert an iterator to a Pixel.
Definition at line 192 of file MaskedImage.h.
|
inlineinherited |
Return true if the lhs doesn't equal the rhs.
Definition at line 184 of file MaskedImage.h.
|
inlineinherited |
Dereference the iterator, returning a Pixel.
Definition at line 198 of file MaskedImage.h.
|
inlineinherited |
Dereference the iterator, returning a const Pixel.
Definition at line 200 of file MaskedImage.h.
|
inline |
Return a const_MaskedImageIterator that's delta beyond this.
Definition at line 247 of file MaskedImage.h.
|
inlineinherited |
Increment the iterator (prefix)
Definition at line 165 of file MaskedImage.h.
|
inlineinherited |
Increment the iterator (postfix)
Definition at line 170 of file MaskedImage.h.
|
inlineinherited |
Increment the iterator by delta
delta | how far to move the iterator |
Definition at line 153 of file MaskedImage.h.
|
inlineinherited |
Return the distance between two iterators.
Definition at line 176 of file MaskedImage.h.
|
inlineinherited |
Decrement the iterator by delta
delta | how far to move the iterator |
Definition at line 159 of file MaskedImage.h.
|
inlineinherited |
Return true if the lhs is less than the rhs.
Definition at line 188 of file MaskedImage.h.
|
inlineinherited |
Return true if the lhs equals the rhs.
Definition at line 180 of file MaskedImage.h.
|
inlineinherited |
Return (a reference to) the variance part of the Pixel pointed at by the iterator.
Definition at line 145 of file MaskedImage.h.
|
protectedinherited |
Definition at line 203 of file MaskedImage.h.