Point Cloud Library (PCL)
1.3.1
|
Abstract octree node class More...
#include <pcl/octree/octree_nodes.h>
Public Member Functions | |
virtual node_type_t | getNodeType () const =0 |
Pure virtual method for receiving the type of octree node (branch or leaf) |
Abstract octree node class
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::Octree2BufBase::OctreeBranch, pcl::octree::OctreeLowMemBase::OctreeBranch, pcl::octree::OctreeBase::OctreeBranch, and pcl::octree::OctreeLeafAbstract.