Point Cloud Library (PCL) 1.13.0
Loading...
Searching...
No Matches
List of all members | Public Types | Public Member Functions | Protected Attributes
pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT > Class Template Reference

#include <pcl/outofcore/outofcore_breadth_first_iterator.h>

+ Inheritance 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 iterator_category = std::forward_iterator_tag
 
using value_type = const OutofcoreOctreeBaseNode< ContainerT, PointT >
 
using difference_type = void
 
using pointer = const OutofcoreOctreeBaseNode< ContainerT, PointT > *
 
using reference = const OutofcoreOctreeBaseNode< ContainerT, PointT > &
 
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 () override
 
OutofcoreBreadthFirstIteratoroperator++ ()
 
OutofcoreBreadthFirstIterator operator++ (int)
 
void reset () override
 
void skipChildVoxels ()
 
- Public Member Functions inherited from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >
 OutofcoreIteratorBase (OctreeDisk &octree_arg)
 
virtual ~OutofcoreIteratorBase ()=default
 
 OutofcoreIteratorBase (const OutofcoreIteratorBase &src)
 
OutofcoreIteratorBaseoperator= (const OutofcoreIteratorBase &src)
 
OutofcoreNodeTypeoperator* () const
 
virtual OutofcoreNodeTypegetCurrentOctreeNode () const
 
void setMaxDepth (unsigned int max_depth)
 

Protected Attributes

std::deque< OctreeDiskNode * > FIFO_
 FIFO list.
 
bool skip_child_voxels_
 
- Protected Attributes inherited from pcl::outofcore::OutofcoreIteratorBase< PointT, ContainerT >
OctreeDiskoctree_
 
OctreeDiskNodecurrentNode_
 
unsigned int currentOctreeDepth_
 
unsigned int max_depth_
 

Detailed Description

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
class pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >
Author
Justin Rosen (jmyle.nosp@m.sros.nosp@m.en@gm.nosp@m.ail..nosp@m.com)
Note
Code adapted from octree_iterator.h in Module pcl::octree written by Julius Kammerl

Definition at line 57 of file outofcore_breadth_first_iterator.h.

Member Typedef Documentation

◆ BranchNode

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::BranchNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT>

Definition at line 64 of file outofcore_breadth_first_iterator.h.

◆ LeafNode

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::LeafNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT>

Definition at line 63 of file outofcore_breadth_first_iterator.h.

◆ OctreeDisk

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OctreeDisk = pcl::outofcore::OutofcoreOctreeBase<ContainerT, PointT>

Definition at line 60 of file outofcore_breadth_first_iterator.h.

◆ OctreeDiskNode

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
using pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OctreeDiskNode = pcl::outofcore::OutofcoreOctreeBaseNode<ContainerT, PointT>

Definition at line 61 of file outofcore_breadth_first_iterator.h.

Constructor & Destructor Documentation

◆ OutofcoreBreadthFirstIterator()

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::OutofcoreBreadthFirstIterator ( OctreeDisk octree_arg)
explicit

◆ ~OutofcoreBreadthFirstIterator()

template<typename PointT , typename ContainerT >
pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::~OutofcoreBreadthFirstIterator ( )
overridedefault

Member Function Documentation

◆ operator++() [1/2]

template<typename PointT , typename ContainerT >
OutofcoreBreadthFirstIterator< PointT, ContainerT > & pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::operator++ ( )

◆ operator++() [2/2]

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
OutofcoreBreadthFirstIterator pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::operator++ ( int  )
inline

Definition at line 77 of file outofcore_breadth_first_iterator.h.

◆ reset()

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
void pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::reset ( )
inlineoverridevirtual

◆ skipChildVoxels()

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
void pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::skipChildVoxels ( )
inline

Member Data Documentation

◆ FIFO_

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
std::deque<OctreeDiskNode*> pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::FIFO_
protected

◆ skip_child_voxels_

template<typename PointT = pcl::PointXYZ, typename ContainerT = OutofcoreOctreeDiskContainer<pcl::PointXYZ>>
bool pcl::outofcore::OutofcoreBreadthFirstIterator< PointT, ContainerT >::skip_child_voxels_
protected

The documentation for this class was generated from the following files: