#include <outofcore_breadth_first_iterator.h>
Public Types | |
typedef pcl::outofcore::OutofcoreOctreeBaseNode < ContainerT, PointT > | BranchNode |
typedef pcl::outofcore::OutofcoreOctreeBaseNode < ContainerT, PointT > | LeafNode |
typedef pcl::outofcore::OutofcoreOctreeBase < ContainerT, PointT > | OctreeDisk |
typedef pcl::outofcore::OutofcoreOctreeBaseNode < ContainerT, PointT > | OctreeDiskNode |
Public Member Functions | |
OutofcoreBreadthFirstIterator & | operator++ () |
OutofcoreBreadthFirstIterator | operator++ (int) |
OutofcoreBreadthFirstIterator (OctreeDisk &octree_arg) | |
virtual void | reset () |
void | skipChildVoxels () |
virtual | ~OutofcoreBreadthFirstIterator () |
Protected Attributes | |
std::deque< OctreeDiskNode * > | FIFO_ |
bool | skip_child_voxels_ |
Definition at line 55 of file outofcore_breadth_first_iterator.h.
typedef pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::BranchNode |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 62 of file outofcore_breadth_first_iterator.h.
typedef pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::LeafNode |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 61 of file outofcore_breadth_first_iterator.h.
typedef pcl::outofcore::OutofcoreOctreeBase<ContainerT, PointT> pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OctreeDisk |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 58 of file outofcore_breadth_first_iterator.h.
typedef pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OctreeDiskNode |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 59 of file outofcore_breadth_first_iterator.h.
pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OutofcoreBreadthFirstIterator | ( | OctreeDisk & | octree_arg | ) | [explicit] |
Definition at line 48 of file outofcore_breadth_first_iterator.hpp.
pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::~OutofcoreBreadthFirstIterator | ( | ) | [virtual] |
Definition at line 57 of file outofcore_breadth_first_iterator.hpp.
OutofcoreBreadthFirstIterator< PointT, ContainerT > & pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::operator++ | ( | ) |
Definition at line 65 of file outofcore_breadth_first_iterator.hpp.
OutofcoreBreadthFirstIterator pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::operator++ | ( | int | ) | [inline] |
Definition at line 75 of file outofcore_breadth_first_iterator.h.
virtual void pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::reset | ( | ) | [inline, virtual] |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 83 of file outofcore_breadth_first_iterator.h.
void pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::skipChildVoxels | ( | ) | [inline] |
Definition at line 96 of file outofcore_breadth_first_iterator.h.
std::deque<OctreeDiskNode*> pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::FIFO_ [protected] |
FIFO list
Definition at line 103 of file outofcore_breadth_first_iterator.h.
bool pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::skip_child_voxels_ [protected] |
Definition at line 104 of file outofcore_breadth_first_iterator.h.