|
OpenVDB 13.0.0
|
#include <nanovdb/NanoVDB.h>
Public Types | |
| using | ValueType = bool |
| using | BuildType = bool |
| using | FloatType = bool |
| using | ArrayType = MaskT<LOG2DIM> |
Public Member Functions | |
| __hostdev__ bool | getValue (uint32_t i) const |
| __hostdev__ bool | getMin () const |
| __hostdev__ bool | getMax () const |
| __hostdev__ bool | getAvg () const |
| __hostdev__ bool | getDev () const |
| __hostdev__ void | setValue (uint32_t offset, bool v) |
| __hostdev__ void | setOn (uint32_t offset) |
| __hostdev__ void | setMin (const bool &) |
| __hostdev__ void | setMax (const bool &) |
| __hostdev__ void | setAvg (const bool &) |
| __hostdev__ void | setDev (const bool &) |
| 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 | setValueOnly (uint32_t offset, const ValueType &value) |
| __hostdev__ void | fill (const ValueType &v) |
Static Public Member Functions | |
| static __hostdev__ constexpr uint32_t | padding () |
| static __hostdev__ uint64_t | memUsage () |
| static __hostdev__ bool | hasStats () |
Public Attributes | |
| CoordT | mBBoxMin |
| uint8_t | mBBoxDif [3] |
| uint8_t | mFlags |
| MaskT< LOG2DIM > | mValueMask |
| MaskT< LOG2DIM > | mValues |
| uint64_t | mPadding [2] |
| ValueType | mMinimum |
| ValueType | mMaximum |
| FloatType | mAverage |
| FloatType | mStdDevi |
Static Public Attributes | |
| static constexpr bool | FIXED_SIZE = true |
| using ArrayType = MaskT<LOG2DIM> |
| using BuildType = bool |
| using FloatType = bool |
| using ValueType = bool |
|
delete |
This class cannot be constructed or deleted.
|
delete |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
delete |
|
inlinestaticconstexpr |
|
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 mPadding[2] |
| FloatType mStdDevi |
| MaskT<LOG2DIM> mValueMask |
| MaskT<LOG2DIM> mValues |