lsst.afw g3a5ebb7d8a+28b83bf6a5
Loading...
Searching...
No Matches
lsst::afw::image::imageLocator::xy_x_iterator Struct Reference

An x_iterator created from an xy_locator. More...

Public Member Functions

Image::Pixeloperator* ()
 Dereference an iterator, returning a reference to a Pixel.
void operator++ ()
 Advance the iterator (prefix).
void operator++ (int)
 Advance the iterator (postfix).

Detailed Description

An x_iterator created from an xy_locator.

Definition at line 73 of file iterators.cc.

Member Function Documentation

◆ operator*()

Image::Pixel & lsst::afw::image::imageLocator::xy_x_iterator::operator* ( )

Dereference an iterator, returning a reference to a Pixel.

◆ operator++() [1/2]

void lsst::afw::image::imageLocator::xy_x_iterator::operator++ ( )

Advance the iterator (prefix).

◆ operator++() [2/2]

void lsst::afw::image::imageLocator::xy_x_iterator::operator++ ( int )

Advance the iterator (postfix).


The documentation for this struct was generated from the following file: