Salome HOME
Refs #289 - Spline profile is represented in OCC view as polyline profile
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Operation.hxx
index 7650cdf5ddafd7d8e1d1a52b183ee6ad18161cfc..855d0da2a33e0abec6e601c9de97c14a7f743bc5 100644 (file)
@@ -106,6 +106,16 @@ public:
   bool init(const Type theType, const int theIntParam1,
             const int theIntParam2);
 
+  /**
+   * This method initializes the object with an operation with two integer
+   * parameters. It is applicable to the following operations:
+   * <UL>
+   *   <LI>Join (with a list of int arguments)</LI>
+   * </UL>
+   * @return true in case of success; false otherwise.
+   */
+  bool init(const Type theType, const std::list<int> theParamList);
+
   /**
    * This method initializes the object with an operation with 
    * list of pairs of integer parameters.