39 #ifndef PCL_OUTOFCORE_DEPTH_FIRST_ITERATOR_H_ 40 #define PCL_OUTOFCORE_DEPTH_FIRST_ITERATOR_H_ 42 #include <pcl/outofcore/outofcore_iterator_base.h> 53 template<
typename Po
intT=pcl::Po
intXYZ,
typename ContainerT=OutofcoreOctreeDiskContainer<pcl::Po
intXYZ> >
85 std::vector<std::pair<OctreeDiskNode*, unsigned char> >
stack_;
90 #endif //PCL_OUTOFCORE_DEPTH_FIRST_ITERATOR_H_ unsigned char currentChildIdx_
OutofcoreDepthFirstIterator(OctreeDisk &octree_arg)
pcl::outofcore::OutofcoreOctreeBaseNode< ContainerT, PointT > BranchNode
std::vector< std::pair< OctreeDiskNode *, unsigned char > > stack_
OutofcoreDepthFirstIterator & operator++()
virtual ~OutofcoreDepthFirstIterator()
pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT > OctreeDisk
pcl::outofcore::OutofcoreOctreeBaseNode< ContainerT, PointT > OctreeDiskNode
OutofcoreOctreeBaseNode Class internally representing nodes of an outofcore octree,...
Abstract octree iterator class.
This code defines the octree used for point storage at Urban Robotics.
pcl::outofcore::OutofcoreOctreeBaseNode< ContainerT, PointT > LeafNode