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 193 of file GU_Blend.h.

Member Data Documentation

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

Definition at line 197 of file GU_Blend.h.

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

Definition at line 200 of file GU_Blend.h.

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

Definition at line 204 of file GU_Blend.h.

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

Definition at line 202 of file GU_Blend.h.

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

Definition at line 196 of file GU_Blend.h.

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

Definition at line 199 of file GU_Blend.h.

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

Definition at line 203 of file GU_Blend.h.

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

Definition at line 201 of file GU_Blend.h.

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

Definition at line 198 of file GU_Blend.h.


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