39 #ifndef PCL_OCTREE_SINGLE_POINT_H
40 #define PCL_OCTREE_SINGLE_POINT_H
42 #include <pcl/octree/octree_pointcloud.h>
58 template<
typename PointT,
typename LeafContainerT = OctreeContainerPointIndex,
59 typename BranchContainerT = OctreeContainerEmpty,
60 typename OctreeT = OctreeBase<LeafContainerT, BranchContainerT> >
63 BranchContainerT, OctreeT>
91 #define PCL_INSTANTIATE_OctreePointCloudSinglePoint(T) template class PCL_EXPORTS pcl::octree::OctreePointCloudSinglePoint<T>;