fbxsdk/fileio/fbxiobase.h Source File
         
    
Go to the documentation of this file.
   13 #ifndef _FBXSDK_FILEIO_IO_BASE_H_ 
   14 #define _FBXSDK_FILEIO_IO_BASE_H_ 
   23 #define FBXSDK_IO_END_NODE_STR "_End" 
   40     virtual bool Initialize(
const char *pFileName, 
int pFileFormat=-1, 
FbxIOSettings* pIOSettings=
NULL);
 
   53 #ifndef DOXYGEN_SHOULD_SKIP_THIS 
   57     int DetectReaderFileFormat(
const char *pFileName);
 
   58     int DetectWriterFileFormat(
const char *pFileName);
 
#define FBXSDK_OBJECT_DECLARE(Class, Parent)
Macro used to declare a new class derived from FbxObject. 
 
FBX SDK environment definition. 
 
Utility class to manipulate strings. 
 
This class facilitates the testing/reporting of errors. 
 
FbxIOSettings is a collection of properties, arranged as a tree, that can be used by FBX file readers...
 
Base class for FBX file importer and exporter. 
 
The base class of most FBX objects. 
 
virtual void Construct(const FbxObject *pFrom)
Optional constructor override, automatically called by default constructor. 
 
FbxStatus & GetStatus()
Get the status object containing the success or failure state.