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

using ElementType = T

Member Function Documentation

static T scalar ( const T &  s)
inlinestatic

Member Data Documentation

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