41 #include <pcl/octree/octree_pointcloud.h>
58 typename LeafContainerT = OctreeContainerPointIndex,
59 typename BranchContainerT = OctreeContainerEmpty,
60 typename OctreeT = OctreeBase<LeafContainerT, BranchContainerT>>
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>;
Octree pointcloud single point class
OctreePointCloudSinglePoint(const double resolution_arg)
Constructor.
~OctreePointCloudSinglePoint() override=default
Empty class constructor.
A point structure representing Euclidean xyz coordinates, and the RGB color.