|
Point Cloud Library (PCL)
1.4.0
|
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
Definition at line 63 of file octree_nodes.h.
| 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::OctreeLeafAbstract< DataT >.
1.7.6.1