#include <nanovdb/NanoVDB.h>
|
template<typename CoordType> |
void | setChild (const CoordType &k, const void *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 |
|
◆ isActive()
template<typename ChildT>
◆ isChild()
template<typename ChildT>
◆ isValue()
template<typename ChildT>
◆ origin()
template<typename ChildT>
◆ setChild()
template<typename ChildT>
template<typename CoordType>
void setChild |
( |
const CoordType & | k, |
|
|
const void * | ptr, |
|
|
const RootData * | data ) |
|
inline |
◆ setValue()
template<typename ChildT>
template<typename CoordType, typename ValueType>
void setValue |
( |
const CoordType & | k, |
|
|
bool | s, |
|
|
const ValueType & | v ) |
|
inline |
◆ child
template<typename ChildT>
◆ key
template<typename ChildT>
◆ state
template<typename ChildT>
◆ value
template<typename ChildT>