mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 20:20:33 +05:00
PAL8536. Add static methods to set initial value of a parameter
This commit is contained in:
parent
b8c2f65b6f
commit
108fc26ea4
@ -50,5 +50,12 @@ class StdMeshersGUI_Parameters
|
|||||||
|
|
||||||
static bool SetParameters(SMESH::SMESH_Hypothesis_ptr hyp,
|
static bool SetParameters(SMESH::SMESH_Hypothesis_ptr hyp,
|
||||||
const std::list<SMESHGUI_aParameterPtr> & params );
|
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
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user