|
Geant4-11
|
#include "G4RTJpeg.hh"Go to the source code of this file.
Data Structures | |
| struct | G4HuffmanCodeTable |
| class | G4JpegCoder |
Variables | |
| const u_char | CSampleF = 0x11 |
| const u_int | JFIFLength = 16 |
| const u_int | JFIFVersion = 0x0102 |
| const u_char | YSampleF = 0x22 |
| const u_char CSampleF = 0x11 |
Definition at line 95 of file G4RTJpegCoder.hh.
Referenced by G4JpegCoder::WriteHeader().
| const u_int JFIFLength = 16 |
Definition at line 92 of file G4RTJpegCoder.hh.
Referenced by G4JpegCoder::WriteHeader().
| const u_int JFIFVersion = 0x0102 |
Definition at line 93 of file G4RTJpegCoder.hh.
Referenced by G4JpegCoder::WriteHeader().
| const u_char YSampleF = 0x22 |
Definition at line 94 of file G4RTJpegCoder.hh.
Referenced by G4JpegCoder::WriteHeader().