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