7 #ifndef POINT_COMPARATOR_H 8 #define POINT_COMPARATOR_H 22 #endif // POINT_COMPARATOR_H Comparator for sorting Point class.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
double ordinal(ApplyHasCheck applyHasCheck=KEEP_HAS_CHECK) const
Get method for ordinal. Skip check if copying one instance to another.
bool operator()(const Point &a, const Point &b) const
Comparison function used by qSort.