7#ifndef CALLBACK_GATHER_X_THETAS_IN_CURVES_H
8#define CALLBACK_GATHER_X_THETAS_IN_CURVES_H
CallbackSearchReturn
Return values for search callback methods.
const Transformation & transformation() const
Get method for transformation.
QStringList curvesIncluded() const
Get method for included names.
CallbackGatherXThetasAbstractBase(bool firstCurveOnly, bool extrapolateOutsideEndpoints, const QStringList &curvesIncluded, const Transformation &transformation)
Single constructor.
CallbackGatherXThetasInCurves(const DocumentModelExportFormat &modelExport, const QStringList &curvesIncluded, const Transformation &transformation)
Single constructor.
virtual CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...