Point Cloud Library (PCL)  1.3.1
Defines
extract_labeled_clusters.hpp File Reference
#include "pcl/segmentation/extract_labeled_clusters.h"
Include dependency graph for extract_labeled_clusters.hpp:

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 Documentation

#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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines