HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tree::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 <RootNode.h>

Public Types

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

Detailed Description

template<typename ChildType>
template<typename OtherValueType>
struct openvdb::OPENVDB_VERSION_NAME::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.

Definition at line 56 of file RootNode.h.

Member Typedef Documentation

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

Definition at line 57 of file RootNode.h.


The documentation for this struct was generated from the following file: