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

Recursive visitor for ccKdTree::drawMeOnly. More...

Collaboration diagram for DrawMeOnlyVisitor:

Public Member Functions

 DrawMeOnlyVisitor (const ccBBox &box)
 
void visit (CC_DRAW_CONTEXT &context, ccKdTree::BaseNode *node)
 

Protected Attributes

ccBBox m_drawCellBBox
 
unsigned int m_count
 

Detailed Description

Recursive visitor for ccKdTree::drawMeOnly.

Definition at line 77 of file ecvKdTree.cpp.

Constructor & Destructor Documentation

◆ DrawMeOnlyVisitor()

DrawMeOnlyVisitor::DrawMeOnlyVisitor ( const ccBBox box)
inline

Definition at line 79 of file ecvKdTree.cpp.

Member Function Documentation

◆ visit()

Member Data Documentation

◆ m_count

unsigned int DrawMeOnlyVisitor::m_count
protected

Definition at line 124 of file ecvKdTree.cpp.

Referenced by visit().

◆ m_drawCellBBox

ccBBox DrawMeOnlyVisitor::m_drawCellBBox
protected

Definition at line 123 of file ecvKdTree.cpp.

Referenced by visit().


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