
#include "us_ga_init.h"


Public Types | |
| enum | attr_type { ATTR_S, ATTR_K, ATTR_W, ATTR_V, ATTR_D, ATTR_F } |
Public Member Functions | |
| US_GA_Initialize () | |
| Genetic Algorithm Initialize constructor. More... | |
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 Member Functions | |
| bool | eventFilter (QObject *, QEvent *) |
Private Slots | |
| void | update_nisols (double) |
| void | update_wxbuck (double) |
| void | update_hybuck (double) |
| void | update_resolu (double) |
| void | update_xreso (double) |
| void | update_yreso (double) |
| void | update_zfloor (double) |
| void | update_plxmin (double) |
| void | update_plxmax (double) |
| void | update_plymin (double) |
| void | update_plymax (double) |
| void | replot_data (void) |
| void | plot_1dim (void) |
| void | plot_2dim (void) |
| void | plot_3dim (void) |
| void | select_autolim (void) |
| void | select_plot1d (void) |
| void | select_plot2d (void) |
| void | select_plot3d (void) |
| void | select_prefilt (void) |
| void | load_distro (void) |
| void | load_color (void) |
| void | manDrawSb (void) |
| void | checkOverlaps (void) |
| void | autoAssignSb (void) |
| void | resetSb (void) |
| void | save (void) |
| void | reset (void) |
| void | view (void) |
| void | set_limits (void) |
| void | sort_distro (QList< S_Solute > &, bool) |
| void | setBucketPens (void) |
| void | highlight_solute (QwtPlotCurve *) |
| void | highlight_solute (int) |
| void | getMouseDown (const QwtDoublePoint &) |
| void | getMouseUp (const QwtDoublePoint &) |
| void | sclick_sbdata (const QModelIndex &) |
| void | dclick_sbdata (const QModelIndex &) |
| void | newrow_sbdata (int) |
| void | changeBucketRect (int, QRectF &) |
| QwtPlotCurve * | drawBucketRect (int, QRectF) |
| QwtPlotCurve * | drawBucketRect (int, QPointF, QPointF) |
| QwtPlotCurve * | bucketCurveAt (int) |
| void | erase_buckets (bool) |
| void | erase_buckets (void) |
| void | removeSoluteBin (int) |
| void | resetPlotAndList (int) |
| bool | equivalent (double, double, double) |
| void | update_disk_db (bool) |
| void | select_x_axis (int) |
| void | select_y_axis (int) |
| void | build_xy_distro (void) |
| QString | anno_title (int) |
| void | help (void) |
Private Attributes | |
| QLabel * | lb_info1 |
| QLabel * | lb_nisols |
| QLabel * | lb_wxbuck |
| QLabel * | lb_hybuck |
| QLabel * | lb_info2 |
| QLabel * | lb_resolu |
| QLabel * | lb_xreso |
| QLabel * | lb_yreso |
| QLabel * | lb_zfloor |
| QLabel * | lb_autlim |
| QLabel * | lb_plxmin |
| QLabel * | lb_plxmax |
| QLabel * | lb_plymin |
| QLabel * | lb_plymax |
| QListWidget * | lw_sbin_data |
| QTextEdit * | te_pctl_help |
| QTextEdit * | te_status |
| QLineEdit * | le_prefilt |
| US_Help | showHelp |
| QwtCounter * | ct_nisols |
| QwtCounter * | ct_wxbuck |
| QwtCounter * | ct_hybuck |
| QwtCounter * | ct_resolu |
| QwtCounter * | ct_xreso |
| QwtCounter * | ct_yreso |
| QwtCounter * | ct_zfloor |
| QwtCounter * | ct_plxmin |
| QwtCounter * | ct_plxmax |
| QwtCounter * | ct_plymin |
| QwtCounter * | ct_plymax |
| QwtPlot * | data_plot |
| QwtPlotSpectrogram * | d_spectrogram |
| QwtPlotCurve * | pc1 |
| QwtLinearColorMap * | colormap |
| US_PlotPicker * | pick |
| US_Disk_DB_Controls * | dkdb_cntrls |
| US_SoluteData * | soludata |
| QPushButton * | pb_prefilt |
| QPushButton * | pb_lddistr |
| QPushButton * | pb_ldcolor |
| QPushButton * | pb_refresh |
| QPushButton * | pb_mandrsb |
| QPushButton * | pb_shrnksb |
| QPushButton * | pb_ckovrlp |
| QPushButton * | pb_autassb |
| QPushButton * | pb_resetsb |
| QPushButton * | pb_help |
| QPushButton * | pb_close |
| QPushButton * | pb_save |
| QPushButton * | pb_reset |
| QPushButton * | pb_view |
| QCheckBox * | ck_autlim |
| QCheckBox * | ck_1dplot |
| QCheckBox * | ck_2dplot |
| QCheckBox * | ck_3dplot |
| QRadioButton * | rb_x_s |
| QRadioButton * | rb_x_ff0 |
| QRadioButton * | rb_x_mw |
| QRadioButton * | rb_x_vbar |
| QRadioButton * | rb_x_D |
| QRadioButton * | rb_x_f |
| QRadioButton * | rb_y_s |
| QRadioButton * | rb_y_ff0 |
| QRadioButton * | rb_y_mw |
| QRadioButton * | rb_y_vbar |
| QRadioButton * | rb_y_D |
| QRadioButton * | rb_y_f |
| QButtonGroup * | bg_x_axis |
| QButtonGroup * | bg_y_axis |
| QPen * | pickpen |
| QPen | cbukpen |
| QPen | pbukpen |
| QList< S_Solute > | sk_distro |
| QList< S_Solute > | xy_distro |
| QList< S_Solute > * | sdistro |
| QwtDoublePoint | p1 |
| QwtDoublePoint | p2 |
| double | wxbuck |
| double | hybuck |
| double | resolu |
| double | plxmin |
| double | plxmax |
| double | plymin |
| double | plymax |
| double | k_range |
| double | s_range |
| double | xreso |
| double | yreso |
| double | zfloor |
| int | nisols |
| int | nibuks |
| int | mc_iters |
| int | patm_id |
| int | patm_dlay |
| int | plot_dim |
| int | distro_type |
| int | sxset |
| int | psdsiz |
| int | dbg_level |
| int | plot_xy |
| int | attr_x |
| int | attr_y |
| int | attr_z |
| bool | minmax |
| bool | zoom |
| bool | auto_lim |
| bool | monte_carlo |
| bool | rbtn_click |
| bool | runsel |
| bool | latest |
| bool | manbuks |
| bool | is_saved |
| QString | run_name |
| QString | analys_name |
| QString | method |
| QString | xa_title_s |
| QString | xa_title_w |
| QString | ya_title_k |
| QString | ya_title_v |
| QString | xa_title |
| QString | ya_title |
| QString | cmapname |
| QString | dfilname |
| QString | stcmline |
| QString | stdiline |
| QString | stdfline |
| QString | stnpline |
| QString | stfxline |
| QString | mfilter |
| QString | editGUID |
| QStringList | pfilts |
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... | |
Class for displaying model distributions and selecting buckets for use in Genetic Algorithm analysis
Definition at line 29 of file us_ga_init.h.
| Enumerator | |
|---|---|
| ATTR_S | |
| ATTR_K | |
| ATTR_W | |
| ATTR_V | |
| ATTR_D | |
| ATTR_F | |
Definition at line 37 of file us_ga_init.h.
| US_GA_Initialize::US_GA_Initialize | ( | ) |
Genetic Algorithm Initialize constructor.
Definition at line 42 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2323 of file us_ga_init.cpp.
|
privateslot |
Definition at line 741 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2011 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2290 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1994 of file us_ga_init.cpp.
|
privateslot |
Definition at line 703 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1951 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1889 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1861 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2126 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2036 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2057 of file us_ga_init.cpp.
|
protected |
Definition at line 2064 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1790 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1796 of file us_ga_init.cpp.
|
inlineprivateslot |
Definition at line 246 of file us_ga_init.h.
|
privateslot |
Definition at line 1765 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1783 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1501 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1260 of file us_ga_init.cpp.
|
privateslot |
Definition at line 651 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1895 of file us_ga_init.cpp.
|
privateslot |
Definition at line 817 of file us_ga_init.cpp.
|
privateslot |
Definition at line 910 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1000 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2079 of file us_ga_init.cpp.
|
privateslot |
Definition at line 791 of file us_ga_init.cpp.
|
privateslot |
Definition at line 451 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2091 of file us_ga_init.cpp.
|
privateslot |
Definition at line 772 of file us_ga_init.cpp.
|
privateslot |
Definition at line 526 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1901 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1159 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1184 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1209 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1233 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2137 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2214 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2252 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1537 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1747 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1685 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2132 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1113 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1101 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1125 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1119 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1145 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1139 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1077 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1107 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1083 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1089 of file us_ga_init.cpp.
|
privateslot |
Definition at line 1095 of file us_ga_init.cpp.
|
privateslot |
Definition at line 2168 of file us_ga_init.cpp.
|
private |
Definition at line 170 of file us_ga_init.h.
|
private |
Definition at line 155 of file us_ga_init.h.
|
private |
Definition at line 156 of file us_ga_init.h.
|
private |
Definition at line 157 of file us_ga_init.h.
|
private |
Definition at line 161 of file us_ga_init.h.
|
private |
Definition at line 117 of file us_ga_init.h.
|
private |
Definition at line 118 of file us_ga_init.h.
|
private |
Definition at line 121 of file us_ga_init.h.
|
private |
Definition at line 100 of file us_ga_init.h.
|
private |
Definition at line 101 of file us_ga_init.h.
|
private |
Definition at line 102 of file us_ga_init.h.
|
private |
Definition at line 99 of file us_ga_init.h.
|
private |
Definition at line 178 of file us_ga_init.h.
|
private |
Definition at line 78 of file us_ga_init.h.
|
private |
Definition at line 65 of file us_ga_init.h.
|
private |
Definition at line 63 of file us_ga_init.h.
|
private |
Definition at line 71 of file us_ga_init.h.
|
private |
Definition at line 70 of file us_ga_init.h.
|
private |
Definition at line 73 of file us_ga_init.h.
|
private |
Definition at line 72 of file us_ga_init.h.
|
private |
Definition at line 66 of file us_ga_init.h.
|
private |
Definition at line 64 of file us_ga_init.h.
|
private |
Definition at line 67 of file us_ga_init.h.
|
private |
Definition at line 68 of file us_ga_init.h.
|
private |
Definition at line 69 of file us_ga_init.h.
|
private |
Definition at line 76 of file us_ga_init.h.
|
private |
Definition at line 75 of file us_ga_init.h.
|
private |
Definition at line 153 of file us_ga_init.h.
|
private |
Definition at line 179 of file us_ga_init.h.
|
private |
Definition at line 150 of file us_ga_init.h.
|
private |
Definition at line 80 of file us_ga_init.h.
|
private |
Definition at line 186 of file us_ga_init.h.
|
private |
Definition at line 132 of file us_ga_init.h.
|
private |
Definition at line 167 of file us_ga_init.h.
|
private |
Definition at line 138 of file us_ga_init.h.
|
private |
Definition at line 165 of file us_ga_init.h.
|
private |
Definition at line 50 of file us_ga_init.h.
|
private |
Definition at line 44 of file us_ga_init.h.
|
private |
Definition at line 41 of file us_ga_init.h.
|
private |
Definition at line 45 of file us_ga_init.h.
|
private |
Definition at line 42 of file us_ga_init.h.
|
private |
Definition at line 52 of file us_ga_init.h.
|
private |
Definition at line 51 of file us_ga_init.h.
|
private |
Definition at line 54 of file us_ga_init.h.
|
private |
Definition at line 53 of file us_ga_init.h.
|
private |
Definition at line 46 of file us_ga_init.h.
|
private |
Definition at line 43 of file us_ga_init.h.
|
private |
Definition at line 47 of file us_ga_init.h.
|
private |
Definition at line 48 of file us_ga_init.h.
|
private |
Definition at line 49 of file us_ga_init.h.
|
private |
Definition at line 59 of file us_ga_init.h.
|
private |
Definition at line 56 of file us_ga_init.h.
|
private |
Definition at line 166 of file us_ga_init.h.
|
private |
Definition at line 146 of file us_ga_init.h.
|
private |
Definition at line 171 of file us_ga_init.h.
|
private |
Definition at line 185 of file us_ga_init.h.
|
private |
Definition at line 159 of file us_ga_init.h.
|
private |
Definition at line 162 of file us_ga_init.h.
|
private |
Definition at line 145 of file us_ga_init.h.
|
private |
Definition at line 144 of file us_ga_init.h.
|
private |
Definition at line 128 of file us_ga_init.h.
|
private |
Definition at line 129 of file us_ga_init.h.
|
private |
Definition at line 148 of file us_ga_init.h.
|
private |
Definition at line 147 of file us_ga_init.h.
|
private |
Definition at line 91 of file us_ga_init.h.
|
private |
Definition at line 90 of file us_ga_init.h.
|
private |
Definition at line 94 of file us_ga_init.h.
|
private |
Definition at line 93 of file us_ga_init.h.
|
private |
Definition at line 86 of file us_ga_init.h.
|
private |
Definition at line 85 of file us_ga_init.h.
|
private |
Definition at line 88 of file us_ga_init.h.
|
private |
Definition at line 84 of file us_ga_init.h.
|
private |
Definition at line 87 of file us_ga_init.h.
|
private |
Definition at line 96 of file us_ga_init.h.
|
private |
Definition at line 92 of file us_ga_init.h.
|
private |
Definition at line 95 of file us_ga_init.h.
|
private |
Definition at line 89 of file us_ga_init.h.
|
private |
Definition at line 97 of file us_ga_init.h.
|
private |
Definition at line 122 of file us_ga_init.h.
|
private |
Definition at line 77 of file us_ga_init.h.
|
private |
Definition at line 188 of file us_ga_init.h.
|
private |
Definition at line 79 of file us_ga_init.h.
|
private |
Definition at line 120 of file us_ga_init.h.
|
private |
Definition at line 149 of file us_ga_init.h.
|
private |
Definition at line 154 of file us_ga_init.h.
|
private |
Definition at line 135 of file us_ga_init.h.
|
private |
Definition at line 134 of file us_ga_init.h.
|
private |
Definition at line 137 of file us_ga_init.h.
|
private |
Definition at line 136 of file us_ga_init.h.
|
private |
Definition at line 152 of file us_ga_init.h.
|
private |
Definition at line 108 of file us_ga_init.h.
|
private |
Definition at line 109 of file us_ga_init.h.
|
private |
Definition at line 105 of file us_ga_init.h.
|
private |
Definition at line 106 of file us_ga_init.h.
|
private |
Definition at line 104 of file us_ga_init.h.
|
private |
Definition at line 107 of file us_ga_init.h.
|
private |
Definition at line 114 of file us_ga_init.h.
|
private |
Definition at line 115 of file us_ga_init.h.
|
private |
Definition at line 111 of file us_ga_init.h.
|
private |
Definition at line 112 of file us_ga_init.h.
|
private |
Definition at line 110 of file us_ga_init.h.
|
private |
Definition at line 113 of file us_ga_init.h.
|
private |
Definition at line 163 of file us_ga_init.h.
|
private |
Definition at line 133 of file us_ga_init.h.
|
private |
Definition at line 169 of file us_ga_init.h.
|
private |
Definition at line 164 of file us_ga_init.h.
|
private |
Definition at line 139 of file us_ga_init.h.
|
private |
Definition at line 126 of file us_ga_init.h.
|
private |
Definition at line 61 of file us_ga_init.h.
|
private |
Definition at line 124 of file us_ga_init.h.
|
private |
Definition at line 82 of file us_ga_init.h.
|
private |
Definition at line 180 of file us_ga_init.h.
|
private |
Definition at line 182 of file us_ga_init.h.
|
private |
Definition at line 181 of file us_ga_init.h.
|
private |
Definition at line 184 of file us_ga_init.h.
|
private |
Definition at line 183 of file us_ga_init.h.
|
private |
Definition at line 151 of file us_ga_init.h.
|
private |
Definition at line 57 of file us_ga_init.h.
|
private |
Definition at line 58 of file us_ga_init.h.
|
private |
Definition at line 131 of file us_ga_init.h.
|
private |
Definition at line 176 of file us_ga_init.h.
|
private |
Definition at line 172 of file us_ga_init.h.
|
private |
Definition at line 173 of file us_ga_init.h.
|
private |
Definition at line 140 of file us_ga_init.h.
|
private |
Definition at line 125 of file us_ga_init.h.
|
private |
Definition at line 177 of file us_ga_init.h.
|
private |
Definition at line 174 of file us_ga_init.h.
|
private |
Definition at line 175 of file us_ga_init.h.
|
private |
Definition at line 141 of file us_ga_init.h.
|
private |
Definition at line 142 of file us_ga_init.h.
|
private |
Definition at line 160 of file us_ga_init.h.
1.8.3.1-20130324