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

Tree leaf. More...

#include <TrueKdTree.h>

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

Public Member Functions

 Leaf (ReferenceCloud *set, const PointCoordinateType planeEquation[], ScalarType _error)
 Constructor. More...
 
- Public Member Functions inherited from CCCoreLib::TrueKdTree::BaseNode
 BaseNode (uint8_t nodeType)
 
bool isNode () const
 
bool isLeaf () const
 

Public Attributes

ReferenceCloudpoints
 
PointCoordinateType planeEq [4]
 
ScalarType error
 
int userData
 
- Public Attributes inherited from CCCoreLib::TrueKdTree::BaseNode
BaseNodeparent
 

Additional Inherited Members

- Protected Attributes inherited from CCCoreLib::TrueKdTree::BaseNode
const uint8_t type
 

Detailed Description

Tree leaf.

Constructor & Destructor Documentation

◆ Leaf()

CCCoreLib::TrueKdTree::Leaf::Leaf ( ReferenceCloud set,
const PointCoordinateType  planeEquation[],
ScalarType  _error 
)
inline

Constructor.

The Leaf class takes ownership of its associated subset


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