#include
<kfbx.h>
The file version number will be used to select a particular Reader or Writer.
Definition at line 181 of file kfbx.h.
| int | mFileVersion |
| Read only properties (not used for file
write). |
|
| bool | mCreationTimeStampPresent |
| Indicates whether a creation time stamp is
preset. |
|
| kLocalTime | mCreationTimeStamp |
| Indicates whether the mCreationTimeStamp
member variable contains the actual creation time of the file.
|
|
| KString | mCreator |
| Indicates who is the creator of the file Ex:
"FBX SDK/FBX Plugins version 2011.2". |
|
| bool | mIOPlugin |
| Indicates whether the file is created by a
genuine Autodesk plug-in or not. |
|
| bool | mPLE |
| The flag indicates that the header was
created by a personal learning edition (PLE) of FBX. |
|
Constructors and Destructor |
|
| KFbxFileHeaderInfo () | |
| Default constructor. |
|
| virtual | ~KFbxFileHeaderInfo () |
| Destructor. |
|
Public Member |
|
| virtual void | Reset () |
| Reset values to default. |
|
| virtual bool | ReadExtendedHeaderInformation (KFbx *) |
| A derived class can override this function
to read additional information from the file header. |
|
Public Attributes |
|
| KDefaultRenderResolution | mDefaultRenderResolution |
| KDefaultRenderResolution
to handle default resolution values. |
|
Default constructor.
| virtual ~KFbxFileHeaderInfo | ( | ) | [virtual] |
Destructor.
| virtual void Reset | ( | ) | [virtual] |
Reset values to default.
| virtual bool ReadExtendedHeaderInformation | ( | KFbx * | ) | [virtual] |
A derived class can override this function to read additional information from the file header.
KDefaultRenderResolution to handle default resolution values.
| bool mIOPlugin |