XSIVertexList.h

Go to the documentation of this file.
00001 //***************************************************************************************
00002 // File supervisor: Crosswalk team
00012 //***************************************************************************************
00013 
00014 #ifndef _XSIVERTEXLIST_H
00015 #define _XSIVERTEXLIST_H
00016 
00017 #include "XSISubComponentList.h"
00018 
00019 
00027 class XSIEXPORT CSLXSIVertexList
00028     : public CSLXSISubComponentList
00029 {
00030 public:
00037     CSLXSIVertexList(CSLScene *in_pScene, CSLModel *in_pModel, CdotXSITemplate *in_pTemplate);
00038 
00041     virtual ~CSLXSIVertexList();
00042 
00046     virtual ETemplateType           Type() { return XSI_VERTEX_LIST; }
00047 
00051     virtual SI_Error Synchronize();
00052 
00053 private:
00054 
00055     void *m_pReserved;  // reserved for future extension
00056 };
00057 
00058 #endif