|
Point Cloud Library (PCL)
1.11.1
|
#include <pcl/outofcore/outofcore_breadth_first_iterator.h>
Inheritance diagram for pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >:
Collaboration diagram for pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >:Public Types | |
| using | OctreeDisk = pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT > |
| using | OctreeDiskNode = pcl::outofcore::OutofcoreOctreeBaseNode< ContainerT, PointT > |
| using | LeafNode = pcl::outofcore::OutofcoreOctreeBaseNode< ContainerT, PointT > |
| using | BranchNode = pcl::outofcore::OutofcoreOctreeBaseNode< ContainerT, PointT > |
Public Types inherited from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT > | |
| using | OctreeDisk = pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT > |
| using | OctreeDiskNode = pcl::outofcore::OutofcoreOctreeBaseNode< ContainerT, PointT > |
| using | BranchNode = typename pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT >::BranchNode |
| using | LeafNode = typename pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT >::LeafNode |
| using | OutofcoreNodeType = typename OctreeDisk::OutofcoreNodeType |
Public Member Functions | |
| OutofcoreBreadthFirstIterator (OctreeDisk &octree_arg) | |
| ~OutofcoreBreadthFirstIterator () | |
| 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 () |
| 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. More... | |
| 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 54 of file outofcore_breadth_first_iterator.h.
| using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::BranchNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> |
Definition at line 61 of file outofcore_breadth_first_iterator.h.
| using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::LeafNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> |
Definition at line 60 of file outofcore_breadth_first_iterator.h.
| using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OctreeDisk = pcl::outofcore::OutofcoreOctreeBase<ContainerT, PointT> |
Definition at line 57 of file outofcore_breadth_first_iterator.h.
| using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OctreeDiskNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> |
Definition at line 58 of file outofcore_breadth_first_iterator.h.
|
explicit |
Definition at line 48 of file outofcore_breadth_first_iterator.hpp.
References pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::reset().
| pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::~OutofcoreBreadthFirstIterator | ( | ) |
Definition at line 57 of file outofcore_breadth_first_iterator.hpp.
| OutofcoreBreadthFirstIterator< PointT, ContainerT > & pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::operator++ | ( | ) |
|
inline |
Definition at line 74 of file outofcore_breadth_first_iterator.h.
|
inlineoverridevirtual |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 82 of file outofcore_breadth_first_iterator.h.
References pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::currentNode_, pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::FIFO_, pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::reset(), and pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::skip_child_voxels_.
Referenced by pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OutofcoreBreadthFirstIterator().
|
inline |
Definition at line 95 of file outofcore_breadth_first_iterator.h.
References pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::skip_child_voxels_.
|
protected |
FIFO list.
Definition at line 102 of file outofcore_breadth_first_iterator.h.
Referenced by pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::reset().
|
protected |
Definition at line 103 of file outofcore_breadth_first_iterator.h.
Referenced by pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::reset(), and pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::skipChildVoxels().