39 #ifndef OCTREE_CHANGEDETECTOR_H
40 #define OCTREE_CHANGEDETECTOR_H
61 template<
typename Po
intT,
typename LeafT = OctreeContainerDataTVector<
int>,
63 typename BranchT = OctreeContainerEmpty<
int> >
66 LeafT, BranchT, Octree2BufBase<int, LeafT, BranchT> >
92 const int minPointsPerLeaf_arg = 0)
95 return (static_cast<int> (indicesVector_arg.size ()));
101 #define PCL_INSTANTIATE_OctreePointCloudChangeDetector(T) template class PCL_EXPORTS pcl::octree::OctreePointCloudChangeDetector<T>;