15 const QStringList &curvesIncluded,
19 modelExport.extrapolateOutsideEndpoints (),
29 <<
" curveName=" << curveName.toLatin1().data()
30 <<
" point=" << point.
identifier().toLatin1().data();
CallbackSearchReturn
Return values for search callback methods.
@ CALLBACK_SEARCH_RETURN_CONTINUE
Continue normal execution of the search.
@ EXPORT_POINTS_SELECTION_FUNCTIONS_INTERPOLATE_FIRST_CURVE
log4cpp::Category * mainCat
Base callback for collecting X/Theta independent variables, for functions, in preparation for exporti...
const Transformation & transformation() const
Get method for transformation.
void updateMinMax(const QString &curveName, const Point &point)
Update the tracked min and max values for each curve.
CurvesIncludedHash curvesIncludedHash() const
Get method for included names as hash.
void addGraphX(double xGraph)
Save one graph x value.
CallbackGatherXThetasInCurves(const DocumentModelExportFormat &modelExport, const QStringList &curvesIncluded, const Transformation &transformation)
Single constructor.
virtual CallbackSearchReturn callback(const QString &curveName, const Point &point)
Callback method.
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
QPointF posScreen() const
Accessor for screen position.
QString identifier() const
Unique identifier for a specific Point.
#define LOG4CPP_DEBUG_S(logger)