Point Cloud Library (PCL)
1.3.1
|
#include "pcl/segmentation/extract_labeled_clusters.h"
Go to the source code of this file.
Defines | |
#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); |
#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 151 of file extract_labeled_clusters.hpp.
#define PCL_INSTANTIATE_LabeledEuclideanClusterExtraction | ( | T | ) | template class PCL_EXPORTS pcl::LabeledEuclideanClusterExtraction<T>; |
Definition at line 150 of file extract_labeled_clusters.hpp.