Definition at line 64 of file nanoflann.hpp.
#include <mrpt/otherlibs/nanoflann/nanoflann.hpp>
Public Member Functions | |
KNNResultSet (CountType capacity_) | |
void | init (IndexType *indices_, DistanceType *dists_) |
CountType | size () const |
bool | full () const |
void | addPoint (DistanceType dist, IndexType index) |
DistanceType | worstDist () const |
Private Attributes | |
IndexType * | indices |
DistanceType * | dists |
CountType | capacity |
CountType | count |
|
inline |
Definition at line 72 of file nanoflann.hpp.
|
inline |
Definition at line 95 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::capacity, nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count, nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::dists, and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::indices.
|
inline |
Definition at line 89 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::capacity, and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count.
|
inline |
Definition at line 76 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::capacity, nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count, nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::dists, and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::indices.
Referenced by mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::kdTreeClosestPoint2D(), mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::kdTreeClosestPoint2D(), mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::kdTreeClosestPoint3D(), mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::kdTreeClosestPoint3D(), mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::kdTreeNClosestPoint2D(), mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::kdTreeNClosestPoint2DIdx(), mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::kdTreeNClosestPoint3D(), mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::kdTreeNClosestPoint3DIdx(), mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::kdTreeNClosestPoint3DWithIdx(), mrpt::math::KDTreeCapable< Derived, num_t, metric_t >::kdTreeTwoClosestPoint2D(), nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::knnSearch(), and nanoflann::KDTreeEigenMatrixAdaptor< MatrixType, DIM, Distance, IndexType >::query().
|
inline |
Definition at line 84 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count.
Referenced by nanoflann::load_value(), and nanoflann::save_value().
|
inline |
Definition at line 118 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::capacity, and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::dists.
|
private |
Definition at line 68 of file nanoflann.hpp.
Referenced by nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::addPoint(), nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::full(), nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::init(), and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::worstDist().
|
private |
Definition at line 69 of file nanoflann.hpp.
Referenced by nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::addPoint(), nanoflann::allocate(), nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::full(), nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::init(), nanoflann::load_value(), nanoflann::save_value(), and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::size().
|
private |
|
private |
Definition at line 66 of file nanoflann.hpp.
Referenced by nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::addPoint(), and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::init().
Page generated by Doxygen 1.9.8 for MRPT 1.4.0 SVN: at Fri Dec 15 05:36:48 UTC 2023 |