Point Cloud Library (PCL)
1.3.1
|
Octree branch class. More...
Public Member Functions | |
OctreeBranch () | |
Constructor for initializing child node pointer array. | |
void | reset () |
Reset Octree Branch. | |
virtual | ~OctreeBranch () |
Empty deconstructor. | |
virtual node_type_t | getNodeType () const |
Get the type of octree node. | |
Friends | |
class | OctreeLowMemBase |
Octree branch class.
pcl::octree::OctreeLowMemBase::OctreeBranch::OctreeBranch | ( | ) | [inline] |
Constructor for initializing child node pointer array.
Definition at line 261 of file octree_lowmemory_base.h.
virtual pcl::octree::OctreeLowMemBase::OctreeBranch::~OctreeBranch | ( | ) | [inline, virtual] |
Empty deconstructor.
Definition at line 282 of file octree_lowmemory_base.h.
virtual node_type_t pcl::octree::OctreeLowMemBase::OctreeBranch::getNodeType | ( | ) | const [inline, virtual] |
Get the type of octree node.
Returns BRANCH_NODE type
Implements pcl::octree::OctreeNode.
Definition at line 290 of file octree_lowmemory_base.h.
void pcl::octree::OctreeLowMemBase::OctreeBranch::reset | ( | ) | [inline] |
Reset Octree Branch.
Definition at line 270 of file octree_lowmemory_base.h.
friend class OctreeLowMemBase [friend] |
Definition at line 256 of file octree_lowmemory_base.h.