41 #include <pcl/octree/octree_pointcloud.h>
59 typename LeafContainerT = OctreeContainerPointIndices,
60 typename BranchContainerT = OctreeContainerEmpty,
61 typename OctreeT = OctreeBase<LeafContainerT, BranchContainerT> >
89 #define PCL_INSTANTIATE_OctreePointCloudPointVector(T) template class PCL_EXPORTS pcl::octree::OctreePointCloudPointVector<T>;