Class FastFinder::Iterator¶
Defined in File FastFinder.h
Nested Relationships¶
This class is a nested type of Class FastFinder.
Class Documentation¶
-
class
Iterator
Iterator meant to traverse objects within some limiting distance. Initializer is beginScan and end condition is (*it == NULL). Used by findClosest & co.
Public Functions
-
void
check
() const
-
Iterator
(const FastFinder &f, const Point &where, double maxDist)
-
void
operator++
()
-
stars_element
operator*
() const
Public Members
-
const FastFinder &
finder
-
int
currentSlice
-
int
endSlice
-
double
yStart
-
double
yEnd
-
pstar
current
-
pstar
pend
-
pstar
null_value
-
void