|
Blender V4.5
|
#include <nanovdb.h>
Public Types | |
| using | ValueType = float |
| using | BuildType = Fp16 |
Public Member Functions | |
| ccl_device_inline_method float | getValue (const uint32_t i) const ccl_global |
Public Attributes | |
| LeafFnBase< LOG2DIM > | base |
| uint16_t | mCode [1u<< 3 *LOG2DIM] |
| Coord | mBBoxMin |
| uint8_t | mBBoxDif [3] |
| uint8_t | mFlags |
| Mask< LOG2DIM > | mValueMask |
| ValueType | mMinimum |
| ValueType | mMaximum |
| float | mAverage |
| float | mStdDevi |
| ValueType | mValues [1u<< 3 *LOG2DIM] |
| using nanovdb::LeafData< Fp16, LOG2DIM >::BuildType = Fp16 |
| using nanovdb::LeafData< Fp16, LOG2DIM >::ValueType = float |
|
inline |
Definition at line 256 of file nanovdb.h.
References base, ccl_device_inline_method, ccl_global, i, and mCode.
| LeafFnBase<LOG2DIM> nanovdb::LeafData< Fp16, LOG2DIM >::base |
Definition at line 253 of file nanovdb.h.
Referenced by getValue().
| float nanovdb::LeafData< Fp16, LOG2DIM >::mAverage |
| uint8_t nanovdb::LeafData< Fp16, LOG2DIM >::mBBoxDif[3] |
| Coord nanovdb::LeafData< Fp16, LOG2DIM >::mBBoxMin |
| uint16_t nanovdb::LeafData< Fp16, LOG2DIM >::mCode[1u<< 3 *LOG2DIM] |
Definition at line 254 of file nanovdb.h.
Referenced by getValue().
| uint8_t nanovdb::LeafData< Fp16, LOG2DIM >::mFlags |
| ValueType nanovdb::LeafData< Fp16, LOG2DIM >::mMaximum |
| ValueType nanovdb::LeafData< Fp16, LOG2DIM >::mMinimum |
| float nanovdb::LeafData< Fp16, LOG2DIM >::mStdDevi |
| Mask<LOG2DIM> nanovdb::LeafData< Fp16, LOG2DIM >::mValueMask |
| ValueType nanovdb::LeafData< Fp16, LOG2DIM >::mValues[1u<< 3 *LOG2DIM] |