Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
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.

Macros

#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);
 

Macro Definition 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 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.