COLLADAEnvelope.h

Go to the documentation of this file.
00001 //***************************************************************************************
00002 // File supervisor: Crosswalk team
00012 //***************************************************************************************
00013 
00014 #ifndef _COLLADAENVELOPE_H
00015 #define _COLLADAENVELOPE_H
00016 
00017 #include "Envelope.h"
00018 
00019 
00020 
00021 
00024 class XSIEXPORT CSLCOLLADAEnvelope
00025     : public CSLEnvelope
00026 {
00027 public:
00034     CSLCOLLADAEnvelope(CSLScene* in_pScene, CSLModel *in_pModel, CdotXSITemplate* in_pTemplate);
00035 
00038     virtual ~CSLCOLLADAEnvelope();
00039 
00044     virtual SI_Error Synchronize();
00045 
00046 };
00047 
00048 #endif
00049