OpenVDB  11.0.0
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

using ElementType = typename T::ValueType

Member Function Documentation

static ElementType scalar ( const T &  v)
inlinestatic

Member Data Documentation

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