Point Cloud Library (PCL)  1.14.0-dev
pcl::search::KdTree< PointT, Tree > Member List

This is the complete list of members for pcl::search::KdTree< PointT, Tree >, including all inherited members.

ConstPtr typedefpcl::search::KdTree< PointT, Tree >
getEpsilon() constpcl::search::KdTree< PointT, Tree >inline
getIndices() constpcl::search::Search< PointT >inlinevirtual
getInputCloud() constpcl::search::Search< PointT >inlinevirtual
getName() constpcl::search::Search< PointT >virtual
getPointRepresentation() constpcl::search::KdTree< PointT, Tree >inline
getSortedResults()pcl::search::Search< PointT >virtual
indices_pcl::search::Search< PointT >protected
IndicesConstPtr typedefpcl::search::Search< PointT >
IndicesPtr typedefpcl::search::Search< PointT >
input_pcl::search::Search< PointT >protected
KdTree(bool sorted=true)pcl::search::KdTree< PointT, Tree >
KdTreeConstPtr typedefpcl::search::KdTree< PointT, Tree >
KdTreePtr typedefpcl::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 overridepcl::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) constpcl::search::Search< PointT >virtual
pcl::search::Search::nearestKSearch(index_t index, int k, Indices &k_indices, std::vector< float > &k_sqr_distances) constpcl::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) constpcl::search::Search< PointT >virtual
nearestKSearchT(const PointTDiff &point, int k, Indices &k_indices, std::vector< float > &k_sqr_distances) constpcl::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) constpcl::search::Search< PointT >inline
PointCloud typedefpcl::search::KdTree< PointT, Tree >
PointCloudConstPtr typedefpcl::search::KdTree< PointT, Tree >
PointCloudPtr typedefpcl::search::Search< PointT >
PointRepresentationConstPtr typedefpcl::search::KdTree< PointT, Tree >
Ptr typedefpcl::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 overridepcl::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) constpcl::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) constpcl::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) constpcl::search::Search< PointT >virtual
radiusSearchT(const PointTDiff &point, double radius, Indices &k_indices, std::vector< float > &k_sqr_distances, unsigned int max_nn=0) constpcl::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) constpcl::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()) overridepcl::search::KdTree< PointT, Tree >virtual
setPointRepresentation(const PointRepresentationConstPtr &point_representation)pcl::search::KdTree< PointT, Tree >
setSortedResults(bool sorted_results) overridepcl::search::KdTree< PointT, Tree >virtual
sorted_results_pcl::search::Search< PointT >protected
sortResults(Indices &indices, std::vector< float > &distances) constpcl::search::Search< PointT >protected
tree_pcl::search::KdTree< PointT, Tree >protected
~KdTree() override=defaultpcl::search::KdTree< PointT, Tree >
~Search()=defaultpcl::search::Search< PointT >virtual