CCCoreLib 31 May 2022
CloudCompare Core algorithms
Public Attributes | List of all members
CCCoreLib::TrueKdTree::Node Class Reference

Tree node. More...

#include <TrueKdTree.h>

Inheritance diagram for CCCoreLib::TrueKdTree::Node:
Inheritance graph
[legend]
Collaboration diagram for CCCoreLib::TrueKdTree::Node:
Collaboration graph
[legend]

Public Attributes

PointCoordinateType splitValue
 
BaseNodeleftChild
 
BaseNoderightChild
 
uint8_t splitDim
 
- Public Attributes inherited from CCCoreLib::TrueKdTree::BaseNode
BaseNodeparent
 

Additional Inherited Members

- Public Member Functions inherited from CCCoreLib::TrueKdTree::BaseNode
 BaseNode (uint8_t nodeType)
 
bool isNode () const
 
bool isLeaf () const
 
- Protected Attributes inherited from CCCoreLib::TrueKdTree::BaseNode
const uint8_t type
 

Detailed Description

Tree node.


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