fbsdk.h

Go to the documentation of this file.
00001 #ifndef __FBSDK_H__
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/fbplug.h>
00053 
00054 #include <fbsdk/fbscene.h>
00055 #include <fbsdk/fbshader.h>
00056 #include <fbsdk/fbsystem.h>
00057 #include <fbsdk/fbrenderer.h>
00058 #include <fbsdk/fbkeyinggroup.h>
00059 
00060 #if !defined(K_NO_AUDIO)
00061     #include <fbsdk/fbaudio.h>
00062 #endif
00063 
00064 #if !defined(K_NO_DECK)
00065     #include <fbsdk/fbdeck.h>
00066 #endif
00067 
00068 #if !defined(K_NO_CHARACTER)
00069     #include <fbsdk/fbcharacter.h>
00070     #include <fbsdk/fbcharacterface.h>
00071     #include <fbsdk/fbcharacterextension.h>
00072     #include <fbsdk/fbcharactersolver.h>
00073 #endif
00074 
00075 #if !defined(K_NO_FOLDER)
00076     #include <fbsdk/fbfolder.h>
00077 #endif
00078 
00079 #if !defined(K_NO_MANIPULATOR)
00080     #include <fbsdk/fbmanipulator.h>
00081 #endif
00082 
00083 #if !defined(K_NO_NOTE)
00084     #include <fbsdk/fbnote.h>
00085 #endif
00086 
00087 #if !defined(K_NO_OPTICAL)
00088     #include <fbsdk/fboptical.h>
00089 #endif
00090 
00091 #if !defined(K_NO_POSE)
00092     #include <fbsdk/fbpose.h>
00093     #include <fbsdk/fbobjectpose.h>
00094     #if !defined(K_NO_CHARACTER)
00095         #include <fbsdk/fbcharacterpose.h>
00096     #endif
00097 #endif
00098 
00099 #if !defined(K_NO_STORY)
00100     #include <fbsdk/fbstory.h>
00101 #endif
00102 
00103 #include <fbsdk/fbmotion.h>
00104 
00105 #if !defined(K_NO_VIDEO)
00106     #include <fbsdk/fbvideo.h>
00107     #include <fbsdk/fbvideocodecmanager.h>
00108 #endif
00109 
00110 #if !defined(K_NO_RENDERER)
00111     #include <fbsdk/fbvideograbber.h>
00112 #endif
00113 
00114 #include <fbsdk/fbconstraint.h>
00115 #include <fbsdk/fbfilter.h>
00116 #include <fbsdk/fbgroup.h>
00117 
00118 #include <fbsdk/fbpython.h>
00119 
00120 #if !defined(K_NO_UI)
00121     // User interface includes
00122     #include <fbcontrols/fbcontrols.h>
00123     #include <fbcontrols/fbgenericmenu.h>
00124     #include <fbcontrols/fbtool.h>
00125     #include <fbcontrols/fbuiutil.h>
00126     #include <fbcontrols/fbconstraintlayout.h>
00127     #include <fbcontrols/fbdecklayout.h>
00128     #include <fbcontrols/fbdevicelayout.h>
00129     #include <fbcontrols/fbmanipulatorlayout.h>
00130     #include <fbcontrols/fbshaderlayout.h>
00131 #endif
00132 
00133 #ifdef _MSC_VER
00134     #pragma warning (disable: 4660) // template-class specialization 'xx<class x*>' is alread instantiated
00135     #pragma warning (disable: 4702) // unreachable code
00136 #endif
00137 
00138 #ifdef FBSDKUseNamespace
00139     using namespace FBSDKNamespace;
00140 #endif
00141 
00142 #endif

Please send us your comments about this page.