fbxsdk.h Source File

fbxsdk.h
Go to the documentation of this file.
1 /****************************************************************************************
2 
3  Copyright (C) 2014 Autodesk, Inc.
4  All rights reserved.
5 
6  Use of this software is subject to the terms of the Autodesk license agreement
7  provided at the time of installation or download, or which otherwise accompanies
8  this software in either electronic or hard copy form.
9 
10 ****************************************************************************************/
11 
13 #ifndef _FBXSDK_H_
14 #define _FBXSDK_H_
15 
41 #pragma pack(push, 8) //FBXSDK is compiled with default value (8)
42 
43 #include <fbxsdk/fbxsdk_def.h>
44 
45 #ifndef FBXSDK_NAMESPACE_USING
46  #define FBXSDK_NAMESPACE_USING 1
47 #endif
48 
49 //---------------------------------------------------------------------------------------
50 //Core Base Includes
58 #ifndef FBXSDK_ENV_WINSTORE
60 #endif
72 
73 //---------------------------------------------------------------------------------------
74 //Core Math Includes
81 
82 //---------------------------------------------------------------------------------------
83 //Core Sync Includes
84 #ifndef FBXSDK_ENV_WINSTORE
89 #endif /* !FBXSDK_ENV_WINSTORE */
90 
91 //---------------------------------------------------------------------------------------
92 //Core Includes
93 #include <fbxsdk/core/fbxclassid.h>
96 #ifndef FBXSDK_ENV_WINSTORE
97  #include <fbxsdk/core/fbxmodule.h>
99 #endif /* !FBXSDK_ENV_WINSTORE */
100 #include <fbxsdk/core/fbxmanager.h>
101 #include <fbxsdk/core/fbxobject.h>
103 #ifndef FBXSDK_ENV_WINSTORE
104  #include <fbxsdk/core/fbxplugin.h>
106 #endif /* !FBXSDK_ENV_WINSTORE */
107 #include <fbxsdk/core/fbxproperty.h>
112 #include <fbxsdk/core/fbxquery.h>
114 #ifndef FBXSDK_ENV_WINSTORE
117 #endif /* !FBXSDK_ENV_WINSTORE */
118 #include <fbxsdk/core/fbxxref.h>
119 
120 //---------------------------------------------------------------------------------------
121 //File I/O Includes
127 #include <fbxsdk/fileio/fbxgobo.h>
129 #include <fbxsdk/fileio/fbxiobase.h>
134 
135 //---------------------------------------------------------------------------------------
136 //Scene Includes
146 #include <fbxsdk/scene/fbxlibrary.h>
148 #include <fbxsdk/scene/fbxpose.h>
150 #include <fbxsdk/scene/fbxscene.h>
155 #include <fbxsdk/scene/fbxvideo.h>
156 
157 //---------------------------------------------------------------------------------------
158 //Scene Animation Includes
169 
170 //---------------------------------------------------------------------------------------
171 //Scene Constraint Includes
186 
187 //---------------------------------------------------------------------------------------
188 //Scene Geometry Includes
225 
226 //---------------------------------------------------------------------------------------
227 //Scene Shading Includes
248 
249 //---------------------------------------------------------------------------------------
250 //Utilities Includes
265 
266 //---------------------------------------------------------------------------------------
267 #if defined(FBXSDK_NAMESPACE) && (FBXSDK_NAMESPACE_USING == 1)
268  using namespace FBXSDK_NAMESPACE;
269 #endif
270 
271 #pragma pack(pop)
272 
273 #endif /* _FBXSDK_H_ */
FBX SDK environment definition.
#define FBXSDK_NAMESPACE