#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::HistIntersectionDistance< T >::ElementType |
| typedef bool rtflann::HistIntersectionDistance< T >::is_kdtree_distance |
| typedef Accumulator<T>::Type rtflann::HistIntersectionDistance< T >::ResultType |
| ResultType rtflann::HistIntersectionDistance< T >::accum_dist | ( | const U & | a, |
| const V & | b, | ||
| int | |||
| ) | const [inline] |
| ResultType rtflann::HistIntersectionDistance< T >::operator() | ( | Iterator1 | a, |
| Iterator2 | b, | ||
| size_t | size, | ||
| ResultType | worst_dist = -1 |
||
| ) | const [inline] |