fbxsdk/utils/fbxprocessor.h Source File
         
    
Go to the documentation of this file.
   13 #ifndef _FBXSDK_UTILS_PROCESSOR_H_ 
   14 #define _FBXSDK_UTILS_PROCESSOR_H_ 
   44         bool                    ProcessObject    (
FbxObject *pCollection=0);
 
   50 #ifndef DOXYGEN_SHOULD_SKIP_THIS 
   52     virtual bool                internal_ProcessCollectionBegin (
FbxCollection *pCollection);
 
   53     virtual bool                internal_ProcessCollectionEnd   (
FbxCollection *pCollection);
 
   54     virtual bool                internal_ProcessObject          (
FbxObject*  pObject);
 
   55     virtual bool                internal_ProcessCollection      (
FbxCollection* pCollection);
 
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject. 
 
FBX SDK environment definition. 
 
The base class of most FBX objects. 
 
The class and its derived classes(e.g. 
 
A FbxObject derived container for FbxObject.