HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_Blend::CachedItemsT< T > Class Template Reference

#include <GU_Blend.h>

Public Attributes

UT_Array< PerAttribDataT< T > > * myPtArrayOfPerAttribData = NULL
 
UT_Array< PerAttribDataT< T > > * myPrimArrayOfPerAttribData = NULL
 
UT_Array< PerAttribDataT< T > > * myVertexArrayOfPerAttribData = NULL
 
UT_Array< PerMappingData > * myPtArrayOfPerMappingData = NULL
 
UT_Array< PerMappingData > * myPrimArrayOfPerMappingData = NULL
 
UT_Array< int64 > * myPtTopoDataIds = NULL
 
UT_Array< int64 > * myPrimListDataIds = NULL
 
int64myPtIdDataId = NULL
 
int64myPrimIdDataId = NULL
 

Detailed Description

template<typename T>
class GU_Blend::CachedItemsT< T >

Definition at line 92 of file GU_Blend.h.

Member Data Documentation

template<typename T >
UT_Array<PerAttribDataT<T> >* GU_Blend::CachedItemsT< T >::myPrimArrayOfPerAttribData = NULL

Definition at line 96 of file GU_Blend.h.

template<typename T >
UT_Array<PerMappingData>* GU_Blend::CachedItemsT< T >::myPrimArrayOfPerMappingData = NULL

Definition at line 99 of file GU_Blend.h.

template<typename T >
int64* GU_Blend::CachedItemsT< T >::myPrimIdDataId = NULL

Definition at line 103 of file GU_Blend.h.

template<typename T >
UT_Array<int64>* GU_Blend::CachedItemsT< T >::myPrimListDataIds = NULL

Definition at line 101 of file GU_Blend.h.

template<typename T >
UT_Array<PerAttribDataT<T> >* GU_Blend::CachedItemsT< T >::myPtArrayOfPerAttribData = NULL

Definition at line 95 of file GU_Blend.h.

template<typename T >
UT_Array<PerMappingData>* GU_Blend::CachedItemsT< T >::myPtArrayOfPerMappingData = NULL

Definition at line 98 of file GU_Blend.h.

template<typename T >
int64* GU_Blend::CachedItemsT< T >::myPtIdDataId = NULL

Definition at line 102 of file GU_Blend.h.

template<typename T >
UT_Array<int64>* GU_Blend::CachedItemsT< T >::myPtTopoDataIds = NULL

Definition at line 100 of file GU_Blend.h.

template<typename T >
UT_Array<PerAttribDataT<T> >* GU_Blend::CachedItemsT< T >::myVertexArrayOfPerAttribData = NULL

Definition at line 97 of file GU_Blend.h.


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