Go to the source code of this file.
Defines | |
#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> &); |
#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> &); |
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.