fbxsdk_compatibility.h File Reference

This reference page is linked to from the following overview topics: FBX SDK 2013, FBX SDK 2012, 2012.2, 2012.1, FBX SDK 2011, Scene Axis and Unit Conversion, Animating a Node.


#include <fbxsdk/fbxsdk_def.h>
#include <fbxsdk/fbxsdk_nsbegin.h>
#include <fbxsdk/fbxsdk_nsend.h>

Go to the source code of this file.

Defines

#define  KFBX_DLL   FBXSDK_DLL
#define  KFBX_DLLEXPORT   FBXSDK_DLLEXPORT
#define  KFBX_DLLIMPORT   FBXSDK_DLLIMPORT
#define  KFBX_SAFE_DELETE(p)   FBX_SAFE_DELETE(p)
#define  KFBX_SAFE_DELETE_ARRAY(p)   FBX_SAFE_DELETE_ARRAY(p)
#define  KFBX_SAFE_DESTROY_OBJECT(p)   FBX_SAFE_DESTROY(p)
#define  K_ASSERT(c)   FBX_ASSERT(c)
#define  K_ASSERT_MSG(c, m)   FBX_ASSERT_MSG(c,m)
#define  K_ASSERT_MSG_NOW(m)   FBX_ASSERT_NOW(m)
#define  K_CHECKRTN(c)   FBX_ASSERT_RETURN(c)
#define  K_CHECKRTNV(c, v)   FBX_ASSERT_RETURN_VALUE(c,v)
#define  K_STATIC_ASSERT(c)   FBX_ASSERT_STATIC(c)
#define  K_FLOAT_EPSILON   FBXSDK_FLOAT_EPSILON
#define  K_DOUBLE_EPSILON   FBXSDK_DOUBLE_EPSILON
#define  KFBXOBJECT_DECLARE(c, p)   FBXSDK_OBJECT_DECLARE(c,p)
#define  KFBXOBJECT_IMPLEMENT(c)   FBXSDK_OBJECT_IMPLEMENT(c)
#define  eBYTE1   eFbxChar
#define  eUBYTE1   eFbxUChar
#define  eSHORT1   eFbxShort
#define  eUSHORT1   eFbxUShort
#define  eUINTEGER1   eFbxUInt
#define  eLONGLONG1   eFbxLongLong
#define  eULONGLONG1   eFbxULongLong
#define  eHALFFLOAT   eFbxHalfFloat
#define  eBOOL1   eFbxBool
#define  eINTEGER1   eFbxInt
#define  eFLOAT1   eFbxFloat
#define  eDOUBLE1   eFbxDouble
#define  eDOUBLE2   eFbxDouble2
#define  eDOUBLE3   eFbxDouble3
#define  eDOUBLE4   eFbxDouble4
#define  eDOUBLE44   eFbxDouble4x4
#define  eENUM   eFbxEnum
#define  eSTRING   eFbxString
#define  eTIME   eFbxTime
#define  eREFERENCE   eFbxReference
#define  eBLOB   eFbxBlob
#define  eDISTANCE   eFbxDistance
#define  eDATETIME   eFbxDateTime
#define  eMAX_TYPES   eFbxTypeCount
#define  eEULER_XYZ   eEulerXYZ
#define  eEULER_XZY   eEulerXZY
#define  eEULER_YZX   eEulerYZX
#define  eEULER_YXZ   eEulerYXZ
#define  eEULER_ZXY   eEulerZXY
#define  eEULER_ZYX   eEulerZYX
#define  eSPHERIC_XYZ   eSphericXYZ
#define  eINHERIT_RrSs   FbxTransform::eInheritRrSs
#define  eINHERIT_RSrs   FbxTransform::eInheritRSrs
#define  eINHERIT_Rrs   FbxTransform::eInheritRrs
#define  eQUATINTERP_OFF   eQuatInterpOff
#define  eQUATINTERP_CLASSIC   eQuatInterpClassic
#define  eQUATINTERP_SLERP   eQuatInterpSlerp
#define  eQUATINTERP_CUBIC   eQuatInterpCubic
#define  eQUATINTERP_TANGENTDEPENDENT   eQuatInterpTangentDependent
#define  eQUATINTERP_NBMODES   eQuatInterpCount
#define  DTNone   FbxUndefinedDT
#define  DTBool   FbxBoolDT
#define  DTInteger   FbxIntDT
#define  DTLongLong   FbxLongLongDT
#define  DTULongLong   FbxULongLongDT
#define  DTFloat   FbxFloatDT
#define  DTDouble   FbxDoubleDT
#define  DTEnum   FbxEnumDT
#define  DTString   FbxStringDT
#define  DTStringList   FbxStringListDT
#define  DTCharPtr   FbxCharPtrDT
#define  DTTime   FbxTimeDT
#define  DTTimeCode   FbxTimeCodeDT
#define  DTCompound   FbxCompoundDT
#define  DTAction   FbxActionDT
#define  DTEvent   FbxEventDT
#define  DTReferenceObject   FbxReferenceObjectDT
#define  DTReferenceProperty   FbxReferencePropertyDT
#define  DTColor3   FbxColor3DT
#define  DTColor4   FbxColor4DT
#define  DTReal   FbxRealDT
#define  DTDouble2   FbxDouble2DT
#define  DTLocalTranslation   FbxLocalTranslationDT
#define  DTLocalRotation   FbxLocalRotationDT
#define  DTLocalScaling   FbxLocalScalingDT
#define  DTTranslation   FbxTranslationDT
#define  DTRotation   FbxRotationDT
#define  DTScaling   FbxScalingDT
#define  DTVector3D   FbxDouble3DT
#define  DTDouble3   FbxDouble3DT
#define  DTQuaternion   FbxQuaternionDT
#define  DTLocalQuaternion   FbxLocalQuaternionDT
#define  DTVisibility   FbxVisibilityDT
#define  DTVector4D   FbxDouble4DT
#define  DTDouble4   FbxDouble4DT
#define  DTIntensity   FbxIntensityDT
#define  DTConeAngle   FbxConeAngleDT
#define  DTFog   FbxFogDT
#define  DTShape   FbxShapeDT
#define  DTFieldOfView   FbxFieldOfViewDT
#define  DTFieldOfViewX   FbxFieldOfViewXDT
#define  DTFieldOfViewY   FbxFieldOfViewYDT
#define  DTOpticalCenterX   FbxOpticalCenterXDT
#define  DTOpticalCenterY   FbxOpticalCenterYDT
#define  DTRoll   FbxRollDT
#define  DTCameraIndex   FbxCameraIndexDT
#define  DTTimeWarp   FbxTimeWarpDT
#define  DTTranslationUV   FbxTranslationUVDT
#define  DTScalingUV   FbxScalingUVDT
#define  DTOrientation   FbxOrientationDT
#define  DTLookAt   FbxLookAtDT
#define  DTOcclusion   FbxOcclusionDT
#define  DTWeight   FbxWeightDT
#define  DTIKReachTranslation   FbxIKReachTranslationDT
#define  DTIKReachRotation   FbxIKReachRotationDT
#define  DTTextureRotation   FbxTextureRotationDT
#define  DTHSB   FbxHSBDT
#define  DTTranslationMatrix   FbxTranslationMatrixDT
#define  DTScalingMatrix   FbxScalingMatrixDT
#define  DTRotationMatrix   FbxRotationMatrixDT
#define  DTTransformMatrix   FbxTransformMatrixDT
#define  DTBlob   FbxBlobDT

