#include<kfbxio.h>
List of all members.
Detailed Description
Base class for FBX file import and export.
Definition at line75of filekfbxio.h.
Member Enumeration Documentation
Error identifiers.
- 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
- eSTREAM_OPTIONS_NOT_SET
- eEMBEDDED_OUT_OF_SPACE
Definition at line141of filekfbxio.h.
Member Function Documentation
static void GetCurrentVersion | ( | int& | pMajor, |
| | int& | pMinor, |
| | int& | pRevision | |
| ) | | | [static] |
Get the FBX version number for this version of the FBX SDK.
FBX version numbers start at 5.0.0.
- Parameters:
| pMajor | Version major number. |
| pMinor | Version minor number. |
| pRevision | Version revision number. |
virtual bool Initialize | ( | const char * | pFileName | ) | [virtual] |
Initialize object.
- Parameters:
| pFileName | Name of file to access. |
- Returns:
true
if successful,false
otherwise.
Reimplemented inKFbxExporter, andKFbxImporter.
virtualKStringGetFileName | ( | | ) | [virtual] |
Get the file name.
- Returns:
- Filename or an empty string if the filename has not been set.
virtual void ProgressUpdate | ( | char * | pTitle, |
| | char * | pMessage, |
| | char * | pDetail, |
| | float | pPercentDone | |
| ) | | | [virtual] |
Progress update function.
- Parameters:
| pTitle | Title of status box. |
| pMessage | Description of current file read/write step. |
| pDetail | Additional string appended to previous parameter. |
| pPercentDone | Finished percent of current file read/write. |
Retrieve error object.
- Returns:
- Reference to error object.
Get last error code.
- Returns:
- Last error code.
const char* GetLastErrorString | ( | | ) | const |
Get last error string.
- Returns:
- Textual description of the last error.
void GetMessage | ( | KString& | pMessage | ) | const |
Get warning message from file reader/writer.
- Parameters: