39 #ifndef PCL_OUTOFCORE_ITERATOR_BASE_H_
40 #define PCL_OUTOFCORE_ITERATOR_BASE_H_
44 #include <pcl/point_types.h>
46 #include <pcl/outofcore/octree_base.h>
47 #include <pcl/outofcore/octree_base_node.h>
48 #include <pcl/outofcore/octree_disk_container.h>
59 template<
typename Po
intT,
typename ContainerT>
61 const OutofcoreOctreeBaseNode<ContainerT, PointT>,
63 const OutofcoreOctreeBaseNode<ContainerT, PointT>*,
64 const OutofcoreOctreeBaseNode<ContainerT, PointT>&>
149 class PCL_EXPORTS OutofcoreLeafIterator :
public OutofcoreIteratorBase
159 #endif //PCL_OUTOFCORE_ITERATOR_BASE_H_