|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
An y_iterator created from an xy_locator. More...
Public Member Functions | |
| Image::Pixel & | operator* () |
| Dereference an iterator, returning a reference to a Pixel. | |
| void | operator++ () |
| Advance the iterator (prefix). | |
| void | operator++ (int) |
| Advance the iterator (postfix). | |
An y_iterator created from an xy_locator.
Definition at line 83 of file iterators.cc.
| Image::Pixel & lsst::afw::image::imageLocator::xy_y_iterator::operator* | ( | ) |
Dereference an iterator, returning a reference to a Pixel.
| void lsst::afw::image::imageLocator::xy_y_iterator::operator++ | ( | ) |
Advance the iterator (prefix).
| void lsst::afw::image::imageLocator::xy_y_iterator::operator++ | ( | int | ) |
Advance the iterator (postfix).