12 #include "../../types.h"
13 #include "../../utils.h"
14 #include "../../exportinmportconfig.h"
31 std::size_t keyCellCount = 0;
32 std::size_t mzCellCount = 0;
34 double lastMinZFilterThresholdPercentage = 0.0;
35 double lastMaxZFilterThresholdPercentage = 0.0;
37 double minKeyValue = std::numeric_limits<double>::max();
38 double maxKeyValue = std::numeric_limits<double>::min();
40 double minMzValue = std::numeric_limits<double>::max();
41 double maxMzValue = std::numeric_limits<double>::max();
43 double origMinZValue = std::numeric_limits<double>::max();
44 double lastMinZValue = std::numeric_limits<double>::max();
46 double origMaxZValue = std::numeric_limits<double>::min();
47 double lastMaxZValue = std::numeric_limits<double>::min();
60 std::size_t key_cell_count,
61 std::size_t mz_cell_count,
69 double orig_min_z_value,
70 double orig_max_z_value);
74 void setOrigMinZValue(
double value);
75 void setOrigAndLastMinZValue(
double value);
77 void setOrigMaxZValue(
double value);
78 void setOrigAndLastMaxZValue(
double value);
80 QString toString()
const;
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...