ExportOrdinalsSmooth Class Reference

Utility class to interpolate points spaced evenly along a piecewise defined curve with fitted spline. More...

#include <ExportOrdinalsSmooth.h>

List of all members.

Public Member Functions

 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.
void loadSplinePairsWithTransformation (const Points &points, const Transformation &transformation, std::vector< double > &t, std::vector< SplinePair > &xy) const
 Load t (=ordinal) and xy (=screen position) spline pairs, converting screen coordinates to graph coordinates.
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.

Detailed Description

Utility class to interpolate points spaced evenly along a piecewise defined curve with fitted spline.

Definition at line 20 of file ExportOrdinalsSmooth.h.


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Friends

Generated on 31 May 2016 for Engauge Digitizer by  doxygen 1.6.1