Typedefs

typedef void *  kPtr
typedef FbxBool  kBool
typedef FbxChar  kByte
typedef FbxUChar  kUByte
typedef FbxShort  kShort
typedef FbxUShort  kUShort
typedef FbxInt  kInt
typedef FbxUInt  kUInt
typedef FbxLong  kLong
typedef FbxULong  kULong
typedef FbxLongLong  kLongLong
typedef FbxULongLong  kULongLong
typedef FbxFloat  kFloat
typedef FbxDouble  kDouble
typedef FbxHandle  kReference
typedef FbxDouble3  fbxDouble3
typedef FbxInt16  kInt16
typedef FbxUInt16  kUInt16
typedef FbxInt32  kInt32
typedef FbxUInt32  kUInt32
typedef FbxInt64  kInt64
typedef FbxUInt64  kUInt64
typedef FbxCharPtr  kTCharPtr
typedef FbxModule  kLibHandle
typedef FbxPointerFreeGuard  KFbxPointerFreeGuard
typedef FbxError  KError
typedef FbxString  KString
typedef FbxStringList  KStringList
typedef FbxStringCompare  KStringCompare
typedef FbxCharCompare  KCharCompare
typedef FbxCharPtrSet  KCharPtrSet
typedef FbxArray< FbxHandle >  KArrayUL
typedef FbxFolder  KDir
typedef FbxFile  KFile
typedef FbxTime  KTime
typedef FbxTimeSpan  KTimeSpan
typedef FbxSet  KSet
typedef FbxNameHandler  KName
typedef FbxColor  KFbxColor
typedef FbxVector2  KFbxVector2
typedef FbxVector4  KFbxVector4
typedef FbxMatrix  KFbxMatrix
typedef FbxAMatrix  KFbxXMatrix
typedef FbxBlob  fbxBlob
typedef FbxString  fbxString
typedef FbxDateTime  fbxDateTime
typedef FbxClassId  kFbxClassId
typedef FbxObject  KFbxObject
typedef FbxCollection  KFbxCollection
typedef FbxCollectionExclusive  KFbxCollectionExclusive
typedef FbxDataType  KFbxDataType
typedef FbxProperty  KFbxProperty
typedef FbxManager  KFbxSdkManager
typedef FbxNode  KFbxNode
typedef FbxNodeAttribute  KFbxNodeAttribute
typedef FbxCamera  KFbxCamera
typedef FbxCameraSwitcher  KFbxCameraSwitcher
typedef FbxCameraStereo  KFbxCameraStereo
typedef FbxGeometry  KFbxGeometry
typedef FbxGeometryBase  KFbxGeometryBase
typedef FbxLayer  KFbxLayer
typedef FbxLayerElement  KFbxLayerElement
typedef FbxLayerElementArray  KFbxLayerElementArray
typedef FbxLayerElementNormal  KFbxLayerElementNormal
typedef FbxLayerElementMaterial  KFbxLayerElementMaterial
typedef FbxLayerElementVisibility  KFbxLayerElementVisibility
typedef FbxLayerElementVertexColor  KFbxLayerElementVertexColor
typedef FbxLayerElementSmoothing  KFbxLayerElementSmoothing
typedef FbxLayerElementUV  KFbxLayerElementUV
typedef FbxLayerElementPolygonGroup  KFbxLayerElementPolygonGroup
typedef FbxLayerElementTexture  KFbxLayerElementTexture
typedef FbxMesh  KFbxMesh
typedef FbxMarker  KFbxMarker
typedef FbxSkeleton  KFbxSkeleton
typedef FbxNull  KFbxNull
typedef FbxOpticalReference  KFbxOpticalReference
typedef FbxLight  KFbxLight
typedef FbxLine  KFbxLine
typedef FbxNurbs  KFbxNurb
typedef FbxNurbsSurface  KFbxNurbsSurface
typedef FbxNurbsCurve  KFbxNurbsCurve
typedef FbxTrimNurbsSurface  KFbxTrimNurbSurface
typedef FbxPatch  KFbxPatch
typedef FbxTexture  KFbxTexture
typedef FbxFileTexture  KFbxFileTexture
typedef FbxLayeredTexture  KFbxLayeredTexture
typedef FbxProceduralTexture  KFbxProceduralTexture
typedef FbxSurfaceMaterial  KFbxSurfaceMaterial
typedef FbxSurfaceLambert  KFbxSurfaceLambert
typedef FbxSurfacePhong  KFbxSurfacePhong
typedef FbxVideo  KFbxVideo
typedef FbxCache  KFbxCache
typedef FbxVertexCacheDeformer  KFbxVertexCacheDeformer
typedef FbxDeformer  KFbxDeformer
typedef FbxCluster  KFbxCluster
typedef FbxSkin  KFbxSkin
typedef FbxScene  KFbxScene
typedef FbxDocument  KFbxDocument
typedef FbxDocumentInfo  KFbxDocumentInfo
typedef FbxAnimCurve  KFbxAnimCurve
typedef FbxAnimCurveBase  KFbxAnimCurveBase
typedef FbxAnimCurveKey  KFbxAnimCurveKey
typedef FbxAnimCurveNode  KFbxAnimCurveNode
typedef FbxAnimCurveDef  KFbxAnimCurveDef
typedef FbxAnimStack  KFbxAnimStack
typedef FbxAnimLayer  KFbxAnimLayer
typedef FbxAnimEvaluator  KFbxAnimEvaluator
typedef FbxConstraint  KFbxConstraint
typedef FbxConstraintAim  KFbxConstraintAim
typedef FbxConstraintCustom  KFbxConstraintCustom
typedef FbxConstraintParent  KFbxConstraintParent
typedef FbxConstraintPosition  KFbxConstraintPosition
typedef FbxConstraintRotation  KFbxConstraintRotation
typedef FbxConstraintScale  KFbxConstraintScale
typedef FbxConstraintSingleChainIK  KFbxConstraintSingleChainIK
typedef FbxCharacter  KFbxCharacter
typedef FbxCharacterLink  KFbxCharacterLink
typedef FbxCharacterPose  KFbxCharacterPose
typedef FbxControlSet  KFbxControlSet
typedef FbxControlSetPlug  KFbxControlSetPlug
typedef FbxControlSetLink  KFbxControlSetLink
typedef FbxEffector  KFbxEffector
typedef FbxPose  KFbxPose
typedef FbxShape  KFbxShape
typedef FbxBlendShape  KFbxBlendShape
typedef FbxBlendShapeChannel  KFbxBlendShapeChannel
typedef FbxImporter  KFbxImporter
typedef FbxExporter  KFbxExporter
typedef FbxIOSettings  KFbxIOSettings
typedef FbxGlobalSettings  KFbxGlobalSettings
typedef FbxGlobalCameraSettings  KFbxGlobalCameraSettings
typedef FbxGlobalLightSettings  KFbxGlobalLightSettings
typedef FbxGlobalTimeSettings  KFbxGlobalTimeSettings
typedef FbxTakeInfo  KFbxTakeInfo
typedef FbxTakeLayerInfo  KLayerInfo
typedef FbxThumbnail  KFbxThumbnail
typedef FbxPlugin  KFbxPlugin
typedef FbxAxisSystem  KFbxAxisSystem
typedef FbxSystemUnit  KFbxSystemUnit
typedef FbxStatistics  KFbxStatistics
typedef FbxStatisticsFbx  KFbxStatisticsFbx
typedef EFbxRotationOrder  ERotationOrder
typedef EFbxQuatInterpMode  EQuaternionInterpolation
typedef FbxIOFileHeaderInfo  KFbxFileHeaderInfo

