X-Git-Url: http://git.salome-platform.org/gitweb/?p=plugins%2Fghs3dprlplugin.git;a=blobdiff_plain;f=src%2FGHS3DPRLPlugin%2FGHS3DPRLPlugin_Hypothesis.hxx;fp=src%2FGHS3DPRLPlugin%2FGHS3DPRLPlugin_Hypothesis.hxx;h=5051e56f127269b498d66bb1f816876ffd32388b;hp=01460656bfb7b020f486aa041b2391bdeae13841;hb=0c99dbcacf59940b2a55d2a2637388ee5954029d;hpb=f90fb724f90e06b4a14dfc033acfe2a9aed67e1c diff --git a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.hxx b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.hxx index 0146065..5051e56 100644 --- a/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.hxx +++ b/src/GHS3DPRLPlugin/GHS3DPRLPlugin_Hypothesis.hxx @@ -29,6 +29,7 @@ #include "SMESH_Hypothesis.hxx" #include "Utils_SALOME_Exception.hxx" +#include // Parameters for work of GHS3DPRL // @@ -41,6 +42,13 @@ public: static const char* GetHypType() { return "MG-Tetra Parallel Parameters"; } + static std::string DefaultWorkingDirectory(); + + /*! + * \brief Return a unique file name + */ + static std::string GetFileName(const GHS3DPRLPlugin_Hypothesis* hyp); + void SetMEDName(std::string theVal); std::string GetMEDName() const { return _MEDName; }