1 #ifndef CALLBACK_POINT_ORDINAL_H
2 #define CALLBACK_POINT_ORDINAL_H
8 #include "Transformation.h"
19 const QPointF &posScreen);
23 const Point &pointStop);
33 const QPointF m_posScreen;
44 bool m_haveMinimumDistanceToLine;
45 double m_minimumDistanceToLine;
46 double m_minimumProjectedDistanceOutsideLine;
50 #endif // CALLBACK_POINT_ORDINAL_H
double ordinal() const
Computed ordinal.
CallbackSearchReturn callback(const Point &pointStart, const Point &pointStop)
Callback method.
Callback for computing the ordinal for a specified point, as a function of the LineStyle and curve ge...
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
CallbackSearchReturn
Return values for search callback methods.
Details for a specific Line.