#include <pcl/segmentation/extract_labeled_clusters.h>
Go to the source code of this file.
Defines | |
#define | PCL_INSTANTIATE_extractLabeledEuclideanClusters(T) template void PCL_EXPORTS pcl::extractLabeledEuclideanClusters<T>(const pcl::PointCloud<T> &, const boost::shared_ptr<pcl::search::Search<T> > &, float , std::vector<std::vector<pcl::PointIndices> > &, unsigned int, unsigned int, unsigned int); |
#define | PCL_INSTANTIATE_LabeledEuclideanClusterExtraction(T) template class PCL_EXPORTS pcl::LabeledEuclideanClusterExtraction<T>; |
#define PCL_INSTANTIATE_extractLabeledEuclideanClusters | ( | T | ) | template void PCL_EXPORTS pcl::extractLabeledEuclideanClusters<T>(const pcl::PointCloud<T> &, const boost::shared_ptr<pcl::search::Search<T> > &, float , std::vector<std::vector<pcl::PointIndices> > &, unsigned int, unsigned int, unsigned int); |
Definition at line 154 of file extract_labeled_clusters.hpp.
#define PCL_INSTANTIATE_LabeledEuclideanClusterExtraction | ( | T | ) | template class PCL_EXPORTS pcl::LabeledEuclideanClusterExtraction<T>; |
Definition at line 153 of file extract_labeled_clusters.hpp.