OpenVDB 11.0.0
|
ScalarToVectorConverter<ScalarGridType>::Type is the type of a grid having the same tree configuration as ScalarGridType but value type Vec3<T> where T is ScalarGridType::ValueType. More...
#include </private/tmp/openvdb-20240426-83507-bnu7c4/openvdb-11.0.0/openvdb/openvdb/tools/GridOperators.h>
Public Types | |
typedef math::Vec3< typename ScalarGridType::ValueType > | VectorValueT |
typedef ScalarGridType::template ValueConverter< VectorValueT >::Type | Type |
ScalarToVectorConverter<ScalarGridType>::Type is the type of a grid having the same tree configuration as ScalarGridType but value type Vec3<T> where T is ScalarGridType::ValueType.
For example, ScalarToVectorConverter<DoubleGrid>::Type is equivalent to Vec3DGrid.
typedef ScalarGridType::template ValueConverter<VectorValueT>::Type Type |
typedef math::Vec3<typename ScalarGridType::ValueType> VectorValueT |