From 751c6aceb0bfd8ec911313a8778a9e711d6c6995 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 29 Mar 2013 13:33:01 +0000 Subject: [PATCH] 0051789: TC7.2.0: NoteBook cannot update study Fix for "LayerDistribution" hypothesis + * \brief Store a hypothesis wrapping this not published one. + * + * This hyp, which has no own parameters but is published, is used to store variables + * defining parameters of this hypothesis. + */ + void SetHolderHypothesis(in SMESH::SMESH_Hypothesis hyp); --- idl/SMESH_Hypothesis.idl | 31 +++++-------------------------- 1 file changed, 5 insertions(+), 26 deletions(-) diff --git a/idl/SMESH_Hypothesis.idl b/idl/SMESH_Hypothesis.idl index 673c74700..55848758c 100644 --- a/idl/SMESH_Hypothesis.idl +++ b/idl/SMESH_Hypothesis.idl @@ -76,33 +76,12 @@ module SMESH string GetVarParameter (in string methodName); /*! - * Set list of parameters - * \param theParameters is a string containing the notebook variables separated by ":" symbol, - * used for Hypothesis creation + * \brief Store a hypothesis wrapping this not published one. + * + * This hyp, which has no own parameters but is published, is used to store variables + * defining parameters of this hypothesis. */ - // 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(); + void SetHolderHypothesis(in SMESH::SMESH_Hypothesis hyp); /*! * Verify whether hypothesis supports given entity type -- 2.39.2