Salome HOME
Merge from tetra_hpc branch
[plugins/ghs3dprlplugin.git] / idl / GHS3DPRLPlugin_Algorithm.idl
index 506183d1cc11a371a197beccbab24ac3abd81117..589b8c5d5db009249c148254eaae33677f076d77 100755 (executable)
@@ -56,8 +56,20 @@ module GHS3DPRLPlugin
     void SetBackground(in boolean value);
     boolean GetBackground();
 
-    void SetToMeshHoles(in boolean value);
-    boolean GetToMeshHoles();
+    //void SetToMeshHoles(in boolean value);
+    //boolean GetToMeshHoles();
+    void SetToMergeSubdomains(in boolean value);
+    boolean GetToMergeSubdomains();
+    
+    void SetToTagSubdomains(in boolean value);
+    boolean GetToTagSubdomains();
+    
+    void SetToOutputInterfaces(in boolean value);
+    boolean GetToOutputInterfaces();
+    
+    void SetToDiscardSubdomains(in boolean value);
+    boolean GetToDiscardSubdomains();
   };
 
 };