Jafar
|
Results of a Kdtree search
Definition at line 69 of file kdtree.hpp.
#include <kdtree.hpp>
Public Member Functions | |
void | push_element_and_heapify (Kdtree_result &e) |
double | replace_maxpri_elt_return_new_maxpri (Kdtree_result &e) |
double | max_value () |
double jafar::sams::Kdtree_result_vector::max_value | ( | ) |
return the distance which has the maximum value of all on list, assuming that ALL insertions were made by push_element_and_heapify()
add one new element to the list of results, and keep it in heap order. To keep it in ordinary, as inserted, order, then simply use push_back() as inherited via vector
e | an elementary search result |
Generated on Wed Oct 15 2014 00:37:47 for Jafar by doxygen 1.7.6.1 |