#include <dist.h>
Public Types | |
typedef T | ElementType |
typedef bool | is_kdtree_distance |
typedef Accumulator< T >::Type | 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 worst_dist=-1) const |
typedef T rtflann::L1< T >::ElementType |
typedef bool rtflann::L1< T >::is_kdtree_distance |
typedef Accumulator<T>::Type rtflann::L1< T >::ResultType |
|
inline |
|
inline |