HDK
|
Metafunction to convert a vector-valued grid type to a scalar grid type. More...
#include <PotentialFlow.h>
Public Types | |
using | Type = typename VecGridT::template ValueConverter< typename VecGridT::ValueType::value_type >::Type |
using | Ptr = typename Type::Ptr |
using | ConstPtr = typename Type::ConstPtr |
Metafunction to convert a vector-valued grid type to a scalar grid type.
Definition at line 29 of file PotentialFlow.h.
using openvdb::OPENVDB_VERSION_NAME::tools::VectorToScalarGrid< VecGridT >::ConstPtr = typename Type::ConstPtr |
Definition at line 33 of file PotentialFlow.h.
using openvdb::OPENVDB_VERSION_NAME::tools::VectorToScalarGrid< VecGridT >::Ptr = typename Type::Ptr |
Definition at line 32 of file PotentialFlow.h.
using openvdb::OPENVDB_VERSION_NAME::tools::VectorToScalarGrid< VecGridT >::Type = typename VecGridT::template ValueConverter<typename VecGridT::ValueType::value_type>::Type |
Definition at line 31 of file PotentialFlow.h.