#include <G4RTJpeg.hh>
Public Member Functions | |
G4IndexError (int maxIndex, int errorIndex, const char *mes) | |
Data Fields | |
int | mMaxIndex |
int | mErrorIndex |
const char * | mMessage |
Definition at line 185 of file G4RTJpeg.hh.
G4IndexError::G4IndexError | ( | int | maxIndex, | |
int | errorIndex, | |||
const char * | mes | |||
) | [inline] |
Definition at line 188 of file G4RTJpeg.hh.
00189 {mMaxIndex = maxIndex; mErrorIndex = errorIndex; mMessage = mes;};
Definition at line 191 of file G4RTJpeg.hh.
Definition at line 189 of file G4RTJpeg.hh.
const char* G4IndexError::mMessage |
Definition at line 192 of file G4RTJpeg.hh.