41 #include <pcl/outofcore/outofcore_iterator_base.h>
52 template<
typename Po
intT=pcl::Po
intXYZ,
typename ContainerT=OutofcoreOctreeDiskContainer<pcl::Po
intXYZ> >
84 std::vector<std::pair<OctreeDiskNode*, unsigned char> >
stack_;
unsigned char currentChildIdx_
std::vector< std::pair< OctreeDiskNode *, unsigned char > > stack_
~OutofcoreDepthFirstIterator() override
OutofcoreDepthFirstIterator(OctreeDisk &octree_arg)
OutofcoreDepthFirstIterator & operator++()
Abstract octree iterator class.
This code defines the octree used for point storage at Urban Robotics.
OutofcoreOctreeBaseNode Class internally representing nodes of an outofcore octree,...