|
Point Cloud Library (PCL)
1.5.1
|
#include <pcl/octree/octree_base_state.h>


Public Types | |
| typedef const OctreeNode * | octree_node_ptr |
Public Member Functions | |
| OctreeBranchWithState () | |
| OctreeBranchWithState (const OctreeBranchWithState &source) | |
| Copy constructor. | |
| void | setState (const int &state) |
| int | getState () const |
| virtual OctreeNode * | deepCopy () const |
| Octree deep copy function. | |
| virtual node_type_t | getNodeType () const |
| Get the type of octree node. | |
| const octree_node_ptr & | operator[] (size_t pos) const |
| access operator. | |
| octree_node_ptr & | operator[] (size_t pos) |
| access operator. | |
| void | reset () |
| Reset child node pointer array. | |
Definition at line 47 of file octree_base_state.h.
typedef const OctreeNode* pcl::octree::OctreeBranch::octree_node_ptr [inherited] |
Definition at line 346 of file octree_nodes.h.
Definition at line 50 of file octree_base_state.h.
| pcl::octree::OctreeBranchWithState::OctreeBranchWithState | ( | const OctreeBranchWithState & | source | ) | [inline] |
Copy constructor.
Definition at line 52 of file octree_base_state.h.
| 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
Implements pcl::octree::OctreeNode.
Definition at line 380 of file octree_nodes.h.
| int pcl::octree::OctreeBranchWithState::getState | ( | ) | const [inline] |
Definition at line 58 of file octree_base_state.h.
| const octree_node_ptr& pcl::octree::OctreeBranch::operator[] | ( | size_t | pos | ) | const [inline, inherited] |
| octree_node_ptr& pcl::octree::OctreeBranch::operator[] | ( | size_t | pos | ) | [inline, inherited] |
| 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.
1.8.0