FBX C++ API Reference
|
#include <fbxio.h>
FBX header information used at beginning of the FBX file to get or set important values like the file format version number (mFileVersion).
The file version number will be used to select a particular Reader or Writer.
Public Attributes | |
FbxIODefaultRenderResolution | mDefaultRenderResolution |
FbxIODefaultRenderResolution to handle default resolution values. More... | |
Constructors and Destructor | |
FbxIOFileHeaderInfo () | |
Default constructor. More... | |
virtual | ~FbxIOFileHeaderInfo () |
Destructor. More... | |
Public Member | |
virtual void | Reset () |
Reset values to default. More... | |
virtual bool | ReadExtendedHeaderInformation (FbxIO *) |
A derived class can override this function to read additional information from the file header. More... | |
int | mFileVersion |
Read only properties (not used for file write) More... | |
bool | mCreationTimeStampPresent |
Indicates whether a creation time stamp is preset. More... | |
FbxLocalTime | mCreationTimeStamp |
Indicates whether the mCreationTimeStamp member variable contains the actual creation time of the file. More... | |
FbxString | mCreator |
Indicates who is the creator of the file Ex: "FBX SDK/FBX Plugins version 2011.2". More... | |
bool | mIOPlugin |
Indicates whether the file is created by a genuine Autodesk plug-in or not. More... | |
bool | mPLE |
The flag indicates that the header was created by a personal learning edition (PLE) of FBX. More... | |
Default constructor.
|
virtual |
Destructor.
|
virtual |
Reset values to default.
|
virtual |
A derived class can override this function to read additional information from the file header.
FbxIODefaultRenderResolution mDefaultRenderResolution |
FbxIODefaultRenderResolution to handle default resolution values.
int mFileVersion |
bool mCreationTimeStampPresent |
FbxLocalTime mCreationTimeStamp |
FbxString mCreator |
bool mIOPlugin |
bool mPLE |