6enum class result_type {
timeseries,
contribution,
distribution,
distribution_set,
timeseries_set,
samples,
predicted_concentration,
elemental_profile_set,
mlrset,
mlr,
matrix,
vector,
vectorset,
mcmc_samples,
timeseries_set_first_symbol,
timeseries_set_all_symbol,
distribution_with_observed,
rangeset,
rangeset_with_observed,
matrix1vs1,
stacked_bar_chart,
vectorset_groups,
dfa_vectorsetset};
Abstract base class providing common serialization and visualization interface.
QString XAxisLabel() const
Get the X-axis label.
bool SetXAxisLabel(const QString &label)
Set the X-axis label.
QString YAxisLabel() const
Get the Y-axis label.
bool SetYAxisLabel(const QString &label)
Set the Y-axis label.
void SetAbsoluteValue(bool val)
void SetShowGraph(bool state)
double YLimit(_range highlow)
bool ShowAsString() const
void setYAxisTitle(const string &title)
void SetXAxisMode(xaxis_mode mode)
ResultItem & operator=(const ResultItem &rhs)
void SetYLimit(_range highlow, const double &value)
void setTableTitle(const string &Title)
void SetName(const string &_name)
Interface * Result() const
void SetResult(Interface *_result)
void SetShowTable(bool state)
void setXAxisTitle(const string &title)
void SetYAxisMode(yaxis_mode mode)
void SetShowAsString(bool value)
void SetType(const result_type &_type)
_range
Enumeration for specifying parameter range bounds.
@ high
Upper bound of the parameter range.
@ distribution_with_observed
@ predicted_concentration
@ timeseries_set_first_symbol
@ timeseries_set_all_symbol