ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
GetLeavesVisitor Class Reference

Recursive visitor for TrueKdTree::getLeaves. More...

Public Member Functions

 GetLeavesVisitor (TrueKdTree::LeafVector &leaves)
 
void visit (TrueKdTree::BaseNode *node)
 

Protected Attributes

TrueKdTree::LeafVectorm_leaves
 

Detailed Description

Recursive visitor for TrueKdTree::getLeaves.

Definition at line 299 of file TrueKdTree.cpp.

Constructor & Destructor Documentation

◆ GetLeavesVisitor()

GetLeavesVisitor::GetLeavesVisitor ( TrueKdTree::LeafVector leaves)
inlineexplicit

Definition at line 301 of file TrueKdTree.cpp.

Member Function Documentation

◆ visit()

void GetLeavesVisitor::visit ( TrueKdTree::BaseNode node)
inline

Member Data Documentation

◆ m_leaves

TrueKdTree::LeafVector* GetLeavesVisitor::m_leaves
protected

Definition at line 318 of file TrueKdTree.cpp.


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