COLLADAVertexList.h

Go to the documentation of this file.
00001 //***************************************************************************************
00002 // File supervisor: Crosswalk team
00012 //***************************************************************************************
00013 
00014 #ifndef _COLLADAVERTEXLIST_H
00015 #define _COLLADAVERTEXLIST_H
00016 
00017 #include "XSIVertexList.h"
00018 
00019 
00027 class XSIEXPORT CSLCOLLADAVertexList
00028     : public CSLXSIVertexList
00029 {
00030 public:
00038     CSLCOLLADAVertexList(CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate, CdotXSITemplate *in_pVerticesTemplate);
00039 
00042     virtual ~CSLCOLLADAVertexList();
00043 
00047     virtual SI_Error Synchronize();
00048 
00049 private:
00050 
00051 
00052 };
00053 
00054 #endif