Salome HOME
23288: [CEA 1626] Meshgems v2.3
[plugins/ghs3dprlplugin.git] / src / GHS3DPRLPlugin / GHS3DPRLPlugin_Hypothesis_i.hxx
index 5b23579187705208102a149e94230ad2650bd3cd..ab8d88835da9cb133c3f75a511ed2d1e7dd60702 100755 (executable)
@@ -62,17 +62,20 @@ class GHS3DPRLPLUGIN_EXPORT GHS3DPRLPlugin_Hypothesis_i:
   void SetBackground(CORBA::Boolean theVal);
   CORBA::Boolean GetBackground();
 
-  void SetToMergeSubdomains(CORBA::Boolean theVal);
-  CORBA::Boolean GetToMergeSubdomains();
+  void SetMultithread(CORBA::Boolean theVal);
+  CORBA::Boolean GetMultithread();
 
-  void SetToTagSubdomains(CORBA::Boolean theVal);
-  CORBA::Boolean GetToTagSubdomains();
+//  void SetToMergeSubdomains(CORBA::Boolean theVal);
+//  CORBA::Boolean GetToMergeSubdomains();
 
-  void SetToOutputInterfaces(CORBA::Boolean theVal);
-  CORBA::Boolean GetToOutputInterfaces();
+  void SetGradation(CORBA::Float theVal);
+  CORBA::Float GetGradation();
 
-  void SetToDiscardSubdomains(CORBA::Boolean theVal);
-  CORBA::Boolean GetToDiscardSubdomains();
+  void SetMinSize(CORBA::Float theVal);
+  CORBA::Float GetMinSize();
+
+  void SetMaxSize(CORBA::Float theVal);
+  CORBA::Float GetMaxSize();
 
   // Get implementation
   ::GHS3DPRLPlugin_Hypothesis* GetImpl();