7 #ifndef CALLBACK_POINT_ORDINAL_H 8 #define CALLBACK_POINT_ORDINAL_H 10 #include "CallbackSearchReturn.h" 11 #include "LineStyle.h" 14 #include "Transformation.h" 25 const QPointF &posScreen);
29 const Point &pointStop);
39 const QPointF m_posScreen;
50 bool m_haveMinimumDistanceToLine;
51 double m_minimumDistanceToLine;
52 double m_minimumProjectedDistanceOutsideLine;
56 #endif // CALLBACK_POINT_ORDINAL_H 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...
Details for a specific Line.
double ordinal() const
Computed ordinal.