Geant4  10.03.p01
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4IndexError Class Reference

#include <G4RTJpeg.hh>

Public Member Functions

 G4IndexError (int maxIndex, int errorIndex, const char *mes)
 

Public Attributes

int mMaxIndex
 
int mErrorIndex
 
const char * mMessage
 

Detailed Description

Definition at line 185 of file G4RTJpeg.hh.

Constructor & Destructor Documentation

G4IndexError::G4IndexError ( int  maxIndex,
int  errorIndex,
const char *  mes 
)
inline

Definition at line 188 of file G4RTJpeg.hh.

189  {mMaxIndex = maxIndex; mErrorIndex = errorIndex; mMessage = mes;};
const char * mMessage
Definition: G4RTJpeg.hh:192
int mErrorIndex
Definition: G4RTJpeg.hh:191

Member Data Documentation

int G4IndexError::mErrorIndex

Definition at line 191 of file G4RTJpeg.hh.

int G4IndexError::mMaxIndex

Definition at line 189 of file G4RTJpeg.hh.

const char* G4IndexError::mMessage

Definition at line 192 of file G4RTJpeg.hh.


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