OpenVDB
5.2.0
|
#include <openvdb/version.h>
#include <openvdb/Types.h>
#include <cstring>
#include <type_traits>
Go to the source code of this file.
Namespaces | |
openvdb | |
openvdb::v5_2 | |
openvdb::v5_2::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.