Functions

FBX_DEPRECATED void  KFbxUTF8ToWidechar (const char *pInUTF8, wchar_t *&pOutWideChar)
FBX_DEPRECATED void  KFbxWideCharToUTF8 (const wchar_t *pInWideChar, char *&pOutUTF8)
FBX_DEPRECATED void  RemoveChar (FbxString &pString, char pToRemove)
FBX_DEPRECATED void  KRegisterAssertStubFct (FbxAssertProc pAssertProc)
FBX_DEPRECATED KString  kGetTempPath ()
FBX_DEPRECATED KString  KFbxExtractFileName (const char *pFileName, bool pWithExtension)
FBX_DEPRECATED KString  KFbxCleanPath (const char *pFilePath)
FBX_DEPRECATED KString  KFbxExtractFileExtension (const char *pFilePath)
FBX_DEPRECATED KString  KFbxExtractDirectory (const char *pFilePath)
FBX_DEPRECATED void  KTime_SetGlobalTimeMode (KTime::EMode pTimeMode, double pFrameRate=0.0)
FBX_DEPRECATED double  KTime_GetFrameRate (KTime::EMode pTimeMode)
FBX_DEPRECATED kLibHandle  KLibraryGetProc (kLibHandle pLibHandle, const char *pProcName)

Detailed Description

