Salome HOME
23288: [CEA 1626] Meshgems v2.3
[plugins/ghs3dprlplugin.git] / idl / GHS3DPRLPlugin_Algorithm.idl
index 5110f8677d2ef00ec7b67f87254fa9a65e4c16ff..adefb3a36eb6462eae1b8caf00af1ef33de631bb 100755 (executable)
@@ -56,20 +56,24 @@ module GHS3DPRLPlugin
     void SetBackground(in boolean value);
     boolean GetBackground();
 
+    void SetMultithread(in boolean value);
+    boolean GetMultithread();
+
     //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();
+    //void SetToMergeSubdomains(in boolean value);
+    //boolean GetToMergeSubdomains();
+
+    void SetGradation(in float value);
+    float GetGradation();
+
+    void SetMinSize(in float value);
+    float GetMinSize();
+
+    void SetMaxSize(in float value);
+    float GetMaxSize();
+
   };
 
 };