HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HDK_Sample::UT::BVH< N > Member List

This is the complete list of members for HDK_Sample::UT::BVH< N >, including all inherited members.

BVH() noexceptHDK_Sample::UT::BVH< N >inline
clear() noexceptHDK_Sample::UT::BVH< N >inline
createTrivialIndices(SRC_INT_TYPE *indices, const INT_TYPE n) noexceptHDK_Sample::UT::BVH< N >static
debugDump() const HDK_Sample::UT::BVH< N >
getNodes() const noexceptHDK_Sample::UT::BVH< N >inline
getNumNodes() const noexceptHDK_Sample::UT::BVH< N >inline
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) noexceptHDK_Sample::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) noexceptHDK_Sample::UT::BVH< N >
INT_TYPE typedefHDK_Sample::UT::BVH< N >
traverse(FUNCTORS &functors, LOCAL_DATA *data_for_parent=nullptr) const noexceptHDK_Sample::UT::BVH< N >
traverseParallel(INT_TYPE parallel_threshold, FUNCTORS &functors, LOCAL_DATA *data_for_parent=nullptr) const noexceptHDK_Sample::UT::BVH< N >
traverseVector(FUNCTORS &functors, LOCAL_DATA *data_for_parent=nullptr) const noexceptHDK_Sample::UT::BVH< N >