Result data type for k-nn queries. More...
#include <kdtree.h>
Public Member Functions | |
SearchResult (float distSquared, IndexType index) | |
std::string | toString () const |
bool | operator== (const SearchResult &r) const |
Public Attributes | |
float | distSquared |
IndexType | index |
Result data type for k-nn queries.