Abstract Class for visitors, this needs to be extended for other tree nodes when necessary return false from handle() to abort traversal.
More...
#include <SurgSim/DataStructures/TreeVisitor.h>
Abstract Class for visitors, this needs to be extended for other tree nodes when necessary return false from handle() to abort traversal.
◆ ~TreeVisitor()
virtual SurgSim::DataStructures::TreeVisitor::~TreeVisitor |
( |
| ) |
|
|
inlinevirtual |
◆ handle() [1/2]
virtual bool SurgSim::DataStructures::TreeVisitor::handle |
( |
TreeNode * |
node | ) |
|
|
pure virtual |
◆ handle() [2/2]
virtual bool SurgSim::DataStructures::TreeVisitor::handle |
( |
AabbTreeNode * |
node | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: