COLLADAIndexList.h

Go to the documentation of this file.
00001 //***************************************************************************************
00002 // File supervisor: Crosswalk team
00012 //***************************************************************************************
00013 
00014 #ifndef _COLLADAINDEXLIST_H
00015 #define _COLLADAINDEXLIST_H
00016 
00017 #include "COLLADATemplate.h"
00018 #include "XSIIndexList.h"
00019 
00020 
00026 class XSIEXPORT CSLCOLLADAIndexList
00027     : public CSLXSIIndexList
00028 {
00029 public:
00030 
00031     CSLCOLLADAIndexList(CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate);
00032 
00035     virtual ~CSLCOLLADAIndexList();
00036 
00037     virtual SI_Error    Synchronize();
00038 
00039 private:
00040 
00041 };
00042 
00043 #endif