Base class for FBX file importer and exporter.
Definition at line 57 of file kfbxio.h.
Public Member Functions
|
| virtual
bool |
Initialize
(const char *pFileName) |
| |
Initializes the object.
|
| virtual
KString |
GetFileName
() |
| |
Returns the file name.
|
Protected Member Functions
|
| |
KFbxIO
(KFbxSdkManager &pManager,
char const *pName) |
| int |
DetectReaderFileFormat
(const char *pFileName) |
| int |
DetectWriterFileFormat
(const char *pFileName) |
Protected Attributes
|
| KError |
mError |
| KString |
mFilename |
| KFbxSdkManager * |
mManager |
| KString |
mMessage |
Error Management
|
| enum |
EError
{
eFILE_CORRUPTED,
eFILE_VERSION_NOT_SUPPORTED_YET,
eFILE_VERSION_NOT_SUPPORTED_ANYMORE,
eFILE_NOT_OPENED,
eFILE_NOT_CREATED,
eOUT_OF_DISK_SPACE,
eUNINITIALIZED_FILENAME,
eUNIDENTIFIED_ERROR,
eINDEX_OUT_OF_RANGE,
ePASSWORD_ERROR,
eEMBEDDED_OUT_OF_SPACE,
eERROR_COUNT
} |
| |
Error identifiers.
More...
|
| KError & |
GetError
() |
| |
Retrieves the error object.
|
| EError |
GetLastErrorID
() const |
| |
Returns the last error code.
|
| const char
* |
GetLastErrorString
() const |
| |
Returns the last error string.
|
| void |
GetMessage
(KString
&pMessage) const |
| |
Returns the warning message from the file
Reader and Writer.
|