COLLADAMixer.h

Go to the documentation of this file.
00001 //***************************************************************************************
00002 // File supervisor: Crosswalk team
00012 //***************************************************************************************
00013 
00014 #ifndef _COLLADAMIXER_H
00015 #define _COLLADAMIXER_H
00016 
00017 #include "Mixer.h"
00018 
00019 // Forward declaration
00020 class CSLAction;
00021 class CSLTrack;
00022 
00039 class XSIEXPORT CSLCOLLADAMixer
00040     : public CSLMixer
00041 {
00042 public:
00048     CSLCOLLADAMixer(CSLScene* in_pScene, CSLModel *in_pModel, CdotXSITemplate* in_pTemplate);
00049     virtual ~CSLCOLLADAMixer();
00050 
00054     virtual CSLAction* AddAction();
00055 private:
00056 
00057     SI_Void *m_pReserved;
00058 
00059 };
00060 
00061 
00062 #endif _COLLADAMIXER_H