Definition in file fbxsdk_compatibility.h.


Define Documentation

#define KFBX_DLL   FBXSDK_DLL
#define KFBX_DLLEXPORT   FBXSDK_DLLEXPORT
#define KFBX_DLLIMPORT   FBXSDK_DLLIMPORT
#define KFBX_SAFE_DELETE (   p )    FBX_SAFE_DELETE(p)
#define KFBX_SAFE_DELETE_ARRAY (   p )    FBX_SAFE_DELETE_ARRAY(p)
#define KFBX_SAFE_DESTROY_OBJECT (   p )    FBX_SAFE_DESTROY(p)
#define K_ASSERT (   c )    FBX_ASSERT(c)
#define K_ASSERT_MSG (   c,
 
)    FBX_ASSERT_MSG(c,m)
#define K_ASSERT_MSG_NOW (   m )    FBX_ASSERT_NOW(m)
#define K_CHECKRTN (   c )    FBX_ASSERT_RETURN(c)
#define K_CHECKRTNV (   c,
 
)    FBX_ASSERT_RETURN_VALUE(c,v)
#define K_STATIC_ASSERT (   c )    FBX_ASSERT_STATIC(c)
#define K_FLOAT_EPSILON   FBXSDK_FLOAT_EPSILON
#define K_DOUBLE_EPSILON   FBXSDK_DOUBLE_EPSILON
#define KFBXOBJECT_DECLARE (   c,
 
)    FBXSDK_OBJECT_DECLARE(c,p)
#define KFBXOBJECT_IMPLEMENT (   c )    FBXSDK_OBJECT_IMPLEMENT(c)
#define eBYTE1   eFbxChar
#define eUBYTE1   eFbxUChar
#define eSHORT1   eFbxShort
#define eUSHORT1   eFbxUShort
#define eUINTEGER1   eFbxUInt
#define eLONGLONG1   eFbxLongLong
#define eULONGLONG1   eFbxULongLong
#define eHALFFLOAT   eFbxHalfFloat
#define eBOOL1   eFbxBool
#define eINTEGER1   eFbxInt
#define eFLOAT1   eFbxFloat
#define eDOUBLE1   eFbxDouble
#define eDOUBLE2   eFbxDouble2
#define eDOUBLE3   eFbxDouble3
#define eDOUBLE4   eFbxDouble4
#define eDOUBLE44   eFbxDouble4x4
#define eENUM   eFbxEnum
#define eSTRING   eFbxString
#define eTIME   eFbxTime
#define eREFERENCE   eFbxReference
#define eBLOB   eFbxBlob
#define eDISTANCE   eFbxDistance
#define eDATETIME   eFbxDateTime
#define eMAX_TYPES   eFbxTypeCount
#define eEULER_XYZ   eEulerXYZ
#define eEULER_XZY   eEulerXZY
#define eEULER_YZX   eEulerYZX
#define eEULER_YXZ   eEulerYXZ
#define eEULER_ZXY   eEulerZXY
#define eEULER_ZYX   eEulerZYX
#define eSPHERIC_XYZ   eSphericXYZ
#define eINHERIT_RrSs   FbxTransform::eInheritRrSs
#define eINHERIT_RSrs   FbxTransform::eInheritRSrs
#define eINHERIT_Rrs   FbxTransform::eInheritRrs
#define eQUATINTERP_OFF   eQuatInterpOff
#define eQUATINTERP_CLASSIC   eQuatInterpClassic
#define eQUATINTERP_SLERP   eQuatInterpSlerp
#define eQUATINTERP_CUBIC   eQuatInterpCubic
#define eQUATINTERP_TANGENTDEPENDENT   eQuatInterpTangentDependent
#define eQUATINTERP_NBMODES   eQuatInterpCount
#define DTNone   FbxUndefinedDT
#define DTBool   FbxBoolDT
#define DTInteger   FbxIntDT
#define DTLongLong   FbxLongLongDT
#define DTULongLong   FbxULongLongDT
#define DTFloat   FbxFloatDT
#define DTDouble   FbxDoubleDT
#define DTEnum   FbxEnumDT
#define DTString   FbxStringDT
#define DTStringList   FbxStringListDT
#define DTCharPtr   FbxCharPtrDT
#define DTTime   FbxTimeDT
#define DTTimeCode   FbxTimeCodeDT
#define DTCompound   FbxCompoundDT
#define DTAction   FbxActionDT
#define DTEvent   FbxEventDT
#define DTReferenceObject   FbxReferenceObjectDT
#define DTReferenceProperty   FbxReferencePropertyDT
#define DTColor3   FbxColor3DT
#define DTColor4   FbxColor4DT
#define DTReal   FbxRealDT
#define DTDouble2   FbxDouble2DT
#define DTLocalTranslation   FbxLocalTranslationDT
#define DTLocalRotation   FbxLocalRotationDT
#define DTLocalScaling   FbxLocalScalingDT
#define DTTranslation   FbxTranslationDT
#define DTRotation   FbxRotationDT
#define DTScaling   FbxScalingDT
#define DTVector3D   FbxDouble3DT
#define DTDouble3   FbxDouble3DT
#define DTQuaternion   FbxQuaternionDT
#define DTLocalQuaternion   FbxLocalQuaternionDT
#define DTVisibility   FbxVisibilityDT
#define DTVector4D   FbxDouble4DT
#define DTDouble4   FbxDouble4DT
#define DTIntensity   FbxIntensityDT
#define DTConeAngle   FbxConeAngleDT
#define DTFog   FbxFogDT
#define DTShape   FbxShapeDT
#define DTFieldOfView   FbxFieldOfViewDT
#define DTFieldOfViewX   FbxFieldOfViewXDT
#define DTFieldOfViewY   FbxFieldOfViewYDT
#define DTOpticalCenterX   FbxOpticalCenterXDT
#define DTOpticalCenterY   FbxOpticalCenterYDT
#define DTRoll   FbxRollDT
#define DTCameraIndex   FbxCameraIndexDT
#define DTTimeWarp   FbxTimeWarpDT
#define DTTranslationUV   FbxTranslationUVDT
#define DTScalingUV   FbxScalingUVDT
#define DTOrientation   FbxOrientationDT
#define DTLookAt   FbxLookAtDT
#define DTOcclusion   FbxOcclusionDT
#define DTWeight   FbxWeightDT
#define DTIKReachTranslation   FbxIKReachTranslationDT
#define DTIKReachRotation   FbxIKReachRotationDT
#define DTTextureRotation   FbxTextureRotationDT
#define DTHSB   FbxHSBDT
#define DTTranslationMatrix   FbxTranslationMatrixDT
#define DTScalingMatrix   FbxScalingMatrixDT
#define DTRotationMatrix   FbxRotationMatrixDT
#define DTTransformMatrix   FbxTransformMatrixDT
#define DTBlob   FbxBlobDT

