CubbyFlow::NearestNeighborQueryResult2< T > Struct Template Reference

Nearest neighbor query result. More...

#include <Core/QueryEngine/NearestNeighborQueryEngine2.h>

Public Attributes

const T * item = nullptr
 
double distance = std::numeric_limits<double>::max()
 

Detailed Description

template<typename T>
struct CubbyFlow::NearestNeighborQueryResult2< T >

Nearest neighbor query result.

Member Data Documentation

◆ distance

template<typename T>
double CubbyFlow::NearestNeighborQueryResult2< T >::distance = std::numeric_limits<double>::max()

◆ item

template<typename T>
const T* CubbyFlow::NearestNeighborQueryResult2< T >::item = nullptr

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