16 #ifndef SURGSIM_DATASTRUCTURES_TREEVISITOR_H 17 #define SURGSIM_DATASTRUCTURES_TREEVISITOR_H 23 namespace DataStructures
Definition: CompoundShapeToGraphics.cpp:29
Abstract Class for visitors, this needs to be extended for other tree nodes when necessary return fal...
Definition: TreeVisitor.h:31
Basic tree node structure.
Definition: TreeNode.h:36
virtual ~TreeVisitor()
Destructor.
Definition: TreeVisitor.h:36
virtual bool handle(AabbTreeNode *node)
Handle AabbTreeNode basic type, default body, override for specific work.
Definition: TreeVisitor.h:50
virtual bool handle(TreeNode *node)=0
Handle TreeNode basic type.
Node class for the AabbTree, this handles groups of items and subdivision if the number of items gets...
Definition: AabbTreeNode.h:30