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

#include <result_set.h>

Public Member Functions

 DistIndex (DistanceType dist, unsigned int index)
 
bool operator< (const DistIndex dist_index) const
 

Public Attributes

DistanceType dist_
 
unsigned int index_
 

Detailed Description

template<typename DistanceType>
struct flann::UniqueResultSet< DistanceType >::DistIndex

Definition at line 707 of file result_set.h.

Constructor & Destructor Documentation

◆ DistIndex()

template<typename DistanceType >
flann::UniqueResultSet< DistanceType >::DistIndex::DistIndex ( DistanceType  dist,
unsigned int  index 
)
inline

Definition at line 709 of file result_set.h.

Member Function Documentation

◆ operator<()

template<typename DistanceType >
bool flann::UniqueResultSet< DistanceType >::DistIndex::operator< ( const DistIndex  dist_index) const
inline

Member Data Documentation

◆ dist_

template<typename DistanceType >
DistanceType flann::UniqueResultSet< DistanceType >::DistIndex::dist_

◆ index_

template<typename DistanceType >
unsigned int flann::UniqueResultSet< DistanceType >::DistIndex::index_

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