X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Hypothesis.idl;h=f2e43788e0ff0ab97dd789704f3cc6c6f7be50cd;hp=8d18789baea37cc21e49dca776d1bae6fbc2b69d;hb=f5016d85b7b4b88623723027a1585c6414c4dc66;hpb=e4f02cdb389c8e4170ac26760a3f0257a009fd3b diff --git a/idl/SMESH_Hypothesis.idl b/idl/SMESH_Hypothesis.idl index 8d18789ba..f2e43788e 100644 --- a/idl/SMESH_Hypothesis.idl +++ b/idl/SMESH_Hypothesis.idl @@ -80,29 +80,29 @@ module SMESH * \param theParameters is a string containing the notebook variables separated by ":" symbol, * used for Hypothesis creation */ - 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); + // 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(); + // /*! + // * Clear parameters list + // */ + // void ClearParameters(); /*! * Verify whether hypothesis supports given entity type