HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tools::DSConverter< DenseType, TreeType > Struct Template Reference

#include <DenseSparseTools.h>

Public Types

using ValueType = typename DenseType::ValueType
 
using Type = typename TreeType::template ValueConverter< ValueType >::Type
 

Detailed Description

template<typename DenseType, typename TreeType>
struct openvdb::OPENVDB_VERSION_NAME::tools::DSConverter< DenseType, TreeType >

This struct that aids template resolution of a new tree type has the same configuration at TreeType, but the ValueType from DenseType.

Definition at line 99 of file DenseSparseTools.h.

Member Typedef Documentation

template<typename DenseType, typename TreeType>
using openvdb::OPENVDB_VERSION_NAME::tools::DSConverter< DenseType, TreeType >::Type = typename TreeType::template ValueConverter<ValueType>::Type

Definition at line 102 of file DenseSparseTools.h.

template<typename DenseType, typename TreeType>
using openvdb::OPENVDB_VERSION_NAME::tools::DSConverter< DenseType, TreeType >::ValueType = typename DenseType::ValueType

Definition at line 101 of file DenseSparseTools.h.


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