#include "pcl/segmentation/segment_differences.h"#include <pcl/pcl_base.h>#include "pcl/kdtree/kdtree.h"#include "pcl/kdtree/tree_types.h"#include "pcl/io/io.h"

Go to the source code of this file.
Defines | |
| #define | PCL_INSTANTIATE_getPointCloudDifference(T) template void pcl::getPointCloudDifference<T>(const pcl::PointCloud<T> &, const pcl::PointCloud<T> &, double, const boost::shared_ptr<pcl::KdTree<T> > &, pcl::PointCloud<T> &); |
| #define | PCL_INSTANTIATE_SegmentDifferences(T) template class pcl::SegmentDifferences<T>; |
| #define PCL_INSTANTIATE_getPointCloudDifference | ( | T | ) | template void pcl::getPointCloudDifference<T>(const pcl::PointCloud<T> &, const pcl::PointCloud<T> &, double, const boost::shared_ptr<pcl::KdTree<T> > &, pcl::PointCloud<T> &); |
Definition at line 109 of file segment_differences.hpp.
| #define PCL_INSTANTIATE_SegmentDifferences | ( | T | ) | template class pcl::SegmentDifferences<T>; |
Definition at line 108 of file segment_differences.hpp.