Engauge Digitizer  2
ExportAlignLinear.h
1 #ifndef EXPORT_ALIGN_LINEAR_H
2 #define EXPORT_ALIGN_LINEAR_H
3 
12 {
13  public:
15  ExportAlignLinear(double xMin,
16  double xMax);
17 
19  double firstSimplestNumber () const;
20 
21  private:
23 
24  double log10 (double in) const;
25 
26  double m_firstSimplestNumber;
27 };
28 
29 #endif // EXPORT_ALIGN_LINEAR_H
Pick first simplest x value between specified min and max, for linear scaling.
double firstSimplestNumber() const
Result.