7 #ifndef FITTING_CURVE_H 8 #define FITTING_CURVE_H 11 #include <QGraphicsPathItem> 34 #endif // FITTING_CURVE_H
FittingCurve(const FittingCurveCoefficients &fittingCoef, double xMin, double xMax, bool isLogXTheta, bool isLogYRadius, const Transformation &transformation)
Single constructor.
Curve that overlays the current scene so the regression-fitted curve is visible.
QVector< double > FittingCurveCoefficients
Coefficients x0, x1, ... in y = a0 + a1 * x + a2 * x^2 + ...