lsst.meas.deblender
18.1.0-3-gb69f684+13
|
This is a convenience class used in symmetrizeFootprint, wrapping the idea of iterating through a SpanList either forward or backward, and looking at dx,dy coordinates relative to a center cx,cy coordinate. More...
Public Types | |
using | SpanSet = afwGeom::SpanSet |
Public Member Functions | |
RelativeSpanIterator () | |
RelativeSpanIterator (SpanSet::const_iterator const &real, SpanSet const &arr, int cx, int cy, bool forward=true) | |
bool | operator== (const SpanSet::const_iterator &other) |
bool | operator!= (const SpanSet::const_iterator &other) |
bool | operator<= (const SpanSet::const_iterator &other) |
bool | operator< (const SpanSet::const_iterator &other) |
bool | operator>= (const SpanSet::const_iterator &other) |
bool | operator> (const SpanSet::const_iterator &other) |
bool | operator== (RelativeSpanIterator &other) |
bool | operator!= (RelativeSpanIterator &other) |
RelativeSpanIterator | operator++ () |
RelativeSpanIterator | operator++ (int dummy) |
bool | notDone () |
int | dxlo () |
int | dxhi () |
int | dy () |
int | x0 () |
int | x1 () |
int | y () |
This is a convenience class used in symmetrizeFootprint, wrapping the idea of iterating through a SpanList either forward or backward, and looking at dx,dy coordinates relative to a center cx,cy coordinate.
This makes the symmetrizeFootprint code much tidier and more symmetric-looking; the operations on the forward and backward iterators are mostly the same.
Definition at line 819 of file BaselineUtils.cc.
Definition at line 821 of file BaselineUtils.cc.
|
inline |
Definition at line 823 of file BaselineUtils.cc.
|
inline |
Definition at line 825 of file BaselineUtils.cc.
|
inline |
Definition at line 894 of file BaselineUtils.cc.
|
inline |
Definition at line 887 of file BaselineUtils.cc.
|
inline |
Definition at line 901 of file BaselineUtils.cc.
|
inline |
Definition at line 879 of file BaselineUtils.cc.
|
inline |
Definition at line 840 of file BaselineUtils.cc.
|
inline |
Definition at line 861 of file BaselineUtils.cc.
|
inline |
Definition at line 865 of file BaselineUtils.cc.
|
inline |
Definition at line 873 of file BaselineUtils.cc.
|
inline |
Definition at line 846 of file BaselineUtils.cc.
|
inline |
Definition at line 843 of file BaselineUtils.cc.
|
inline |
Definition at line 837 of file BaselineUtils.cc.
|
inline |
Definition at line 856 of file BaselineUtils.cc.
|
inline |
Definition at line 852 of file BaselineUtils.cc.
|
inline |
Definition at line 849 of file BaselineUtils.cc.
|
inline |
Definition at line 904 of file BaselineUtils.cc.
|
inline |
Definition at line 907 of file BaselineUtils.cc.
|
inline |
Definition at line 910 of file BaselineUtils.cc.