lsst.afw  22.0.1-22-gf1d71818e+ba3de87e18
Public Member Functions | List of all members
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. More...
 
void operator++ ()
 Advance the iterator (prefix) More...
 
void operator++ (int)
 Advance the iterator (postfix) More...
 

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: