HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanovdb::TensorTraits< T, 0 > Struct Template Reference

#include <NanoVDB.h>

Public Types

using ElementType = T
 

Static Public Member Functions

static T scalar (const T &s)
 

Static Public Attributes

static const int Rank = 0
 
static const bool IsScalar = true
 
static const bool IsVector = false
 
static const int Size = 1
 

Detailed Description

template<typename T>
struct nanovdb::TensorTraits< T, 0 >

Definition at line 1950 of file NanoVDB.h.

Member Typedef Documentation

template<typename T >
using nanovdb::TensorTraits< T, 0 >::ElementType = T

Definition at line 1956 of file NanoVDB.h.

Member Function Documentation

template<typename T >
static T nanovdb::TensorTraits< T, 0 >::scalar ( const T &  s)
inlinestatic

Definition at line 1957 of file NanoVDB.h.

Member Data Documentation

template<typename T >
const bool nanovdb::TensorTraits< T, 0 >::IsScalar = true
static

Definition at line 1953 of file NanoVDB.h.

template<typename T >
const bool nanovdb::TensorTraits< T, 0 >::IsVector = false
static

Definition at line 1954 of file NanoVDB.h.

template<typename T >
const int nanovdb::TensorTraits< T, 0 >::Rank = 0
static

Definition at line 1952 of file NanoVDB.h.

template<typename T >
const int nanovdb::TensorTraits< T, 0 >::Size = 1
static

Definition at line 1955 of file NanoVDB.h.


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