|
OpenVDB
12.1.1
|
#include <nanovdb/NanoVDB.h>
Public Member Functions | |
| template<typename CoordType > | |
| __hostdev__ void | setChild (const CoordType &k, const void *ptr, const RootData *data) |
| template<typename CoordType , typename ValueType > | |
| __hostdev__ void | setValue (const CoordType &k, bool s, const ValueType &v) |
| __hostdev__ bool | isChild () const |
| __hostdev__ bool | isValue () const |
| __hostdev__ bool | isActive () const |
| __hostdev__ CoordT | origin () const |
Public Attributes | |
| KeyT | key |
| int64_t | child |
| uint32_t | state |
| ValueT | value |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| int64_t child |
| KeyT key |
| uint32_t state |
| ValueT value |
1.8.11