Nori  23
PointKDTree< _NodeType >::SearchResult Struct Reference

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
 

Detailed Description

template<typename _NodeType>
struct PointKDTree< _NodeType >::SearchResult

Result data type for k-nn queries.

Definition at line 150 of file kdtree.h.


The documentation for this struct was generated from the following file: