|
Point Cloud Library (PCL) 1.15.0
|
#include <pcl/outofcore/outofcore_breadth_first_iterator.h>
Public Member Functions | |
| OutofcoreBreadthFirstIterator (OctreeDisk &octree_arg) | |
| ~OutofcoreBreadthFirstIterator () override | |
| OutofcoreBreadthFirstIterator & | operator++ () |
| OutofcoreBreadthFirstIterator | operator++ (int) |
| void | reset () override |
| 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 |
| void | setMaxDepth (unsigned int max_depth) |
Protected Attributes | |
| std::deque< OctreeDiskNode * > | FIFO_ |
| FIFO list. | |
| bool | skip_child_voxels_ |
| Protected Attributes inherited from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT > | |
| OctreeDisk & | octree_ |
| OctreeDiskNode * | currentNode_ |
| unsigned int | currentOctreeDepth_ |
| unsigned int | max_depth_ |
Definition at line 57 of file outofcore_breadth_first_iterator.h.
| using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::BranchNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> |
Definition at line 64 of file outofcore_breadth_first_iterator.h.
| using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::LeafNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> |
Definition at line 63 of file outofcore_breadth_first_iterator.h.
| using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OctreeDisk = pcl::outofcore::OutofcoreOctreeBase<ContainerT, PointT> |
Definition at line 60 of file outofcore_breadth_first_iterator.h.
| using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OctreeDiskNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> |
Definition at line 61 of file outofcore_breadth_first_iterator.h.
|
explicit |
Definition at line 48 of file outofcore_breadth_first_iterator.hpp.
References pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::OutofcoreIteratorBase(), and reset().
|
overridedefault |
| OutofcoreBreadthFirstIterator< PointT, ContainerT > & pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::operator++ | ( | ) |
Definition at line 63 of file outofcore_breadth_first_iterator.hpp.
References pcl::octree::BRANCH_NODE, pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::currentNode_, FIFO_, pcl::outofcore::OutofcoreOctreeBaseNode< ContainerT, PointT >::getDepth(), pcl::outofcore::OutofcoreOctreeBaseNode< ContainerT, PointT >::getNodeType(), pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::octree_, and skip_child_voxels_.
|
inline |
Definition at line 77 of file outofcore_breadth_first_iterator.h.
|
inlineoverridevirtual |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 85 of file outofcore_breadth_first_iterator.h.
Referenced by OutofcoreBreadthFirstIterator().
|
inline |
Definition at line 98 of file outofcore_breadth_first_iterator.h.
|
protected |
FIFO list.
Definition at line 105 of file outofcore_breadth_first_iterator.h.
Referenced by operator++().
|
protected |
Definition at line 106 of file outofcore_breadth_first_iterator.h.
Referenced by operator++().