|
OpenVDB
9.0.1
|
#include <nanovdb/NanoVDB.h>
Public Types | |
| using | ValueType = bool |
| using | BuildType = bool |
| using | FloatType = bool |
| using | ArrayType = MaskT< LOG2DIM > |
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 v) |
| void | setMin (const bool &) |
| void | setMax (const bool &) |
| void | setAvg (const bool &) |
| void | setDev (const bool &) |
| 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 |
| MaskT< LOG2DIM > | mValues |
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
| uint8_t mBBoxDif[3] |
| CoordT mBBoxMin |
| uint8_t mFlags |
| MaskT<LOG2DIM> mValueMask |
| MaskT<LOG2DIM> mValues |
1.8.11