mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
PAL8536. Add static methods to set initial value of a parameter
This commit is contained in:
parent
4e142b2397
commit
8f2a7615f7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user