| 
    OpenVDB
    13.0.0
    
   | 
 
ValueConverter<T>::Type is the type of a grid having the same hierarchy as this grid but a different value type, T. More...
#include <openvdb/Grid.h>
Public Types | |
| using | Type = Grid< typename TreeType::template ValueConverter< OtherValueType >::Type > | 
ValueConverter<T>::Type is the type of a grid having the same hierarchy as this grid but a different value type, T.
For example, FloatGrid::ValueConverter<double>::Type is equivalent to DoubleGrid.
| using Type = Grid<typename TreeType::template ValueConverter<OtherValueType>::Type> | 
 1.8.11