Salome HOME
patch for correct compilation on Linux
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Diff.hxx
index b94dadafbd106d6421b3701854408d0720b28b8f..fb69edf40042fea519138a32f20cfa952c4510a5 100644 (file)
@@ -166,6 +166,15 @@ public:
             const CurveCreator_Operation::Type theType,
             const CurveCreator_ICurve::SectionToPointCoordsList &theParamList);
 
+  /**
+   * This method initializes the difference with an operation with 
+   * list of pairs of integer parameters with point coordinates.
+   * \param theCurve the modified curve
+   * \param theOldParamList the old parameters (to be saved for undo)
+   */
+  bool init(const CurveCreator_Curve *theCurve,
+            const CurveCreator_ICurve::SectionToPointCoordsList &theOldParamList);
+
   /**
    * This method applies undo operation to theCurve.
    */