Salome HOME
Dump python extension.
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.hxx
index 28184a5f5c2d6b11dbe5b841a8fd83a6d8dde57d..c176aba30af8a9d4d82862fb246c4756980a0bac 100644 (file)
@@ -65,7 +65,7 @@ public:
 
   // Get unique id of hypothesis
   CORBA::Long GetId();
-
+  
   // Set list of parameters  separated by ":" symbol, used for Hypothesis creation
   void SetParameters (const char* theParameters);
   
@@ -74,7 +74,17 @@ 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();
+
   // Get implementation
   ::SMESH_Hypothesis* GetImpl();