fbxsdk.h

Go to the documentation of this file.
00001 
00004 #ifndef FBXSDK_H
00005 #define FBXSDK_H
00006 
00007 /**************************************************************************************
00008 
00009  Copyright (C) 2001 - 2010 Autodesk, Inc. and/or its licensors.
00010  All Rights Reserved.
00011 
00012  The coded instructions, statements, computer programs, and/or related material 
00013  (collectively the "Data") in these files contain unpublished information 
00014  proprietary to Autodesk, Inc. and/or its licensors, which is protected by 
00015  Canada and United States of America federal copyright law and by international 
00016  treaties. 
00017  
00018  The Data may not be disclosed or distributed to third parties, in whole or in
00019  part, without the prior written consent of Autodesk, Inc. ("Autodesk").
00020 
00021  THE DATA IS PROVIDED "AS IS" AND WITHOUT WARRANTY.
00022  ALL WARRANTIES ARE EXPRESSLY EXCLUDED AND DISCLAIMED. AUTODESK MAKES NO
00023  WARRANTY OF ANY KIND WITH RESPECT TO THE DATA, EXPRESS, IMPLIED OR ARISING
00024  BY CUSTOM OR TRADE USAGE, AND DISCLAIMS ANY IMPLIED WARRANTIES OF TITLE, 
00025  NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE OR USE. 
00026  WITHOUT LIMITING THE FOREGOING, AUTODESK DOES NOT WARRANT THAT THE OPERATION
00027  OF THE DATA WILL BE UNINTERRUPTED OR ERROR FREE. 
00028  
00029  IN NO EVENT SHALL AUTODESK, ITS AFFILIATES, PARENT COMPANIES, LICENSORS
00030  OR SUPPLIERS ("AUTODESK GROUP") BE LIABLE FOR ANY LOSSES, DAMAGES OR EXPENSES
00031  OF ANY KIND (INCLUDING WITHOUT LIMITATION PUNITIVE OR MULTIPLE DAMAGES OR OTHER
00032  SPECIAL, DIRECT, INDIRECT, EXEMPLARY, INCIDENTAL, LOSS OF PROFITS, REVENUE
00033  OR DATA, COST OF COVER OR CONSEQUENTIAL LOSSES OR DAMAGES OF ANY KIND),
00034  HOWEVER CAUSED, AND REGARDLESS OF THE THEORY OF LIABILITY, WHETHER DERIVED
00035  FROM CONTRACT, TORT (INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE), OR OTHERWISE,
00036  ARISING OUT OF OR RELATING TO THE DATA OR ITS USE OR ANY OTHER PERFORMANCE,
00037  WHETHER OR NOT AUTODESK HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH LOSS
00038  OR DAMAGE. 
00039 
00040 **************************************************************************************/
00041 
00067 #if defined(_WIN32) || defined(_WIN64)
00068     #pragma pack(push, 8)   //FBXSDK is compiled with default value (8)
00069 #endif
00070 
00071 #include <fbxfilesdk/fbxfilesdk_def.h>
00072 
00073 #ifndef KFBX_DLL    
00074     #define KFBX_DLL KFBX_DLLIMPORT 
00075 #endif
00076 
00077 // io
00078 #include <fbxfilesdk/kfbxio/kfbxexporter.h>
00079 #include <fbxfilesdk/kfbxio/kfbxexternaldocreflistener.h>
00080 #include <fbxfilesdk/kfbxio/kfbxfiletokenfbx.h>
00081 #include <fbxfilesdk/kfbxio/kfbxgobo.h>
00082 #include <fbxfilesdk/kfbxio/kfbximporter.h>
00083 #include <fbxfilesdk/kfbxio/kfbxio.h>
00084 #include <fbxfilesdk/kfbxio/kfbxiosettings.h>
00085 #include <fbxfilesdk/kfbxio/kfbxstatisticsfbx.h>
00086 
00087 // math
00088 #include <fbxfilesdk/kfbxmath/kfbxmatrix.h>
00089 #include <fbxfilesdk/kfbxmath/kfbxquaternion.h>
00090 #include <fbxfilesdk/kfbxmath/kfbxdualquaternion.h>
00091 #include <fbxfilesdk/kfbxmath/kfbxvector2.h>
00092 #include <fbxfilesdk/kfbxmath/kfbxvector4.h>
00093 #include <fbxfilesdk/kfbxmath/kfbxxmatrix.h>
00094 
00095 // plugins
00096 #include <fbxfilesdk/kfbxplugins/kfbxanimcurvebase.h>
00097 #include <fbxfilesdk/kfbxplugins/kfbxanimcurve.h>
00098 #include <fbxfilesdk/kfbxplugins/kfbxanimcurvekfcurve.h>
00099 #include <fbxfilesdk/kfbxplugins/kfbxanimcurvenode.h>
00100 #include <fbxfilesdk/kfbxplugins/kfbxanimcurvefilters.h>
00101 #include <fbxfilesdk/kfbxplugins/kfbxanimevalclassic.h>
00102 #include <fbxfilesdk/kfbxplugins/kfbxanimevalstate.h>
00103 #include <fbxfilesdk/kfbxplugins/kfbxanimevaluator.h>
00104 #include <fbxfilesdk/kfbxplugins/kfbxanimlayer.h>
00105 #include <fbxfilesdk/kfbxplugins/kfbxanimstack.h>
00106 #include <fbxfilesdk/kfbxplugins/kfbxbindingsentryview.h>
00107 #include <fbxfilesdk/kfbxplugins/kfbxbindingtable.h>
00108 #include <fbxfilesdk/kfbxplugins/kfbxbindingtableentry.h>
00109 #include <fbxfilesdk/kfbxplugins/kfbxbindingoperator.h>
00110 #include <fbxfilesdk/kfbxplugins/kfbxblendshape.h>
00111 #include <fbxfilesdk/kfbxplugins/kfbxblendshapechannel.h>
00112 #include <fbxfilesdk/kfbxplugins/kfbxcache.h>
00113 #include <fbxfilesdk/kfbxplugins/kfbxcachedeffect.h>
00114 #include <fbxfilesdk/kfbxplugins/kfbxcamera.h>
00115 #include <fbxfilesdk/kfbxplugins/kfbxcamerastereo.h>
00116 #include <fbxfilesdk/kfbxplugins/kfbxcameraswitcher.h>
00117 #include <fbxfilesdk/kfbxplugins/kfbxclonemanager.h>
00118 #include <fbxfilesdk/kfbxplugins/kfbxcluster.h>
00119 #include <fbxfilesdk/kfbxplugins/kfbxcolor.h>
00120 #include <fbxfilesdk/kfbxplugins/kfbxconstantentryview.h>
00121 #include <fbxfilesdk/kfbxplugins/kfbxconstraint.h>
00122 #include <fbxfilesdk/kfbxplugins/kfbxconstraintaim.h>
00123 #include <fbxfilesdk/kfbxplugins/kfbxconstraintcustom.h>
00124 #include <fbxfilesdk/kfbxplugins/kfbxconstraintparent.h>
00125 #include <fbxfilesdk/kfbxplugins/kfbxconstraintposition.h>
00126 #include <fbxfilesdk/kfbxplugins/kfbxconstraintrotation.h>
00127 #include <fbxfilesdk/kfbxplugins/kfbxconstraintscale.h>
00128 #include <fbxfilesdk/kfbxplugins/kfbxconstraintsinglechainik.h>
00129 #include <fbxfilesdk/kfbxplugins/kfbxcontainer.h>
00130 #include <fbxfilesdk/kfbxplugins/kfbxcontainertemplate.h>
00131 #include <fbxfilesdk/kfbxplugins/kfbxdeformer.h>
00132 #include <fbxfilesdk/kfbxplugins/kfbxentryview.h>
00133 #include <fbxfilesdk/kfbxplugins/kfbxexposurecontrol.h>
00134 #include <fbxfilesdk/kfbxplugins/kfbxfiletexture.h>
00135 #include <fbxfilesdk/kfbxplugins/kfbxgenericnode.h>
00136 #include <fbxfilesdk/kfbxplugins/kfbxgeometry.h>
00137 #include <fbxfilesdk/kfbxplugins/kfbxgeometrybase.h>
00138 #include <fbxfilesdk/kfbxplugins/kfbxgeometryconverter.h>
00139 #include <fbxfilesdk/kfbxplugins/kfbxgeometryweightedmap.h>
00140 #include <fbxfilesdk/kfbxplugins/kfbxglobalcamerasettings.h>
00141 #include <fbxfilesdk/kfbxplugins/kfbxgloballightsettings.h>
00142 #include <fbxfilesdk/kfbxplugins/kfbxglobaltimesettings.h>
00143 #include <fbxfilesdk/kfbxplugins/kfbximplementation.h>
00144 #include <fbxfilesdk/kfbxplugins/kfbximplementationfilter.h>
00145 #include <fbxfilesdk/kfbxplugins/kfbximplementationutils.h>
00146 #include <fbxfilesdk/kfbxplugins/kfbxiopluginregistry.h>
00147 #include <fbxfilesdk/kfbxplugins/kfbxkfcurvefilters.h>
00148 #include <fbxfilesdk/kfbxplugins/kfbxlayeredtexture.h>
00149 #include <fbxfilesdk/kfbxplugins/kfbxlibrary.h>
00150 #include <fbxfilesdk/kfbxplugins/kfbxlight.h>
00151 #include <fbxfilesdk/kfbxplugins/kfbxlimitsutilities.h>
00152 #include <fbxfilesdk/kfbxplugins/kfbxline.h>
00153 #include <fbxfilesdk/kfbxplugins/kfbxlodgroup.h>
00154 #include <fbxfilesdk/kfbxplugins/kfbxmanipulators.h>
00155 #include <fbxfilesdk/kfbxplugins/kfbxmarker.h>
00156 #include <fbxfilesdk/kfbxplugins/kfbxmaterialconverter.h>
00157 #include <fbxfilesdk/kfbxplugins/kfbxmemoryallocator.h>
00158 #include <fbxfilesdk/kfbxplugins/kfbxmesh.h>
00159 #include <fbxfilesdk/kfbxplugins/kfbxnode.h>
00160 #include <fbxfilesdk/kfbxplugins/kfbxnodeattribute.h>
00161 #include <fbxfilesdk/kfbxplugins/kfbxnull.h>
00162 #include <fbxfilesdk/kfbxplugins/kfbxnurb.h>
00163 #include <fbxfilesdk/kfbxplugins/kfbxnurbscurve.h>
00164 #include <fbxfilesdk/kfbxplugins/kfbxnurbssurface.h>
00165 #include <fbxfilesdk/kfbxplugins/kfbxobjectmetadata.h>
00166 #include <fbxfilesdk/kfbxplugins/kfbxoperatorentryview.h>
00167 #include <fbxfilesdk/kfbxplugins/kfbxopticalreference.h>
00168 #include <fbxfilesdk/kfbxplugins/kfbxpatch.h>
00169 #include <fbxfilesdk/kfbxplugins/kfbxperipheral.h>
00170 #include <fbxfilesdk/kfbxplugins/kfbxpose.h>
00171 #include <fbxfilesdk/kfbxplugins/kfbxproceduralgeometry.h>
00172 #include <fbxfilesdk/kfbxplugins/kfbxproceduraltexture.h>
00173 #include <fbxfilesdk/kfbxplugins/kfbxproperty.h>
00174 #include <fbxfilesdk/kfbxplugins/kfbxpropertyentryview.h>
00175 #include <fbxfilesdk/kfbxplugins/kfbxrenamingstrategyfbx5.h>
00176 #include <fbxfilesdk/kfbxplugins/kfbxrenamingstrategyfbx6.h>
00177 #include <fbxfilesdk/kfbxplugins/kfbxrootnodeutility.h>
00178 #include <fbxfilesdk/kfbxplugins/kfbxscene.h>
00179 #include <fbxfilesdk/kfbxplugins/kfbxsdkmanager.h>
00180 #include <fbxfilesdk/kfbxplugins/kfbxsemanticentryview.h>
00181 #include <fbxfilesdk/kfbxplugins/kfbxshape.h>
00182 #include <fbxfilesdk/kfbxplugins/kfbxskeleton.h>
00183 #include <fbxfilesdk/kfbxplugins/kfbxskin.h>
00184 #include <fbxfilesdk/kfbxplugins/kfbxstatistics.h>
00185 #include <fbxfilesdk/kfbxplugins/kfbxsubdeformer.h>
00186 #include <fbxfilesdk/kfbxplugins/kfbxsubdiv.h>
00187 #include <fbxfilesdk/kfbxplugins/kfbxsurfacelambert.h>
00188 #include <fbxfilesdk/kfbxplugins/kfbxsurfacematerial.h>
00189 #include <fbxfilesdk/kfbxplugins/kfbxsurfacephong.h>
00190 #include <fbxfilesdk/kfbxplugins/kfbxtakeinfo.h>
00191 #include <fbxfilesdk/kfbxplugins/kfbxtexture.h>
00192 #include <fbxfilesdk/kfbxplugins/kfbxthumbnail.h>
00193 #include <fbxfilesdk/kfbxplugins/kfbxtrimnurbssurface.h>
00194 #include <fbxfilesdk/kfbxplugins/kfbxusernotification.h>
00195 #include <fbxfilesdk/kfbxplugins/kfbxutilities.h>
00196 #include <fbxfilesdk/kfbxplugins/kfbxvertexcachedeformer.h>
00197 #include <fbxfilesdk/kfbxplugins/kfbxvideo.h>
00198 #include <fbxfilesdk/kfbxplugins/kfbxweightedmapping.h>
00199 
00200 // core
00201 #include <fbxfilesdk/fbxcore/kfbxquery.h>
00202 #include <fbxfilesdk/fbxcore/fbxcollection/kfbxdocumentinfo.h>
00203 #include <fbxfilesdk/fbxcore/fbxcollection/kfbxpropertymap.h>
00204 #include <fbxfilesdk/fbxcore/fbxcollection/kfbxcollection.h>
00205 #include <fbxfilesdk/fbxcore/fbxcollection/kfbxcollectionexclusive.h>
00206 #include <fbxfilesdk/kfbxplugins/kfbxselectionset.h>
00207 #include <fbxfilesdk/kfbxplugins/kfbxselectionnode.h>
00208 #include <fbxfilesdk/kfbxplugins/kfbxdisplaylayer.h>
00209 #include <fbxfilesdk/fbxcore/fbxxref/fbxxref.h>
00210 
00211 // character
00212 #include <fbxfilesdk/kfbxcharacter/kfbxcharacter.h>
00213 #include <fbxfilesdk/kfbxcharacter/kfbxcharacterpose.h>
00214 #include <fbxfilesdk/kfbxcharacter/kfbxcontrolset.h>
00215 
00216 // components
00217 #include <fbxfilesdk/components/kbaselib/kfbx/kfbx.h>
00218 
00219 #include <fbxfilesdk/components/kbaselib/klib/karrayul.h>
00220 #include <fbxfilesdk/components/kbaselib/klib/kdynamicarray.h>
00221 #include <fbxfilesdk/components/kbaselib/klib/kerror.h>
00222 #include <fbxfilesdk/components/kbaselib/klib/kmap.h>
00223 #include <fbxfilesdk/components/kbaselib/klib/kmemory.h>
00224 #include <fbxfilesdk/components/kbaselib/klib/kscopedptr.h>
00225 #include <fbxfilesdk/components/kbaselib/klib/kset.h>
00226 #include <fbxfilesdk/components/kbaselib/klib/kstring.h>
00227 #include <fbxfilesdk/components/kbaselib/klib/ksystemtime.h>
00228 #include <fbxfilesdk/components/kbaselib/klib/ktime.h>
00229 
00230 #include <fbxfilesdk/components/kfcurve/kfcurve.h>
00231 #include <fbxfilesdk/components/kfcurve/kfcurveglobal.h>
00232 #include <fbxfilesdk/components/kfcurve/kfcurvenode.h>
00233 #include <fbxfilesdk/components/kfcurve/kfcurveutils.h>
00234 // Events
00235 #include <fbxfilesdk/kfbxevents/includes.h>
00236 
00237 // Mp
00238 #include <fbxfilesdk/kfbxmp/kfbxmutex.h>
00239 
00240 // Modules
00241 #include <fbxfilesdk/kfbxmodules/includes.h>
00242 
00243 // Processors
00244 #include <fbxfilesdk/fbxprocessors/fbxprocessors.h>
00245 //conventions
00246 #include <fbxfilesdk/kfbxplugins/conventions.h>
00247 
00248 //Scene Reference
00249 #include <fbxfilesdk/kfbxplugins/kfbxreference.h>
00250 
00251 #ifndef MB_FBXSDK
00252     using namespace FBXFILESDK_NAMESPACE;
00253 #endif
00254 
00255 /*
00256     These files, while not directly included here, are still required to use the
00257     FBX SDK, and they are referenced here so that our packaging system pulls them
00258     in into the final distribution directory.
00259 
00260     #include <fbxfilesdk/fbxfilesdk_nsuse.h>
00261 */
00262 
00263 #if defined(_WIN32) || defined(_WIN64)
00264     #pragma pack(pop)
00265 #endif
00266 
00267 #endif // FBXSDK_H
00268