OpenVDB 12.0.0
 
Loading...
Searching...
No Matches
ValueTraits< T, false > Struct Template Reference

#include <openvdb/Types.h>

Public Types

using ElementType = T
 
using ElementType
 

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
 
static const bool IsVec
 
static const bool IsQuat
 
static const bool IsMat
 
static const bool IsScalar
 
static const int Size
 
static const int Elements
 

Member Typedef Documentation

◆ ElementType [1/2]

using ElementType

◆ ElementType [2/2]

template<typename T>
using ElementType = T

Member Data Documentation

◆ Elements [1/2]

const int Elements
static

◆ Elements [2/2]

template<typename T>
const int Elements = 1
static

◆ IsMat [1/2]

const bool IsMat
static

◆ IsMat [2/2]

template<typename T>
const bool IsMat = false
static

◆ IsQuat [1/2]

const bool IsQuat
static

◆ IsQuat [2/2]

template<typename T>
const bool IsQuat = false
static

◆ IsScalar [1/2]

const bool IsScalar
static

◆ IsScalar [2/2]

template<typename T>
const bool IsScalar = true
static

◆ IsVec [1/2]

const bool IsVec
static

◆ IsVec [2/2]

template<typename T>
const bool IsVec = false
static

◆ Size [1/2]

const int Size
static

◆ Size [2/2]

template<typename T>
const int Size = 1
static