41#include <pcl/octree/octree_pointcloud.h>
57template <
typename PointT,
63:
public OctreePointCloud<PointT, LeafContainerT, BranchContainerT, OctreeT> {
90#include <pcl/octree/impl/octree_pointcloud.hpp>
92#define PCL_INSTANTIATE_OctreePointCloudSinglePoint(T) \
93 template class PCL_EXPORTS pcl::octree::OctreePointCloudSinglePoint<T>;
OctreeBase< LeafContainerT, BranchContainerT > OctreeT
Octree container class that does not store any information.
Octree container class that does store a single point index.
OctreePointCloud(const double resolution_arg)
Octree pointcloud constructor.
OctreePointCloudSinglePoint(const double resolution_arg)
Constructor.
~OctreePointCloudSinglePoint() override=default
Empty class constructor.
OctreePointCloudSinglePoint< PointT, LeafContainerT, BranchContainerT, OctreeBase< LeafContainerT, BranchContainerT > > SingleBuffer