OpenVDB 12.0.0
Loading...
Searching...
No Matches
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 </private/tmp/openvdb-20241101-6943-enag0s/openvdb-12.0.0/openvdb/openvdb/tree/LeafNodeBool.h>

Public Types

using Type = LeafNode<ValueType, Log2Dim>
 

Detailed Description

template<Index Log2Dim>
template<typename ValueType>
struct openvdb::v12_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

◆ Type

template<Index Log2Dim>
template<typename ValueType >
using Type = LeafNode<ValueType, Log2Dim>