List of all members.
Public Member Functions
-
template<class Functor > void callFromFar (const FixedArray< double, N > &queryPos, Functor &func)
- call callback starting from the fardest node going to the closest
-
template<class Container > void find_nearest_Euler (const FixedArray< double, N > &posP, double range, Container &list)
- Recursive search for elements at a certain position(pos) within a given distance (range) Uses the Euklidean distance.
-
template<class Container > void find_nearest_Manhatten (const FixedArray< double, N > &posP, double range, Container &list)
- Recursive search for elements at a certain position(pos) within a given distance (range) Uses the Manhatten, CityBlock or 'Max'-Distance.
-
void insert_rec (const FixedArray< double, N > &posP, const T &data)
- Recursive insert into the tree.
-
Node (const FixedArray< double, N > &posP, const int dirP, const T dataP)
-
void speak (unsigned level=0, const char *c="")
- Recursive print of tree nodes.
Static Public Member Functions
Public Attributes
The documentation for this struct was generated from the following file: