27 std::size_t key_cell_count,
28 std::size_t mz_cell_count,
38 : xAxisDataKind(x_axis_data_kind),
39 yAxisDataKind(y_axis_data_kind),
41 xAxisScale(x_axis_scale),
42 yAxisScale(y_axis_scale),
43 zAxisScale(z_axis_scale),
45 keyCellCount(key_cell_count),
46 mzCellCount(mz_cell_count),
48 minKeyValue(min_key_value),
49 maxKeyValue(max_key_value),
51 minMzValue(min_mz_value),
52 maxMzValue(max_mz_value),
54 minZValue(min_z_value),
55 maxZValue(max_z_value)
115 QString text = QString(
"xAxisDataKind: %1 - yAxisDataKind: %2")
119 text += QString(
"xAxisScale: %1 - yAxisScale: %2 - zAxisScale: %3 - ")
124 text += QString(
"keyCellCount: %1 - mzCellCount: %2 - ")
129 "minKeyValue: %8 - maxKeyValue: %9 - minMzValue: %10 - maxMzValue: "
130 "%11 - minZValue: %12 - maxZValue: %13")
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
ColorMapPlotConfig & operator=(const ColorMapPlotConfig &other)