Geant4.10
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Variables
G4RTJpegCoder.hh File Reference
#include "G4RTJpeg.hh"

Go to the source code of this file.

Data Structures

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 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().