class P1::ImageSdk::Curve

#include <P1Curve.hpp>

class Curve
{
public:
    // construction

    Curve(int numPoints);

    // methods

    const std::vector<double>& X();
    const std::vector<double>& Y();
};