|
Point Cloud Library (PCL) 1.15.1
|
#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< PointT, ContainerT > | |
| OutofcoreIteratorBase (OctreeDisk &octree_arg) | |
| virtual | ~OutofcoreIteratorBase ()=default |
| OutofcoreIteratorBase (const OutofcoreIteratorBase &src) | |
| 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< PointT, ContainerT > | |
| 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::OutofcoreIteratorBase< PointT, ContainerT >::octree_, pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::OutofcoreIteratorBase(), pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::reset(), and 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, currentChildIdx_, pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::currentNode_, pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::currentOctreeDepth_, pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::octree_, and stack_.
|
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.
Referenced by operator++().
|
protected |
Definition at line 84 of file outofcore_depth_first_iterator.h.
Referenced by operator++(), and OutofcoreDepthFirstIterator().