OpenVDB 11.0.0
Loading...
Searching...
No Matches
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

◆ type

template<typename T >
using type = T