OpenVDB  9.0.1
Public Types | Static Public Attributes | List of all members
ValueTraits< T, false > Struct Template Reference

#include <openvdb/Types.h>

Public Types

using ElementType = T
 

Static Public Attributes

static const bool IsVec = false
 
static const bool IsQuat = false
 
static const bool IsMat = false
 
static const bool IsScalar = true
 
static const int Size = 1
 
static const int Elements = 1
 

Member Typedef Documentation

using ElementType = T

Member Data Documentation

const int Elements = 1
static
const bool IsMat = false
static
const bool IsQuat = false
static
const bool IsScalar = true
static
const bool IsVec = false
static
const int Size = 1
static