HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::MatTraits< T, bool > Struct Template Reference

#include <Types.h>

Public Types

using ElementType = typename T::ValueType
 

Static Public Attributes

static const bool IsMat = true
 
static const int Size = T::size
 

Detailed Description

template<typename T, bool = IsSpecializationOf<T, math::Mat3>::value || IsSpecializationOf<T, math::Mat4>::value>
struct openvdb::OPENVDB_VERSION_NAME::MatTraits< T, bool >

Definition at line 276 of file Types.h.

Member Typedef Documentation

template<typename T , bool = IsSpecializationOf<T, math::Mat3>::value || IsSpecializationOf<T, math::Mat4>::value>
using openvdb::OPENVDB_VERSION_NAME::MatTraits< T, bool >::ElementType = typename T::ValueType

Definition at line 280 of file Types.h.

Member Data Documentation

template<typename T , bool = IsSpecializationOf<T, math::Mat3>::value || IsSpecializationOf<T, math::Mat4>::value>
const bool openvdb::OPENVDB_VERSION_NAME::MatTraits< T, bool >::IsMat = true
static

Definition at line 278 of file Types.h.

template<typename T , bool = IsSpecializationOf<T, math::Mat3>::value || IsSpecializationOf<T, math::Mat4>::value>
const int openvdb::OPENVDB_VERSION_NAME::MatTraits< T, bool >::Size = T::size
static

Definition at line 279 of file Types.h.


The documentation for this struct was generated from the following file: