Salome HOME
Merge from V6_main (04/10/2012)
[modules/smesh.git] / src / SMESH_I / SMESH_Hypothesis_i.hxx
index 593ed85cab9928ab3020c9c36ceb6705347fc179..c8ff51ab3886d9afc09ed4ce0b9f0e3dd8360bae 100644 (file)
@@ -79,20 +79,20 @@ public:
   char* GetVarParameter (const char* methodName);
 
   // Set list of parameters  separated by ":" symbol, used for Hypothesis creation
-  void SetParameters (const char* theParameters);
+  // void SetParameters (const char* theParameters);
   
-  // Return list of notebook variables used for Hypothesis creation separated by ":" symbol
-  char* GetParameters();
+  // // 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();
+  // //Return list of last notebook variables used for Hypothesis creation.
+  // SMESH::ListOfParameters* GetLastParameters();
 
-  //Set last parameters for not published hypothesis
+  // //Set last parameters for not published hypothesis
   
-  void SetLastParameters(const char* theParameters);
+  // void SetLastParameters(const char* theParameters);
   
-  // Clear parameters list
-  void ClearParameters();
+  // // Clear parameters list
+  // void ClearParameters();
 
   //Return true if hypothesis was published in study
   bool IsPublished();