OpenVDB 10.0.1
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
TensorTraits< T, 1 > Struct Template Reference

#include <nanovdb/NanoVDB.h>

Public Types

using ElementType = typename T::ValueType
 

Static Public Member Functions

static ElementType scalar (const T &v)
 

Static Public Attributes

static const int Rank = 1
 
static const bool IsScalar = false
 
static const bool IsVector = true
 
static const int Size = T::SIZE
 

Member Typedef Documentation

◆ ElementType

using ElementType = typename T::ValueType

Member Function Documentation

◆ scalar()

static ElementType scalar ( const T &  v)
inlinestatic

Member Data Documentation

◆ IsScalar

const bool IsScalar = false
static

◆ IsVector

const bool IsVector = true
static

◆ Rank

const int Rank = 1
static

◆ Size

const int Size = T::SIZE
static