|
Blender V4.3
|
#include <nanovdb.h>
Public Types | |
| using | ValueType = typename RootT::ValueType |
| using | BuildType = typename RootT::BuildType |
Public Member Functions | |
| ccl_device_inline_method ccl_global const RootT & | root () const ccl_global |
Public Attributes | |
| int64_t | mNodeOffset [4] |
| uint32_t | mNodeCount [3] |
| uint32_t | mTileCount [3] |
| uint64_t | mVoxelCount |
| using nanovdb::Tree< RootT >::BuildType = typename RootT::BuildType |
| using nanovdb::Tree< RootT >::ValueType = typename RootT::ValueType |
|
inline |
Definition at line 92 of file nanovdb.h.
References ccl_global.
| uint32_t nanovdb::Tree< RootT >::mNodeCount[3] |
| int64_t nanovdb::Tree< RootT >::mNodeOffset[4] |
| uint32_t nanovdb::Tree< RootT >::mTileCount[3] |
| uint64_t nanovdb::Tree< RootT >::mVoxelCount |