Base class for FBX file importer and exporter.
Definition at line 28 of file fbxiobase.h.
#include <fbxiobase.h>

Public Member Functions | |
| virtual bool | Initialize (const char *pFileName) |
| Initializes the object. | |
| virtual FbxString | GetFileName () |
| Returns the file name. | |
| FbxStatus & | GetStatus () |
| Get the status object containing the success or failure state. | |
Protected Member Functions | |
| virtual void | Construct (const FbxIOBase *pFrom) |
| int | DetectReaderFileFormat (const char *pFileName) |
| int | DetectWriterFileFormat (const char *pFileName) |
Protected Attributes | |
| FbxStatus | mStatus |
| FbxString | mFilename |
| virtual bool Initialize | ( | const char * | pFileName | ) | [virtual] |
Initializes the object.
| pFileName | The name of the file to access. |
True if successful, returns False otherwise. | virtual FbxString GetFileName | ( | ) | [virtual] |
Returns the file name.
| FbxStatus& GetStatus | ( | ) | [inline] |
Get the status object containing the success or failure state.
Definition at line 46 of file fbxiobase.h.
{ return mStatus; }
| virtual void Construct | ( | const FbxIOBase * | pFrom | ) | [protected, virtual] |
| int DetectReaderFileFormat | ( | const char * | pFileName | ) | [protected] |
| int DetectWriterFileFormat | ( | const char * | pFileName | ) | [protected] |
Definition at line 58 of file fbxiobase.h.
Definition at line 59 of file fbxiobase.h.