|
Point Cloud Library (PCL)
1.6.0
|
#include <pcl/octree/octree2buf_base.h>


Public Member Functions | |
| BufferedBranchNode () | |
| Empty constructor. More... | |
| BufferedBranchNode (const BufferedBranchNode &source) | |
| Copy constructor. More... | |
| BufferedBranchNode & | operator= (const BufferedBranchNode &source_arg) |
| Copy operator. More... | |
| virtual | ~BufferedBranchNode () |
| Empty constructor. More... | |
| virtual BufferedBranchNode * | deepCopy () const |
| Method to perform a deep copy of the octree. More... | |
| OctreeNode * | getChildPtr (unsigned char buffer_arg, unsigned char index_arg) const |
| Get child pointer in current branch node. More... | |
| void | setChildPtr (unsigned char buffer_arg, unsigned char index_arg, OctreeNode *newNode_arg) |
| Set child pointer in current branch node. More... | |
| bool | hasChild (unsigned char buffer_arg, unsigned char index_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... | |
| void | reset () |
| Reset branch node container for every branch buffer. More... | |
Definition at line 59 of file octree2buf_base.h.
|
inline |
Empty constructor.
Definition at line 67 of file octree2buf_base.h.
|
inline |
Copy constructor.
Definition at line 73 of file octree2buf_base.h.
|
inlinevirtual |
Empty constructor.
Definition at line 97 of file octree2buf_base.h.
|
inlinevirtual |
Method to perform a deep copy of the octree.
Implements pcl::octree::OctreeNode.
Definition at line 103 of file octree2buf_base.h.
|
inline |
Get child pointer in current branch node.
| buffer_arg,: | buffer selector |
| index_arg,: | index of child in node |
Definition at line 114 of file octree2buf_base.h.
|
inlinevirtual |
Get the type of octree node.
Returns LEAVE_NODE type
Implements pcl::octree::OctreeNode.
Definition at line 144 of file octree2buf_base.h.
|
inline |
Check if branch is pointing to a particular child node.
| buffer_arg,: | buffer selector |
| index_arg,: | index of child in node |
Definition at line 137 of file octree2buf_base.h.
|
inline |
Copy operator.
Definition at line 80 of file octree2buf_base.h.
|
inline |
Reset branch node container for every branch buffer.
Definition at line 150 of file octree2buf_base.h.
|
inline |
Set child pointer in current branch node.
| buffer_arg,: | buffer selector |
| index_arg,: | index of child in node |
| newNode_arg,: | pointer to new child node |
Definition at line 125 of file octree2buf_base.h.
1.8.4