OpenVDB
2.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 <Grid.h>
Public Types | |
typedef Grid< typename TreeType::template ValueConverter< OtherValueType > ::Type > | 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.
typedef Grid<typename TreeType::template ValueConverter<OtherValueType>::Type> Type |