LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
Public Types | |
typedef det::Footprint::SpanList | SpanList |
Public Member Functions | |
RelativeSpanIterator () | |
RelativeSpanIterator (SpanList::const_iterator const &real, SpanList const &arr, int cx, int cy, bool forward=true) | |
bool | operator== (const SpanList::const_iterator &other) |
bool | operator!= (const SpanList::const_iterator &other) |
bool | operator<= (const SpanList::const_iterator &other) |
bool | operator< (const SpanList::const_iterator &other) |
bool | operator>= (const SpanList::const_iterator &other) |
bool | operator> (const SpanList::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 () |
Private Attributes | |
SpanList::const_iterator | _real |
SpanList::const_iterator | _end |
int | _cx |
int | _cy |
bool | _forward |
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 710 of file Baseline.cc.
typedef det::Footprint::SpanList RelativeSpanIterator::SpanList |
Definition at line 712 of file Baseline.cc.
|
inline |
Definition at line 714 of file Baseline.cc.
|
inline |
Definition at line 716 of file Baseline.cc.
|
inline |
Definition at line 785 of file Baseline.cc.
|
inline |
Definition at line 778 of file Baseline.cc.
|
inline |
Definition at line 792 of file Baseline.cc.
|
inline |
Definition at line 770 of file Baseline.cc.
|
inline |
Definition at line 731 of file Baseline.cc.
|
inline |
Definition at line 752 of file Baseline.cc.
|
inline |
Definition at line 756 of file Baseline.cc.
|
inline |
Definition at line 764 of file Baseline.cc.
|
inline |
Definition at line 737 of file Baseline.cc.
|
inline |
Definition at line 734 of file Baseline.cc.
|
inline |
Definition at line 728 of file Baseline.cc.
|
inline |
Definition at line 747 of file Baseline.cc.
|
inline |
Definition at line 743 of file Baseline.cc.
|
inline |
Definition at line 740 of file Baseline.cc.
|
inline |
Definition at line 795 of file Baseline.cc.
|
inline |
Definition at line 798 of file Baseline.cc.
|
inline |
Definition at line 801 of file Baseline.cc.
|
private |
Definition at line 808 of file Baseline.cc.
|
private |
Definition at line 809 of file Baseline.cc.
|
private |
Definition at line 807 of file Baseline.cc.
|
private |
Definition at line 810 of file Baseline.cc.
|
private |
Definition at line 806 of file Baseline.cc.