X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCurveCreator_Diff.hxx;h=f55f5306ff18f9133319d6985cf110cad6687dcb;hb=09d10e66ba0fac5353c8d1f138055fc6fe86fb65;hp=1a398d3b5f227bf49ff073fd9a26e34852cb2175;hpb=def20bd12acaadb7d345ef3635a23eb8e4e4d086;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CurveCreator_Diff.hxx b/src/HYDROCurveCreator/CurveCreator_Diff.hxx index 1a398d3b..f55f5306 100644 --- a/src/HYDROCurveCreator/CurveCreator_Diff.hxx +++ b/src/HYDROCurveCreator/CurveCreator_Diff.hxx @@ -78,7 +78,6 @@ public: *
  • SetType
  • *
  • SetClosed
  • *
  • MoveSection
  • - *
  • Join (with 2 int arguments)
  • * */ bool init(const CurveCreator_Curve *theCurve, @@ -86,6 +85,17 @@ public: const int theIntParam1, const int theIntParam2); + /** + * This method initializes the difference with an operation with two integer + * parameters. It is applicable to the following operations: + * + */ + bool init(const CurveCreator_Curve *theCurve, + const CurveCreator_Operation::Type theType, + const std::list& theParams); + /** * This method initializes the difference with an operation with one * Name, one CurveCreator::Coordinates parameter and two integer parameters.