#include <GtpVisibilityPreprocessor/include/KdTree.h>
Collaboration diagram for GtpVisibilityPreprocessor::KdTree:
Public Member Functions | |
virtual void | InsertOccluder (Mesh *occluder) |
virtual void | InsertOccludee (Mesh *occludee) |
virtual void | InsertViewCell (ViewCell *viewCell) |
virtual bool | Subdivide (KdNode *subtree) |
KdNode * | GetRoot () const |
Protected Attributes | |
KdNode * | mRoot |
root of the tree | |
AxisAlignedBox3 | mBox |
bounding box of the tree root |