7 #ifndef EXPORT_X_THETA_VALUES_MERGED_FUNCTIONS_H
8 #define EXPORT_X_THETA_VALUES_MERGED_FUNCTIONS_H
10 #include "DocumentModelExportFormat.h"
11 #include "ExportValuesXOrY.h"
12 #include "Transformation.h"
13 #include "ValuesVectorXOrY.h"
24 const ValuesVectorXOrY &xThetaValuesRaw,
33 void firstSimplestNumberLinear (
double &xThetaFirstSimplestNumber,
35 double &xThetaMax)
const;
36 void firstSimplestNumberLog (
double &xThetaFirstSimplestNumber,
38 double &xThetaMax)
const;
39 ExportValuesXOrY periodicLinear()
const;
40 ExportValuesXOrY periodicLinearGraph (
double xThetaFirstSimplestNumber,
42 double xThetaMax)
const;
43 ExportValuesXOrY periodicLinearScreen (
double xThetaMin,
44 double xThetaMax)
const;
45 ExportValuesXOrY periodicLog()
const;
46 ExportValuesXOrY periodicLogGraph (
double xThetaFirstSimplestNumber,
48 double xThetaMax)
const;
49 ExportValuesXOrY periodicLogScreen (
double xThetaMin,
50 double xThetaMax)
const;
53 const ValuesVectorXOrY m_xThetaValuesRaw;
57 #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...