Engauge Digitizer 2
|
Callback for computing the ordinal for a specified point, as a function of the LineStyle and curve geometry. More...
#include <CallbackPointOrdinal.h>
Public Member Functions | |
CallbackPointOrdinal (const LineStyle &lineStyle, const Transformation &transformation, const QPointF &posScreen) | |
Single constructor. | |
CallbackSearchReturn | callback (const Point &pointStart, const Point &pointStop) |
Callback method. | |
double | ordinal () const |
Computed ordinal. | |
Callback for computing the ordinal for a specified point, as a function of the LineStyle and curve geometry.
Definition at line 19 of file CallbackPointOrdinal.h.
CallbackPointOrdinal::CallbackPointOrdinal | ( | const LineStyle & | lineStyle, |
const Transformation & | transformation, | ||
const QPointF & | posScreen ) |
Single constructor.
Definition at line 15 of file CallbackPointOrdinal.cpp.
CallbackSearchReturn CallbackPointOrdinal::callback | ( | const Point & | pointStart, |
const Point & | pointStop ) |
Callback method.
Definition at line 28 of file CallbackPointOrdinal.cpp.
double CallbackPointOrdinal::ordinal | ( | ) | const |
Computed ordinal.
Definition at line 84 of file CallbackPointOrdinal.cpp.