#include <outofcore_depth_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 | |
OutofcoreDepthFirstIterator & | operator++ () |
OutofcoreDepthFirstIterator | operator++ (int) |
OutofcoreDepthFirstIterator (OctreeDisk &octree_arg) | |
void | skipChildVoxels () |
virtual | ~OutofcoreDepthFirstIterator () |
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] |
Definition at line 48 of file outofcore_depth_first_iterator.hpp.
pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::~OutofcoreDepthFirstIterator | ( | ) | [virtual] |
Definition at line 60 of file outofcore_depth_first_iterator.hpp.
OutofcoreDepthFirstIterator< PointT, ContainerT > & pcl::outofcore::OutofcoreDepthFirstIterator< PointT, ContainerT >::operator++ | ( | ) |
Definition at line 68 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.
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.
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.