Point Cloud Library (PCL)
1.14.1-dev
|
This is the complete list of members for pcl::search::KdTree< PointT, Tree >, including all inherited members.
ConstPtr typedef | pcl::search::KdTree< PointT, Tree > | |
getEpsilon() const | pcl::search::KdTree< PointT, Tree > | inline |
getIndices() const | pcl::search::Search< PointT > | inlinevirtual |
getInputCloud() const | pcl::search::Search< PointT > | inlinevirtual |
getName() const | pcl::search::Search< PointT > | virtual |
getPointRepresentation() const | pcl::search::KdTree< PointT, Tree > | inline |
getSortedResults() | pcl::search::Search< PointT > | virtual |
indices_ | pcl::search::Search< PointT > | protected |
IndicesConstPtr typedef | pcl::search::Search< PointT > | |
IndicesPtr typedef | pcl::search::Search< PointT > | |
input_ | pcl::search::Search< PointT > | protected |
KdTree(bool sorted=true) | pcl::search::KdTree< PointT, Tree > | |
KdTreeConstPtr typedef | pcl::search::KdTree< PointT, Tree > | |
KdTreePtr typedef | pcl::search::KdTree< PointT, Tree > | |
name_ | pcl::search::Search< PointT > | protected |
nearestKSearch(const PointT &point, int k, Indices &k_indices, std::vector< float > &k_sqr_distances) const override | pcl::search::KdTree< PointT, Tree > | virtual |
pcl::search::Search::nearestKSearch(const PointCloud &cloud, index_t index, int k, Indices &k_indices, std::vector< float > &k_sqr_distances) const | pcl::search::Search< PointT > | virtual |
pcl::search::Search::nearestKSearch(index_t index, int k, Indices &k_indices, std::vector< float > &k_sqr_distances) const | pcl::search::Search< PointT > | virtual |
pcl::search::Search::nearestKSearch(const PointCloud &cloud, const Indices &indices, int k, std::vector< Indices > &k_indices, std::vector< std::vector< float > > &k_sqr_distances) const | pcl::search::Search< PointT > | virtual |
nearestKSearchT(const PointTDiff &point, int k, Indices &k_indices, std::vector< float > &k_sqr_distances) const | pcl::search::Search< PointT > | inline |
nearestKSearchT(const pcl::PointCloud< PointTDiff > &cloud, const Indices &indices, int k, std::vector< Indices > &k_indices, std::vector< std::vector< float > > &k_sqr_distances) const | pcl::search::Search< PointT > | inline |
PointCloud typedef | pcl::search::KdTree< PointT, Tree > | |
PointCloudConstPtr typedef | pcl::search::KdTree< PointT, Tree > | |
PointCloudPtr typedef | pcl::search::Search< PointT > | |
PointRepresentationConstPtr typedef | pcl::search::KdTree< PointT, Tree > | |
Ptr typedef | pcl::search::KdTree< PointT, Tree > | |
radiusSearch(const PointT &point, double radius, Indices &k_indices, std::vector< float > &k_sqr_distances, unsigned int max_nn=0) const override | pcl::search::KdTree< PointT, Tree > | virtual |
pcl::search::Search::radiusSearch(const PointCloud &cloud, index_t index, double radius, Indices &k_indices, std::vector< float > &k_sqr_distances, unsigned int max_nn=0) const | pcl::search::Search< PointT > | virtual |
pcl::search::Search::radiusSearch(index_t index, double radius, Indices &k_indices, std::vector< float > &k_sqr_distances, unsigned int max_nn=0) const | pcl::search::Search< PointT > | virtual |
pcl::search::Search::radiusSearch(const PointCloud &cloud, const Indices &indices, double radius, std::vector< Indices > &k_indices, std::vector< std::vector< float > > &k_sqr_distances, unsigned int max_nn=0) const | pcl::search::Search< PointT > | virtual |
radiusSearchT(const PointTDiff &point, double radius, Indices &k_indices, std::vector< float > &k_sqr_distances, unsigned int max_nn=0) const | pcl::search::Search< PointT > | inline |
radiusSearchT(const pcl::PointCloud< PointTDiff > &cloud, const Indices &indices, double radius, std::vector< Indices > &k_indices, std::vector< std::vector< float > > &k_sqr_distances, unsigned int max_nn=0) const | pcl::search::Search< PointT > | inline |
Search(const std::string &name="", bool sorted=false) | pcl::search::Search< PointT > | |
setEpsilon(float eps) | pcl::search::KdTree< PointT, Tree > | |
setInputCloud(const PointCloudConstPtr &cloud, const IndicesConstPtr &indices=IndicesConstPtr()) override | pcl::search::KdTree< PointT, Tree > | virtual |
setPointRepresentation(const PointRepresentationConstPtr &point_representation) | pcl::search::KdTree< PointT, Tree > | |
setSortedResults(bool sorted_results) override | pcl::search::KdTree< PointT, Tree > | virtual |
sorted_results_ | pcl::search::Search< PointT > | protected |
sortResults(Indices &indices, std::vector< float > &distances) const | pcl::search::Search< PointT > | protected |
tree_ | pcl::search::KdTree< PointT, Tree > | protected |
~KdTree() override=default | pcl::search::KdTree< PointT, Tree > | |
~Search()=default | pcl::search::Search< PointT > | virtual |