39 #include <pcl/cuda/point_cloud.h>
49 template <
typename CloudT>
70 inline PointCloudConstPtr
const
shared_ptr< PointCloud< PointT > > Ptr
shared_ptr< const PointCloud< PointT > > ConstPtr
PointCloudConstPtr const getInputCloud()
Get a pointer to the input host point cloud dataset.
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.
typename PointCloud::Ptr PointCloudPtr
typename PointCloud::ConstPtr PointCloudConstPtr
PCLCUDABase()
Empty constructor.
bool initCompute()
This method should get called before starting the actual computation.
PointCloudConstPtr input_
The input point cloud dataset.
Defines functions, macros and traits for allocating and using memory.