|
Blender V4.5
|
#include <nanovdb.h>
Public Member Functions | |
| ccl_device_inline_method bool | isOff (const uint32_t n) const ccl_global |
Public Attributes | |
| ccl_static_constexpr uint32_t | SIZE = 1U << (3 * LOG2DIM) |
| ccl_static_constexpr uint32_t | WORD_COUNT = SIZE >> 6 |
| uint64_t | mWords [WORD_COUNT] |
|
inline |
Definition at line 55 of file nanovdb.h.
References ccl_device_inline_method, ccl_global, and mWords.
| uint64_t nanovdb::Mask< LOG2DIM >::mWords[WORD_COUNT] |
| ccl_static_constexpr uint32_t nanovdb::Mask< LOG2DIM >::SIZE = 1U << (3 * LOG2DIM) |
| ccl_static_constexpr uint32_t nanovdb::Mask< LOG2DIM >::WORD_COUNT = SIZE >> 6 |