Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
pcl::octree::OctreeNode Class Referenceabstract

Abstract octree node class More...

#include <pcl/octree/octree_nodes.h>

Inheritance diagram for pcl::octree::OctreeNode:
Inheritance graph
[legend]

Public Member Functions

 OctreeNode ()
 
virtual ~OctreeNode ()
 
virtual node_type_t getNodeType () const =0
 Pure virtual method for receiving the type of octree node (branch or leaf) More...
 
virtual OctreeNodedeepCopy () const =0
 Pure virtual method to perform a deep copy of the octree. More...
 

Detailed Description

Abstract octree node class

Note
Every octree node should implement the getNodeType () method
Author
Julius Kammerl (juliu.nosp@m.s@ka.nosp@m.mmerl.nosp@m..de)

Definition at line 68 of file octree_nodes.h.

Constructor & Destructor Documentation

pcl::octree::OctreeNode::OctreeNode ( )
inline

Definition at line 72 of file octree_nodes.h.

virtual pcl::octree::OctreeNode::~OctreeNode ( )
inlinevirtual

Definition at line 77 of file octree_nodes.h.

Member Function Documentation

virtual OctreeNode* pcl::octree::OctreeNode::deepCopy ( ) const
pure virtual
virtual node_type_t pcl::octree::OctreeNode::getNodeType ( ) const
pure virtual

Pure virtual method for receiving the type of octree node (branch or leaf)

Implemented in pcl::octree::OctreeBranchNode< ContainerT >, pcl::octree::BufferedBranchNode< ContainerT >, and pcl::octree::OctreeLeafNode< ContainerT >.


The documentation for this class was generated from the following file: