Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
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.

References depth_, key_, and node_.

Member Data Documentation

◆ depth_

◆ key_

◆ node_


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