Point Cloud Library (PCL)
1.11.0
|
39 #include <pcl/cuda/point_cloud.h>
49 template <
typename CloudT>
70 inline PointCloudConstPtr
const
bool initCompute()
This method should get called before starting the actual computation.
virtual void setInputCloud(const PointCloudConstPtr &cloud)
Provide a pointer to the input dataset.
bool deinitCompute()
This method should get called after finishing the actual computation.
const PointCloudConstPtr getInputCloud()
Get a pointer to the input host point cloud dataset.
typename PointCloud::Ptr PointCloudPtr
shared_ptr< PointCloud< PointT > > Ptr
PCLCUDABase()
Empty constructor.
PointCloudConstPtr input_
The input point cloud dataset.
shared_ptr< const PointCloud< PointT > > ConstPtr
typename PointCloud::ConstPtr PointCloudConstPtr
Defines functions, macros and traits for allocating and using memory.