|
OpenVDB 9.1.0
|
#include <nanovdb/NanoVDB.h>
Public Types | |
| using | ValueType = bool |
| using | BuildType = ValueMask |
| using | FloatType = bool |
| using | ArrayType = void |
Public Member Functions | |
| bool | getValue (uint32_t i) const |
| bool | getMin () const |
| bool | getMax () const |
| bool | getAvg () const |
| bool | getDev () const |
| void | setValue (uint32_t offset, bool) |
| void | setMin (const ValueType &) |
| void | setMax (const ValueType &) |
| void | setAvg (const FloatType &) |
| void | setDev (const FloatType &) |
| template<typename T > | |
| void | setOrigin (const T &ijk) |
| LeafData ()=delete | |
| This class cannot be constructed or deleted. More... | |
| LeafData (const LeafData &)=delete | |
| LeafData & | operator= (const LeafData &)=delete |
| ~LeafData ()=delete | |
Public Attributes | |
| CoordT | mBBoxMin |
| uint8_t | mBBoxDif [3] |
| uint8_t | mFlags |
| MaskT< LOG2DIM > | mValueMask |
Static Public Attributes | |
| static constexpr bool | FIXED_SIZE = true |
| using ArrayType = void |
| using FloatType = bool |
| using ValueType = bool |
|
delete |
This class cannot be constructed or deleted.
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
| uint8_t mBBoxDif[3] |
| CoordT mBBoxMin |
| uint8_t mFlags |
| MaskT<LOG2DIM> mValueMask |