|
OpenVDB
5.0.0
|
#include <openvdb/version.h>#include <cstring>#include <type_traits>Go to the source code of this file.
Namespaces | |
| openvdb | |
| openvdb::v5_0 | |
| openvdb::v5_0::tree | |
NodeUnion is a templated helper class that controls access to either the child node pointer or the value for a particular element of a root or internal node. For space efficiency, the child pointer and the value are unioned when possible, since the two are never in use simultaneously.
1.8.13