46template <
typename Po
intInT,
typename Po
intOutT>
void
virtual void performProcessing(pcl::PointCloud< PointOutT > &output)=0
Abstract cloud processing method.
virtual void process(pcl::PointCloud< PointOutT > &output)
Process the input cloud and store the results.
PointCloudConstPtr input_
PointCloud represents the base class in PCL for storing collections of 3D points.
std::uint32_t width
The point cloud width (if organized as an image-structure).
pcl::PCLHeader header
The point cloud header.
std::uint32_t height
The point cloud height (if organized as an image-structure).
void clear()
Removes all points in a cloud and sets the width and height to 0.