00001
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038 #ifndef _FBXFILESDK_H
00039 #define _FBXFILESDK_H
00040
00041 #define FBXFILESDK_NAMESPACE_USE
00042
00043 #if defined(__MACOS__) && !defined(__MACH__)
00044
00045
00046 #ifdef FBXFILESDK_NAMESPACE_USE
00047 #undef FBXFILESDK_NAMESPACE_USE
00048 #endif
00049 #endif
00050
00051
00052 #ifdef FBXFILESDK_NAMESPACE_USE
00053 #ifdef USE_FBXPLUGIN_NAMESPACE //Defined in jamrules.jam
00054 #define FBXFILESDK_NAMESPACE fbxplugins_200901
00055
00056 #define _3DSFTK_NAMESPACE_USE
00057 #define _3DSFTK_NAMESPACE fbxplugins_200901
00058
00059 #define KBASELIB_NAMESPACE_USE
00060 #define KBASELIB_NAMESPACE fbxplugins_200901
00061
00062 #define KCHARACTERDEF_NAMESPACE_USE
00063 #define KCHARACTERDEF_NAMESPACE fbxplugins_200901
00064
00065 #define KFBXOBJECT_NAMESPACE_USE
00066 #define KFBXOBJECT_NAMESPACE fbxplugins_200901
00067
00068 #define KFCURVE_NAMESPACE_USE
00069 #define KFCURVE_NAMESPACE fbxplugins_200901
00070
00071 #define LIBTIFF_NAMESPACE_USE
00072 #define LIBTIFF_NAMESPACE fbxplugins_200901
00073
00074 #define LIBXML_NAMESPACE_USE
00075 #define LIBXML_NAMESPACE fbxplugins_200901
00076
00077 #define MINIZIP_NAMESPACE_USE
00078 #define MINIZIP_NAMESPACE fbxplugins_200901
00079
00080 #define ZLIB_NAMESPACE_USE
00081 #define ZLIB_NAMESPACE fbxplugins_200901
00082
00083 #define BASE_NAMESPACE_USE
00084 #define BASE_NAMESPACE fbxplugins_200901
00085
00086 #define AWCACHE_NAMESPACE_USE
00087 #define AWCACHE_NAMESPACE fbxplugins_200901
00088
00089 #define IFF_NAMESPACE_USE
00090 #define IFF_NAMESPACE fbxplugins_200901
00091
00092 #define COLLADA_NAMESPACE_USE
00093 #define COLLADA_NAMESPACE fbxplugins_200901
00094 #else
00095 #define FBXFILESDK_NAMESPACE fbxsdk_200901
00096
00097 #define _3DSFTK_NAMESPACE_USE
00098 #define _3DSFTK_NAMESPACE fbxsdk_200901
00099
00100 #define KBASELIB_NAMESPACE_USE
00101 #define KBASELIB_NAMESPACE fbxsdk_200901
00102
00103 #define KCHARACTERDEF_NAMESPACE_USE
00104 #define KCHARACTERDEF_NAMESPACE fbxsdk_200901
00105
00106 #define KFBXOBJECT_NAMESPACE_USE
00107 #define KFBXOBJECT_NAMESPACE fbxsdk_200901
00108
00109 #define KFCURVE_NAMESPACE_USE
00110 #define KFCURVE_NAMESPACE fbxsdk_200901
00111
00112 #define LIBTIFF_NAMESPACE_USE
00113 #define LIBTIFF_NAMESPACE fbxsdk_200901
00114
00115 #define LIBXML_NAMESPACE_USE
00116 #define LIBXML_NAMESPACE fbxsdk_200901
00117
00118 #define MINIZIP_NAMESPACE_USE
00119 #define MINIZIP_NAMESPACE fbxsdk_200901
00120
00121 #define ZLIB_NAMESPACE_USE
00122 #define ZLIB_NAMESPACE fbxsdk_200901
00123
00124 #define BASE_NAMESPACE_USE
00125 #define BASE_NAMESPACE fbxsdk_200901
00126
00127 #define AWCACHE_NAMESPACE_USE
00128 #define AWCACHE_NAMESPACE fbxsdk_200901
00129
00130 #define IFF_NAMESPACE_USE
00131 #define IFF_NAMESPACE fbxsdk_200901
00132
00133 #define COLLADA_NAMESPACE_USE
00134 #define COLLADA_NAMESPACE fbxsdk_200901
00135 #endif
00136 #else
00137 #define FBXFILESDK_NAMESPACE
00138 #endif
00139
00140
00141 #endif // _FBXFILESDK_H