Point Cloud Library (PCL)  1.3.1
Public Member Functions | Public Attributes
pcl::octree::OctreeLowMemBase::OctreeKey Class Reference

Octree key class More...

List of all members.

Public Member Functions

bool operator== (const OctreeKey &b) const
 Operator== for comparing octree keys with each other.

Public Attributes

unsigned int x
unsigned int y
unsigned int z

Detailed Description

Octree key class

Note:
Octree keys contain integer indices for each coordinate axis in order to address an octree leaf node.
Author:
Julius Kammerl (julius@kammerl.de)

Member Function Documentation

bool pcl::octree::OctreeLowMemBase::OctreeKey::operator== ( const OctreeKey b) const [inline]

Operator== for comparing octree keys with each other.

Returns:
"true" if leaf node indices are identical; "false" otherwise.

Definition at line 236 of file octree_lowmemory_base.h.


Member Data Documentation

Definition at line 242 of file octree_lowmemory_base.h.

Definition at line 243 of file octree_lowmemory_base.h.

Definition at line 244 of file octree_lowmemory_base.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines