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 >::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(), nanoflann::KDTreeEigenMatrixAdaptor< MatrixType, DIM, Distance, IndexType >::query(), and nanoflann::RadiusResultSet< DistanceType, IndexType >::RadiusResultSet().
|
inline |
Definition at line 84 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count.
Referenced by nanoflann::KDTreeEigenMatrixAdaptor< MatrixType, DIM, Distance, IndexType >::kdtree_distance(), nanoflann::load_value(), nanoflann::PooledAllocator::malloc(), nanoflann::L2_Simple_Adaptor< T, DataSource, _DistanceType >::operator()(), nanoflann::L1_Adaptor< T, DataSource, _DistanceType >::operator()(), nanoflann::L2_Adaptor< T, DataSource, _DistanceType >::operator()(), nanoflann::CArray< T, N >::rangecheck(), 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::PooledAllocator::allocate(), nanoflann::allocate(), nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::computeMinMax(), nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::full(), nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::init(), nanoflann::load_value(), nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::middleSplit_(), nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::planeSplit(), nanoflann::save_value(), and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::size().
|
private |
Definition at line 67 of file nanoflann.hpp.
Referenced by nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::addPoint(), nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::computeInitialDistances(), nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::findNeighbors(), nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::init(), nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::searchLevel(), and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::worstDist().
|
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.1 for MRPT 1.4.0 SVN: at Fri Sep 3 01:11:30 UTC 2021 |