#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_ |
Definition at line 66 of file result_set.h.
| rtflann::DistanceIndex< DistanceType >::DistanceIndex | ( | DistanceType | dist, |
| size_t | index | ||
| ) | [inline] |
Definition at line 68 of file result_set.h.
| bool rtflann::DistanceIndex< DistanceType >::operator< | ( | const DistanceIndex< DistanceType > & | dist_index | ) | const [inline] |
Definition at line 72 of file result_set.h.
| DistanceType rtflann::DistanceIndex< DistanceType >::dist_ |
Definition at line 76 of file result_set.h.
| size_t rtflann::DistanceIndex< DistanceType >::index_ |
Definition at line 77 of file result_set.h.