Typedef Documentation

typedef void* kPtr
typedef FbxBool kBool
typedef FbxChar kByte
typedef FbxInt kInt
typedef FbxUInt kUInt
typedef FbxLong kLong
typedef FbxHandle kReference
typedef FbxArray<FbxHandle> KArrayUL
typedef FbxFile KFile
typedef FbxTime KTime
typedef FbxSet KSet

Function Documentation

FBX_DEPRECATED void KFbxUTF8ToWidechar ( const char *  pInUTF8,
wchar_t *&  pOutWideChar 
) [inline]

Definition at line 370 of file fbxsdk_compatibility.h.

{ FbxUTF8ToWC(pInUTF8, pOutWideChar); }
FBX_DEPRECATED void KFbxWideCharToUTF8 ( const wchar_t *  pInWideChar,
char *&  pOutUTF8 
) [inline]

Definition at line 371 of file fbxsdk_compatibility.h.

{ FbxWCToUTF8(pInWideChar, pOutUTF8); }
FBX_DEPRECATED void RemoveChar ( FbxString pString,
char  pToRemove 
) [inline]

Definition at line 372 of file fbxsdk_compatibility.h.

{ FbxRemoveChar(pString, pToRemove); }
FBX_DEPRECATED void KRegisterAssertStubFct ( FbxAssertProc  pAssertProc ) [inline]

