fbxsdk.h

Go to the documentation of this file.
00001 
00004 #ifndef _FbxSdk_h
00005 #define _FbxSdk_h
00006 
00007 /**************************************************************************************
00008 
00009  Copyright © 2001 - 2007 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 #ifndef K_FBXSDK_INTERNALPLUGINS
00068     #ifndef K_PLUGIN
00069         #define K_PLUGIN
00070     #endif
00071 
00072     #ifndef K_FBXSDK
00073         #define K_FBXSDK
00074     #endif
00075 
00076     #ifndef K_FBXSDK_INTERFACE
00077         #define K_FBXSDK_INTERFACE
00078     #endif
00079 
00080     #undef K_DLLIMPORT
00081     #undef K_DLLEXPORT
00082 
00083     // import and export definitions
00084     #if (defined(_MSC_VER) || (defined(__GNUC__) && defined(_WIN32))) && !defined(MB_FBXSDK)
00085         #define K_DLLIMPORT __declspec()
00086         #define K_DLLEXPORT __declspec()
00087     #else 
00088         #define K_DLLIMPORT
00089         #define K_DLLEXPORT
00090     #endif
00091 
00092     #define _K_KAYDARADEF_H
00093     #include <karch/arch.h>
00094 
00095     #ifdef MB_FBXSDK
00096         #define KFBX_DLL
00097         #define KBASELIB_DLL
00098         #define KFCURVE_DLL
00099         #define KFBX_DLL
00100     #endif /* MB_FBXSDK */
00101 #endif
00102 
00103 #ifndef KFBX_DLL 
00104     #define KFBX_DLL K_DLLIMPORT
00105 #endif
00106 
00107 #include <kaydara.h>
00108 
00109 #include <kfbxio/kfbxio.h>
00110 #include <kfbxio/kfbxexporter.h>
00111 #include <kfbxio/kfbximporter.h>
00112 
00113 #include <kfbxio/kfbxstreamoptionsfbx.h>
00114 #include <kfbxio/kfbxstreamoptionsdxf.h>
00115 #include <kfbxio/kfbxstreamoptions3ds.h>
00116 #include <kfbxio/kfbxstreamoptionscollada.h>
00117 #include <kfbxio/kfbxstreamoptionsobj.h>
00118 
00119 #include <kfbxmath/kfbxmatrix.h>
00120 #include <kfbxmath/kfbxquaternion.h>
00121 #include <kfbxmath/kfbxvector2.h>
00122 #include <kfbxmath/kfbxvector4.h>
00123 #include <kfbxmath/kfbxxmatrix.h>
00124 
00125 #include <kfbxplugins/kfbxsdkmanager.h>
00126 #include <kfbxplugins/kfbxmemoryallocator.h>
00127 #include <kfbxplugins/kfbxscene.h>
00128 #include <kfbxplugins/kfbxgloballightsettings.h>
00129 #include <kfbxplugins/kfbxglobalcamerasettings.h>
00130 #include <kfbxplugins/kfbxglobaltimesettings.h>
00131 #include <kfbxplugins/kfbxcolor.h>
00132 #include <kfbxplugins/kfbxnode.h>
00133 #include <kfbxplugins/kfbxnodeattribute.h>
00134 #include <kfbxplugins/kfbxnodeiterator.h>
00135 #include <kfbxplugins/kfbxmarker.h>
00136 #include <kfbxplugins/kfbxcamera.h>
00137 #include <kfbxplugins/kfbxcameraswitcher.h>
00138 #include <kfbxplugins/kfbxlight.h>
00139 #include <kfbxplugins/kfbxopticalreference.h>
00140 #include <kfbxplugins/kfbxskeleton.h>
00141 #include <kfbxplugins/kfbxgeometry.h>
00142 #include <kfbxplugins/kfbxgeometrybase.h>
00143 #include <kfbxplugins/kfbxgeometryconverter.h>
00144 #include <kfbxplugins/kfbxgeometryweightedmap.h>
00145 #include <kfbxplugins/kfbxmesh.h>
00146 #include <kfbxplugins/kfbxnurb.h>
00147 #include <kfbxplugins/kfbxpatch.h>
00148 #include <kfbxplugins/kfbxtexture.h>
00149 #include <kfbxplugins/kfbxsurfacematerial.h>
00150 #include <kfbxplugins/kfbxsurfacelambert.h>
00151 #include <kfbxplugins/kfbxsurfacephong.h>
00152 #include <kfbxplugins/kfbxdeformer.h>
00153 #include <kfbxplugins/kfbxskin.h>
00154 #include <kfbxplugins/kfbxsubdeformer.h>
00155 #include <kfbxplugins/kfbxcluster.h>
00156 #include <kfbxplugins/kfbxshape.h>
00157 #include <kfbxplugins/kfbxtakenode.h>
00158 #include <kfbxplugins/kfbxtakeinfo.h>
00159 #include <kfbxplugins/kfbxpose.h>
00160 #include <kfbxplugins/kfbxnull.h>
00161 #include <kfbxplugins/kfbxthumbnail.h>
00162 #include <kfbxplugins/kfbxsceneinfo.h>
00163 #include <kfbxplugins/kfbxproperty.h>
00164 #include <kfbxplugins/kfbxuserproperty.h>
00165 #include <kfbxplugins/kfbxutilities.h>
00166 #include <kfbxplugins/kfbxvideo.h>
00167 #include <kfbxplugins/kfbxgenericnode.h>
00168 #include <kfbxplugins/kfbxconstraint.h>
00169 #include <kfbxplugins/kfbxconstraintaim.h>
00170 #include <kfbxplugins/kfbxconstraintparent.h>
00171 #include <kfbxplugins/kfbxconstraintposition.h>
00172 #include <kfbxplugins/kfbxconstraintrotation.h>
00173 #include <kfbxplugins/kfbxconstraintscale.h>
00174 #include <kfbxplugins/kfbxconstraintsinglechainik.h>
00175 #include <kfbxplugins/kfbxweightedmapping.h>
00176 #include <kfbxplugins/kfbxnurbscurve.h>
00177 #include <kfbxplugins/kfbxtrimnurbssurface.h>
00178 #include <kfbxplugins/kfbxnurbssurface.h>
00179 #include <kfbxplugins/kfbxiopluginregistry.h>
00180 #include <kfbxplugins/kfbxcache.h>
00181 #include <kfbxplugins/kfbxvertexcachedeformer.h>
00182 #include <kfbxplugins/kfbxrootnodeutility.h>
00183 
00184 #include <kfbxcharacter/kfbxcharacter.h>
00185 #include <kfbxcharacter/kfbxcharacterpose.h>
00186 #include <kfbxcharacter/kfbxcontrolset.h>
00187 #include <kfbxcharacter/kfbxfilterset.h>
00188 
00189 #include <kfcurve/kfcurve.h>
00190 #include <kfcurve/kfcurvenode.h>
00191 #include <kfcurve/kfcurveutils.h>
00192 #ifndef MB_FBXSDK
00193 #include <kfcurve/kfcurve_nsuse.h>
00194 #endif
00195 
00196 #include <klib/karrayul.h>
00197 #include <klib/kerror.h>
00198 #include <klib/kmemory.h>
00199 #include <klib/kstring.h>
00200 #include <klib/ktime.h>
00201 
00202 #ifndef K_FBXSDK_INTERNALPLUGINS
00203     #undef K_DLLIMPORT
00204     #undef K_DLLEXPORT
00205     #undef _K_KAYDARADEF_H
00206 #endif
00207 #include <kaydaradef.h>
00208 
00209 #endif // #ifndef _FbxSdk_h