|
Tapkee
|
#include <neighbors.hpp>
Public Types | |
| typedef DistanceType | type |
Public Member Functions | |
| PlainDistance (const Callback &cb) | |
| ScalarType | operator() (const RandomAccessIterator &l, const RandomAccessIterator &r) |
| ScalarType | distance (const RandomAccessIterator &l, const RandomAccessIterator &r) |
Public Attributes | |
| Callback | callback |
Definition at line 61 of file neighbors.hpp.
| typedef DistanceType type |
Definition at line 72 of file neighbors.hpp.
| PlainDistance | ( | const Callback & | cb | ) |
Definition at line 63 of file neighbors.hpp.
| ScalarType distance | ( | const RandomAccessIterator & | l, |
| const RandomAccessIterator & | r | ||
| ) |
Definition at line 68 of file neighbors.hpp.
| ScalarType operator() | ( | const RandomAccessIterator & | l, |
| const RandomAccessIterator & | r | ||
| ) |
Definition at line 64 of file neighbors.hpp.
| Callback callback |
Definition at line 73 of file neighbors.hpp.