|
OpenVDB 9.0.0
|
#include <nanovdb/util/GridBuilder.h>
Public Member Functions | |
| ValueAccessor (SrcRootT &root) | |
| template<typename NodeT > | |
| bool | isCached (const Coord &ijk) const |
| const ValueT & | getValue (const Coord &ijk) |
| SrcNode0 * | setValue (const Coord &ijk, const ValueT &value) |
| Sets value in a leaf node and returns it. More... | |
| bool | isActive (const Coord &ijk) |
| bool | isValueOn (const Coord &ijk) |
| template<typename NodeT > | |
| void | insert (const Coord &ijk, NodeT *node) |
Public Attributes | |
| Coord | mKeys [3] |
| void * | mNode [4] |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Sets value in a leaf node and returns it.
| Coord mKeys[3] |
| void* mNode[4] |