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::v5_2::tools::VectorToScalarGrid< VecGridT >
Metafunction to convert a vector-valued grid type to a scalar grid type.
◆ ConstPtr
using ConstPtr = typename Type::ConstPtr |
◆ Ptr
using Ptr = typename Type::Ptr |
◆ Type
using Type = typename VecGridT::template ValueConverter<typename VecGridT::ValueType::value_type>::Type |
The documentation for this struct was generated from the following file: