Result data type for k-nn queries. More...
#include <mitsuba/core/kdtree.h>
Public Member Functions | |
| SearchResult () | |
| 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.
|
inline |
|
inline |
|
inline |
|
inline |
| Float mitsuba::PointKDTree< _NodeType >::SearchResult::distSquared |
| IndexType mitsuba::PointKDTree< _NodeType >::SearchResult::index |