|
Engauge Digitizer 2
|
Callback for collecting X/Theta independent variables, for functions, in preparation for exporting. More...
#include <CallbackGatherXThetaValuesFunctions.h>
Public Member Functions | |
| CallbackGatherXThetaValuesFunctions (const DocumentModelExportFormat &modelExport, const QStringList &curveNamesIncluded, const Transformation &transformation) | |
| Single constructor. | |
| CallbackSearchReturn | callback (const QString &curveName, const Point &point) |
| Callback method. | |
| ValuesVectorXOrY | xThetaValuesRaw () const |
| Resulting x/theta values for all included functions. | |
Callback for collecting X/Theta independent variables, for functions, in preparation for exporting.
Definition at line 27 of file CallbackGatherXThetaValuesFunctions.h.
| CallbackGatherXThetaValuesFunctions::CallbackGatherXThetaValuesFunctions | ( | const DocumentModelExportFormat & | modelExport, |
| const QStringList & | curveNamesIncluded, | ||
| const Transformation & | transformation | ||
| ) |
Single constructor.
Definition at line 16 of file CallbackGatherXThetaValuesFunctions.cpp.
| CallbackSearchReturn CallbackGatherXThetaValuesFunctions::callback | ( | const QString & | curveName, |
| const Point & | point | ||
| ) |
Callback method.
Definition at line 39 of file CallbackGatherXThetaValuesFunctions.cpp.
| ValuesVectorXOrY CallbackGatherXThetaValuesFunctions::xThetaValuesRaw | ( | ) | const |
Resulting x/theta values for all included functions.
Definition at line 58 of file CallbackGatherXThetaValuesFunctions.cpp.