Point Cloud Library (PCL)
1.10.0
|
43 #include <pcl/point_cloud.h>
52 template <
typename Po
intT>
84 virtual PointCloudConstPtr
96 compare (
int idx1,
int idx2)
const = 0;
virtual bool compare(int idx1, int idx2) const =0
Compares the two points in the input cloud designated by these two indices.
Defines all the PCL and non-PCL macros used.
This file defines compatibility wrappers for low level I/O functions.
virtual ~Comparator()
Empty destructor for comparator.
PointCloud represents the base class in PCL for storing collections of 3D points.
shared_ptr< const Comparator< PointT > > ConstPtr
typename PointCloud::Ptr PointCloudPtr
virtual void setInputCloud(const PointCloudConstPtr &cloud)
Set the input cloud for the comparator.
#define PCL_MAKE_ALIGNED_OPERATOR_NEW
Macro to signal a class requires a custom allocator.
Comparator is the base class for comparators that compare two points given some function.
typename PointCloud::ConstPtr PointCloudConstPtr
shared_ptr< PointCloud< PointT > > Ptr
Comparator()
Empty constructor for comparator.
shared_ptr< const PointCloud< PointT > > ConstPtr
PointCloudConstPtr input_
shared_ptr< Comparator< PointT > > Ptr
virtual PointCloudConstPtr getInputCloud() const
Get the input cloud this comparator operates on.
boost::shared_ptr< T > shared_ptr
Alias for boost::shared_ptr.