Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Data Fields
G4JpegProperty Struct Reference

#include <G4RTJpeg.hh>

Public Member Functions

 G4JpegProperty ()
 

Data Fields

int nRow
 
int nColumn
 
int Dimension
 
int SamplePrecision
 
const char * Comment
 
int Format
 
u_char MajorRevisions
 
u_char MinorRevisions
 
int Units
 
int HDensity
 
int VDensity
 
int HThumbnail
 
int VThumbnail
 
int ExtensionCode
 

Detailed Description

Definition at line 139 of file G4RTJpeg.hh.

Constructor & Destructor Documentation

G4JpegProperty::G4JpegProperty ( )
inline

Definition at line 141 of file G4RTJpeg.hh.

142  :nRow(0)
143  ,nColumn(0)
144  ,Dimension(0)
145  ,SamplePrecision(0)
146  ,Comment(0)
147  ,Format(0)
148  ,MajorRevisions(0)
149  ,MinorRevisions(0)
150  ,Units(0)
151  ,HDensity(0)
152  ,VDensity(0)
153  ,HThumbnail(0)
154  ,VThumbnail(0)
155  ,ExtensionCode(0)
156  {}
u_char MinorRevisions
Definition: G4RTJpeg.hh:164
int SamplePrecision
Definition: G4RTJpeg.hh:160
const char * Comment
Definition: G4RTJpeg.hh:161
u_char MajorRevisions
Definition: G4RTJpeg.hh:163

Field Documentation

const char* G4JpegProperty::Comment

Definition at line 161 of file G4RTJpeg.hh.

Referenced by G4RTJpegMaker::CreateFigureFile(), and G4JpegCoder::WriteHeader().

int G4JpegProperty::Dimension

Definition at line 159 of file G4RTJpeg.hh.

Referenced by G4JpegCoder::SetJpegProperty(), and G4JpegCoder::WriteHeader().

int G4JpegProperty::ExtensionCode

Definition at line 170 of file G4RTJpeg.hh.

Referenced by G4RTJpegMaker::CreateFigureFile().

int G4JpegProperty::Format

Definition at line 162 of file G4RTJpeg.hh.

Referenced by G4JpegCoder::SetJpegProperty().

int G4JpegProperty::HDensity

Definition at line 166 of file G4RTJpeg.hh.

Referenced by G4RTJpegMaker::CreateFigureFile(), and G4JpegCoder::WriteHeader().

int G4JpegProperty::HThumbnail

Definition at line 168 of file G4RTJpeg.hh.

Referenced by G4JpegCoder::SetJpegProperty().

u_char G4JpegProperty::MajorRevisions

Definition at line 163 of file G4RTJpeg.hh.

Referenced by G4JpegCoder::SetJpegProperty().

u_char G4JpegProperty::MinorRevisions

Definition at line 164 of file G4RTJpeg.hh.

Referenced by G4JpegCoder::SetJpegProperty().

int G4JpegProperty::nColumn
int G4JpegProperty::nRow
int G4JpegProperty::SamplePrecision

Definition at line 160 of file G4RTJpeg.hh.

Referenced by G4JpegCoder::SetJpegProperty(), and G4JpegCoder::WriteHeader().

int G4JpegProperty::Units

Definition at line 165 of file G4RTJpeg.hh.

Referenced by G4RTJpegMaker::CreateFigureFile(), and G4JpegCoder::WriteHeader().

int G4JpegProperty::VDensity

Definition at line 167 of file G4RTJpeg.hh.

Referenced by G4RTJpegMaker::CreateFigureFile(), and G4JpegCoder::WriteHeader().

int G4JpegProperty::VThumbnail

Definition at line 169 of file G4RTJpeg.hh.

Referenced by G4JpegCoder::SetJpegProperty().


The documentation for this struct was generated from the following file: