|
Blender V5.0
|
#include <bvh2.h>
Public Member Functions | |
| BVHStackEntry (const BVHNode *n=nullptr, const int i=0) | |
| int | encodeIdx () const |
Public Attributes | |
| const BVHNode * | node |
| int | idx |
| CCL_NAMESPACE_BEGIN BVHStackEntry::BVHStackEntry | ( | const BVHNode * | n = nullptr, |
| const int | i = 0 ) |
| int BVHStackEntry::encodeIdx | ( | ) | const |
Definition at line 27 of file bvh2.cpp.
Referenced by BVH2::pack_aligned_inner(), and BVH2::pack_unaligned_inner().
| int BVHStackEntry::idx |
Definition at line 28 of file bvh2.h.
Referenced by BVHStackEntry(), and encodeIdx().
| const BVHNode* BVHStackEntry::node |
Definition at line 27 of file bvh2.h.
Referenced by BVHStackEntry(), encodeIdx(), BVH2::pack_aligned_inner(), BVH2::pack_inner(), and BVH2::pack_unaligned_inner().