]> SALOME platform Git repositories - modules/smesh.git/blobdiff - src/SMESH_I/SMESH_Hypothesis_i.hxx
Salome HOME
Implementation notebook in the SMESH module.
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.hxx
index 99e3854691dd3c482531cd89b38a5e9a27f8b667..28184a5f5c2d6b11dbe5b841a8fd83a6d8dde57d 100644 (file)
@@ -71,6 +71,9 @@ public:
   
   // Return list of notebook variables used for Hypothesis creation separated by ":" symbol
   char* GetParameters();
+
+  //Return list of last notebook variables used for Hypothesis creation.
+  SMESH::ListOfParameters* GetLastParameters();
   
   // Get implementation
   ::SMESH_Hypothesis* GetImpl();