]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_I/SMESH_Hypothesis_i.hxx
Salome HOME
Dump python extension.
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.hxx
index e93554ae6cebf0cdde0b27fc46a527180cb2eba4..c176aba30af8a9d4d82862fb246c4756980a0bac 100644 (file)
@@ -75,6 +75,13 @@ public:
   //Return list of last notebook variables used for Hypothesis creation.
   SMESH::ListOfParameters* GetLastParameters();
 
+  //Set last parameters for not published hypothesis
+  
+  void SetLastParameters(const char* theParameters);
+  
+  // Clear parameters list
+  void ClearParameters();
+
   //Return true if hypothesis was published in study
   bool IsPublished();