1 #ifndef EXPORT_X_THETA_VALUES_MERGED_FUNCTIONS_H
2 #define EXPORT_X_THETA_VALUES_MERGED_FUNCTIONS_H
4 #include "DocumentModelExportFormat.h"
5 #include "ExportValuesXOrY.h"
6 #include "Transformation.h"
7 #include "ValuesVectorXOrY.h"
18 const ValuesVectorXOrY &xThetaValuesRaw,
27 void firstSimplestNumberLinear (
double &xThetaFirstSimplestNumber,
29 double &xThetaMax)
const;
30 void firstSimplestNumberLog (
double &xThetaFirstSimplestNumber,
32 double &xThetaMax)
const;
33 ExportValuesXOrY periodicLinear()
const;
34 ExportValuesXOrY periodicLinearGraph (
double xThetaFirstSimplestNumber,
36 double xThetaMax)
const;
37 ExportValuesXOrY periodicLinearScreen (
double xThetaMin,
38 double xThetaMax)
const;
39 ExportValuesXOrY periodicLog()
const;
40 ExportValuesXOrY periodicLogGraph (
double xThetaFirstSimplestNumber,
42 double xThetaMax)
const;
43 ExportValuesXOrY periodicLogScreen (
double xThetaMin,
44 double xThetaMax)
const;
47 const ValuesVectorXOrY m_xThetaValuesRaw;
51 #endif // EXPORT_X_THETA_VALUES_MERGED_FUNCTIONS_H
Creates the set of merged x/theta values for exporting functions, using interpolation.
ExportValuesXOrY xThetaValues() const
Resulting x/theta values for all included functions.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...