keeps all functions, variables, parameters, datasets with models and View More...
#include <logic.h>

Public Member Functions | |
| void | reset () |
| reset everything but UserInterface (and related settings) | |
| int | append_dm (Data *data=0) |
| void | remove_dm (int d) |
|
const std::vector < DataAndModel * > & | get_dms () const |
| int | get_dm_count () const |
| DataAndModel * | get_dm (int n) |
| const DataAndModel * | get_dm (int n) const |
| const Data * | get_data (int n) const |
| Data * | get_data (int n) |
| const Model * | get_model (int n) const |
| Model * | get_model (int n) |
| bool | contains_dm (const DataAndModel *p) const |
| int | default_dm () const |
| void | set_default_dm (int n) |
| const SettingsMgr * | settings_mgr () const |
| SettingsMgr * | settings_mgr () |
| const Settings * | get_settings () const |
| const UserInterface * | get_ui () const |
| UserInterface * | get_ui () |
| const FitMethodsContainer * | get_fit_container () const |
| FitMethodsContainer * | get_fit_container () |
| Fit * | get_fit () const |
| const TplateMgr * | get_tpm () const |
| TplateMgr * | get_tpm () |
| void | warn (std::string const &s) const |
| Send warning to UI. | |
| void | rmsg (std::string const &s) const |
| Send implicitely requested message to UI. | |
| void | msg (std::string const &s) const |
| Send message to UI. | |
| void | vmsg (std::string const &s) const |
| Send verbose message to UI. | |
| int | get_verbosity () const |
| UserInterface::Status | exec (const std::string &s) |
| execute command(s) from string | |
| void | import_dataset (int slot, const std::string &filename, const std::string &format, const std::string &options) |
| import dataset (or multiple datasets, in special cases) | |
| void | outdated_plot () |
| void | updated_plot () |
| called after replotting | |
| bool | is_plot_outdated () |
| returns true if the plot should be replotted | |
Public Attributes | |
| View | view |
| double | default_relative_domain_width |
| used for randomly drawing parameter values, in fitting methods like GA | |
keeps all functions, variables, parameters, datasets with models and View
Definition at line 42 of file logic.h.
| void Ftk::outdated_plot | ( | ) |