![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Tree base node. More...
#include <TrueKdTree.h>


Public Member Functions | |
| BaseNode (uint8_t nodeType) | |
| virtual | ~BaseNode ()=default |
| bool | isNode () const |
| bool | isLeaf () const |
Public Attributes | |
| BaseNode * | parent |
Protected Attributes | |
| const uint8_t | type |
Tree base node.
Definition at line 33 of file TrueKdTree.h.
|
inlineexplicit |
Definition at line 35 of file TrueKdTree.h.
|
virtualdefault |
|
inline |
Definition at line 39 of file TrueKdTree.h.
References type.
Referenced by cloudViewer::TrueKdTree::split().
|
inline |
Definition at line 38 of file TrueKdTree.h.
References type.
Referenced by GetLeavesVisitor::visit().
| BaseNode* cloudViewer::TrueKdTree::BaseNode::parent |
Definition at line 44 of file TrueKdTree.h.
Referenced by cloudViewer::TrueKdTree::split().
|
protected |
Definition at line 47 of file TrueKdTree.h.