Definition in file kfbxsdkmanager.h.
#include <kaydaradef.h>
#include <kaydara.h>
#include <klib/karrayul.h>
#include <klib/kerror.h>
#include <kbaselib_nsuse.h>
#include <kbaselib_forward.h>
#include <kfbxplugins/kfbxmemoryallocator.h>
#include <kfbxplugins/kfbxplug.h>
#include <kfbxplugins/kfbxthumbnail.h>
#include <kfbxplugins/kfbxsceneinfo.h>
#include <kfbxplugins/kfbxgeometryconverter.h>
#include <kfbxplugins/kfbximageconverter.h>
#include <kfbxplugins/kfbxproperty.h>
#include <kfbxplugins/kfbxtypes.h>
#include <kfbxplugins/kfbxobject.h>
#include <kfbxio/kfbxexporter.h>
#include <kfbxio/kfbximporter.h>
#include <kfbxplugins/kfbxlayer.h>
#include <fbxfilesdk_nsbegin.h>
#include <fbxfilesdk_nsend.h>
Include dependency graph for kfbxsdkmanager.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KFbxSdkManager |
SDK object manager The SDK manager is in charge of:
| |
Defines | |
#define | KFBX_DLL K_DLLIMPORT |
Typedefs | |
typedef KFbxCluster | KFbxLink |
typedef KFbxSdkManager * | HKFbxSdkManager |
Functions | |
template<class T> | |
int | KFbxGetSrcCount (KFbxSdkManager *pObject, T const *VC6Dummy=0) |
template<class T> | |
int | KFbxGetSrcCount (KFbxSdkManager *pObject, kFbxClassId pClassId, T const *VC6Dummy=0) |
template<class T> | |
T * | KFbxGetSrc (KFbxSdkManager *pObject, int pIndex=0) |
template<class T> | |
T * | KFbxGetSrc (KFbxSdkManager *pObject, int pIndex, kFbxClassId pClassId) |
template<class T> | |
T * | KFbxFindSrc (KFbxSdkManager *pObject, char const *pName, int pIndex=0) |
template<class T> | |
T * | KFbxFindSrc (KFbxSdkManager *pObject, char const *pName, kFbxClassId pClassId, int pIndex=0) |