Point Cloud Library (PCL)  1.5.1
 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

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 (juliu.nosp@m.s@ka.nosp@m.mmerl.nosp@m..de)

Definition at line 65 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::OctreeBranch, and pcl::octree::OctreeLeafAbstract< DataT >.


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