OpenVDB  11.0.0
Public Types | List of all members
MapToNano< T > Struct Template Reference

Trait that maps any type to the corresponding nanovdb type. More...

#include <nanovdb/util/CreateNanoGrid.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct nanovdb::MapToNano< T >

Trait that maps any type to the corresponding nanovdb type.

Template Parameters
TType to be mapped

Member Typedef Documentation

using type = T