HDK
|
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 | |
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 openvdb::OPENVDB_VERSION_NAME::Grid< typename >::ValueConverter< OtherValueType >::Type = Grid<typename TreeType::template ValueConverter<OtherValueType>::Type> |