|
lsst.jointcal
19.0.0-5-g66946eb+5
|
Iterator meant to traverse objects within some limiting distance. More...
#include <FastFinder.h>
Public Member Functions | |
| void | check () const |
| Iterator (const FastFinder &f, const Point &where, double maxDist) | |
| void | operator++ () |
| stars_element | operator* () const |
Public Attributes | |
| const FastFinder & | finder |
| int | currentSlice |
| int | endSlice |
| double | yStart |
| double | yEnd |
| pstar | current |
| pstar | pend |
| pstar | null_value |
Iterator meant to traverse objects within some limiting distance.
Initializer is beginScan and end condition is (*it == NULL). Used by findClosest & co.
Definition at line 90 of file FastFinder.h.
| lsst::jointcal::Iterator::Iterator | ( | const FastFinder & | f, |
| const Point & | where, | ||
| double | maxDist | ||
| ) |
Definition at line 180 of file FastFinder.cc.
| void lsst::jointcal::FastFinder::Iterator::check | ( | ) | const |
Definition at line 225 of file FastFinder.cc.
| FastFinder::stars_element lsst::jointcal::Iterator::operator* | ( | ) | const |
Definition at line 205 of file FastFinder.cc.
| void lsst::jointcal::Iterator::operator++ | ( | ) |
Definition at line 210 of file FastFinder.cc.
| pstar lsst::jointcal::FastFinder::Iterator::current |
Definition at line 97 of file FastFinder.h.
| int lsst::jointcal::FastFinder::Iterator::currentSlice |
Definition at line 93 of file FastFinder.h.
| int lsst::jointcal::FastFinder::Iterator::endSlice |
Definition at line 93 of file FastFinder.h.
| const FastFinder& lsst::jointcal::FastFinder::Iterator::finder |
Definition at line 92 of file FastFinder.h.
| pstar lsst::jointcal::FastFinder::Iterator::null_value |
Definition at line 98 of file FastFinder.h.
| pstar lsst::jointcal::FastFinder::Iterator::pend |
Definition at line 97 of file FastFinder.h.
| double lsst::jointcal::FastFinder::Iterator::yEnd |
Definition at line 94 of file FastFinder.h.
| double lsst::jointcal::FastFinder::Iterator::yStart |
Definition at line 94 of file FastFinder.h.
1.8.13