From: eap Date: Wed, 7 Mar 2012 15:14:02 +0000 (+0000) Subject: 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH... X-Git-Tag: V6_5_0a1~65 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=ca54e1c21e364cf65f909b29b684b601aba95784;hp=d4675122f5ede78f9c338c7b5d0e1f8380fc3c05 0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module + void SetVarParameter (in string parameter, in string method); + string GetVarParameter (in string methodName); --- diff --git a/idl/SMESH_Hypothesis.idl b/idl/SMESH_Hypothesis.idl index 9fe17a1bf..ba01c28ed 100644 --- a/idl/SMESH_Hypothesis.idl +++ b/idl/SMESH_Hypothesis.idl @@ -22,7 +22,6 @@ // File : SMESH_Hypothesis.idl // Author : Paul RASCLE, EDF -// $Header$ // #ifndef _SMESH_HYPOTHESIS_IDL_ #define _SMESH_HYPOTHESIS_IDL_ @@ -60,6 +59,22 @@ module SMESH */ long GetId(); + /*! + * Set the variable parameter + * \param parameter is a string containing the notebook variable + * used for Hypothesis creation + * \param method is a name of Hypothesis method setting this parameter + * + * This method must be called before calling method() + */ + void SetVarParameter (in string parameter, in string method); + + /*! + * Return the variable parameter used for Hypothesis creation by name of method + * setting this parameter + */ + string GetVarParameter (in string methodName); + /*! * Set list of parameters * \param theParameters is a string containing the notebook variables separated by ":" symbol,