OpenVDB 9.0.0
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
TensorTraits< T, 0 > Struct Template Reference

#include <nanovdb/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
 

Member Typedef Documentation

◆ ElementType

using ElementType = T

Member Function Documentation

◆ scalar()

static T scalar ( const T &  s)
inlinestatic

Member Data Documentation

◆ IsScalar

const bool IsScalar = true
static

◆ IsVector

const bool IsVector = false
static

◆ Rank

const int Rank = 0
static

◆ Size

const int Size = 1
static