OpenVDB 12.0.0
Loading...
Searching...
No Matches
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 </private/tmp/openvdb-20241101-7014-5j8vk0/openvdb-12.0.0/openvdb/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::v12_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

◆ Type

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