|
OpenVDB 13.0.0
|
#include <nanovdb/NanoVDB.h>
Public Types | |
| using | ValueType = uint64_t |
| using | BuildType = Point |
| using | FloatType = typename FloatTraits<ValueType>::FloatType |
| using | ArrayType = uint16_t |
Public Member Functions | |
| __hostdev__ uint64_t | offset () const |
| __hostdev__ uint64_t | pointCount () const |
| __hostdev__ uint64_t | first (uint32_t i) const |
| __hostdev__ uint64_t | last (uint32_t i) const |
| __hostdev__ uint64_t | getValue (uint32_t i) const |
| __hostdev__ void | setValueOnly (uint32_t offset, uint16_t value) |
| __hostdev__ void | setValue (uint32_t offset, uint16_t value) |
| __hostdev__ void | setOn (uint32_t offset) |
| __hostdev__ ValueType | getMin () const |
| __hostdev__ ValueType | getMax () const |
| __hostdev__ FloatType | getAvg () const |
| __hostdev__ FloatType | getDev () const |
| __hostdev__ void | setMin (const ValueType &) |
| __hostdev__ void | setMax (const ValueType &) |
| __hostdev__ void | setAvg (const FloatType &) |
| __hostdev__ void | setDev (const FloatType &) |
| template<typename T> | |
| __hostdev__ void | setOrigin (const T &ijk) |
| LeafData ()=delete | |
| This class cannot be constructed or deleted. | |
| LeafData (const LeafData &)=delete | |
| LeafData & | operator= (const LeafData &)=delete |
| ~LeafData ()=delete | |
| __hostdev__ void | fill (const ValueType &v) |
Static Public Member Functions | |
| static __hostdev__ constexpr uint32_t | padding () |
| Return padding of this class in bytes, due to aliasing and 32B alignment. | |
| static __hostdev__ uint64_t | memUsage () |
| static __hostdev__ bool | hasStats () |
Public Attributes | |
| CoordT | mBBoxMin |
| uint8_t | mBBoxDif [3] |
| uint8_t | mFlags |
| MaskT< LOG2DIM > | mValueMask |
| uint64_t | mOffset |
| uint64_t | mPointCount |
| uint16_t | mValues [1u<< 3 *LOG2DIM] |
| ValueType | mMinimum |
| ValueType | mMaximum |
| FloatType | mAverage |
| FloatType | mStdDevi |
Static Public Attributes | |
| static constexpr bool | FIXED_SIZE = true |
| using ArrayType = uint16_t |
| using BuildType = Point |
| using FloatType = typename FloatTraits<ValueType>::FloatType |
| using ValueType = uint64_t |
|
delete |
This class cannot be constructed or deleted.
|
delete |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inline |
|
inlinestatic |
|
inline |
|
delete |
|
inlinestaticconstexpr |
Return padding of this class in bytes, due to aliasing and 32B alignment.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
| FloatType mAverage |
| uint8_t mBBoxDif[3] |
| CoordT mBBoxMin |
| uint8_t mFlags |
| ValueType mMaximum |
| ValueType mMinimum |
| uint64_t mOffset |
| uint64_t mPointCount |
| FloatType mStdDevi |
| MaskT<LOG2DIM> mValueMask |
| uint16_t mValues[1u<< 3 *LOG2DIM] |