mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-04 13:50:34 +05:00
PAL10953. add detInitParamsHypothesis()
This commit is contained in:
parent
db7abe8569
commit
219bb8601a
@ -97,6 +97,8 @@ private:
|
|||||||
QString name( _PTR(SObject) ) const;
|
QString name( _PTR(SObject) ) const;
|
||||||
int find( const SMESH::SMESH_Hypothesis_var&,
|
int find( const SMESH::SMESH_Hypothesis_var&,
|
||||||
const QValueList<SMESH::SMESH_Hypothesis_var>& ) const;
|
const QValueList<SMESH::SMESH_Hypothesis_var>& ) const;
|
||||||
|
SMESH::SMESH_Hypothesis_var getInitParamsHypothesis( const QString& aHypType,
|
||||||
|
const QString& aServerLib ) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
typedef QMap< int, QValueList<SMESH::SMESH_Hypothesis_var> > IdToHypListMap;
|
typedef QMap< int, QValueList<SMESH::SMESH_Hypothesis_var> > IdToHypListMap;
|
||||||
|
Loading…
Reference in New Issue
Block a user