7 #ifndef EXPORT_ORDINALS_SMOOTH_H 8 #define EXPORT_ORDINALS_SMOOTH_H 10 #include "ExportValuesOrdinal.h" 13 #include "SplinePair.h" 28 std::vector<double> &t,
29 std::vector<SplinePair> &xy)
const;
36 std::vector<double> &t,
37 std::vector<SplinePair> &xy)
const;
41 const std::vector<SplinePair> &xy,
42 double pointsInterval)
const;
45 #endif // EXPORT_ORDINALS_SMOOTH_H ExportValuesOrdinal ordinalsAtIntervalsGraph(const std::vector< double > &t, const std::vector< SplinePair > &xy, double pointsInterval) const
Perform the interpolation on the arrays loaded by the other methods.
Utility class to interpolate points spaced evenly along a piecewise defined curve with fitted spline...
void loadSplinePairsWithTransformation(const Points &points, const Transformation &transformation, bool isLogXTheta, bool isLogYRadius, std::vector< double > &t, std::vector< SplinePair > &xy) const
Load t (=ordinal) and xy (=screen position) spline pairs, converting screen coordinates to graph coor...
ExportOrdinalsSmooth()
Single constructor.
void loadSplinePairsWithoutTransformation(const Points &points, std::vector< double > &t, std::vector< SplinePair > &xy) const
Load t (=ordinal) and xy (=screen position) spline pairs, without any conversion to graph coordinates...