Abstract octree leaf class More...
#include <octree_nodes.h>

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