10 #include "../exportinmportconfig.h"
14 #include "../mzrange.h"
21 QDataStream &
operator<<(QDataStream &out,
const Trace &trace);
22 QDataStream &
operator>>(QDataStream &out, Trace &trace);
37 const std::vector<std::pair<pappso_double, pappso_double>> &dataPoints);
38 MapTrace(
const std::vector<DataPoint> &dataPoints);
44 size_t initialize(
const std::vector<pappso_double> &xVector,
45 const std::vector<pappso_double> &yVector);
47 size_t initialize(
const std::map<pappso_double, pappso_double> &map);
54 std::vector<pappso_double> firstToVector()
const;
55 std::vector<pappso_double> secondToVector()
const;
58 std::vector<pappso_double> xValues();
59 std::vector<pappso_double> yValues();
61 Trace toTrace()
const;
62 QString toString()
const;