fbxsdk.h Source File

fbxsdk.h
Go to the documentation of this file.
1 /****************************************************************************************
2 
3  Copyright (C) 2015 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 
37 #pragma pack(push, 8) //FBXSDK is compiled with default value (8)
38 
39 #include <fbxsdk/fbxsdk_def.h>
40 
41 #ifndef FBXSDK_NAMESPACE_USING
42  #define FBXSDK_NAMESPACE_USING 1
43 #endif
44 
45 //---------------------------------------------------------------------------------------
46 //Core Base Includes
54 #ifndef FBXSDK_ENV_WINSTORE
56 #endif
68 
69 //---------------------------------------------------------------------------------------
70 //Core Math Includes
77 
78 //---------------------------------------------------------------------------------------
79 //Core Sync Includes
80 #ifndef FBXSDK_ENV_WINSTORE
85 #endif /* !FBXSDK_ENV_WINSTORE */
86 
87 //---------------------------------------------------------------------------------------
88 //Core Includes
89 #include <fbxsdk/core/fbxclassid.h>
92 #ifndef FBXSDK_ENV_WINSTORE
93  #include <fbxsdk/core/fbxmodule.h>
95 #endif /* !FBXSDK_ENV_WINSTORE */
96 #include <fbxsdk/core/fbxmanager.h>
97 #include <fbxsdk/core/fbxobject.h>
99 #ifndef FBXSDK_ENV_WINSTORE
100  #include <fbxsdk/core/fbxplugin.h>
102 #endif /* !FBXSDK_ENV_WINSTORE */
103 #include <fbxsdk/core/fbxproperty.h>
108 #include <fbxsdk/core/fbxquery.h>
110 #ifndef FBXSDK_ENV_WINSTORE
113 #endif /* !FBXSDK_ENV_WINSTORE */
114 #include <fbxsdk/core/fbxxref.h>
115 
116 //---------------------------------------------------------------------------------------
117 //File I/O Includes
123 #include <fbxsdk/fileio/fbxgobo.h>
125 #include <fbxsdk/fileio/fbxiobase.h>
130 
131 //---------------------------------------------------------------------------------------
132 //Scene Includes
142 #include <fbxsdk/scene/fbxlibrary.h>
144 #include <fbxsdk/scene/fbxpose.h>
146 #include <fbxsdk/scene/fbxscene.h>
151 #include <fbxsdk/scene/fbxvideo.h>
152 
153 //---------------------------------------------------------------------------------------
154 //Scene Animation Includes
165 
166 //---------------------------------------------------------------------------------------
167 //Scene Constraint Includes
182 
183 //---------------------------------------------------------------------------------------
184 //Scene Geometry Includes
221 
222 //---------------------------------------------------------------------------------------
223 //Scene Shading Includes
244 
245 //---------------------------------------------------------------------------------------
246 //Utilities Includes
261 
262 //---------------------------------------------------------------------------------------
263 #if defined(FBXSDK_NAMESPACE) && (FBXSDK_NAMESPACE_USING == 1)
264  using namespace FBXSDK_NAMESPACE;
265 #endif
266 
267 #pragma pack(pop)
268 
269 #endif /* _FBXSDK_H_ */
FBX SDK environment definition.
#define FBXSDK_NAMESPACE