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
bool pcl::octree::OctreeBase::OctreeKey::operator== | ( | const OctreeKey & | b | ) | const [inline] |
Operator== for comparing octree keys with each other.
Definition at line 224 of file octree_base.h.
unsigned int pcl::octree::OctreeBase::OctreeKey::x |
Definition at line 230 of file octree_base.h.
unsigned int pcl::octree::OctreeBase::OctreeKey::y |
Definition at line 230 of file octree_base.h.
unsigned int pcl::octree::OctreeBase::OctreeKey::z |
Definition at line 230 of file octree_base.h.