lsst.afw g8f2ba02de7+5e7e5c7d26
Public Member Functions | List of all members
lsst::afw::image::imageLocator::xy_y_iterator Struct Reference

An y_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 y_iterator created from an xy_locator

Definition at line 83 of file iterators.cc.

Member Function Documentation

◆ operator*()

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

Dereference an iterator, returning a reference to a Pixel.

◆ operator++() [1/2]

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

Advance the iterator (prefix)

◆ operator++() [2/2]

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

Advance the iterator (postfix)


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