HDK
|
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 <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.
Definition at line 33 of file GridOperators.h.
typedef VectorGridType::template ValueConverter<VecComponentValueT>::Type openvdb::OPENVDB_VERSION_NAME::tools::VectorToScalarConverter< VectorGridType >::Type |
Definition at line 35 of file GridOperators.h.
typedef VectorGridType::ValueType::value_type openvdb::OPENVDB_VERSION_NAME::tools::VectorToScalarConverter< VectorGridType >::VecComponentValueT |
Definition at line 34 of file GridOperators.h.