#include <nanovdb/NanoVDB.h>
◆ ArrayType
◆ BaseT
◆ BuildType
◆ FloatType
◆ ValueType
◆ LeafData() [1/2]
This class cannot be constructed or deleted.
◆ LeafData() [2/2]
◆ ~LeafData()
◆ bitWidth()
static constexpr uint8_t bitWidth |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ getAvg()
return the quantized average of the active values in this node
◆ getDev()
return the quantized standard deviation of the active values in this node
- Note
- 0 <= StdDev <= max-min or 0 <= StdDev/(max-min) <= 1
◆ getMax()
return the quantized maximum of the active values in this node
◆ getMin()
return the quantized minimum of the active values in this node
◆ getValue()
float getValue |
( |
uint32_t |
i | ) |
const |
|
inline |
◆ init()
void init |
( |
float |
min, |
|
|
float |
max, |
|
|
uint8_t |
bitWidth |
|
) |
| |
|
inlineinherited |
◆ memUsage()
static constexpr int64_t memUsage |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ operator=()
◆ padding()
static constexpr uint32_t padding |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ setAvg()
- Note
- min <= avg <= max or 0 <= (avg-min)/(min-max) <= 1
◆ setDev()
- Note
- 0 <= StdDev <= max-min or 0 <= StdDev/(max-min) <= 1
◆ setMax()
- Note
- min <= X <= max or 0 <= (X-min)/(min-max) <= 1
◆ setMin()
- Note
- min <= X <= max or 0 <= (X-min)/(min-max) <= 1
◆ setOrigin()
void setOrigin |
( |
const T & |
ijk | ) |
|
|
inlineinherited |
◆ FIXED_SIZE
constexpr bool FIXED_SIZE = true |
|
staticconstexpr |
◆ mAvg
◆ mBBoxDif
◆ mBBoxMin
◆ mCode
uint8_t mCode[1u<< 3 *LOG2DIM] |
◆ mDev
◆ mFlags
◆ mMax
◆ mMin
◆ mMinimum
◆ mQuantum
◆ mValueMask
MaskT<LOG2DIM> mValueMask |
|
inherited |