HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_FixedVectorTraits< UT_Vector3T< T > > Struct Template Reference

#include <UT_Vector3.h>

Public Types

typedef UT_FixedVector< T, 3 > FixedVectorType
 
typedef T DataType
 

Static Public Attributes

static const exint TupleSize = 3
 
static const bool isVectorType = true
 

Detailed Description

template<typename T>
struct UT_FixedVectorTraits< UT_Vector3T< T > >

Definition at line 1249 of file UT_Vector3.h.

Member Typedef Documentation

template<typename T >
typedef T UT_FixedVectorTraits< UT_Vector3T< T > >::DataType

Definition at line 1252 of file UT_Vector3.h.

template<typename T >
typedef UT_FixedVector<T,3> UT_FixedVectorTraits< UT_Vector3T< T > >::FixedVectorType

Definition at line 1251 of file UT_Vector3.h.

Member Data Documentation

template<typename T >
const bool UT_FixedVectorTraits< UT_Vector3T< T > >::isVectorType = true
static

Definition at line 1254 of file UT_Vector3.h.

template<typename T >
const exint UT_FixedVectorTraits< UT_Vector3T< T > >::TupleSize = 3
static

Definition at line 1253 of file UT_Vector3.h.


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