OpenVDB  0.104.0
Public Types | List of all members
LeafNode< T, Log2Dim >::ValueConverter< OtherValueType > Struct Template Reference

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

#include <LeafNode.h>

Public Types

typedef LeafNode
< OtherValueType, Log2Dim > 
Type
 

Detailed Description

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

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

Member Typedef Documentation

typedef LeafNode<OtherValueType, Log2Dim> Type

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