lsst.meas.deblender
13.0-12-g0251d74+24
|
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 = geom::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 816 of file BaselineUtils.cc.
using RelativeSpanIterator::SpanSet = geom::SpanSet |
Definition at line 818 of file BaselineUtils.cc.
|
inline |
Definition at line 820 of file BaselineUtils.cc.
|
inline |
Definition at line 822 of file BaselineUtils.cc.
|
inline |
Definition at line 891 of file BaselineUtils.cc.
|
inline |
Definition at line 884 of file BaselineUtils.cc.
|
inline |
Definition at line 898 of file BaselineUtils.cc.
|
inline |
Definition at line 876 of file BaselineUtils.cc.
|
inline |
Definition at line 837 of file BaselineUtils.cc.
|
inline |
Definition at line 858 of file BaselineUtils.cc.
|
inline |
Definition at line 862 of file BaselineUtils.cc.
|
inline |
Definition at line 870 of file BaselineUtils.cc.
|
inline |
Definition at line 843 of file BaselineUtils.cc.
|
inline |
Definition at line 840 of file BaselineUtils.cc.
|
inline |
Definition at line 834 of file BaselineUtils.cc.
|
inline |
Definition at line 853 of file BaselineUtils.cc.
|
inline |
Definition at line 849 of file BaselineUtils.cc.
|
inline |
Definition at line 846 of file BaselineUtils.cc.
|
inline |
Definition at line 901 of file BaselineUtils.cc.
|
inline |
Definition at line 904 of file BaselineUtils.cc.
|
inline |
Definition at line 907 of file BaselineUtils.cc.