Definition in file kfbxsdkmanager.h.
#include <fbxfilesdk/fbxfilesdk_def.h>
#include <fbxfilesdk/kfbxplugins/kfbxobject.h>
#include <fbxfilesdk/kfbxplugins/kfbxmemoryallocator.h>
#include <fbxfilesdk/kfbxplugins/kfbxgeometryconverter.h>
#include <fbxfilesdk/kfbxplugins/kfbxproperty.h>
#include <fbxfilesdk/kfbxplugins/kfbxtypes.h>
#include <fbxfilesdk/kfbxplugins/kfbxlayer.h>
#include <fbxfilesdk/fbxfilesdk_nsbegin.h>
#include <fbxfilesdk/fbxfilesdk_nsend.h>


Go to the source code of this file.
Classes |
|
| class | KFbxSdkManager |
| SDK object manager. More... |
|
Defines |
|
| #define | TAKE_NO_ANIMATION 0 |
| #define | TAKE_DEFAULT -1 |
| #define | TAKE_INVALID -3 |
Typedefs |
|
| typedef KFbxSdkManager | KFbxSdk |
| typedef KFbxSdkManager * | HKFbxSdkManager |
Functions |
|
| template<class T> | |
| int | KFbxGetSrcCount (KFbxSdkManager *pObject) |
| template<class T> | |
| int | KFbxGetSrcCount (KFbxSdkManager *pObject, T const *FBXTYPE) |
| template<class T> | |
| T * | KFbxGetSrc (KFbxSdkManager *pObject, int pIndex=0) |
| template<class T> | |
| T * | KFbxFindSrc (KFbxSdkManager *pObject, char const *pName) |
| #define TAKE_DEFAULT -1 |
Definition at line 764 of file kfbxsdkmanager.h.
| #define TAKE_INVALID -3 |
Definition at line 765 of file kfbxsdkmanager.h.
| #define TAKE_NO_ANIMATION 0 |
Definition at line 763 of file kfbxsdkmanager.h.
| typedef KFbxSdkManager* HKFbxSdkManager |
Definition at line 745 of file kfbxsdkmanager.h.
| typedef KFbxSdkManager KFbxSdk |
Definition at line 743 of file kfbxsdkmanager.h.
| T* KFbxFindSrc | ( | KFbxSdkManager * | pObject, | |
| char const * | pName | |||
| ) | [inline] |
Definition at line 751 of file kfbxsdkmanager.h.
| T* KFbxGetSrc | ( | KFbxSdkManager * | pObject, | |
| int | pIndex = 0 |
|||
| ) | [inline] |
Definition at line 750 of file kfbxsdkmanager.h.
References KFbxSdkManager::GetSrcObject().
| int KFbxGetSrcCount | ( | KFbxSdkManager * | pObject, | |
| T const * | FBXTYPE | |||
| ) | [inline] |
Definition at line 749 of file kfbxsdkmanager.h.
References KFbxSdkManager::GetSrcObjectCount().
| int KFbxGetSrcCount | ( | KFbxSdkManager * | pObject | ) | [inline] |
Definition at line 748 of file kfbxsdkmanager.h.
References KFbxSdkManager::GetSrcObjectCount().