#include "pcl/segmentation/extract_clusters.h"#include <pcl/pcl_base.h>#include "pcl/kdtree/kdtree.h"#include "pcl/kdtree/tree_types.h"

Go to the source code of this file.
Defines | |
| #define | PCL_INSTANTIATE_EuclideanClusterExtraction(T) template class pcl::EuclideanClusterExtraction<T>; |
| #define | PCL_INSTANTIATE_extractEuclideanClusters(T) template void pcl::extractEuclideanClusters<T>(const pcl::PointCloud<T> &, const boost::shared_ptr<pcl::KdTree<T> > &, float , std::vector<pcl::PointIndices> &, unsigned int, unsigned int); |
| #define | PCL_INSTANTIATE_extractEuclideanClusters_indices(T) template void pcl::extractEuclideanClusters<T>(const pcl::PointCloud<T> &, const std::vector<int> &, const boost::shared_ptr<pcl::KdTree<T> > &, float , std::vector<pcl::PointIndices> &, unsigned int, unsigned int); |
| #define PCL_INSTANTIATE_EuclideanClusterExtraction | ( | T | ) | template class pcl::EuclideanClusterExtraction<T>; |
Definition at line 220 of file extract_clusters.hpp.
| #define PCL_INSTANTIATE_extractEuclideanClusters | ( | T | ) | template void pcl::extractEuclideanClusters<T>(const pcl::PointCloud<T> &, const boost::shared_ptr<pcl::KdTree<T> > &, float , std::vector<pcl::PointIndices> &, unsigned int, unsigned int); |
Definition at line 221 of file extract_clusters.hpp.
| #define PCL_INSTANTIATE_extractEuclideanClusters_indices | ( | T | ) | template void pcl::extractEuclideanClusters<T>(const pcl::PointCloud<T> &, const std::vector<int> &, const boost::shared_ptr<pcl::KdTree<T> > &, float , std::vector<pcl::PointIndices> &, unsigned int, unsigned int); |
Definition at line 222 of file extract_clusters.hpp.