HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::tree::Tree< _RootNodeType >::ValueConverter< OtherValueType > Struct Template Reference

ValueConverter<T>::Type is the type of a tree having the same hierarchy as this tree but a different value type, T. More...

#include <Tree.h>

Public Types

using Type = Tree< typename RootNodeType::template ValueConverter< OtherValueType >::Type >
 

Detailed Description

template<typename _RootNodeType>
template<typename OtherValueType>
struct openvdb::OPENVDB_VERSION_NAME::tree::Tree< _RootNodeType >::ValueConverter< OtherValueType >

ValueConverter<T>::Type is the type of a tree having the same hierarchy as this tree but a different value type, T.

For example, FloatTree::ValueConverter<double>::Type is equivalent to DoubleTree.

Note
If the source tree type is a template argument, it might be necessary to write "typename SourceTree::template ValueConverter<T>::Type".

Definition at line 197 of file Tree.h.

Member Typedef Documentation

template<typename _RootNodeType>
template<typename OtherValueType>
using openvdb::OPENVDB_VERSION_NAME::tree::Tree< _RootNodeType >::ValueConverter< OtherValueType >::Type = Tree<typename RootNodeType::template ValueConverter<OtherValueType>::Type>

Definition at line 198 of file Tree.h.


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