HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tree::LeafNode< T, Log2Dim >::ValueConverter< OtherValueType > Struct Template Reference

ValueConverter<T>::Type is the type of a LeafNode having the same dimensions as this node but a different value type, T. More...

#include <LeafNode.h>

Public Types

using Type = LeafNode< OtherValueType, Log2Dim >
 

Detailed Description

template<typename T, Index Log2Dim>
template<typename OtherValueType>
struct openvdb::OPENVDB_VERSION_NAME::tree::LeafNode< T, Log2Dim >::ValueConverter< OtherValueType >

ValueConverter<T>::Type is the type of a LeafNode having the same dimensions as this node but a different value type, T.

Definition at line 59 of file LeafNode.h.

Member Typedef Documentation

template<typename T, Index Log2Dim>
template<typename OtherValueType >
using openvdb::OPENVDB_VERSION_NAME::tree::LeafNode< T, Log2Dim >::ValueConverter< OtherValueType >::Type = LeafNode<OtherValueType, Log2Dim>

Definition at line 59 of file LeafNode.h.


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