OpenVDB 11.0.0
Loading...
Searching...
No Matches
InternalNode< _ChildNodeType, Log2Dim >::ValueConverter< OtherValueType > Struct Template Reference

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

#include <openvdb/tree/InternalNode.h>

Public Types

using Type
 

Detailed Description

template<typename _ChildNodeType, Index Log2Dim>
template<typename OtherValueType>
struct openvdb::v11_0::tree::InternalNode< _ChildNodeType, Log2Dim >::ValueConverter< OtherValueType >

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

Member Typedef Documentation

◆ Type

template<typename _ChildNodeType , Index Log2Dim>
template<typename OtherValueType >
using Type
Initial value:
InternalNode<typename ChildNodeType::template ValueConverter<
OtherValueType>::Type, Log2Dim>
friend class InternalNode
During topology-only construction, access is needed to protected/private members of other template in...
Definition InternalNode.h:740
InternalNode< typename ChildNodeType::template ValueConverter< OtherValueType >::Type, Log2Dim > Type
Definition InternalNode.h:56