Public Member Functions | Public Attributes
cvflann::UniqueResultSet< DistanceType >::DistIndex Struct Reference

#include <result_set.h>

List of all members.

Public Member Functions

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

Public Attributes

DistanceType dist_
unsigned int index_

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


Constructor & Destructor Documentation

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

Member Function Documentation

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

Member Data Documentation

template<typename DistanceType >
DistanceType cvflann::UniqueResultSet< DistanceType >::DistIndex::dist_
template<typename DistanceType >
unsigned int cvflann::UniqueResultSet< DistanceType >::DistIndex::index_

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