1 #include "CallbackNextOrdinal.h"
6 m_curveName (curveName),
14 if (curveName == m_curveName) {
15 if (point.
ordinal() > m_maxOrdinalUsed) {
16 m_maxOrdinalUsed = point.
ordinal();
27 LOG4CPP_INFO_S ((*mainCat)) <<
"CallbackNextOrdinal::nextOrdinal"
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
CallbackSearchReturn
Return values for search callback methods.
double nextOrdinal() const
Computed next ordinal.
Continue normal execution of the search.
CallbackNextOrdinal(const QString &curveName)
Single constructor.
double ordinal(ApplyHasCheck applyHasCheck=KEEP_HAS_CHECK) const
Get method for ordinal. Skip check if copying one instance to another.