.. index:: pair: class; P1::ImageSdk::Curve .. _doxid-class_p1_1_1_image_sdk_1_1_curve: class P1::ImageSdk::Curve ========================= .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class Curve { public: // construction :target:`Curve`(int numPoints); // methods const std::vector& :target:`X`(); const std::vector& :target:`Y`(); };