Worker thread to do actual work of 2DSA analysis. More...
#include "us_worker_2d.h"
Public Slots | |
void | define_work (WorkPacket2D &) |
Define the work packet for a worker thread. More... | |
void | get_result (WorkPacket2D &) |
Get the results work packet of a completed worker thread. More... | |
void | run () |
Run the worker thread. More... | |
void | flag_abort () |
Set a flag so a worker thread will abort as soon as possible. More... | |
void | forward_progress (int) |
Public slot to forward a progress signal. More... | |
Signals | |
void | work_progress (int) |
void | work_complete (WorkerThread2D *) |
Public Member Functions | |
WorkerThread2D (QObject *parent=0) | |
~WorkerThread2D () | |
Private Member Functions | |
void | calc_residuals (void) |
void | calc_resids_ratio (void) |
long int | max_rss (void) |
Private Attributes | |
long int | maxrss |
double | llim_s |
double | llim_k |
int | thrn |
int | taskx |
int | depth |
int | iter |
int | menmcx |
int | typeref |
int | nscans |
int | npoints |
int | nsolutes |
int | noisflag |
int | dbg_level |
bool | abort |
US_DataIO::EditedData * | edata |
US_DataIO::RawData | sdata |
US_DataIO::RawData | rdata |
US_Model | model |
US_Noise | ri_noise |
US_Noise | ti_noise |
US_Noise | ra_noise |
US_SimulationParameters | simparms |
QList< US_SolveSim::DataSet * > | dsets |
US_SolveSim::Simulation | sim_vals |
US_SolveSim * | solvesim |
US_SolveSim::DataSet | dset_wk |
QVector< US_Solute > | solutes_i |
QVector< US_Solute > | solutes_c |
Worker thread to do actual work of 2DSA analysis.
This class is for each of the individual worker threads that do the actual computational work of 2DSA analysis.
Definition at line 50 of file us_worker_2d.h.
WorkerThread2D::WorkerThread2D | ( | QObject * | parent = 0 | ) |
Definition at line 15 of file us_worker_2d.cpp.
WorkerThread2D::~WorkerThread2D | ( | ) |
Definition at line 26 of file us_worker_2d.cpp.
|
private |
Definition at line 153 of file us_worker_2d.cpp.
|
private |
Definition at line 117 of file us_worker_2d.cpp.
|
slot |
Define the work packet for a worker thread.
workin | Input work definition packet |
Definition at line 41 of file us_worker_2d.cpp.
|
slot |
Set a flag so a worker thread will abort as soon as possible.
Definition at line 111 of file us_worker_2d.cpp.
|
slot |
Public slot to forward a progress signal.
Definition at line 147 of file us_worker_2d.cpp.
|
slot |
Get the results work packet of a completed worker thread.
workout | Output work definition packet |
Definition at line 74 of file us_worker_2d.cpp.
|
private |
|
slot |
Run the worker thread.
Definition at line 99 of file us_worker_2d.cpp.
|
signal |
|
signal |
|
private |
Definition at line 99 of file us_worker_2d.h.
|
private |
Definition at line 97 of file us_worker_2d.h.
|
private |
Definition at line 89 of file us_worker_2d.h.
|
private |
Definition at line 113 of file us_worker_2d.h.
|
private |
Definition at line 110 of file us_worker_2d.h.
|
private |
Definition at line 101 of file us_worker_2d.h.
|
private |
Definition at line 90 of file us_worker_2d.h.
|
private |
Definition at line 85 of file us_worker_2d.h.
|
private |
Definition at line 84 of file us_worker_2d.h.
|
private |
Definition at line 82 of file us_worker_2d.h.
|
private |
Definition at line 91 of file us_worker_2d.h.
|
private |
Definition at line 104 of file us_worker_2d.h.
|
private |
Definition at line 96 of file us_worker_2d.h.
|
private |
Definition at line 94 of file us_worker_2d.h.
|
private |
Definition at line 93 of file us_worker_2d.h.
|
private |
Definition at line 95 of file us_worker_2d.h.
|
private |
Definition at line 107 of file us_worker_2d.h.
|
private |
Definition at line 103 of file us_worker_2d.h.
|
private |
Definition at line 105 of file us_worker_2d.h.
|
private |
Definition at line 102 of file us_worker_2d.h.
|
private |
Definition at line 111 of file us_worker_2d.h.
|
private |
Definition at line 108 of file us_worker_2d.h.
|
private |
Definition at line 116 of file us_worker_2d.h.
|
private |
Definition at line 115 of file us_worker_2d.h.
|
private |
Definition at line 112 of file us_worker_2d.h.
|
private |
Definition at line 88 of file us_worker_2d.h.
|
private |
Definition at line 87 of file us_worker_2d.h.
|
private |
Definition at line 106 of file us_worker_2d.h.
|
private |
Definition at line 92 of file us_worker_2d.h.