|
Point Cloud Library (PCL)
1.6.0
|
Abstract octree branch class More...
#include <pcl/octree/octree_nodes.h>


Public Member Functions | |
| OctreeBranchNode () | |
| Empty constructor. More... | |
| OctreeBranchNode (const OctreeBranchNode &source) | |
| Empty constructor. More... | |
| OctreeBranchNode & | operator= (const OctreeBranchNode &source) |
| Copy operator. More... | |
| virtual OctreeBranchNode * | deepCopy () const |
| Octree deep copy method. More... | |
| virtual | ~OctreeBranchNode () |
| Empty deconstructor. More... | |
| void | reset () |
| OctreeNode *& | operator[] (unsigned char childIdx_arg) |
| Access operator. More... | |
| OctreeNode * | getChildPtr (unsigned char childIdx_arg) const |
| Get pointer to child. More... | |
| void | setChildPtr (OctreeNode *child, unsigned char index) |
| Get pointer to child. More... | |
| bool | hasChild (unsigned char childIdx_arg) const |
| Check if branch is pointing to a particular child node. More... | |
| virtual node_type_t | getNodeType () const |
| Get the type of octree node. More... | |
Abstract octree branch class
Definition at line 153 of file octree_nodes.h.
|
inline |
Empty constructor.
Definition at line 162 of file octree_nodes.h.
|
inline |
Empty constructor.
Definition at line 170 of file octree_nodes.h.
|
inlinevirtual |
Empty deconstructor.
Definition at line 205 of file octree_nodes.h.
|
inlinevirtual |
Octree deep copy method.
Implements pcl::octree::OctreeNode.
Definition at line 198 of file octree_nodes.h.
|
inline |
Get pointer to child.
| childIdx_arg,: | index to child node |
Definition at line 233 of file octree_nodes.h.
|
inlinevirtual |
Get the type of octree node.
Returns LEAVE_NODE type
Implements pcl::octree::OctreeNode.
Definition at line 260 of file octree_nodes.h.
|
inline |
Check if branch is pointing to a particular child node.
| childIdx_arg,: | index to child node |
Definition at line 253 of file octree_nodes.h.
|
inline |
Copy operator.
Definition at line 184 of file octree_nodes.h.
|
inline |
Access operator.
| childIdx_arg,: | index to child node |
Definition at line 222 of file octree_nodes.h.
|
inline |
Definition at line 211 of file octree_nodes.h.
|
inline |
1.8.4