54 * \note This class is based on the octree_iterator written by Julius Kammerl adapted to the outofcore octree. The interface is very similar, but it does \b not inherit the \ref pcl::octree iterator base.
55 * \ingroup outofcore
56 * \author Stephen Fox (foxstephend@gmail.com)
57 */
58template<typename PointT, typename ContainerT>
59class OutofcoreIteratorBase : public std::iterator<std::forward_iterator_tag, /*iterator type*/