Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/outofcore/outofcore_depth_first_iterator.h>
Public Member Functions | |
OutofcoreDepthFirstIterator (OctreeDisk &octree_arg) | |
~OutofcoreDepthFirstIterator () override | |
OutofcoreDepthFirstIterator & | operator++ () |
OutofcoreDepthFirstIterator | operator++ (int) |
void | skipChildVoxels () |
Public Member Functions inherited from pcl::outofcore::OutofcoreIteratorBase< pcl::PointXYZ, OutofcoreOctreeDiskContainer< pcl::PointXYZ > > | |
OutofcoreIteratorBase (OctreeDisk &octree_arg) | |
OutofcoreIteratorBase (const OutofcoreIteratorBase &src) | |
virtual | ~OutofcoreIteratorBase ()=default |
OutofcoreIteratorBase & | operator= (const OutofcoreIteratorBase &src) |
OutofcoreNodeType * | operator* () const |
virtual OutofcoreNodeType * | getCurrentOctreeNode () const |
virtual void | reset () |
void | setMaxDepth (unsigned int max_depth) |
Protected Attributes | |
unsigned char | currentChildIdx_ {0} |
std::vector< std::pair< OctreeDiskNode *, unsigned char > > | stack_ |
Protected Attributes inherited from pcl::outofcore::OutofcoreIteratorBase< pcl::PointXYZ, OutofcoreOctreeDiskContainer< pcl::PointXYZ > > | |
OctreeDisk & | octree_ |
OctreeDiskNode * | currentNode_ |
unsigned int | currentOctreeDepth_ |
unsigned int | max_depth_ |
Definition at line 53 of file outofcore_depth_first_iterator.h.
using pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::BranchNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> |
Definition at line 60 of file outofcore_depth_first_iterator.h.
using pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::LeafNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> |
Definition at line 59 of file outofcore_depth_first_iterator.h.
using pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::OctreeDisk = pcl::outofcore::OutofcoreOctreeBase<ContainerT, PointT> |
Definition at line 56 of file outofcore_depth_first_iterator.h.
using pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::OctreeDiskNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> |
Definition at line 57 of file outofcore_depth_first_iterator.h.
|
explicit |
Definition at line 48 of file outofcore_depth_first_iterator.hpp.
References pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT >::getTreeDepth(), pcl::outofcore::OutofcoreIteratorBase< pcl::PointXYZ, OutofcoreOctreeDiskContainer< pcl::PointXYZ > >::octree_, pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::reset(), and pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::stack_.
|
overridedefault |
OutofcoreDepthFirstIterator< PointT, ContainerT > & pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::operator++ |
Definition at line 66 of file outofcore_depth_first_iterator.hpp.
References pcl::octree::BRANCH_NODE.
|
inline |
Definition at line 72 of file outofcore_depth_first_iterator.h.
void pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::skipChildVoxels | ( | ) |
|
protected |
Definition at line 83 of file outofcore_depth_first_iterator.h.
|
protected |
Definition at line 84 of file outofcore_depth_first_iterator.h.
Referenced by pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::OutofcoreDepthFirstIterator().