|
lsst.jointcal
15.0-16-g83b84f4
|
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 67 of file FastFinder.h.
| lsst::jointcal::Iterator::Iterator | ( | const FastFinder & | f, |
| const Point & | where, | ||
| double | maxDist | ||
| ) |
Definition at line 157 of file FastFinder.cc.
| void lsst::jointcal::FastFinder::Iterator::check | ( | ) | const |
Definition at line 202 of file FastFinder.cc.
| FastFinder::stars_element lsst::jointcal::Iterator::operator* | ( | ) | const |
Definition at line 182 of file FastFinder.cc.
| void lsst::jointcal::Iterator::operator++ | ( | ) |
Definition at line 187 of file FastFinder.cc.
| pstar lsst::jointcal::FastFinder::Iterator::current |
Definition at line 74 of file FastFinder.h.
| int lsst::jointcal::FastFinder::Iterator::currentSlice |
Definition at line 70 of file FastFinder.h.
| int lsst::jointcal::FastFinder::Iterator::endSlice |
Definition at line 70 of file FastFinder.h.
| const FastFinder& lsst::jointcal::FastFinder::Iterator::finder |
Definition at line 69 of file FastFinder.h.
| pstar lsst::jointcal::FastFinder::Iterator::null_value |
Definition at line 75 of file FastFinder.h.
| pstar lsst::jointcal::FastFinder::Iterator::pend |
Definition at line 74 of file FastFinder.h.
| double lsst::jointcal::FastFinder::Iterator::yEnd |
Definition at line 71 of file FastFinder.h.
| double lsst::jointcal::FastFinder::Iterator::yStart |
Definition at line 71 of file FastFinder.h.
1.8.13