Point Cloud Library (PCL)
1.3.1
|
Octree key class More...
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 |
Octree key class
Octree keys contain integer indices for each coordinate axis in order to address an octree leaf node.
bool pcl::octree::Octree2BufBase::OctreeKey::operator== | ( | const OctreeKey & | b | ) | const [inline] |
Operator== for comparing octree keys with each other.
Definition at line 262 of file octree2buf_base.h.
unsigned int pcl::octree::Octree2BufBase::OctreeKey::x |
Definition at line 268 of file octree2buf_base.h.
unsigned int pcl::octree::Octree2BufBase::OctreeKey::y |
Definition at line 268 of file octree2buf_base.h.
unsigned int pcl::octree::Octree2BufBase::OctreeKey::z |
Definition at line 268 of file octree2buf_base.h.