41 #include <pcl/octree/octree_pointcloud.h>
57 template<
typename PointT,
typename LeafContainerT = OctreeContainerPointIndex,
58 typename BranchContainerT = OctreeContainerEmpty,
59 typename OctreeT = OctreeBase<LeafContainerT, BranchContainerT> >
62 BranchContainerT, OctreeT>
90 #define PCL_INSTANTIATE_OctreePointCloudSinglePoint(T) template class PCL_EXPORTS pcl::octree::OctreePointCloudSinglePoint<T>;