W3cubDocs

/PointCloudLibrary

#include <pcl/octree/octree_iterator.h>

Public Member Functions

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

Public Attributes

OctreeNode * node_ {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_

key_

node_


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

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/structpcl_1_1octree_1_1_iterator_state.html