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

Octree branch class. More...

#include <pcl/octree/octree_nodes.h>

Inheritance diagram for pcl::octree::OctreeBranch:
Inheritance graph
[legend]
Collaboration diagram for pcl::octree::OctreeBranch:
Collaboration graph
[legend]

List of all members.

Public Types

typedef const OctreeNodeoctree_node_ptr

Public Member Functions

 OctreeBranch ()
 Constructor for initializing child node pointer array.
 OctreeBranch (const OctreeBranch &source)
 Copy constructor.
virtual OctreeNodedeepCopy () const
 Octree deep copy function.
virtual ~OctreeBranch ()
 Empty deconstructor.
virtual node_type_t getNodeType () const
 Get the type of octree node.
const octree_node_ptroperator[] (size_t pos) const
 access operator.
octree_node_ptroperator[] (size_t pos)
 access operator.
void reset ()
 Reset child node pointer array.

Detailed Description

Octree branch class.

Note:
It stores 8 pointers to its child nodes.
Author:
Julius Kammerl (juliu.nosp@m.s@ka.nosp@m.mmerl.nosp@m..de)

Definition at line 341 of file octree_nodes.h.


Member Typedef Documentation

Definition at line 346 of file octree_nodes.h.


Constructor & Destructor Documentation

Constructor for initializing child node pointer array.

Definition at line 349 of file octree_nodes.h.

Copy constructor.

Definition at line 355 of file octree_nodes.h.

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

Empty deconstructor.

Definition at line 374 of file octree_nodes.h.


Member Function Documentation

virtual OctreeNode* pcl::octree::OctreeBranch::deepCopy ( ) const [inline, virtual]

Octree deep copy function.

Implements pcl::octree::OctreeNode.

Definition at line 368 of file octree_nodes.h.

virtual node_type_t pcl::octree::OctreeBranch::getNodeType ( ) const [inline, virtual]

Get the type of octree node.

Returns BRANCH_NODE type

Returns:
Returns BRANCH_NODE type.

Implements pcl::octree::OctreeNode.

Definition at line 380 of file octree_nodes.h.

const octree_node_ptr& pcl::octree::OctreeBranch::operator[] ( size_t  pos) const [inline]

access operator.

Returns:
const OctreeNode pointer

Definition at line 385 of file octree_nodes.h.

octree_node_ptr& pcl::octree::OctreeBranch::operator[] ( size_t  pos) [inline]

access operator.

Returns:
OctreeNode pointer

Definition at line 390 of file octree_nodes.h.

Reset child node pointer array.

Definition at line 393 of file octree_nodes.h.


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