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

#include <openvdb/Types.h>

Public Types

using ElementType = typename T::ValueType
 

Static Public Attributes

static const bool IsVec = VecTraits<T>::IsVec
 
static const bool IsQuat = QuatTraits<T>::IsQuat
 
static const bool IsMat = MatTraits<T>::IsMat
 
static const bool IsScalar = false
 
static const int Size = T::size
 
static const int Elements = IsMat ? Size*Size : Size
 

Member Typedef Documentation

using ElementType = typename T::ValueType

Member Data Documentation

const int Elements = IsMat ? Size*Size : Size
static
const bool IsMat = MatTraits<T>::IsMat
static
const bool IsQuat = QuatTraits<T>::IsQuat
static
const bool IsScalar = false
static
const bool IsVec = VecTraits<T>::IsVec
static
const int Size = T::size
static