CubbyFlow::NearestNeighborQueryResult< T, N > Struct Template Reference
N-D nearest neighbor query result. More...
#include <Core/QueryEngine/NearestNeighborQueryEngine.hpp>
Public Attributes | |
const T * | item = nullptr |
double | distance = std::numeric_limits<double>::max() |
Detailed Description
template<typename T, size_t N>
struct CubbyFlow::NearestNeighborQueryResult< T, N >
N-D nearest neighbor query result.
Member Data Documentation
◆ distance
template<typename T, size_t N>
double CubbyFlow::NearestNeighborQueryResult< T, N >::distance = std::numeric_limits<double>::max() |
◆ item
template<typename T, size_t N>
const T* CubbyFlow::NearestNeighborQueryResult< T, N >::item = nullptr |
The documentation for this struct was generated from the following file:
- Core/QueryEngine/NearestNeighborQueryEngine.hpp