buildTree(const PrimitiveList &list, const Box &bbox) | KDTree | [virtual] |
intersect(Ray &ray) const | KDTree | [virtual] |
intersect(const Node *node, Ray &ray, float min, float max) const | KDTree | [protected, virtual] |
KDTree(unsigned int min_primitives, unsigned int max_depth) | KDTree | [inline] |
maxDepth() const | KDTree | [inline] |
mBoundingBox | KDTree | [protected] |
minPrimitives() const | KDTree | [inline] |
mMaxDepth | KDTree | [protected] |
mMinPrimitives | KDTree | [protected] |
mRootNode | KDTree | [protected] |
PrimitiveList typedef | KDTree | |
setConstraints(unsigned int min_primitives, unsigned int max_depth) | KDTree | [inline] |
terminate(const Node *current, float dummy, unsigned int depth) const | KDTree | [protected, virtual] |
~KDTree() | KDTree | [virtual] |