SLCallbacks_dotXSI_5x.h

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 _SLCALLBACKS_DOTXSI_5X_H
00013 #define _SLCALLBACKS_DOTXSI_5X_H
00014 
00015 #include "Template.h"
00016 #include "Scene.h"
00017 
00018 // registration function
00019 
00020 XSIEXPORT SI_Error Register_dotXSI_5x(CSLScene *in_pScene);
00021 
00022 // Load callback
00023 
00024 XSIEXPORT CSLTemplate *XSIUserDataBlobCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00025 XSIEXPORT CSLTemplate *XSITransformCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00026 XSIEXPORT CSLTemplate *XSIBasePoseCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00027 XSIEXPORT CSLTemplate *XSILimitCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00028 XSIEXPORT CSLTemplate *XSIMeshCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00029 XSIEXPORT CSLTemplate *XSIShapeCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00030 XSIEXPORT CSLTemplate *XSIShapeAnimationCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00031 XSIEXPORT CSLTemplate *XSIPolygonListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00032 XSIEXPORT CSLTemplate *XSITriangleListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00033 XSIEXPORT CSLTemplate *XSITriangleStripListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00034 XSIEXPORT CSLTemplate *XSIVertexListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00035 XSIEXPORT CSLTemplate *XSISubComponentAttributeListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00036 XSIEXPORT CSLTemplate *XSIClusterInfoCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00037 
00038 // Post load callbacks
00039 
00040 XSIEXPORT SI_Error XSIPolygonListPostLoadCallback(SLContext *in_pContext);
00041 XSIEXPORT SI_Error XSITriangleListPostLoadCallback(SLContext *in_pContext);
00042 XSIEXPORT SI_Error XSITriangleStripListPostLoadCallback(SLContext *in_pContext);
00043 
00044 #endif