LSST Applications g1653933729+a8ce1bb630,g171997e3ee+76e92115be,g1a997c3884+a8ce1bb630,g28da252d5a+4013ff5194,g2bbee38e9b+d6d0f9f6ae,g2bc492864f+d6d0f9f6ae,g2cdde0e794+ccb74358b7,g3156d2b45e+07302053f8,g347aa1857d+d6d0f9f6ae,g35bb328faa+a8ce1bb630,g3a166c0a6a+d6d0f9f6ae,g3e281a1b8c+130fae20e3,g4005a62e65+17cd334064,g414038480c+c9f68e2a12,g41af890bb2+3e1f62f438,g4e1a3235cc+9db7d56ad0,g7b55021d1b+7b623691d5,g80478fca09+334cc8d2bd,g82479be7b0+b568f6b267,g858d7b2824+37b39d8760,g9125e01d80+a8ce1bb630,ga5288a1d22+11cb34fefe,gae0086650b+a8ce1bb630,gb4ec7eb0ab+37b39d8760,gb58c049af0+d64f4d3760,gc081298178+284e133171,gc28159a63d+d6d0f9f6ae,gcf0d15dbbd+00fe2e0b07,gd6b7c0dfd1+8b62435e69,gda3e153d99+37b39d8760,gda6a2b7d83+00fe2e0b07,gdaeeff99f8+1711a396fd,gdd5a9049c5+23f3b3239a,ge2409df99d+5d9f551a54,ge33fd446bb+37b39d8760,ge79ae78c31+d6d0f9f6ae,gf0baf85859+2dea8344a2,gf5289d68f6+3777f3df5e,w.2024.41
LSST Data Management Base Package
|
An 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. | |
using | type = Pixel |
Type pointed to by the iterator. | |
Public Member Functions | |
MaskedImageIterator (ImageIterator &img, MaskIterator &msk, VarianceIterator &var) | |
MaskedImageIterator | operator+ (std::ptrdiff_t delta) |
Return a MaskedImageIterator that's delta beyond this. | |
Ref< ImagePixelT >::type | image () |
Return (a reference to) the image part of the Pixel pointed at by the iterator. | |
Ref< MaskPixelT >::type | mask () |
Return (a reference to) the mask part of the Pixel pointed at by the iterator. | |
Ref< VariancePixelT >::type | variance () |
Return (a reference to) the variance part of the Pixel pointed at by the iterator. | |
const IMV_iterator_tuple | get_iterator_tuple () const |
Return the underlying iterator tuple. | |
MaskedImageIteratorBase & | operator+= (std::ptrdiff_t delta) |
Increment the iterator by delta | |
MaskedImageIteratorBase & | operator-= (std::ptrdiff_t delta) |
Decrement the iterator by delta | |
MaskedImageIteratorBase & | operator++ () |
Increment the iterator (prefix) | |
MaskedImageIteratorBase | operator++ (int) |
Increment the iterator (postfix) | |
std::ptrdiff_t | operator- (MaskedImageIteratorBase const &rhs) |
Return the distance between two iterators. | |
bool | operator== (MaskedImageIteratorBase const &rhs) |
Return true if the lhs equals the rhs. | |
bool | operator!= (MaskedImageIteratorBase const &rhs) |
Return true if the lhs doesn't equal the rhs. | |
bool | operator< (MaskedImageIteratorBase const &rhs) |
Return true if the lhs is less than the rhs. | |
operator Pixel () const | |
Convert an iterator to a Pixel. | |
Pixel | operator* () |
Dereference the iterator, returning a Pixel. | |
const Pixel | operator* () const |
Dereference the iterator, returning a const Pixel. | |
Protected Attributes | |
boost::zip_iterator< IMV_iterator_tuple > | _iter |
An iterator to the MaskedImage.
An iterator for a MaskedImage.
Definition at line 209 of file MaskedImage.h.
|
inherited |
The underlying iterator tuple.
Definition at line 126 of file MaskedImage.h.
|
inherited |
Type pointed to by the iterator.
Definition at line 133 of file MaskedImage.h.
|
inline |
Definition at line 214 of file MaskedImage.h.
|
inlineinherited |
Return the underlying iterator tuple.
Definition at line 151 of file MaskedImage.h.
|
inlineinherited |
Return (a reference to) the image part of the Pixel pointed at by the iterator.
Definition at line 140 of file MaskedImage.h.
|
inlineinherited |
Return (a reference to) the mask part of the Pixel pointed at by the iterator.
Definition at line 143 of file MaskedImage.h.
|
inlineinherited |
Convert an iterator to a Pixel.
Definition at line 193 of file MaskedImage.h.
|
inlineinherited |
Return true if the lhs doesn't equal the rhs.
Definition at line 185 of file MaskedImage.h.
|
inlineinherited |
Dereference the iterator, returning a Pixel.
Definition at line 199 of file MaskedImage.h.
|
inlineinherited |
|
inline |
Return a MaskedImageIterator that's delta beyond this.
Definition at line 217 of file MaskedImage.h.
|
inlineinherited |
Increment the iterator (prefix)
Definition at line 166 of file MaskedImage.h.
|
inlineinherited |
Increment the iterator (postfix)
Definition at line 171 of file MaskedImage.h.
|
inlineinherited |
Increment the iterator by delta
delta | how far to move the iterator |
Definition at line 154 of file MaskedImage.h.
|
inlineinherited |
Return the distance between two iterators.
Definition at line 177 of file MaskedImage.h.
|
inlineinherited |
Decrement the iterator by delta
delta | how far to move the iterator |
Definition at line 160 of file MaskedImage.h.
|
inlineinherited |
Return true if the lhs is less than the rhs.
Definition at line 189 of file MaskedImage.h.
|
inlineinherited |
Return true if the lhs equals the rhs.
Definition at line 181 of file MaskedImage.h.
|
inlineinherited |
Return (a reference to) the variance part of the Pixel pointed at by the iterator.
Definition at line 146 of file MaskedImage.h.
|
protectedinherited |
Definition at line 204 of file MaskedImage.h.