Go to the source code of this file.
Functions | |
void | ErrorAndExit (const char *msg, int exitCode) |
Presents an error message to the user and exits the application. | |
void | ErrorMessage (const char *msg) |
Presents an error message to the user. | |
void | ErrorMessage (const char *title, const char *msg) |
Presents an error message to the user. |
Definition in file Error.h.
void ErrorAndExit | ( | const char * | msg, | |
int | exitCode | |||
) |
Presents an error message to the user and exits the application.
[in] | msg | the error message. |
[in] | exitCode | the exit code to use. |
Definition at line 13 of file Error.cpp.
References ErrorMessage().
void ErrorMessage | ( | const char * | title, | |
const char * | msg | |||
) |
void ErrorMessage | ( | const char * | msg | ) |
Presents an error message to the user.
[in] | msg | the error message. |
Definition at line 20 of file Error.cpp.
References ErrorMessage().
Referenced by ShaderProgram::CreateShaderProgram(), ErrorAndExit(), ErrorMessage(), VolumeTexture::Load(), TransferFunctionPlot::Load(), VolumeTexture::LoadRAW(), and TransferFunctionPlot::Save().