Salome HOME
23307: [EDF 7315] Improvement of DISTENE meshing plugins
[plugins/ghs3dprlplugin.git] / src / GHS3DPRLPlugin / GHS3DPRLPlugin_Hypothesis_i.hxx
index ab8d88835da9cb133c3f75a511ed2d1e7dd60702..c10e711c13a3a34427c8a3715fbfbc5f5529761b 100755 (executable)
@@ -77,6 +77,9 @@ class GHS3DPRLPLUGIN_EXPORT GHS3DPRLPlugin_Hypothesis_i:
   void SetMaxSize(CORBA::Float theVal);
   CORBA::Float GetMaxSize();
 
+  void SetAdvancedOption(const char* theOptAndVals );
+  char* GetAdvancedOption();
+
   // Get implementation
   ::GHS3DPRLPlugin_Hypothesis* GetImpl();