| 
    Geant4
    10.02.p01
    
   | 
 
#include "G4RTJpeg.hh"
 Include dependency graph for G4RTJpegCoder.hh:
 This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | G4HuffmanCodeTable | 
| class | G4JpegCoder | 
Variables | |
| const u_int | JFIFLength = 16 | 
| const u_int | JFIFVersion = 0x0102 | 
| const u_char | YSampleF = 0x22 | 
| const u_char | CSampleF = 0x11 | 
| const u_char CSampleF = 0x11 | 
Definition at line 96 of file G4RTJpegCoder.hh.
Referenced by G4JpegCoder::WriteHeader().
| const u_int JFIFLength = 16 | 
Definition at line 93 of file G4RTJpegCoder.hh.
Referenced by G4JpegCoder::WriteHeader().
| const u_int JFIFVersion = 0x0102 | 
Definition at line 94 of file G4RTJpegCoder.hh.
Referenced by G4JpegCoder::WriteHeader().
| const u_char YSampleF = 0x22 | 
Definition at line 95 of file G4RTJpegCoder.hh.
Referenced by G4JpegCoder::WriteHeader().