OpenVDB 11.0.0
Loading...
Searching...
No Matches
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 </private/tmp/openvdb-20240426-83507-bnu7c4/openvdb-11.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::v11_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>