|
Engauge Digitizer
2
|
Utility class to interpolate points spaced evenly along a piecewise defined curve with line segments between points. More...
#include <ExportOrdinalsStraight.h>

Public Member Functions | |
| ExportOrdinalsStraight () | |
| Single constructor. More... | |
| ExportValuesOrdinal | ordinalsAtIntervalsGraphWithoutTransformation (const Points &points, double pointsInterval) const |
| Compute ordinals, without any conversion to graph coordinates. More... | |
| ExportValuesOrdinal | ordinalsAtIntervalsGraphWithTransformation (const Points &points, const Transformation &transformation, double pointsInterval) const |
| Compute ordinals, converting screen coordinates to graph coordinates. More... | |
Utility class to interpolate points spaced evenly along a piecewise defined curve with line segments between points.
Definition at line 19 of file ExportOrdinalsStraight.h.
| ExportOrdinalsStraight::ExportOrdinalsStraight | ( | ) |
| ExportValuesOrdinal ExportOrdinalsStraight::ordinalsAtIntervalsGraphWithoutTransformation | ( | const Points & | points, |
| double | pointsInterval | ||
| ) | const |
Compute ordinals, without any conversion to graph coordinates.
Definition at line 20 of file ExportOrdinalsStraight.cpp.
| ExportValuesOrdinal ExportOrdinalsStraight::ordinalsAtIntervalsGraphWithTransformation | ( | const Points & | points, |
| const Transformation & | transformation, | ||
| double | pointsInterval | ||
| ) | const |
Compute ordinals, converting screen coordinates to graph coordinates.
Definition at line 62 of file ExportOrdinalsStraight.cpp.
1.8.14