#include <nanovdb/NanoVDB.h>
◆ BaseT
◆ BuildType
◆ FloatType
◆ ValueType
◆ LeafData() [1/2]
This class cannot be constructed or deleted.
◆ LeafData() [2/2]
◆ ~LeafData()
◆ bitWidth()
◆ 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()
◆ init()
◆ memUsage() [1/3]
◆ memUsage() [2/3]
◆ memUsage() [3/3]
◆ operator=()
◆ padding()
◆ 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()
◆ FIXED_SIZE
◆ mAvg
◆ mBBoxDif
◆ mBBoxMin
◆ mDev
◆ mFlags
◆ mMax
◆ mMin
◆ mMinimum
◆ mQuantum
◆ mValueMask
| MaskT<LOG2DIM> mValueMask |
|
inherited |