|
lsst.afw g3a5ebb7d8a+28b83bf6a5
|
An x_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 x_iterator created from an xy_locator.
Definition at line 73 of file iterators.cc.
| Image::Pixel & lsst::afw::image::imageLocator::xy_x_iterator::operator* | ( | ) |
Dereference an iterator, returning a reference to a Pixel.
| void lsst::afw::image::imageLocator::xy_x_iterator::operator++ | ( | ) |
Advance the iterator (prefix).
| void lsst::afw::image::imageLocator::xy_x_iterator::operator++ | ( | int | ) |
Advance the iterator (postfix).