#include <fbxiobase.h>
Base class for FBX file importer and exporter.
Definition at line 28 of file 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. |
|
| 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; }