Defines
extract_clusters.hpp File Reference
#include <pcl/segmentation/extract_clusters.h>
Include dependency graph for extract_clusters.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PCL_INSTANTIATE_EuclideanClusterExtraction(T)   template class PCL_EXPORTS pcl::EuclideanClusterExtraction<T>;
#define PCL_INSTANTIATE_extractEuclideanClusters(T)   template void PCL_EXPORTS pcl::extractEuclideanClusters<T>(const pcl::PointCloud<T> &, const boost::shared_ptr<pcl::search::Search<T> > &, float , std::vector<pcl::PointIndices> &, unsigned int, unsigned int);
#define PCL_INSTANTIATE_extractEuclideanClusters_indices(T)   template void PCL_EXPORTS pcl::extractEuclideanClusters<T>(const pcl::PointCloud<T> &, const std::vector<int> &, const boost::shared_ptr<pcl::search::Search<T> > &, float , std::vector<pcl::PointIndices> &, unsigned int, unsigned int);

Define Documentation

Definition at line 238 of file extract_clusters.hpp.

#define PCL_INSTANTIATE_extractEuclideanClusters (   T)    template void PCL_EXPORTS pcl::extractEuclideanClusters<T>(const pcl::PointCloud<T> &, const boost::shared_ptr<pcl::search::Search<T> > &, float , std::vector<pcl::PointIndices> &, unsigned int, unsigned int);

Definition at line 239 of file extract_clusters.hpp.

#define PCL_INSTANTIATE_extractEuclideanClusters_indices (   T)    template void PCL_EXPORTS pcl::extractEuclideanClusters<T>(const pcl::PointCloud<T> &, const std::vector<int> &, const boost::shared_ptr<pcl::search::Search<T> > &, float , std::vector<pcl::PointIndices> &, unsigned int, unsigned int);

Definition at line 240 of file extract_clusters.hpp.



pcl
Author(s): Open Perception
autogenerated on Mon Oct 6 2014 03:19:12