FBX C++ API Reference
fbxsdk.h
Go to the documentation of this file.
1 /****************************************************************************************
2 
3  Copyright (C) 2016 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 #include <fbxsdk/fbxsdk_def.h>
42 
43 #ifndef FBXSDK_NAMESPACE_USING
44  #define FBXSDK_NAMESPACE_USING 1
45 #endif
46 
47 //---------------------------------------------------------------------------------------
48 //Core Base Includes
56 #ifndef FBXSDK_ENV_WINSTORE
58 #endif
70 
71 //---------------------------------------------------------------------------------------
72 //Core Math Includes
79 
80 //---------------------------------------------------------------------------------------
81 //Core Sync Includes
82 #ifndef FBXSDK_ENV_WINSTORE
87 #endif /* !FBXSDK_ENV_WINSTORE */
88 
89 //---------------------------------------------------------------------------------------
90 //Core Includes
91 #include <fbxsdk/core/fbxclassid.h>
94 #ifndef FBXSDK_ENV_WINSTORE
95  #include <fbxsdk/core/fbxmodule.h>
97 #endif /* !FBXSDK_ENV_WINSTORE */
98 #include <fbxsdk/core/fbxmanager.h>
99 #include <fbxsdk/core/fbxobject.h>
101 #ifndef FBXSDK_ENV_WINSTORE
102  #include <fbxsdk/core/fbxplugin.h>
104 #endif /* !FBXSDK_ENV_WINSTORE */
105 #include <fbxsdk/core/fbxproperty.h>
110 #include <fbxsdk/core/fbxquery.h>
112 #ifndef FBXSDK_ENV_WINSTORE
115 #endif /* !FBXSDK_ENV_WINSTORE */
116 #include <fbxsdk/core/fbxxref.h>
117 
118 //---------------------------------------------------------------------------------------
119 //File I/O Includes
125 #include <fbxsdk/fileio/fbxgobo.h>
127 #include <fbxsdk/fileio/fbxiobase.h>
133 
134 //---------------------------------------------------------------------------------------
135 //Scene Includes
136 #include <fbxsdk/scene/fbxaudio.h>
147 #include <fbxsdk/scene/fbxlibrary.h>
150 #include <fbxsdk/scene/fbxpose.h>
152 #include <fbxsdk/scene/fbxscene.h>
157 #include <fbxsdk/scene/fbxvideo.h>
158 
159 //---------------------------------------------------------------------------------------
160 //Scene Animation Includes
171 
172 //---------------------------------------------------------------------------------------
173 //Scene Constraint Includes
188 
189 //---------------------------------------------------------------------------------------
190 //Scene Geometry Includes
227 
228 //---------------------------------------------------------------------------------------
229 //Scene Shading Includes
251 
252 //---------------------------------------------------------------------------------------
253 //Utilities Includes
269 
270 //---------------------------------------------------------------------------------------
271 #if defined(FBXSDK_NAMESPACE) && (FBXSDK_NAMESPACE_USING == 1)
272  using namespace FBXSDK_NAMESPACE;
273 #endif
274 
275 #endif /* _FBXSDK_H_ */
FBX SDK environment definition.
#define FBXSDK_NAMESPACE