#include <nanoflann.hpp>
Public Member Functions | |
| void | addPoint (DistanceType dist, IndexType index) |
| bool | full () const |
| void | init (IndexType *indices_, DistanceType *dists_) |
| KNNResultSet (CountType capacity_) | |
| CountType | size () const |
| DistanceType | worstDist () const |
Private Attributes | |
| CountType | capacity |
| CountType | count |
| DistanceType * | dists |
| IndexType * | indices |
Definition at line 64 of file nanoflann.hpp.
| nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::KNNResultSet | ( | CountType | capacity_ | ) | [inline] |
Definition at line 72 of file nanoflann.hpp.
| void nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::addPoint | ( | DistanceType | dist, |
| IndexType | index | ||
| ) | [inline] |
Definition at line 95 of file nanoflann.hpp.
| bool nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::full | ( | ) | const [inline] |
Definition at line 89 of file nanoflann.hpp.
| void nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::init | ( | IndexType * | indices_, |
| DistanceType * | dists_ | ||
| ) | [inline] |
Definition at line 76 of file nanoflann.hpp.
| CountType nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::size | ( | ) | const [inline] |
Definition at line 84 of file nanoflann.hpp.
| DistanceType nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::worstDist | ( | ) | const [inline] |
Definition at line 118 of file nanoflann.hpp.
CountType nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::capacity [private] |
Definition at line 68 of file nanoflann.hpp.
CountType nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count [private] |
Definition at line 69 of file nanoflann.hpp.
DistanceType* nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::dists [private] |
Definition at line 67 of file nanoflann.hpp.
IndexType* nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::indices [private] |
Definition at line 66 of file nanoflann.hpp.