18 #ifndef _FBXSDK_DEFINITION_H_ 19 #define _FBXSDK_DEFINITION_H_ 50 #define FBX_SAFE_DELETE(p) {FbxDelete(p);(p)=NULL;} 51 #define FBX_SAFE_DELETE_ARRAY(a) {FbxDeleteArray(a);(a)=NULL;} 52 #define FBX_SAFE_DESTROY(p) if(p){(p)->Destroy();(p)=NULL;} 53 #define FBX_SAFE_FREE(p) if(p){FbxFree(p);(p)=NULL;} Macros to properly support the CRT secure functions.
New operator override templates.
FBX SDK version definition.
Allocation functions definition.
Debugging macros and functions.