Salome HOME
PAL8536. Add static methods to set initial value of a parameter
[modules/smesh.git] / src / StdMeshersGUI / StdMeshersGUI_Parameters.h
index 5ec4c3a71080091148e120392e864f232444d2f7..24fa2f70ceb11e479620fdd8db08558e697541d0 100644 (file)
@@ -50,5 +50,12 @@ class StdMeshersGUI_Parameters
   
   static bool SetParameters(SMESH::SMESH_Hypothesis_ptr               hyp,
                            const std::list<SMESHGUI_aParameterPtr> & params );
+
+  static void SetInitValue(SMESHGUI_aParameterPtr param,
+                           int                    initValue);
+  static void SetInitValue(SMESHGUI_aParameterPtr param,
+                           double                 initValue);
+  static void SetInitValue(SMESHGUI_aParameterPtr param,
+                           const char*            initValue);
 };
 #endif