fbxsdk/core/fbxperipheral.h Source File
         
    
Go to the documentation of this file.
   13 #ifndef _FBXSDK_CORE_PERIPHERAL_H_ 
   14 #define _FBXSDK_CORE_PERIPHERAL_H_ 
   48     virtual void Reset() = 0;
 
   56     virtual bool UnloadContentOf(
FbxObject* pObject) = 0;
 
   64     virtual bool LoadContentOf(
FbxObject* pObject) = 0;
 
   71     virtual bool CanUnloadContentOf(
FbxObject* pObject) = 0;
 
   78     virtual bool CanLoadContentOf(
FbxObject* pObject) = 0;
 
   83     virtual void InitializeConnectionsOf(
FbxObject* pObject) = 0;
 
   88     virtual void UninitializeConnectionsOf(
FbxObject* pObject) = 0;
 
FBX SDK environment definition. 
 
FbxPeripheral * TMPFILE_PERIPHERAL
 
FbxPeripheral * NULL_PERIPHERAL
 
The base class of most FBX objects. 
 
FbxPeripheral is an interface to load/unload content of FbxObject from memory to somewhere you define...