Salome HOME
PAL10953. add detInitParamsHypothesis()
authoreap <eap@opencascade.com>
Thu, 29 Dec 2005 14:14:12 +0000 (14:14 +0000)
committereap <eap@opencascade.com>
Thu, 29 Dec 2005 14:14:12 +0000 (14:14 +0000)
src/SMESHGUI/SMESHGUI_MeshOp.h

index 5041fcecb5e271d3ff17296ee8c4b8c96ddc8445..7c14d1f87e1d32eb644097188a4bf8f229e00bb2 100644 (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;