|
HDK
|
Template specialization of a NodeUnion that stores the child pointer and the value together (int, float, pointer, etc.) More...
#include <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.)
Definition at line 60 of file NodeUnion.h.
|
inline |
Definition at line 67 of file NodeUnion.h.
|
inline |
Definition at line 69 of file NodeUnion.h.
|
inline |
Definition at line 72 of file NodeUnion.h.
|
inline |
Definition at line 73 of file NodeUnion.h.
|
inline |
Definition at line 70 of file NodeUnion.h.
|
inline |
Definition at line 74 of file NodeUnion.h.
| ChildT* openvdb::OPENVDB_VERSION_NAME::tree::NodeUnion< ValueT, ChildT, typename std::enable_if< std::is_trivially_copyable< ValueT >::value >::type >::mChild |
Definition at line 64 of file NodeUnion.h.
| ValueT openvdb::OPENVDB_VERSION_NAME::tree::NodeUnion< ValueT, ChildT, typename std::enable_if< std::is_trivially_copyable< ValueT >::value >::type >::mValue |
Definition at line 64 of file NodeUnion.h.