11 #ifndef CURVEPARSER_H_ 12 #define CURVEPARSER_H_ 28 void parseCurveData(
Curve* curve, std::vector<std::string>& tokens);
The CurveParser class is used to parse a line of input data for curve data (pairs of x...
Definition: curveparser.h:23
An ordered collection of x,y data pairs.
Definition: curve.h:30