#include <dist.h>
Public Types | |
| typedef T | ElementType |
| typedef bool | is_vector_space_distance |
| typedef Accumulator< T >::Type | ResultType |
Public Member Functions | |
| template<typename Iterator1 , typename Iterator2 > | |
| ResultType | operator() (Iterator1 a, Iterator2 b, size_t size, ResultType worst_dist=-1) const |
| typedef T rtflann::MaxDistance< T >::ElementType |
| typedef bool rtflann::MaxDistance< T >::is_vector_space_distance |
| typedef Accumulator<T>::Type rtflann::MaxDistance< T >::ResultType |
| ResultType rtflann::MaxDistance< T >::operator() | ( | Iterator1 | a, |
| Iterator2 | b, | ||
| size_t | size, | ||
| ResultType | worst_dist = -1 |
||
| ) | const [inline] |