7 #include "CallbackNextOrdinal.h" 12 m_curveName (curveName),
20 if (curveName == m_curveName) {
21 if (point.
ordinal() > m_maxOrdinalUsed) {
22 m_maxOrdinalUsed = point.
ordinal();
33 LOG4CPP_INFO_S ((*mainCat)) <<
"CallbackNextOrdinal::nextOrdinal" 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.
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
CallbackSearchReturn
Return values for search callback methods.
Continue normal execution of the search.
CallbackNextOrdinal(const QString &curveName)
Single constructor.
double nextOrdinal() const
Computed next ordinal.