|
Blender V4.3
|
#include <nanovdb.h>
Public Member Functions | |
| ccl_device_inline_method bool | isOff (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 47 of file nanovdb.h.
References nanovdb::Mask< LOG2DIM >::mWords.
| uint64_t nanovdb::Mask< LOG2DIM >::mWords[WORD_COUNT] |
Definition at line 45 of file nanovdb.h.
Referenced by nanovdb::Mask< LOG2DIM >::isOff().
| ccl_static_constexpr uint32_t nanovdb::Mask< LOG2DIM >::SIZE = 1U << (3 * LOG2DIM) |
| ccl_static_constexpr uint32_t nanovdb::Mask< LOG2DIM >::WORD_COUNT = SIZE >> 6 |