Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
pcl::octree::OctreeNode Class Reference

Abstract octree node class More...

#include <pcl/octree/octree_nodes.h>

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

List of all members.

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)
virtual OctreeNodedeepCopy () const =0
 Pure virtual method to perform a deep copy of the octree.

Detailed Description

Abstract octree node class

Note:
Every octree node should implement the getNodeType () method
Author:
Julius Kammerl (julius@kammerl.de)

Definition at line 68 of file octree_nodes.h.


Constructor & Destructor Documentation

Definition at line 72 of file octree_nodes.h.

virtual pcl::octree::OctreeNode::~OctreeNode ( ) [inline, virtual]

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines