41#include <pcl/octree/octree_pointcloud.h>
58template <
typename PointT,
63:
public OctreePointCloud<PointT, LeafContainerT, BranchContainerT, OctreeT> {
88#define PCL_INSTANTIATE_OctreePointCloudPointVector(T) \
89 template class PCL_EXPORTS pcl::octree::OctreePointCloudPointVector<T>;
OctreeBase< LeafContainerT, BranchContainerT > OctreeT
Octree container class that does not store any information.
Octree container class that does store a vector of point indices.
OctreePointCloud(const double resolution_arg)
Octree pointcloud constructor.
~OctreePointCloudPointVector() override=default
Empty class constructor.
OctreePointCloudPointVector(const double resolution_arg)
Constructor.
OctreePointCloudPointVector< PointT, LeafContainerT, BranchContainerT, OctreeBase< LeafContainerT, BranchContainerT > > SingleBuffer