extract_clusters.hpp File Reference

#include "pcl/segmentation/extract_clusters.h"
#include <pcl/pcl_base.h>
#include "pcl/kdtree/kdtree.h"
#include "pcl/kdtree/tree_types.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::EuclideanClusterExtraction<T>;
#define PCL_INSTANTIATE_extractEuclideanClusters(T)   template void pcl::extractEuclideanClusters<T>(const pcl::PointCloud<T> &, const boost::shared_ptr<pcl::KdTree<T> > &, float , std::vector<pcl::PointIndices> &, unsigned int, unsigned int);
#define PCL_INSTANTIATE_extractEuclideanClusters_indices(T)   template void pcl::extractEuclideanClusters<T>(const pcl::PointCloud<T> &, const std::vector<int> &, const boost::shared_ptr<pcl::KdTree<T> > &, float , std::vector<pcl::PointIndices> &, unsigned int, unsigned int);

Define Documentation

#define PCL_INSTANTIATE_EuclideanClusterExtraction (  )     template class pcl::EuclideanClusterExtraction<T>;

Definition at line 220 of file extract_clusters.hpp.

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

Definition at line 221 of file extract_clusters.hpp.

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

Definition at line 222 of file extract_clusters.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


pcl
Author(s): See http://pcl.ros.org/authors for the complete list of authors.
autogenerated on Fri Jan 11 09:55:37 2013