#include <nanoflann.hpp>
Public Types | |
typedef _CountType | CountType |
typedef _DistanceType | DistanceType |
typedef _IndexType | IndexType |
Public Member Functions | |
bool | 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 142 of file nanoflann.hpp.
typedef _CountType nanoflann::KNNResultSet< _DistanceType, _IndexType, _CountType >::CountType |
Definition at line 146 of file nanoflann.hpp.
typedef _DistanceType nanoflann::KNNResultSet< _DistanceType, _IndexType, _CountType >::DistanceType |
Definition at line 144 of file nanoflann.hpp.
typedef _IndexType nanoflann::KNNResultSet< _DistanceType, _IndexType, _CountType >::IndexType |
Definition at line 145 of file nanoflann.hpp.
|
inline |
Definition at line 155 of file nanoflann.hpp.
|
inline |
Called during search to add an element matching the criteria.
Definition at line 175 of file nanoflann.hpp.
|
inline |
Definition at line 168 of file nanoflann.hpp.
|
inline |
Definition at line 158 of file nanoflann.hpp.
|
inline |
Definition at line 166 of file nanoflann.hpp.
|
inline |
Definition at line 204 of file nanoflann.hpp.
|
private |
Definition at line 151 of file nanoflann.hpp.
|
private |
Definition at line 152 of file nanoflann.hpp.
|
private |
Definition at line 150 of file nanoflann.hpp.
|
private |
Definition at line 149 of file nanoflann.hpp.