OpenVDB 11.0.0
|
VectorToScalarConverter<VectorGridType>::Type is the type of a grid having the same tree configuration as VectorGridType but a scalar value type, T, where T is the type of the original vector components. More...
#include </private/tmp/openvdb-20240426-49937-7ztr6m/openvdb-11.0.0/openvdb/openvdb/tools/GridOperators.h>
Public Types | |
typedef VectorGridType::ValueType::value_type | VecComponentValueT |
typedef VectorGridType::template ValueConverter< VecComponentValueT >::Type | Type |
VectorToScalarConverter<VectorGridType>::Type is the type of a grid having the same tree configuration as VectorGridType but a scalar value type, T, where T is the type of the original vector components.
For example, VectorToScalarConverter<Vec3DGrid>::Type is equivalent to DoubleGrid.
typedef VectorGridType::template ValueConverter<VecComponentValueT>::Type Type |
typedef VectorGridType::ValueType::value_type VecComponentValueT |