lsst.afw  21.0.0-29-g56632e870+d45ff82f5e
Public Member Functions | List of all members
lsst::afw::image::imageIterator Class Reference

An ImageBase iterator. More...

Public Member Functions

Image::Pixeloperator* ()
 Dereference an iterator, returning a reference to a Pixel. More...
 
void operator++ ()
 Advance an iterator (prefix) More...
 
void operator++ (int)
 Advance an iterator (postfix) More...
 
void operator+= (std::ptrdiff_t delta)
 Increment the iterator by delta More...
 
void operator-= (std::ptrdiff_t delta)
 Decrement the iterator by delta More...
 
bool operator== (imageIterator const &rhs)
 Return true if the lhs equals the rhs. More...
 
bool operator!= (imageIterator const &rhs)
 Return true if the lhs doesn't equal the rhs. More...
 
bool operator< (imageIterator const &rhs)
 Return true if the lhs is less than the rhs. More...
 

Detailed Description

An ImageBase iterator.

Definition at line 31 of file iterators.cc.

Member Function Documentation

◆ operator!=()

bool lsst::afw::image::imageIterator::operator!= ( imageIterator const &  rhs)

Return true if the lhs doesn't equal the rhs.

Parameters
rhsright hand side

◆ operator*()

Image::Pixel& lsst::afw::image::imageIterator::operator* ( )

Dereference an iterator, returning a reference to a Pixel.

◆ operator++() [1/2]

void lsst::afw::image::imageIterator::operator++ ( )

Advance an iterator (prefix)

◆ operator++() [2/2]

void lsst::afw::image::imageIterator::operator++ ( int  )

Advance an iterator (postfix)

◆ operator+=()

void lsst::afw::image::imageIterator::operator+= ( std::ptrdiff_t  delta)

Increment the iterator by delta

Parameters
deltahow far to move the iterator

◆ operator-=()

void lsst::afw::image::imageIterator::operator-= ( std::ptrdiff_t  delta)

Decrement the iterator by delta

Parameters
deltahow far to move the iterator

◆ operator<()

bool lsst::afw::image::imageIterator::operator< ( imageIterator const &  rhs)

Return true if the lhs is less than the rhs.

right hand side

◆ operator==()

bool lsst::afw::image::imageIterator::operator== ( imageIterator const &  rhs)

Return true if the lhs equals the rhs.

Parameters
rhsright hand side

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