Plugins
|
Classes | |
struct | ug::Jupyter::Functionality |
struct | ug::Richards::Functionality |
struct | ug::Jupyter::XWidgetRegistryFacade< XWidget > |
Functions | |
void | ug::Jupyter::CrashFct (const string &reason) |
void | ug::Richards::CrashFct (const string &reason) |
void | ug::Jupyter::CrashFctFatal (const string &reason) |
void | ug::Richards::CrashFctFatal (const string &reason) |
void | ug::Richards::RichardsCrashes () |
void | ug::Richards::RichardsCrashesFatal () |
void | ug::Richards::RichardsSaysHello () |
void | ug::Jupyter::XWidgetsCrashes () |
void | ug::Jupyter::XWidgetsCrashesFatal () |
void | ug::Jupyter::XWidgetsSaysHello () |
This is a small sample plugin.
void ug::Jupyter::CrashFct | ( | const string & | reason | ) |
References UG_THROW.
Referenced by ug::Jupyter::XWidgetsCrashes().
void ug::Richards::CrashFct | ( | const string & | reason | ) |
References UG_THROW.
Referenced by ug::Richards::RichardsCrashes().
void ug::Jupyter::CrashFctFatal | ( | const string & | reason | ) |
References UG_THROW.
Referenced by ug::Jupyter::XWidgetsCrashesFatal().
void ug::Richards::CrashFctFatal | ( | const string & | reason | ) |
References UG_THROW.
Referenced by ug::Richards::RichardsCrashesFatal().
void ug::Richards::RichardsCrashes | ( | ) |
References ug::Richards::CrashFct(), UG_CATCH_THROW, and UG_LOG.
void ug::Richards::RichardsCrashesFatal | ( | ) |
References ug::Richards::CrashFctFatal(), UG_CATCH_THROW, and UG_LOG.
void ug::Richards::RichardsSaysHello | ( | ) |
References pcl::ProcRank(), pcl::SynchronizeProcesses(), and UG_LOG.
void ug::Jupyter::XWidgetsCrashes | ( | ) |
References ug::Jupyter::CrashFct(), UG_CATCH_THROW, and UG_LOG.
Referenced by ug::Jupyter::Functionality::Common().
void ug::Jupyter::XWidgetsCrashesFatal | ( | ) |
References ug::Jupyter::CrashFctFatal(), UG_CATCH_THROW, and UG_LOG.
Referenced by ug::Jupyter::Functionality::Common().
void ug::Jupyter::XWidgetsSaysHello | ( | ) |
References pcl::ProcRank(), pcl::SynchronizeProcesses(), and UG_LOG.
Referenced by ug::Jupyter::Functionality::Common().