OpenVDB  11.0.0
Public Types | List of all members
LeafNode< bool, Log2Dim >::ValueConverter< ValueType > 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 <openvdb/tree/LeafNodeBool.h>

Public Types

using Type = LeafNode< ValueType, Log2Dim >
 

Detailed Description

template<Index Log2Dim>
template<typename ValueType>
struct openvdb::v11_0::tree::LeafNode< bool, Log2Dim >::ValueConverter< ValueType >

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

Member Typedef Documentation

using Type = LeafNode<ValueType, Log2Dim>