dotXSINativeTemplateReadWrite3_6.h

00001 //***************************************************************************************
00002 //
00003 // File supervisor: Softimage 3D Games & 3D Bridge team
00004 //
00005 // (c) Copyright 2001-2002 Avid Technology, Inc. . All rights reserved.
00006 //
00007 //***************************************************************************************
00008 
00009 /****************************************************************************************
00010 THIS CODE IS PUBLISHED AS A SAMPLE ONLY AND IS PROVIDED "AS IS".
00011 IN NO EVENT SHALL SOFTIMAGE, AVID TECHNOLOGY, INC. AND/OR THEIR RESPECTIVE
00012 SUPPLIERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
00013 DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
00014 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
00015 CONNECTION WITH THE USE OR PERFORMANCE OF THIS CODE .
00016 
00017 COPYRIGHT NOTICE. Copyright © 1999-2002 Avid Technology Inc. . All rights reserved. 
00018 
00019 SOFTIMAGE is a registered trademark of Avid Technology Inc. or its subsidiaries 
00020 or divisions. Windows NT is a registered trademark of Microsoft Corp. All other
00021 trademarks contained herein are the property of their respective owners. 
00022 ****************************************************************************************/
00023 
00024 #ifndef DOTXSIRW_36_DEFINED
00025 #define DOTXSIRW_36_DEFINED
00026 
00027 #include "XSIParser.h"
00028 #include "dotXSIDefines.h"
00029 #include "dotXSINativeTemplateReadWrite3_5.h"
00030 
00031 
00040 SI_Error dotXSICB_ReadUserData(         CXSIParser          *i_pParser, 
00041                                         CdotXSITemplate     *i_pCurrentTemplate, 
00042                                         CdotXSITemplate     *i_pNewTemplate );
00043 
00053 SI_Error dotXSICB_WriteUserData(        CXSIParser          *i_pParser, 
00054                                         CdotXSITemplate     *i_pCurrentTemplate, 
00055                                         CdotXSITemplate     *i_pNewTemplate, 
00056                                         SI_Int              i_nLevel );
00057 
00066 SI_Error dotXSICB_ReadImageData(        CXSIParser          *i_pParser, 
00067                                         CdotXSITemplate     *i_pCurrentTemplate, 
00068                                         CdotXSITemplate     *i_pNewTemplate );
00069 
00079 SI_Error dotXSICB_WriteImageData(       CXSIParser          *i_pParser, 
00080                                         CdotXSITemplate     *i_pCurrentTemplate, 
00081                                         CdotXSITemplate     *i_pNewTemplate, 
00082                                         SI_Int              i_nLevel );
00083 
00084 SI_Error dotXSICB_ReadCustomParamInfo(  CXSIParser          *i_pParser, 
00085                                         CdotXSITemplate     *i_pCurrentTemplate, 
00086                                         CdotXSITemplate     *i_pNewTemplate );
00087 
00088 SI_Error dotXSICB_WriteCustomParamInfo( CXSIParser          *i_pParser, 
00089                                         CdotXSITemplate     *i_pCurrentTemplate, 
00090                                         CdotXSITemplate     *i_pNewTemplate, 
00091                                         SI_Int              i_nLevel );
00092 
00093 #endif //DOTXSIRW_36_DEFINED