OpenVDB  9.0.1
Public Types | List of all members
RootNode< ChildType >::ValueConverter< OtherValueType > Struct Template Reference

ValueConverter<T>::Type is the type of a RootNode having the same child hierarchy as this node but a different value type, T. More...

#include <openvdb/tree/RootNode.h>

Public Types

using Type = RootNode< typename ChildType::template ValueConverter< OtherValueType >::Type >
 

Detailed Description

template<typename ChildType>
template<typename OtherValueType>
struct openvdb::v9_0::tree::RootNode< ChildType >::ValueConverter< OtherValueType >

ValueConverter<T>::Type is the type of a RootNode having the same child hierarchy as this node but a different value type, T.

Member Typedef Documentation

using Type = RootNode<typename ChildType::template ValueConverter<OtherValueType>::Type>