Tapkee
|
#include <neighbors.hpp>
Public Types | |
typedef KernelType | type |
Public Member Functions | |
KernelDistance (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 41 of file neighbors.hpp.
typedef KernelType type |
Definition at line 52 of file neighbors.hpp.
KernelDistance | ( | const Callback & | cb | ) |
Definition at line 43 of file neighbors.hpp.
ScalarType distance | ( | const RandomAccessIterator & | l, |
const RandomAccessIterator & | r | ||
) |
Definition at line 48 of file neighbors.hpp.
ScalarType operator() | ( | const RandomAccessIterator & | l, |
const RandomAccessIterator & | r | ||
) |
Definition at line 44 of file neighbors.hpp.
Callback callback |
Definition at line 53 of file neighbors.hpp.