ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4RTJpegCoder.hh File Reference
#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
 

Variable Documentation

const u_char CSampleF = 0x11

Definition at line 95 of file G4RTJpegCoder.hh.

View newest version in sPHENIX GitHub at line 95 of file G4RTJpegCoder.hh

Referenced by G4JpegCoder::WriteHeader().

const u_int JFIFLength = 16

Definition at line 92 of file G4RTJpegCoder.hh.

View newest version in sPHENIX GitHub at line 92 of file G4RTJpegCoder.hh

Referenced by G4JpegCoder::WriteHeader().

const u_int JFIFVersion = 0x0102

Definition at line 93 of file G4RTJpegCoder.hh.

View newest version in sPHENIX GitHub at line 93 of file G4RTJpegCoder.hh

Referenced by G4JpegCoder::WriteHeader().

const u_char YSampleF = 0x22

Definition at line 94 of file G4RTJpegCoder.hh.

View newest version in sPHENIX GitHub at line 94 of file G4RTJpegCoder.hh

Referenced by G4JpegCoder::WriteHeader().