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


Public Member Functions | |
| OctreeLeafNode () | |
| Empty constructor. More... | |
| OctreeLeafNode (const OctreeLeafNode &source) | |
| Copy constructor. More... | |
| virtual | ~OctreeLeafNode () |
| Empty deconstructor. More... | |
| virtual OctreeLeafNode < ContainerT > * | deepCopy () const |
| Method to perform a deep copy of the octree. More... | |
| virtual node_type_t | getNodeType () const |
| Get the type of octree node. More... | |
| void | reset () |
| Reset node. More... | |
Abstract octree leaf class
Definition at line 97 of file octree_nodes.h.
|
inline |
Empty constructor.
Definition at line 106 of file octree_nodes.h.
|
inline |
Copy constructor.
Definition at line 112 of file octree_nodes.h.
|
inlinevirtual |
Empty deconstructor.
Definition at line 119 of file octree_nodes.h.
|
inlinevirtual |
Method to perform a deep copy of the octree.
Implements pcl::octree::OctreeNode.
Definition at line 125 of file octree_nodes.h.
|
inlinevirtual |
Get the type of octree node.
Returns LEAVE_NODE type
Implements pcl::octree::OctreeNode.
Definition at line 132 of file octree_nodes.h.
|
inline |
Reset node.
Definition at line 140 of file octree_nodes.h.
1.8.4