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

Public Types

using Type = InternalNode< typename ChildNodeType::template ValueConverter< OtherValueType >::Type, Log2Dim >
 

Detailed Description

template<typename _ChildNodeType, Index Log2Dim>
template<typename OtherValueType>
struct openvdb::OPENVDB_VERSION_NAME::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.

Definition at line 55 of file InternalNode.h.

Member Typedef Documentation

template<typename _ChildNodeType, Index Log2Dim>
template<typename OtherValueType >
using openvdb::OPENVDB_VERSION_NAME::tree::InternalNode< _ChildNodeType, Log2Dim >::ValueConverter< OtherValueType >::Type = InternalNode<typename ChildNodeType::template ValueConverter< OtherValueType>::Type, Log2Dim>

Definition at line 57 of file InternalNode.h.


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