#include <ProcessStatus.h>
Public Member Functions | |
StatusThreadInfo () | |
Public Attributes | |
double | bestMisfit |
int | deltaNModels |
int | deltaNRejected |
int | deltaTime |
int | lastValidIndex |
int | lastVisitedIndex |
PlotLine2D * | line |
int | nActiveModels |
int | nGiveUp |
int | nr |
int | nRejected |
int | nValidModels |
int | nVisitedModels |
QTime | time |
StatusThreadInfo::StatusThreadInfo | ( | ) | [inline] |
References bestMisfit, deltaNModels, deltaNRejected, lastValidIndex, lastVisitedIndex, line, nActiveModels, nGiveUp, nr, nRejected, nValidModels, and nVisitedModels.
{ nVisitedModels=0; nValidModels=0; nActiveModels=0; nr=0; nGiveUp=0; nRejected=0; deltaNModels=0; deltaNRejected=0; bestMisfit=1e99; lastVisitedIndex=0; lastValidIndex=0; line=0; }
double StatusThreadInfo::bestMisfit |
Referenced by StatusThreadItem::data(), StatusThreadInfo(), and ProcessStatus::updateMisfitCurve().
Referenced by StatusThreadItem::data(), StatusThreadInfo(), and ProcessStatus::synchronize().
Referenced by StatusThreadItem::data(), StatusThreadInfo(), and ProcessStatus::synchronize().
Referenced by StatusThreadItem::data(), and ProcessStatus::synchronize().
Referenced by StatusThreadInfo(), and ProcessStatus::updateMisfitCurve().
Referenced by StatusThreadInfo(), and ProcessStatus::updateMisfitCurve().
Referenced by StatusThreadItem::data(), StatusThreadInfo(), and ProcessStatus::synchronize().
Referenced by StatusThreadItem::data(), StatusThreadInfo(), and ProcessStatus::synchronize().
Referenced by StatusThreadItem::data(), StatusThreadInfo(), and ProcessStatus::synchronize().
Referenced by StatusThreadItem::data(), StatusThreadInfo(), and ProcessStatus::synchronize().
Referenced by StatusThreadItem::data(), StatusThreadInfo(), and ProcessStatus::synchronize().
QTime StatusThreadInfo::time |
Referenced by ProcessStatus::synchronize().