#include "us_fematch.h"
Public Slots | |
void | thread_progress (int, int) |
void | thread_complete (int) |
void | simulate (void) |
Public Member Functions | |
US_FeMatch () | |
US_DataIO::EditedData * | fem_editdata () |
US_DataIO::RawData * | fem_simdata () |
QList< int > * | fem_excllist () |
US_Model * | fem_model () |
US_Noise * | fem_ti_noise () |
US_Noise * | fem_ri_noise () |
QPointer< US_ResidsBitmap > | fem_resbmap () |
Public Member Functions inherited from US_Widgets | |
US_Widgets (bool=true, QWidget *p=0, Qt::WindowFlags f=0) | |
~US_Widgets (void) | |
QLabel * | us_label (const QString &, int=0, int=QFont::Bold) |
QLabel * | us_textlabel (const QString &, int=-1, int=QFont::Bold) |
QLabel * | us_banner (const QString &, int=0, int=QFont::Bold) |
QPushButton * | us_pushbutton (const QString &, bool=true, int=0) |
QTextEdit * | us_textedit (void) |
QLineEdit * | us_lineedit (const QString &=0, int=-1, bool=false) |
void | us_setReadOnly (QLineEdit *, bool=true) |
void | us_setReadOnly (QTextEdit *, bool=true) |
QListWidget * | us_listwidget (int=0) |
QGridLayout * | us_checkbox (const QString &, QCheckBox *&, bool=false) |
QGridLayout * | us_radiobutton (const QString &text, QRadioButton *&rb, bool state=false) |
QProgressBar * | us_progressBar (int, int, int=0) |
QComboBox * | us_comboBox (void) |
QLCDNumber * | us_lcd (int, int=0) |
QwtCounter * | us_counter (int, double, double, double=0.0) |
QwtPlot * | us_plot (const QString &, const QString &=QString(), const QString &=QString()) |
QwtPlotGrid * | us_grid (QwtPlot *) |
QwtPlotCurve * | us_curve (QwtPlot *, const QString &) |
QwtPlotPicker * | us_picker (QwtPlot *) |
QTabWidget * | us_tabwidget (int=0, int=QFont::Bold) |
void | write_plot (const QString &, const QwtPlot *) |
Write a plot file (PNG or SVG+PNG) from a plot. More... | |
int | clean_etc_dir (bool=false) |
Clean install and work ./etc directories. More... | |
Protected Attributes | |
QList< int > | excludedScans |
QStringList | triples |
QVector< US_DataIO::EditedData > | dataList |
QVector< US_DataIO::RawData > | rawList |
QVector< QVector< double > > | resids |
QVector< QList< int > > | allExcls |
US_Math2::SolutionData | solution |
US_Help | showHelp |
double | density |
double | viscosity |
double | vbar |
double | compress |
bool | manual |
QBoxLayout * | mainLayout |
QBoxLayout * | leftLayout |
QBoxLayout * | rightLayout |
QBoxLayout * | buttonLayout |
QBoxLayout * | progressLayout |
QGridLayout * | analysisLayout |
QGridLayout * | runInfoLayout |
QGridLayout * | parameterLayout |
QGridLayout * | controlsLayout |
QProgressBar * | progress |
US_Plot * | plotLayout1 |
US_Plot * | plotLayout2 |
QwtPlot * | data_plot1 |
QwtPlot * | data_plot2 |
Private Slots | |
void | load (void) |
void | data_plot (void) |
void | save_data (void) |
void | details (void) |
void | reset (void) |
void | advanced (void) |
void | adv_dmga (void) |
void | plot3d (void) |
void | plotres (void) |
void | update (int) |
void | load_model (void) |
void | distrib_type (void) |
void | simulate_model (void) |
void | view_report (void) |
void | exclude (void) |
void | adjust_model (void) |
void | reset_excludes (void) |
void | exclude_from (double) |
void | exclude_to (double) |
void | comp_number (double) |
void | component_values (int) |
QStringList | last_edit_files (QStringList) |
int | type_distrib (void) |
void | distrib_plot_stick (int) |
void | distrib_plot_2d (int) |
void | distrib_plot_resids (void) |
void | load_noise (void) |
double | interp_sval (double, double *, double *, int) |
void | write_report (QTextStream &) |
QString | indent (int) const |
QString | text_model (US_Model, int) |
double | calc_baseline (int) const |
void | calc_residuals (void) |
void | close_all (void) |
QString | table_row (const QString &, const QString &) const |
QString | table_row (const QString &, const QString &, const QString &) const |
QString | table_row (const QString &, const QString &, const QString &, const QString &, const QString &) const |
QString | table_row (const QString &, const QString &, const QString &, const QString &, const QString &, const QString &, const QString &) const |
QString | html_header (QString, QString, US_DataIO::EditedData *) |
QString | data_details (void) const |
QString | hydrodynamics (void) const |
QString | scan_info (void) const |
QString | distrib_info (void) |
void | model_table (QString) |
void | set_progress (const QString) |
void | update_disk_db (bool) |
void | write_plot (const QString &, const QwtPlot *) |
bool | mkdir (const QString &, const QString &) |
void | new_triple (int) |
void | get_solution (void) |
void | updateSolution (US_Solution) |
void | update_progress (int) |
void | reportFilesToDB (QStringList &) |
void | show_results (void) |
void | update_filelist (QStringList &, const QString) |
void | curmod_clicked (bool) |
void | modbtn_clicked (bool) |
void | next_model (void) |
void | update_mc_model (void) |
void | help (void) |
Additional Inherited Members | |
Static Public Member Functions inherited from US_Widgets | |
static QFont | fixedFont (void) |
Public Attributes inherited from US_Widgets | |
US_Global | g |
Connect to global memory and make the values accessible. More... | |
QPalette | vlgray |
Very light gray palette for read-only line edits. More... | |
Definition at line 32 of file us_fematch.h.
US_FeMatch::US_FeMatch | ( | ) |
Definition at line 44 of file us_fematch.cpp.
|
privateslot |
Definition at line 1808 of file us_fematch.cpp.
|
privateslot |
Definition at line 1698 of file us_fematch.cpp.
|
privateslot |
Definition at line 1688 of file us_fematch.cpp.
|
privateslot |
Definition at line 2351 of file us_fematch.cpp.
|
privateslot |
Definition at line 2445 of file us_fematch.cpp.
|
privateslot |
Definition at line 2526 of file us_fematch.cpp.
|
privateslot |
Definition at line 2307 of file us_fematch.cpp.
|
privateslot |
Definition at line 2293 of file us_fematch.cpp.
|
privateslot |
Definition at line 3706 of file us_fematch.cpp.
|
privateslot |
Definition at line 2608 of file us_fematch.cpp.
|
privateslot |
Definition at line 730 of file us_fematch.cpp.
|
privateslot |
Definition at line 582 of file us_fematch.cpp.
|
privateslot |
Definition at line 2773 of file us_fematch.cpp.
|
privateslot |
Definition at line 1462 of file us_fematch.cpp.
|
privateslot |
Definition at line 1591 of file us_fematch.cpp.
|
privateslot |
Definition at line 1373 of file us_fematch.cpp.
|
privateslot |
Definition at line 1322 of file us_fematch.cpp.
|
privateslot |
Definition at line 1289 of file us_fematch.cpp.
|
privateslot |
Definition at line 1255 of file us_fematch.cpp.
|
privateslot |
Definition at line 1272 of file us_fematch.cpp.
US_DataIO::EditedData * US_FeMatch::fem_editdata | ( | ) |
Definition at line 412 of file us_fematch.cpp.
QList< int > * US_FeMatch::fem_excllist | ( | ) |
Definition at line 415 of file us_fematch.cpp.
US_Model * US_FeMatch::fem_model | ( | ) |
Definition at line 421 of file us_fematch.cpp.
QPointer< US_ResidsBitmap > US_FeMatch::fem_resbmap | ( | ) |
Definition at line 430 of file us_fematch.cpp.
US_Noise * US_FeMatch::fem_ri_noise | ( | ) |
Definition at line 427 of file us_fematch.cpp.
US_DataIO::RawData * US_FeMatch::fem_simdata | ( | ) |
Definition at line 418 of file us_fematch.cpp.
US_Noise * US_FeMatch::fem_ti_noise | ( | ) |
Definition at line 424 of file us_fematch.cpp.
|
privateslot |
Definition at line 3351 of file us_fematch.cpp.
|
inlineprivateslot |
Definition at line 243 of file us_fematch.h.
|
privateslot |
Definition at line 2578 of file us_fematch.cpp.
|
privateslot |
Definition at line 2697 of file us_fematch.cpp.
|
privateslot |
Definition at line 2538 of file us_fematch.cpp.
|
privateslot |
Definition at line 2313 of file us_fematch.cpp.
|
privateslot |
Definition at line 2247 of file us_fematch.cpp.
|
privateslot |
Definition at line 433 of file us_fematch.cpp.
|
privateslot |
Definition at line 1737 of file us_fematch.cpp.
|
privateslot |
Definition at line 1879 of file us_fematch.cpp.
|
privateslot |
Definition at line 3313 of file us_fematch.cpp.
|
privateslot |
Definition at line 3719 of file us_fematch.cpp.
|
privateslot |
Definition at line 3619 of file us_fematch.cpp.
|
privateslot |
Definition at line 3329 of file us_fematch.cpp.
|
privateslot |
Definition at line 3728 of file us_fematch.cpp.
|
privateslot |
Definition at line 1709 of file us_fematch.cpp.
|
privateslot |
Definition at line 1723 of file us_fematch.cpp.
|
privateslot |
Definition at line 3552 of file us_fematch.cpp.
|
privateslot |
Definition at line 3456 of file us_fematch.cpp.
|
privateslot |
Definition at line 3435 of file us_fematch.cpp.
|
privateslot |
Definition at line 982 of file us_fematch.cpp.
|
privateslot |
Definition at line 2739 of file us_fematch.cpp.
|
privateslot |
Definition at line 3339 of file us_fematch.cpp.
|
privateslot |
Definition at line 2193 of file us_fematch.cpp.
|
slot |
Definition at line 3764 of file us_fematch.cpp.
|
privateslot |
Definition at line 1978 of file us_fematch.cpp.
|
privateslot |
Definition at line 2544 of file us_fematch.cpp.
|
privateslot |
Definition at line 2550 of file us_fematch.cpp.
|
privateslot |
Definition at line 2558 of file us_fematch.cpp.
|
privateslot |
Definition at line 2567 of file us_fematch.cpp.
|
privateslot |
Definition at line 2365 of file us_fematch.cpp.
|
slot |
Definition at line 3593 of file us_fematch.cpp.
|
slot |
Definition at line 3582 of file us_fematch.cpp.
|
privateslot |
Definition at line 3519 of file us_fematch.cpp.
|
privateslot |
Definition at line 595 of file us_fematch.cpp.
|
privateslot |
Definition at line 3345 of file us_fematch.cpp.
|
privateslot |
Definition at line 3697 of file us_fematch.cpp.
|
privateslot |
Definition at line 3744 of file us_fematch.cpp.
|
privateslot |
Definition at line 3429 of file us_fematch.cpp.
|
privateslot |
Definition at line 3386 of file us_fematch.cpp.
|
privateslot |
Definition at line 1235 of file us_fematch.cpp.
|
privateslot |
Definition at line 3245 of file us_fematch.cpp.
|
privateslot |
Definition at line 2340 of file us_fematch.cpp.
|
private |
Definition at line 164 of file us_fematch.h.
|
private |
Definition at line 156 of file us_fematch.h.
|
protected |
Definition at line 252 of file us_fematch.h.
|
protected |
Definition at line 272 of file us_fematch.h.
|
private |
Definition at line 158 of file us_fematch.h.
|
private |
Definition at line 119 of file us_fematch.h.
|
protected |
Definition at line 269 of file us_fematch.h.
|
private |
Definition at line 126 of file us_fematch.h.
|
private |
Definition at line 70 of file us_fematch.h.
|
private |
Definition at line 121 of file us_fematch.h.
|
private |
Definition at line 120 of file us_fematch.h.
|
protected |
Definition at line 261 of file us_fematch.h.
|
protected |
Definition at line 275 of file us_fematch.h.
|
private |
Definition at line 80 of file us_fematch.h.
|
private |
Definition at line 79 of file us_fematch.h.
|
private |
Definition at line 81 of file us_fematch.h.
|
private |
Definition at line 83 of file us_fematch.h.
|
protected |
Definition at line 283 of file us_fematch.h.
|
protected |
Definition at line 284 of file us_fematch.h.
|
private |
Definition at line 118 of file us_fematch.h.
|
protected |
Definition at line 249 of file us_fematch.h.
|
private |
Definition at line 116 of file us_fematch.h.
|
private |
Definition at line 111 of file us_fematch.h.
|
private |
Definition at line 84 of file us_fematch.h.
|
protected |
Definition at line 258 of file us_fematch.h.
|
private |
Definition at line 131 of file us_fematch.h.
|
private |
Definition at line 87 of file us_fematch.h.
|
private |
Definition at line 137 of file us_fematch.h.
|
private |
Definition at line 136 of file us_fematch.h.
|
private |
Definition at line 130 of file us_fematch.h.
|
private |
Definition at line 159 of file us_fematch.h.
|
private |
Definition at line 154 of file us_fematch.h.
|
protected |
Definition at line 244 of file us_fematch.h.
|
private |
Definition at line 122 of file us_fematch.h.
|
private |
Definition at line 134 of file us_fematch.h.
|
private |
Definition at line 85 of file us_fematch.h.
|
private |
Definition at line 117 of file us_fematch.h.
|
private |
Definition at line 171 of file us_fematch.h.
|
private |
Definition at line 123 of file us_fematch.h.
|
private |
Definition at line 166 of file us_fematch.h.
|
private |
Definition at line 55 of file us_fematch.h.
|
private |
Definition at line 56 of file us_fematch.h.
|
private |
Definition at line 54 of file us_fematch.h.
|
private |
Definition at line 64 of file us_fematch.h.
|
private |
Definition at line 61 of file us_fematch.h.
|
private |
Definition at line 58 of file us_fematch.h.
|
private |
Definition at line 65 of file us_fematch.h.
|
private |
Definition at line 60 of file us_fematch.h.
|
private |
Definition at line 59 of file us_fematch.h.
|
private |
Definition at line 66 of file us_fematch.h.
|
private |
Definition at line 63 of file us_fematch.h.
|
private |
Definition at line 62 of file us_fematch.h.
|
protected |
Definition at line 267 of file us_fematch.h.
|
private |
Definition at line 108 of file us_fematch.h.
|
protected |
Definition at line 266 of file us_fematch.h.
|
protected |
Definition at line 263 of file us_fematch.h.
|
private |
Definition at line 114 of file us_fematch.h.
|
private |
Definition at line 132 of file us_fematch.h.
|
private |
Definition at line 143 of file us_fematch.h.
|
private |
Definition at line 144 of file us_fematch.h.
|
private |
Definition at line 145 of file us_fematch.h.
|
private |
Definition at line 149 of file us_fematch.h.
|
private |
Definition at line 112 of file us_fematch.h.
|
protected |
Definition at line 274 of file us_fematch.h.
|
private |
Definition at line 96 of file us_fematch.h.
|
private |
Definition at line 95 of file us_fematch.h.
|
private |
Definition at line 101 of file us_fematch.h.
|
private |
Definition at line 90 of file us_fematch.h.
|
private |
Definition at line 94 of file us_fematch.h.
|
private |
Definition at line 103 of file us_fematch.h.
|
private |
Definition at line 100 of file us_fematch.h.
|
private |
Definition at line 89 of file us_fematch.h.
|
private |
Definition at line 105 of file us_fematch.h.
|
private |
Definition at line 77 of file us_fematch.h.
|
private |
Definition at line 97 of file us_fematch.h.
|
private |
Definition at line 98 of file us_fematch.h.
|
private |
Definition at line 99 of file us_fematch.h.
|
private |
Definition at line 104 of file us_fematch.h.
|
private |
Definition at line 102 of file us_fematch.h.
|
private |
Definition at line 93 of file us_fematch.h.
|
private |
Definition at line 106 of file us_fematch.h.
|
private |
Definition at line 91 of file us_fematch.h.
|
private |
Definition at line 92 of file us_fematch.h.
|
protected |
Definition at line 279 of file us_fematch.h.
|
protected |
Definition at line 280 of file us_fematch.h.
|
protected |
Definition at line 277 of file us_fematch.h.
|
protected |
Definition at line 270 of file us_fematch.h.
|
protected |
Definition at line 250 of file us_fematch.h.
|
private |
Definition at line 72 of file us_fematch.h.
|
private |
Definition at line 73 of file us_fematch.h.
|
private |
Definition at line 74 of file us_fematch.h.
|
private |
Definition at line 75 of file us_fematch.h.
|
private |
Definition at line 153 of file us_fematch.h.
|
private |
Definition at line 138 of file us_fematch.h.
|
protected |
Definition at line 251 of file us_fematch.h.
|
private |
Definition at line 155 of file us_fematch.h.
|
private |
Definition at line 146 of file us_fematch.h.
|
protected |
Definition at line 268 of file us_fematch.h.
|
private |
Definition at line 160 of file us_fematch.h.
|
private |
Definition at line 125 of file us_fematch.h.
|
private |
Definition at line 129 of file us_fematch.h.
|
protected |
Definition at line 273 of file us_fematch.h.
|
private |
Definition at line 110 of file us_fematch.h.
|
private |
Definition at line 139 of file us_fematch.h.
|
protected |
Definition at line 256 of file us_fematch.h.
|
private |
Definition at line 170 of file us_fematch.h.
|
protected |
Definition at line 254 of file us_fematch.h.
|
private |
Definition at line 148 of file us_fematch.h.
|
private |
Definition at line 151 of file us_fematch.h.
|
private |
Definition at line 162 of file us_fematch.h.
|
private |
Definition at line 68 of file us_fematch.h.
|
private |
Definition at line 113 of file us_fematch.h.
|
private |
Definition at line 147 of file us_fematch.h.
|
private |
Definition at line 169 of file us_fematch.h.
|
protected |
Definition at line 248 of file us_fematch.h.
|
private |
Definition at line 168 of file us_fematch.h.
|
protected |
Definition at line 260 of file us_fematch.h.
|
protected |
Definition at line 259 of file us_fematch.h.
|
private |
Definition at line 127 of file us_fematch.h.
|
private |
Definition at line 128 of file us_fematch.h.
|
private |
Definition at line 141 of file us_fematch.h.