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::OctreeBranchWithState Class Reference

#include <pcl/octree/octree_base_state.h>

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

List of all members.

Public Types

typedef const OctreeNodeoctree_node_ptr

Public Member Functions

 OctreeBranchWithState ()
 OctreeBranchWithState (const OctreeBranchWithState &source)
 Copy constructor.
void setState (const int &state)
int getState () const
virtual OctreeNodedeepCopy () const
 Octree deep copy function.
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

Definition at line 47 of file octree_base_state.h.


Member Typedef Documentation

Definition at line 346 of file octree_nodes.h.


Constructor & Destructor Documentation

Definition at line 50 of file octree_base_state.h.

Copy constructor.

Definition at line 52 of file octree_base_state.h.


Member Function Documentation

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

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, inherited]

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.

Definition at line 58 of file octree_base_state.h.

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

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, inherited]

access operator.

Returns:
OctreeNode pointer

Definition at line 390 of file octree_nodes.h.

void pcl::octree::OctreeBranch::reset ( ) [inline, inherited]

Reset child node pointer array.

Definition at line 393 of file octree_nodes.h.

void pcl::octree::OctreeBranchWithState::setState ( const int &  state) [inline]

Definition at line 56 of file octree_base_state.h.


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