28 Points::const_iterator
itrP;
29 for (
itrP = points.begin();
itrP != points.end();
itrP++) {
50 Points::const_iterator
itrP;
51 for (
itrP = points.begin();
itrP != points.end();
itrP++) {
90 double tMin = t.front();
91 double tMax = t.back();
const int INNER_RADIUS_MIN
QList< double > ExportValuesOrdinal
log4cpp::Category * mainCat
void loadSplinePairsWithTransformation(const Points &points, const Transformation &transformation, bool isLogXTheta, bool isLogYRadius, std::vector< double > &t, std::vector< SplinePair > &xy) const
Load t (=ordinal) and xy (=screen position) spline pairs, converting screen coordinates to graph coor...
ExportValuesOrdinal ordinalsAtIntervalsGraph(const std::vector< double > &t, const std::vector< SplinePair > &xy, double pointsInterval) const
Perform the interpolation on the arrays loaded by the other methods.
void loadSplinePairsWithoutTransformation(const Points &points, std::vector< double > &t, std::vector< SplinePair > &xy) const
Load t (=ordinal) and xy (=screen position) spline pairs, without any conversion to graph coordinates...
ExportOrdinalsSmooth()
Single constructor.
Warps log coordinates to make them linear before passing them to code that accepts only linear coordi...
Class that represents one digitized point. The screen-to-graph coordinate transformation is always ex...
QPointF posScreen() const
Accessor for screen position.
double ordinal(ApplyHasCheck applyHasCheck=KEEP_HAS_CHECK) const
Get method for ordinal. Skip check if copying one instance to another.
Single X/Y pair for cubic spline interpolation initialization and calculations.
Cubic interpolation given independent and dependent value vectors.
#define LOG4CPP_INFO_S(logger)