OpenVDB
6.0.0
|
Go to the source code of this file.
Namespaces | |
openvdb | |
openvdb::v6_0 | |
openvdb::v6_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.