OpenVDB
12.0.1
|
#include <nanovdb/NanoVDB.h>
Public Types | |
using | ValueType = bool |
using | BuildType = ValueMask |
using | FloatType = bool |
using | ArrayType = void |
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) |
__hostdev__ void | setOn (uint32_t offset) |
__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. More... | |
LeafData (const LeafData &)=delete | |
LeafData & | operator= (const LeafData &)=delete |
~LeafData ()=delete | |
Static Public Member Functions | |
static __hostdev__ uint64_t | memUsage () |
static __hostdev__ bool | hasStats () |
static __hostdev__ constexpr uint32_t | padding () |
Public Attributes | |
CoordT | mBBoxMin |
uint8_t | mBBoxDif [3] |
uint8_t | mFlags |
MaskT< LOG2DIM > | mValueMask |
uint64_t | mPadding [2] |
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 |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
uint8_t mBBoxDif[3] |
CoordT mBBoxMin |
uint8_t mFlags |
uint64_t mPadding[2] |
MaskT<LOG2DIM> mValueMask |