PGFMagicVersion(3)
| 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 PGFPreHeaderV6 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 104 of file PGFtypes.h.
Member Data Documentation
char PGFMagicVersion::magic[3]
PGF identification = 'PGF'.
Definition at line 105 of file PGFtypes.h.
UINT8 PGFMagicVersion::version
PGF version.
Definition at line 106 of file PGFtypes.h.
Author
Generated automatically by Doxygen for libpgf from the source code.
| Sat Feb 27 2021 | Version 6.14.12 |
