From: eap Date: Thu, 29 Dec 2005 14:14:12 +0000 (+0000) Subject: PAL10953. add detInitParamsHypothesis() X-Git-Tag: T_Before_Join_BR-D5-38-2003~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=219bb8601ab402f299359a15c8a6593579e1fbe7;p=modules%2Fsmesh.git PAL10953. add detInitParamsHypothesis() --- diff --git a/src/SMESHGUI/SMESHGUI_MeshOp.h b/src/SMESHGUI/SMESHGUI_MeshOp.h index 5041fcecb..7c14d1f87 100644 --- a/src/SMESHGUI/SMESHGUI_MeshOp.h +++ b/src/SMESHGUI/SMESHGUI_MeshOp.h @@ -97,6 +97,8 @@ private: QString name( _PTR(SObject) ) const; int find( const SMESH::SMESH_Hypothesis_var&, const QValueList& ) const; + SMESH::SMESH_Hypothesis_var getInitParamsHypothesis( const QString& aHypType, + const QString& aServerLib ) const; private: typedef QMap< int, QValueList > IdToHypListMap;