OpenVDB 11.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 </private/tmp/openvdb-20240426-49937-7ztr6m/openvdb-11.0.0/openvdb/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> |