Point Cloud Library (PCL)
1.3.1
|
Octree branch class. More...
Public Member Functions | |
OctreeBranch () | |
Constructor for initializing child node pointer array. | |
virtual | ~OctreeBranch () |
Empty deconstructor. | |
virtual node_type_t | getNodeType () const |
Get the type of octree node. | |
Friends | |
class | OctreeBase |
Octree branch class.
pcl::octree::OctreeBase::OctreeBranch::OctreeBranch | ( | ) | [inline] |
Constructor for initializing child node pointer array.
Definition at line 247 of file octree_base.h.
virtual pcl::octree::OctreeBase::OctreeBranch::~OctreeBranch | ( | ) | [inline, virtual] |
Empty deconstructor.
Definition at line 254 of file octree_base.h.
virtual node_type_t pcl::octree::OctreeBase::OctreeBranch::getNodeType | ( | ) | const [inline, virtual] |
Get the type of octree node.
Returns BRANCH_NODE type
Implements pcl::octree::OctreeNode.
Definition at line 262 of file octree_base.h.
friend class OctreeBase [friend] |
Definition at line 242 of file octree_base.h.