|
Blender V4.3
|
#include <nanovdb.h>
Public Types | |
| using | ValueType = float |
| using | BuildType = FpN |
Public Member Functions | |
| ccl_device_inline_method float | getValue (uint32_t i) const ccl_global |
Public Attributes | |
| LeafFnBase< LOG2DIM > | base |
| using nanovdb::LeafData< FpN, LOG2DIM >::BuildType = FpN |
| using nanovdb::LeafData< FpN, LOG2DIM >::ValueType = float |
|
inline |
Definition at line 264 of file nanovdb.h.
References b, ccl_global, float, nanovdb::LeafFnBase< LOG2DIM >::mFlags, nanovdb::LeafFnBase< LOG2DIM >::mMinimum, and nanovdb::LeafFnBase< LOG2DIM >::mQuantum.
| LeafFnBase<LOG2DIM> nanovdb::LeafData< FpN, LOG2DIM >::base |