ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
flann::DistanceIndex< DistanceType > Struct Template Reference

#include <result_set.h>

Public Member Functions

 DistanceIndex (DistanceType dist, size_t index)
 
bool operator< (const DistanceIndex &dist_index) const
 

Public Attributes

DistanceType dist_
 
size_t index_
 

Detailed Description

template<typename DistanceType>
struct flann::DistanceIndex< DistanceType >

Definition at line 66 of file result_set.h.

Constructor & Destructor Documentation

◆ DistanceIndex()

template<typename DistanceType >
flann::DistanceIndex< DistanceType >::DistanceIndex ( DistanceType  dist,
size_t  index 
)
inline

Definition at line 68 of file result_set.h.

Member Function Documentation

◆ operator<()

template<typename DistanceType >
bool flann::DistanceIndex< DistanceType >::operator< ( const DistanceIndex< DistanceType > &  dist_index) const
inline

Member Data Documentation

◆ dist_

template<typename DistanceType >
DistanceType flann::DistanceIndex< DistanceType >::dist_

Definition at line 76 of file result_set.h.

Referenced by flann::DistanceIndex< DistanceType >::operator<().

◆ index_

template<typename DistanceType >
size_t flann::DistanceIndex< DistanceType >::index_

Definition at line 77 of file result_set.h.

Referenced by flann::DistanceIndex< DistanceType >::operator<().


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