Metafunction to convert a vector-valued grid type to a scalar grid type.
More...
#include <PotentialFlow.h>
|
using | Type = typename VecGridT::template ValueConverter< typename VecGridT::ValueType::value_type >::Type |
|
using | Ptr = typename Type::Ptr |
|
using | ConstPtr = typename Type::ConstPtr |
|
template<typename VecGridT>
struct openvdb::v8_2::tools::VectorToScalarGrid< VecGridT >
Metafunction to convert a vector-valued grid type to a scalar grid type.
using ConstPtr = typename Type::ConstPtr |
using Ptr = typename Type::Ptr |
using Type = typename VecGridT::template ValueConverter<typename VecGridT::ValueType::value_type>::Type |
The documentation for this struct was generated from the following file: