OpenVDB 11.0.0
|
Template specialization of a NodeUnion that stores the child pointer and the value together (int, float, pointer, etc.) More...
#include <openvdb/tree/NodeUnion.h>
Public Member Functions | |
NodeUnion () | |
ChildT * | getChild () const |
void | setChild (ChildT *child) |
const ValueT & | getValue () const |
ValueT & | getValue () |
void | setValue (const ValueT &val) |
Template specialization of a NodeUnion that stores the child pointer and the value together (int, float, pointer, etc.)
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
ChildT* mChild |
ValueT mValue |