|
Tapkee
|
#include <vptree.hpp>
Public Member Functions | |
| DistanceComparator (const DistanceCallback &c, const RandomAccessIterator &i) | |
| bool | operator() (const RandomAccessIterator &a, const RandomAccessIterator &b) |
Public Attributes | |
| DistanceCallback | callback |
| const RandomAccessIterator | item |
Definition at line 27 of file neighbors/vptree.hpp.
| DistanceComparator | ( | const DistanceCallback & | c, |
| const RandomAccessIterator & | i | ||
| ) |
Definition at line 31 of file neighbors/vptree.hpp.
| bool operator() | ( | const RandomAccessIterator & | a, |
| const RandomAccessIterator & | b | ||
| ) |
Definition at line 33 of file neighbors/vptree.hpp.
| DistanceCallback callback |
Definition at line 29 of file neighbors/vptree.hpp.
| const RandomAccessIterator item |
Definition at line 30 of file neighbors/vptree.hpp.