table of contents
PGFMagicVersion(3) | libpgf | PGFMagicVersion(3) |
NAME¶
PGFMagicVersion - PGF identification and version.
SYNOPSIS¶
#include <PGFtypes.h>
Inherited by PGFPreHeader.
Public Attributes¶
char magic [3]
PGF identification = 'PGF'. UINT8 version
PGF version.
Detailed Description¶
PGF identification and version.
general PGF file structure PGFPreHeader PGFHeader
[PGFPostHeader] LevelLengths Level_n-1 Level_n-2 ... Level_0
PGFPostHeader ::= [ColorTable] [UserData] LevelLengths ::=
UINT32[nLevels]
PGF magic and version (part of PGF pre-header)
Author:
C. Stamm
Definition at line 113 of file PGFtypes.h.
Member Data Documentation¶
char PGFMagicVersion::magic[3]¶
PGF identification = 'PGF'.
Definition at line 114 of file PGFtypes.h.
UINT8 PGFMagicVersion::version¶
PGF version.
Definition at line 115 of file PGFtypes.h.
Author¶
Generated automatically by Doxygen for libpgf from the source code.
Sat Feb 27 2021 | Version 7.21.2 |