Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Member Functions | Public Attributes
pcl::octree::IteratorState Struct Reference

#include <pcl/octree/octree_iterator.h>

+ Collaboration diagram for pcl::octree::IteratorState:

Public Member Functions

 IteratorState ()=default
 
 IteratorState (OctreeNode *node, const OctreeKey &key, uindex_t depth)
 

Public Attributes

OctreeNodenode_ {nullptr}
 
OctreeKey key_ {}
 
uindex_t depth_ {0}
 

Detailed Description

Definition at line 59 of file octree_iterator.h.

Constructor & Destructor Documentation

◆ IteratorState() [1/2]

pcl::octree::IteratorState::IteratorState ( )
default

◆ IteratorState() [2/2]

pcl::octree::IteratorState::IteratorState ( OctreeNode node,
const OctreeKey key,
uindex_t  depth 
)
inline

Definition at line 64 of file octree_iterator.h.

Member Data Documentation

◆ depth_

uindex_t pcl::octree::IteratorState::depth_ {0}

◆ key_

OctreeKey pcl::octree::IteratorState::key_ {}

◆ node_

OctreeNode* pcl::octree::IteratorState::node_ {nullptr}

The documentation for this struct was generated from the following file: