fbsdk.h

Go to the documentation of this file.
00001 #ifndef __FBSDK_H__
00002 #define __FBSDK_H__
00003 /**************************************************************************
00004  Copyright (c) 1994 - 2009 Autodesk, Inc. and/or its licensors.
00005  All Rights Reserved.
00006  
00007  The coded instructions, statements, computer programs, and/or related 
00008  material (collectively the "Data") in these files contain unpublished 
00009  information proprietary to Autodesk, Inc. and/or its licensors, which is 
00010  protected by Canada and United States of America federal copyright law 
00011  and by international treaties.
00012  
00013  The Data may not be disclosed or distributed to third parties, in whole 
00014  or in part, without the prior written consent of Autodesk, Inc. 
00015  ("Autodesk").
00016  
00017  THE DATA IS PROVIDED "AS IS" AND WITHOUT WARRANTY.
00018  ALL WARRANTIES ARE EXPRESSLY EXCLUDED AND DISCLAIMED. AUTODESK MAKES NO 
00019  WARRANTY OF ANY KIND WITH RESPECT TO THE DATA, EXPRESS, IMPLIED OR 
00020  ARISING BY CUSTOM OR TRADE USAGE, AND DISCLAIMS ANY IMPLIED WARRANTIES 
00021  OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR 
00022  PURPOSE OR USE. WITHOUT LIMITING THE FOREGOING, AUTODESK DOES NOT 
00023  WARRANT THAT THE OPERATION OF THE DATA WILL BE UNINTERRUPTED OR ERROR 
00024  FREE.
00025  
00026  IN NO EVENT SHALL AUTODESK, ITS AFFILIATES, PARENT COMPANIES, LICENSORS 
00027  OR SUPPLIERS ("AUTODESK GROUP") BE LIABLE FOR ANY LOSSES, DAMAGES OR 
00028  EXPENSES OF ANY KIND (INCLUDING WITHOUT LIMITATION PUNITIVE OR MULTIPLE 
00029  DAMAGES OR OTHER SPECIAL, DIRECT, INDIRECT, EXEMPLARY, INCIDENTAL, LOSS 
00030  OF PROFITS, REVENUE OR DATA, COST OF COVER OR CONSEQUENTIAL LOSSES OR 
00031  DAMAGES OF ANY KIND), HOWEVER CAUSED, AND REGARDLESS OF THE THEORY OF 
00032  LIABILITY, WHETHER DERIVED FROM CONTRACT, TORT (INCLUDING, BUT NOT 
00033  LIMITED TO, NEGLIGENCE), OR OTHERWISE, ARISING OUT OF OR RELATING TO THE 
00034  DATA OR ITS USE OR ANY OTHER PERFORMANCE, WHETHER OR NOT AUTODESK HAS 
00035  BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS OR DAMAGE.
00036  
00037 **************************************************************************/
00038 
00044 #include <fbsdk/fbcomponent.h>
00045 #include <fbsdk/fbcore.h>
00046 #include <fbsdk/fbconfigfile.h>
00047 #include <fbsdk/fbio.h>
00048 
00049 #include <fbsdk/fbmath.h>
00050 #include <fbsdk/fbimage.h>
00051 #include <fbsdk/fbmodel.h>
00052 #include <fbsdk/fbmodelpath3d.h>
00053 #include <fbsdk/fbplug.h>
00054 
00055 #include <fbsdk/fbscene.h>
00056 #include <fbsdk/fbshader.h>
00057 #include <fbsdk/fbsystem.h>
00058 #if !defined(K_NO_RENDERER)
00059 #include <fbsdk/fbrenderer.h>
00060 #endif
00061 #include <fbsdk/fbkeyinggroup.h>
00062 
00063 #include <fbsdk/fbprofiler.h>
00064 
00065 #if !defined(K_NO_AUDIO)
00066     #include <fbsdk/fbaudio.h>
00067 #endif
00068 
00069 #if !defined(K_NO_DECK)
00070     #include <fbsdk/fbdeck.h>
00071 #endif
00072 
00073 #if !defined(K_NO_CHARACTER)
00074     #include <fbsdk/fbcharacter.h>
00075     #include <fbsdk/fbcharacterface.h>
00076     #include <fbsdk/fbcharacterextension.h>
00077     #include <fbsdk/fbcharactersolver.h>
00078 #endif
00079 
00080 #if !defined(K_NO_FOLDER)
00081     #include <fbsdk/fbfolder.h>
00082 #endif
00083 
00084 #if !defined(K_NO_MANIPULATOR)
00085     #include <fbsdk/fbmanipulator.h>
00086 #endif
00087 
00088 #if !defined(K_NO_NOTE)
00089     #include <fbsdk/fbnote.h>
00090 #endif
00091 
00092 #if !defined(K_NO_OPTICAL)
00093     #include <fbsdk/fboptical.h>
00094 #endif
00095 
00096 #if !defined(K_NO_POSE)
00097     #include <fbsdk/fbpose.h>
00098     #include <fbsdk/fbobjectpose.h>
00099     #if !defined(K_NO_CHARACTER)
00100         #include <fbsdk/fbcharacterpose.h>
00101     #endif
00102 #endif
00103 
00104 #if !defined(K_NO_STORY)
00105     #include <fbsdk/fbstory.h>
00106 #endif
00107 
00108 #include <fbsdk/fbmotion.h>
00109 
00110 #if !defined(K_NO_VIDEO)
00111     #include <fbsdk/fbvideo.h>
00112     #include <fbsdk/fbvideocodecmanager.h>
00113 #endif
00114 
00115 #if !defined(K_NO_RENDERER)
00116     #include <fbsdk/fbvideograbber.h>
00117 #endif
00118 
00119 #include <fbsdk/fbconstraint.h>
00120 #include <fbsdk/fbfilter.h>
00121 #include <fbsdk/fbgroup.h>
00122 
00123 #include <fbsdk/fbpython.h>
00124 
00125 #if !defined(K_NO_UI)
00126     // User interface includes
00127     #include <fbcontrols/fbcontrols.h>
00128     #include <fbcontrols/fbgenericmenu.h>
00129     #include <fbcontrols/fbtool.h>
00130     #include <fbcontrols/fbuiutil.h>
00131     #include <fbcontrols/fbconstraintlayout.h>
00132     #include <fbcontrols/fbdecklayout.h>
00133     #include <fbcontrols/fbdevicelayout.h>
00134     #include <fbcontrols/fbmanipulatorlayout.h>
00135     #include <fbcontrols/fbshaderlayout.h>
00136     #include <fbcontrols/fbmateriallayout.h>
00137 #else
00138 // Define at nothing for now
00139     inline int FBMessageBox( const char* pBoxTitle, const char* pMessage, const char* pButton1Str, const char* pButton2Str=NULL, const char* pButton3Str=NULL, int pDefaultButton=0, int pScrolledMessage=0) { return pDefaultButton; }
00140     inline int FBMessageBoxWithCheck( const char* pBoxTitle, const char* pMessage, const char* pButton1Str, const char* pButton2Str, const char* pButton3Str, const char* pCheckBoxStr, bool& pCheckBoxValue, int pDefaultButton=0, int pScrolledMessage=0) { return pDefaultButton; }
00141 #endif
00142 
00143 #ifdef _MSC_VER
00144     #pragma warning (disable: 4702) // unreachable code
00145 #endif
00146 
00147 #ifdef FBSDKUseNamespace
00148     using namespace FBSDKNamespace;
00149 #endif
00150 
00151 #endif