Jet  v1.3.3
Public Attributes | List of all members
jet::NearestNeighborQueryResult2< T > Struct Template Reference

Nearest neighbor query result. More...

#include <jet/nearest_neighbor_query_engine2.h>

Public Attributes

const T * item = nullptr
 
double distance = kMaxD
 

Detailed Description

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

Nearest neighbor query result.

Member Data Documentation

◆ distance

template<typename T >
double jet::NearestNeighborQueryResult2< T >::distance = kMaxD

◆ item

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

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