#include <pcl/outofcore/outofcore_depth_first_iterator.h>


Public Types | |
| typedef pcl::outofcore::OutofcoreOctreeBase < ContainerT, PointT > | OctreeDisk |
| typedef pcl::outofcore::OutofcoreOctreeBaseNode < ContainerT, PointT > | OctreeDiskNode |
| typedef pcl::outofcore::OutofcoreOctreeBaseNode < ContainerT, PointT > | LeafNode |
| typedef pcl::outofcore::OutofcoreOctreeBaseNode < ContainerT, PointT > | BranchNode |
Public Member Functions | |
| OutofcoreDepthFirstIterator (OctreeDisk &octree_arg) | |
| virtual | ~OutofcoreDepthFirstIterator () |
| OutofcoreDepthFirstIterator & | operator++ () |
| OutofcoreDepthFirstIterator | operator++ (int) |
| void | skipChildVoxels () |
Protected Attributes | |
| unsigned char | currentChildIdx_ |
| std::vector< std::pair < OctreeDiskNode *, unsigned char > > | stack_ |
Definition at line 54 of file outofcore_depth_first_iterator.h.
| typedef pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::BranchNode |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 61 of file outofcore_depth_first_iterator.h.
| typedef pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::LeafNode |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 60 of file outofcore_depth_first_iterator.h.
| typedef pcl::outofcore::OutofcoreOctreeBase<ContainerT, PointT> pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::OctreeDisk |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 57 of file outofcore_depth_first_iterator.h.
| typedef pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT> pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::OctreeDiskNode |
Reimplemented from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >.
Definition at line 58 of file outofcore_depth_first_iterator.h.
| pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::OutofcoreDepthFirstIterator | ( | OctreeDisk & | octree_arg | ) | [explicit] |
| pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::~OutofcoreDepthFirstIterator | ( | ) | [inline, virtual] |
Definition at line 60 of file outofcore_depth_first_iterator.hpp.
| OutofcoreDepthFirstIterator pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::operator++ | ( | int | ) | [inline] |
Definition at line 73 of file outofcore_depth_first_iterator.h.
| OutofcoreDepthFirstIterator< PointT, ContainerT > & pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::operator++ | ( | ) | [inline] |
Definition at line 68 of file outofcore_depth_first_iterator.hpp.
References pcl::octree::BRANCH_NODE, pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::currentChildIdx_, pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::currentNode_, pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::currentOctreeDepth_, pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT >::getBranchChildPtr(), pcl::outofcore::OutofcoreOctreeBaseNode< ContainerT, PointT >::getNodeType(), pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >::octree_, and pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::stack_.
| void pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::skipChildVoxels | ( | ) |
unsigned char pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::currentChildIdx_ [protected] |
Definition at line 84 of file outofcore_depth_first_iterator.h.
Referenced by pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::operator++().
std::vector<std::pair<OctreeDiskNode*, unsigned char> > pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::stack_ [protected] |
Definition at line 85 of file outofcore_depth_first_iterator.h.
Referenced by pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::operator++().