SLCallbacks_dotXSI_6x.h

00001 /****************************************************************************************
00002 THIS CODE IS PUBLISHED AS A SAMPLE ONLY AND IS PROVIDED "AS IS".
00003 IN NO EVENT SHALL SOFTIMAGE, AVID TECHNOLOGY, INC. AND/OR THEIR RESPECTIVE 
00004 SUPPLIERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
00005 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
00006 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
00007 CONNECTION WITH THE USE OR PERFORMANCE OF THIS CODE . 
00008  
00009 COPYRIGHT NOTICE. Copyright © 1999-2002 Avid Technology Inc. . All rights reserved. 
00010 
00011 SOFTIMAGE is a registered trademark of Avid Technology Inc. or its subsidiaries 
00012 or divisions. Windows NT is a registered trademark of Microsoft Corp. All other
00013 trademarks contained herein are the property of their respective owners. 
00014 ****************************************************************************************/
00015 #ifndef _SLCALLBACKS_DOTXSI_6X_H
00016 #define _SLCALLBACKS_DOTXSI_6X_H
00017 
00018 #include "Template.h"
00019 #include "Scene.h"
00020 
00021 // registration function
00022 
00023 XSIEXPORT SI_Error Register_dotXSI_6x(CSLScene *in_pScene);
00024 
00025 // Load callbacks
00026 
00027 XSIEXPORT CSLTemplate *XSIIKResolutionPlaneCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00028 XSIEXPORT CSLTemplate *XSICameraCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00029 XSIEXPORT CSLTemplate *XSIPolymatricksCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00030 XSIEXPORT CSLTemplate *XSITranslateCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00031 XSIEXPORT CSLTemplate *XSIRotateCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00032 XSIEXPORT CSLTemplate *XSIScaleCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00033 XSIEXPORT CSLTemplate *XSIShearCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00034 XSIEXPORT CSLTemplate *XSILookatCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00035 XSIEXPORT CSLTemplate *XSIMatrixCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00036 XSIEXPORT CSLTemplate *XSIShapeReferenceCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00037 XSIEXPORT CSLTemplate *XSIActionClipContainerCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00038 XSIEXPORT CSLTemplate *XSIIndexListCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00039 XSIEXPORT CSLTemplate *XSICameraFocalLengthCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00040 XSIEXPORT CSLTemplate *XSIShaderMultiPortConnectionCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00041 XSIEXPORT CSLTemplate *XSIImageFX2Callback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00042 XSIEXPORT CSLTemplate *XSITextureLayerCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00043 XSIEXPORT CSLTemplate *XSITextureLayerPortCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00044 XSIEXPORT CSLTemplate *XSIUserKeywordCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00045 XSIEXPORT CSLTemplate *XSIClipToParentCallback(CdotXSITemplate *in_pTemplate, SLContext *in_pContext);
00046 
00047 // Post load callbacks
00048 XSIEXPORT SI_Error XSIShapeReferencePostLoadCallback(SLContext *in_pContext);
00049 XSIEXPORT SI_Error XSIActionClipContainerPostLoadCallback(SLContext *in_pContext);
00050 
00051 
00052 #endif