|
void | ug::AbortRun () |
| sets a flag, that the current run shall be aborted during the next call of TerminateAbortedRun()
|
|
void | ug::ClearAbortRunFlag () |
| clears the abort-run-flag.
|
|
bool | ug::InitPaths (const char *argv0) |
| Initializes the pathes of ug::PathProvider.
|
|
void | ug::SetAppsPath (const char *c_strApps) |
|
void | ug::SetAppsPath (const std::string &strApps) |
| Initializes the APPS_PATH of ug::PathProvider.
|
|
void | ug::SetPluginPath (const char *c_strPlugin) |
|
void | ug::SetPluginPath (const std::string &strPlugin) |
| Initializes the PLUGIN_PATH of ug::PathProvider.
|
|
void | ug::SetRootPath (const char *c_strRoot) |
|
void | ug::SetRootPath (const std::string &strRoot) |
| Initializes the paths of ug::PathProvider.
|
|
void | ug::SetScriptPath (const char *c_strScript) |
|
void | ug::SetScriptPath (const std::string &strScript) |
| Initializes the SCRIPT_PATH of ug::PathProvider.
|
|
void | ug::TerminateAbortedRun () |
| Terminates the current run if AbortRun() was called and the abort-run-flag is thus set to true.
|
|
int | ug::UGFinalize () |
| finalizes ug
|
|
void | ug::UGForceExit () |
| Calls UGFinalize and terminates the application.
|
|
UG_API std::string | ug::UGGetVersionString () |
| Returns the version number of the current ug-version.
|
|
int | ug::UGInit (int *argcp, char ***argvp, int parallelOutputProcRank) |
| initializes ug
|
|
bool | ug::UGInitPlugins () |
| Init (if UG_PLUGINS is set) embedded or non-shared plugins.
|
|
void | ug::UGOutputProfileStatsOnExit (bool bEnable) |
| Call with true, if profiling output is desired at the end of the show.
|
|