39 #ifndef PCL_OCTREE_POINT_VECTOR_H
40 #define PCL_OCTREE_POINT_VECTOR_H
42 #include <pcl/octree/octree_pointcloud.h>
60 typename LeafContainerT = OctreeContainerPointIndices,
61 typename BranchContainerT = OctreeContainerEmpty,
62 typename OctreeT = OctreeBase<LeafContainerT, BranchContainerT> >
90 #define PCL_INSTANTIATE_OctreePointCloudPointVector(T) template class PCL_EXPORTS pcl::octree::OctreePointCloudPointVector<T>;