40#include <pcl/filters/voxel_grid.h>
54 using Ptr = shared_ptr<VoxelGridLabel>;
55 using ConstPtr = shared_ptr<const VoxelGridLabel>;
typename Filter< pcl::PointXYZRGBL >::PointCloud PointCloud
PCL_MAKE_ALIGNED_OPERATOR_NEW VoxelGrid()
void applyFilter(PointCloud &output) override
Filter cloud and initializes voxel structure.
shared_ptr< const VoxelGridLabel > ConstPtr
VoxelGridLabel()=default
Constructor.
shared_ptr< VoxelGridLabel > Ptr
Defines all the PCL implemented PointT point type structures.