Point Cloud Library (PCL)
1.14.1-dev
|
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... | |
~OctreeLeafNode () override=default | |
Empty deconstructor. More... | |
OctreeLeafNode< ContainerT > * | deepCopy () const override |
Method to perform a deep copy of the octree. More... | |
node_type_t | getNodeType () const override |
Get the type of octree node. More... | |
const ContainerT * | operator-> () const |
Get const pointer to container. More... | |
ContainerT * | operator-> () |
Get pointer to container. More... | |
const ContainerT & | operator* () const |
Get const reference to container. More... | |
ContainerT & | operator* () |
Get reference to container. More... | |
const ContainerT & | getContainer () const |
Get const reference to container. More... | |
ContainerT & | getContainer () |
Get reference to container. More... | |
const ContainerT * | getContainerPtr () const |
Get const pointer to container. More... | |
ContainerT * | getContainerPtr () |
Get pointer to container. More... | |
Public Member Functions inherited from pcl::octree::OctreeNode | |
OctreeNode ()=default | |
virtual | ~OctreeNode ()=default |
Protected Attributes | |
ContainerT | container_ |
Abstract octree leaf class
Definition at line 81 of file octree_nodes.h.
|
inline |
Empty constructor.
Definition at line 84 of file octree_nodes.h.
|
inline |
Copy constructor.
Definition at line 87 of file octree_nodes.h.
|
overridedefault |
Empty deconstructor.
|
inlineoverridevirtual |
Method to perform a deep copy of the octree.
Implements pcl::octree::OctreeNode.
Definition at line 97 of file octree_nodes.h.
|
inline |
Get reference to container.
Definition at line 146 of file octree_nodes.h.
References pcl::octree::OctreeLeafNode< ContainerT >::container_.
|
inline |
Get const reference to container.
Definition at line 139 of file octree_nodes.h.
References pcl::octree::OctreeLeafNode< ContainerT >::container_.
Referenced by pcl::octree::Octree2BufBase< LeafContainerT, BranchContainerT >::createLeafRecursive(), and pcl::octree::OctreePointCloudVoxelCentroid< PointT, LeafContainerT, BranchContainerT >::getVoxelCentroidsRecursive().
|
inline |
Get pointer to container.
Definition at line 160 of file octree_nodes.h.
References pcl::octree::OctreeLeafNode< ContainerT >::container_.
|
inline |
Get const pointer to container.
Definition at line 153 of file octree_nodes.h.
References pcl::octree::OctreeLeafNode< ContainerT >::container_.
Referenced by pcl::octree::Octree2BufBase< LeafContainerT, BranchContainerT >::createLeaf(), pcl::octree::OctreeBase< LeafContainerT, BranchContainerT >::createLeaf(), and pcl::octree::Octree2BufBase< LeafContainerT, BranchContainerT >::findLeafRecursive().
|
inlineoverridevirtual |
Get the type of octree node.
Returns LEAVE_NODE type
Implements pcl::octree::OctreeNode.
Definition at line 104 of file octree_nodes.h.
References pcl::octree::LEAF_NODE.
|
inline |
Get reference to container.
Definition at line 132 of file octree_nodes.h.
References pcl::octree::OctreeLeafNode< ContainerT >::container_.
|
inline |
Get const reference to container.
Definition at line 125 of file octree_nodes.h.
References pcl::octree::OctreeLeafNode< ContainerT >::container_.
|
inline |
Get pointer to container.
Definition at line 118 of file octree_nodes.h.
References pcl::octree::OctreeLeafNode< ContainerT >::container_.
|
inline |
Get const pointer to container.
Definition at line 111 of file octree_nodes.h.
References pcl::octree::OctreeLeafNode< ContainerT >::container_.
|
protected |