Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros
segment_differences.hpp File Reference
#include <pcl/segmentation/segment_differences.h>
#include <pcl/common/concatenate.h>
Include dependency graph for segment_differences.hpp:

Go to the source code of this file.

Macros

#define PCL_INSTANTIATE_SegmentDifferences(T)   template class PCL_EXPORTS pcl::SegmentDifferences<T>;
 
#define PCL_INSTANTIATE_getPointCloudDifference(T)   template PCL_EXPORTS void pcl::getPointCloudDifference<T>(const pcl::PointCloud<T> &, const pcl::PointCloud<T> &, double, const boost::shared_ptr<pcl::search::Search<T> > &, pcl::PointCloud<T> &);
 

Macro Definition Documentation

#define PCL_INSTANTIATE_getPointCloudDifference (   T)    template PCL_EXPORTS void pcl::getPointCloudDifference<T>(const pcl::PointCloud<T> &, const pcl::PointCloud<T> &, double, const boost::shared_ptr<pcl::search::Search<T> > &, pcl::PointCloud<T> &);

Definition at line 134 of file segment_differences.hpp.

#define PCL_INSTANTIATE_SegmentDifferences (   T)    template class PCL_EXPORTS pcl::SegmentDifferences<T>;

Definition at line 133 of file segment_differences.hpp.