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 <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> |