Point Cloud Library (PCL)  1.3.1
Defines
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.

Defines

#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> &);

Define 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 132 of file segment_differences.hpp.

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

Definition at line 131 of file segment_differences.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines