|
lsst.afw g712618294e+4813a5392e
|
An iterator that yields lsst::geom::Point2I and increases in the x direction. More...
#include <SpanPixelIterator.h>
Public Member Functions | |
| SpanPixelIterator (lsst::geom::Point2I const &p=lsst::geom::Point2I()) noexcept | |
| SpanPixelIterator (SpanPixelIterator const &) noexcept=default | |
| SpanPixelIterator (SpanPixelIterator &&) noexcept=default | |
| SpanPixelIterator & | operator= (SpanPixelIterator const &) noexcept=default |
| SpanPixelIterator & | operator= (SpanPixelIterator &&) noexcept=default |
| ~SpanPixelIterator () noexcept=default | |
Friends | |
| class | boost::iterator_core_access |
An iterator that yields lsst::geom::Point2I and increases in the x direction.
This is used to iterate over the pixels in a Span, and by extension to iterate over regions like boxes and ellipses.
Definition at line 42 of file SpanPixelIterator.h.
|
inlineexplicitnoexcept |
Definition at line 45 of file SpanPixelIterator.h.
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
friend |
Definition at line 54 of file SpanPixelIterator.h.