OpenVDB 12.0.0
|
ValueConverter<T>::Type is the type of a tree having the same hierarchy as this tree but a different value type, T. More...
#include </private/tmp/openvdb-20241101-7014-5j8vk0/openvdb-12.0.0/openvdb/openvdb/tree/Tree.h>
Public Types | |
using | Type = Tree<typename RootNodeType::template ValueConverter<OtherValueType>::Type> |
ValueConverter<T>::Type is the type of a tree having the same hierarchy as this tree but a different value type, T.
For example, FloatTree::ValueConverter<double>::Type is equivalent to DoubleTree.
using Type = Tree<typename RootNodeType::template ValueConverter<OtherValueType>::Type> |