Definition at line 380 of file fbxsdk_compatibility.h.

{ FbxAssertSetProc(pAssertProc); }
FBX_DEPRECATED KString kGetTempPath ( ) [inline]
FBX_DEPRECATED KString KFbxExtractFileName ( const char *  pFileName,
bool  pWithExtension 
) [inline]

Definition at line 382 of file fbxsdk_compatibility.h.

{ return FbxPathUtils::GetFileName(pFileName, pWithExtension); }
FBX_DEPRECATED KString KFbxCleanPath ( const char *  pFilePath ) [inline]

Definition at line 383 of file fbxsdk_compatibility.h.

{ return FbxPathUtils::Clean(pFilePath); }
FBX_DEPRECATED KString KFbxExtractFileExtension ( const char *  pFilePath ) [inline]

Definition at line 384 of file fbxsdk_compatibility.h.

{ return FbxPathUtils::GetExtensionName(pFilePath); }
FBX_DEPRECATED KString KFbxExtractDirectory ( const char *  pFilePath ) [inline]

Definition at line 385 of file fbxsdk_compatibility.h.

{ return FbxPathUtils::GetFolderName(pFilePath); }
FBX_DEPRECATED void KTime_SetGlobalTimeMode ( KTime::EMode  pTimeMode,
double  pFrameRate = 0.0 
) [inline]

Definition at line 386 of file fbxsdk_compatibility.h.

{ FbxSetGlobalTimeMode(pTimeMode, pFrameRate); }
FBX_DEPRECATED double KTime_GetFrameRate ( KTime::EMode  pTimeMode ) [inline]

Definition at line 387 of file fbxsdk_compatibility.h.

{ return FbxGetFrameRate(pTimeMode); }
FBX_DEPRECATED kLibHandle KLibraryGetProc ( kLibHandle  pLibHandle,
const char *  pProcName 
) [inline]

Definition at line 388 of file fbxsdk_compatibility.h.

{ return FbxModuleGetProc(pLibHandle, pProcName); }