00001 //*************************************************************************************** 00002 // 00003 // File supervisor: Crosswalk team 00004 // 00005 // Copyright 2008 Autodesk, Inc. All rights reserved. 00006 // Use of this software is subject to the terms of the Autodesk license agreement 00007 // provided at the time of installation or download, or which otherwise accompanies 00008 // this software in either electronic or hard copy form. 00009 // 00010 //*************************************************************************************** 00011 00012 #ifndef _COLLADAENVELOPE_H 00013 #define _COLLADAENVELOPE_H 00014 00015 #include "Envelope.h" 00016 00017 00018 00019 00021 class XSIEXPORT CSLCOLLADAEnvelope 00022 : public CSLEnvelope 00023 { 00024 public: 00031 CSLCOLLADAEnvelope(CSLScene* in_pScene, CSLModel *in_pModel, CdotXSITemplate* in_pTemplate); 00032 00035 virtual ~CSLCOLLADAEnvelope(); 00036 00041 virtual SI_Error Synchronize(); 00042 00043 }; 00044 00045 #endif 00046