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::OctreeLowMemBase::OctreeKey::operator== | ( | const OctreeKey & | b | ) | const [inline] |
Operator== for comparing octree keys with each other.
Definition at line 236 of file octree_lowmemory_base.h.
unsigned int pcl::octree::OctreeLowMemBase::OctreeKey::x |
Definition at line 242 of file octree_lowmemory_base.h.
unsigned int pcl::octree::OctreeLowMemBase::OctreeKey::y |
Definition at line 243 of file octree_lowmemory_base.h.
unsigned int pcl::octree::OctreeLowMemBase::OctreeKey::z |
Definition at line 244 of file octree_lowmemory_base.h.