PAL10953. add detInitParamsHypothesis()

This commit is contained in:
eap 2005-12-29 14:14:12 +00:00
parent db7abe8569
commit 219bb8601a

View File

@ -97,6 +97,8 @@ private:
QString name( _PTR(SObject) ) const;
int find( const SMESH::SMESH_Hypothesis_var&,
const QValueList<SMESH::SMESH_Hypothesis_var>& ) const;
SMESH::SMESH_Hypothesis_var getInitParamsHypothesis( const QString& aHypType,
const QString& aServerLib ) const;
private:
typedef QMap< int, QValueList<SMESH::SMESH_Hypothesis_var> > IdToHypListMap;