Salome HOME
0051789: TC7.2.0: NoteBook cannot update study
authoreap <eap@opencascade.com>
Fri, 29 Mar 2013 13:33:01 +0000 (13:33 +0000)
committereap <eap@opencascade.com>
Fri, 29 Mar 2013 13:33:01 +0000 (13:33 +0000)
Fix for "LayerDistribution" hypothesis

+     * \brief Store a hypothesis wrapping this not published one.
+     *
+     * This hyp, which has no own parameters but is published, is used to store variables
+     * defining parameters of this hypothesis.
+     */
+    void SetHolderHypothesis(in SMESH::SMESH_Hypothesis hyp);

idl/SMESH_Hypothesis.idl

index 673c74700b0c7685e39a24b7ce88adefc7ee2fb5..55848758c756c82918aeca456e20a4f343e1b2fe 100644 (file)
@@ -76,33 +76,12 @@ module SMESH
     string GetVarParameter (in string methodName);
 
     /*!
-     *  Set list of parameters
-     *  \param theParameters is a string containing the notebook variables separated by ":" symbol,
-     *         used for Hypothesis creation
+     * \brief Store a hypothesis wrapping this not published one.
+     *
+     * This hyp, which has no own parameters but is published, is used to store variables
+     * defining parameters of this hypothesis.
      */
-    // void SetParameters (in string theParameters);
-
-    // /*!
-    //  *  Return list of notebook variables used for Hypothesis creation separated by ":" symbol
-    //  */
-    // string GetParameters();
-
-    // /*!
-    //  *  Return list of last notebook variables used for Hypothesis creation.
-    //  */
-    // ListOfParameters GetLastParameters();
-
-    // /*!
-    //  *  Set list of parameters
-    //  *  \param theParameters is a string containing the last notebook variables separated by ":" symbol,
-    //  *         used for Hypothesis creation
-    //  */
-    // void SetLastParameters(in string theParameters);
-    
-    // /*!
-    //  * Clear parameters list
-    //  */
-    // void ClearParameters();
+    void SetHolderHypothesis(in SMESH::SMESH_Hypothesis hyp);
 
     /*!
      * Verify whether hypothesis supports given entity type