ObjectFileHeader Class ReferenceThe class ObjectFileHeader represents the header information of an object file. More...
Inheritance diagram for ObjectFileHeader ![]() ![]()
Detailed DescriptionThe class ObjectFileHeader represents the header information of an object file.It contains information about the object file version, the type of the object file (scene or library) and the object file name. The header have to exists in all object files and should be the first chunk in the file. ObjectFile -- HEADER (mandatory): \begin{verbatim} Offset Size Type Comment --------------------------------------------------------- 0 4 Byte fourcc chunkname 'HEAD' 4 4 Byte int32 size of the chunk 8 4 Byte int32 file version tag 12 4 Byte int32 file type (scene or library) 16 x Byte string scene/library name --------------------------------------------------------- (string is always /0 terminated) \end{verbatim} The file version tag gives the version of the object file specification used. The file type specifies if this is a compiled scene or library file. The scene/library name is the module name given after the 'scene' or the 'library' keyword.
The documentation for this class was generated from the following file:
|
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||