|
Point Cloud Library (PCL)
1.7.2
|
Abstract octree iterator class. More...
#include <pcl/outofcore/outofcore_iterator_base.h>
Inheritance diagram for pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >:
Collaboration diagram for pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >:Public Types | |
| typedef pcl::outofcore::OutofcoreOctreeBase < ContainerT, PointT > | OctreeDisk |
| typedef pcl::outofcore::OutofcoreOctreeBaseNode < ContainerT, PointT > | OctreeDiskNode |
| typedef pcl::outofcore::OutofcoreOctreeBase < ContainerT, PointT > ::BranchNode | BranchNode |
| typedef pcl::outofcore::OutofcoreOctreeBase < ContainerT, PointT > ::LeafNode | LeafNode |
| typedef OctreeDisk::OutofcoreNodeType | OutofcoreNodeType |
Public Member Functions | |
| OutofcoreIteratorBase (OctreeDisk &octree_arg) | |
| virtual | ~OutofcoreIteratorBase () |
| 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 | |
| OctreeDisk & | octree_ |
| OctreeDiskNode * | currentNode_ |
| unsigned int | currentOctreeDepth_ |
| unsigned int | max_depth_ |
Abstract octree iterator class.
Definition at line 60 of file outofcore_iterator_base.h.
| typedef pcl::outofcore::OutofcoreOctreeBase<ContainerT, PointT>::BranchNode pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::BranchNode |
Definition at line 70 of file outofcore_iterator_base.h.
| typedef pcl::outofcore::OutofcoreOctreeBase<ContainerT, PointT>::LeafNode pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::LeafNode |
Definition at line 71 of file outofcore_iterator_base.h.
| typedef pcl::outofcore::OutofcoreOctreeBase<ContainerT, PointT> pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::OctreeDisk |
Definition at line 67 of file outofcore_iterator_base.h.
| typedef pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::OctreeDiskNode |
Definition at line 68 of file outofcore_iterator_base.h.
| typedef OctreeDisk::OutofcoreNodeType pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::OutofcoreNodeType |
Definition at line 73 of file outofcore_iterator_base.h.
|
inlineexplicit |
Definition at line 76 of file outofcore_iterator_base.h.
References pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::reset().
|
inlinevirtual |
Definition at line 83 of file outofcore_iterator_base.h.
|
inline |
Definition at line 87 of file outofcore_iterator_base.h.
|
inlinevirtual |
Definition at line 108 of file outofcore_iterator_base.h.
References pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::currentNode_.
Referenced by pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::operator*().
|
inline |
Definition at line 102 of file outofcore_iterator_base.h.
References pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::getCurrentOctreeNode().
|
inline |
|
inlinevirtual |
Reimplemented in pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >.
Definition at line 114 of file outofcore_iterator_base.h.
References pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::currentNode_, pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::currentOctreeDepth_, pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT >::getDepth(), pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT >::getRootNode(), pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::max_depth_, and pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::octree_.
Referenced by pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::OutofcoreDepthFirstIterator(), pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::OutofcoreIteratorBase(), and pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::reset().
|
inline |
|
protected |
Definition at line 134 of file outofcore_iterator_base.h.
Referenced by pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::getCurrentOctreeNode(), pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::operator=(), pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::reset(), and pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::reset().
|
protected |
Definition at line 135 of file outofcore_iterator_base.h.
Referenced by pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::operator=(), and pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::reset().
|
protected |
Definition at line 136 of file outofcore_iterator_base.h.
Referenced by pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::reset(), and pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::setMaxDepth().
|
protected |
Definition at line 133 of file outofcore_iterator_base.h.
Referenced by pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::operator=(), pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::OutofcoreDepthFirstIterator(), pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::reset(), and pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::setMaxDepth().