|
Blender V5.0
|
#include <nanovdb.h>
Public Types | |
| using | ValueType = typename RootT::ValueType |
| using | BuildType = typename RootT::BuildType |
Public Member Functions | |
| const ccl_device_inline_method ccl_global RootT & | root () const ccl_global |
Public Attributes | |
| int64_t | mNodeOffset [4] |
| uint32_t | mNodeCount [3] |
| uint32_t | mTileCount [3] |
| uint64_t | mVoxelCount |
Definition at line 84 of file kernel/util/nanovdb.h.
| using nanovdb::Tree< RootT >::BuildType = typename RootT::BuildType |
Definition at line 91 of file kernel/util/nanovdb.h.
| using nanovdb::Tree< RootT >::ValueType = typename RootT::ValueType |
Definition at line 90 of file kernel/util/nanovdb.h.
|
inline |
Definition at line 93 of file kernel/util/nanovdb.h.
| uint32_t nanovdb::Tree< RootT >::mNodeCount[3] |
Definition at line 86 of file kernel/util/nanovdb.h.
| int64_t nanovdb::Tree< RootT >::mNodeOffset[4] |
Definition at line 85 of file kernel/util/nanovdb.h.
| uint32_t nanovdb::Tree< RootT >::mTileCount[3] |
Definition at line 87 of file kernel/util/nanovdb.h.
| uint64_t nanovdb::Tree< RootT >::mVoxelCount |
Definition at line 88 of file kernel/util/nanovdb.h.