45 #include <pcl/outofcore/octree_base.h>
46 #include <pcl/outofcore/octree_base_node.h>
47 #include <pcl/outofcore/octree_disk_container.h>
58 template<
typename Po
intT,
typename ContainerT>
60 const OutofcoreOctreeBaseNode<ContainerT, PointT>,
62 const OutofcoreOctreeBaseNode<ContainerT, PointT>*,
63 const OutofcoreOctreeBaseNode<ContainerT, PointT>&>
148 class PCL_EXPORTS OutofcoreLeafIterator :
public OutofcoreIteratorBase
Abstract octree iterator class.
OutofcoreIteratorBase & operator=(const OutofcoreIteratorBase &src)
OutofcoreNodeType * operator*() const
typename pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT >::BranchNode BranchNode
typename OctreeDisk::OutofcoreNodeType OutofcoreNodeType
OctreeDiskNode * currentNode_
typename pcl::outofcore::OutofcoreOctreeBase< ContainerT, PointT >::LeafNode LeafNode
virtual ~OutofcoreIteratorBase()
void setMaxDepth(unsigned int max_depth)
OutofcoreIteratorBase(const OutofcoreIteratorBase &src)
unsigned int currentOctreeDepth_
virtual OutofcoreNodeType * getCurrentOctreeNode() const
OutofcoreIteratorBase(OctreeDisk &octree_arg)
This code defines the octree used for point storage at Urban Robotics.
std::uint64_t getDepth() const
Get number of LODs, which is the height of the tree.
OutofcoreOctreeBaseNode< ContainerT, PointT > OutofcoreNodeType
OutofcoreNodeType * getRootNode()
OutofcoreOctreeBaseNode Class internally representing nodes of an outofcore octree,...
Defines all the PCL implemented PointT point type structures.