7#ifndef POINT_COMPARATOR_H
8#define POINT_COMPARATOR_H
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.
Comparator for sorting Point class.
bool operator()(const Point &a, const Point &b) const
Comparison function used by qSort.