#include <all_indices.h>
Public Types | |
typedef float | ElementType |
typedef float | ResultType |
Public Member Functions | |
template<typename U , typename V > | |
ResultType | accum_dist (const U &a, const V &b, int) const |
template<typename Iterator1 , typename Iterator2 > | |
ResultType | operator() (Iterator1 a, Iterator2 b, size_t size, ResultType=-1) const |
Definition at line 94 of file all_indices.h.
typedef float rtflann::DummyDistance::ElementType |
Definition at line 96 of file all_indices.h.
typedef float rtflann::DummyDistance::ResultType |
Definition at line 97 of file all_indices.h.
ResultType rtflann::DummyDistance::accum_dist | ( | const U & | a, |
const V & | b, | ||
int | |||
) | const [inline] |
Definition at line 106 of file all_indices.h.
ResultType rtflann::DummyDistance::operator() | ( | Iterator1 | a, |
Iterator2 | b, | ||
size_t | size, | ||
ResultType | = -1 |
||
) | const [inline] |
Definition at line 100 of file all_indices.h.