HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::VectorToScalarGrid< VecGridT > Struct Template Reference

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
 

Detailed Description

template<typename VecGridT>
struct openvdb::OPENVDB_VERSION_NAME::tools::VectorToScalarGrid< VecGridT >

Metafunction to convert a vector-valued grid type to a scalar grid type.

Definition at line 29 of file PotentialFlow.h.

Member Typedef Documentation

template<typename VecGridT>
using openvdb::OPENVDB_VERSION_NAME::tools::VectorToScalarGrid< VecGridT >::ConstPtr = typename Type::ConstPtr

Definition at line 33 of file PotentialFlow.h.

template<typename VecGridT>
using openvdb::OPENVDB_VERSION_NAME::tools::VectorToScalarGrid< VecGridT >::Ptr = typename Type::Ptr

Definition at line 32 of file PotentialFlow.h.

template<typename VecGridT>
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.


The documentation for this struct was generated from the following file: