HDK
|
This is the complete list of members for UT::BVH< N >, including all inherited members.
BVH() noexcept | UT::BVH< N > | inline |
clear() noexcept | UT::BVH< N > | inline |
createTrivialIndices(SRC_INT_TYPE *indices, const INT_TYPE n) noexcept | UT::BVH< N > | static |
debugDump() const | UT::BVH< N > | |
getMaxDepth() const noexcept | UT::BVH< N > | |
getNodes() const noexcept | UT::BVH< N > | inline |
getNumNodes() const noexcept | UT::BVH< N > | inline |
getPureInternalDepth() const noexcept | UT::BVH< N > | |
init(const BOX_TYPE *boxes, const INT_TYPE nboxes, SRC_INT_TYPE *indices=nullptr, bool reorder_indices=false, INT_TYPE max_items_per_leaf=1) noexcept | UT::BVH< N > | |
init(Box< T, NAXES > axes_minmax, const BOX_TYPE *boxes, INT_TYPE nboxes, SRC_INT_TYPE *indices=nullptr, bool reorder_indices=false, INT_TYPE max_items_per_leaf=1) noexcept | UT::BVH< N > | |
INT_TYPE typedef | UT::BVH< N > | |
traverse(FUNCTORS &functors, LOCAL_DATA *data_for_parent=nullptr) const noexcept | UT::BVH< N > | |
traverseParallel(INT_TYPE parallel_threshold, FUNCTORS &functors, LOCAL_DATA *data_for_parent=nullptr) const noexcept | UT::BVH< N > | |
traverseVector(FUNCTORS &functors, LOCAL_DATA *data_for_parent=nullptr) const noexcept | UT::BVH< N > |