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

#include <Types.h>

Public Types

using ElementType = typename T::ValueType
 

Static Public Attributes

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

Detailed Description

template<typename T, bool = IsSpecializationOf<T, math::Quat>::value>
struct openvdb::OPENVDB_VERSION_NAME::QuatTraits< T, bool >

Definition at line 259 of file Types.h.

Member Typedef Documentation

template<typename T , bool = IsSpecializationOf<T, math::Quat>::value>
using openvdb::OPENVDB_VERSION_NAME::QuatTraits< T, bool >::ElementType = typename T::ValueType

Definition at line 263 of file Types.h.

Member Data Documentation

template<typename T , bool = IsSpecializationOf<T, math::Quat>::value>
const bool openvdb::OPENVDB_VERSION_NAME::QuatTraits< T, bool >::IsQuat = true
static

Definition at line 261 of file Types.h.

template<typename T , bool = IsSpecializationOf<T, math::Quat>::value>
const int openvdb::OPENVDB_VERSION_NAME::QuatTraits< T, bool >::Size = T::size
static

Definition at line 262 of file Types.h.


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