OpenVDB
1.1.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 <Tree.h>
Public Types | |
typedef Tree< typename RootNodeType::template ValueConverter< OtherValueType > ::Type > | 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.
typedef Tree<typename RootNodeType::template ValueConverter<OtherValueType>::Type> Type |