Definition at line 78 of file nanoflann.hpp.
#include <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 86 of file nanoflann.hpp.
|
inline |
Definition at line 110 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::capacity, and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::dists.
|
inline |
Definition at line 104 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::capacity.
|
inline |
Definition at line 90 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::capacity, and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::dists.
Referenced by mrpt::math::KDTreeCapable< CFeatureListKDTree< FEAT > >::kdTreeClosestPoint2D(), mrpt::math::KDTreeCapable< CFeatureListKDTree< FEAT > >::kdTreeClosestPoint3D(), mrpt::math::KDTreeCapable< CFeatureListKDTree< FEAT > >::kdTreeNClosestPoint2D(), mrpt::math::KDTreeCapable< CFeatureListKDTree< FEAT > >::kdTreeNClosestPoint2DIdx(), mrpt::math::KDTreeCapable< CFeatureListKDTree< FEAT > >::kdTreeNClosestPoint3D(), mrpt::math::KDTreeCapable< CFeatureListKDTree< FEAT > >::kdTreeNClosestPoint3DIdx(), mrpt::math::KDTreeCapable< CFeatureListKDTree< FEAT > >::kdTreeNClosestPoint3DWithIdx(), mrpt::math::KDTreeCapable< CFeatureListKDTree< FEAT > >::kdTreeTwoClosestPoint2D(), nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::knnSearch(), nanoflann::KDTreeEigenMatrixAdaptor< MatrixType, DIM, Distance >::query(), and nanoflann::RadiusResultSet< DistanceType, IndexType >::RadiusResultSet().
|
inline |
Definition at line 99 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::count.
Referenced by nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::findNeighbors(), nanoflann::KDTreeEigenMatrixAdaptor< MatrixType, DIM, Distance >::kdtree_distance(), nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::knnSearch(), nanoflann::load_value(), nanoflann::PooledAllocator::malloc(), nanoflann::L1_Adaptor< T, DataSource, _DistanceType >::operator()(), nanoflann::L2_Adaptor< T, DataSource, _DistanceType >::operator()(), and nanoflann::CArray< T, N >::rangecheck().
|
inline |
Definition at line 133 of file nanoflann.hpp.
References nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::capacity, and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::dists.
|
private |
Definition at line 82 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 83 of file nanoflann.hpp.
Referenced by nanoflann::KDTreeSingleIndexAdaptor< Distance, DatasetAdaptor, DIM, IndexType >::computeMinMax(), and nanoflann::KNNResultSet< DistanceType, IndexType, CountType >::size().
|
private |
Definition at line 81 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 80 of file nanoflann.hpp.
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST |