LSSTApplications
18.1.0
LSSTDataManagementBasePackage
|
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 817 of file BaselineUtils.cc.
Definition at line 819 of file BaselineUtils.cc.
|
inline |
Definition at line 821 of file BaselineUtils.cc.
|
inline |
Definition at line 823 of file BaselineUtils.cc.
|
inline |
Definition at line 892 of file BaselineUtils.cc.
|
inline |
Definition at line 885 of file BaselineUtils.cc.
|
inline |
Definition at line 899 of file BaselineUtils.cc.
|
inline |
Definition at line 877 of file BaselineUtils.cc.
|
inline |
Definition at line 838 of file BaselineUtils.cc.
|
inline |
Definition at line 859 of file BaselineUtils.cc.
|
inline |
Definition at line 863 of file BaselineUtils.cc.
|
inline |
Definition at line 871 of file BaselineUtils.cc.
|
inline |
Definition at line 844 of file BaselineUtils.cc.
|
inline |
Definition at line 841 of file BaselineUtils.cc.
|
inline |
Definition at line 835 of file BaselineUtils.cc.
|
inline |
Definition at line 854 of file BaselineUtils.cc.
|
inline |
Definition at line 850 of file BaselineUtils.cc.
|
inline |
Definition at line 847 of file BaselineUtils.cc.
|
inline |
Definition at line 902 of file BaselineUtils.cc.
|
inline |
Definition at line 905 of file BaselineUtils.cc.
|
inline |
Definition at line 908 of file BaselineUtils.cc.