Salome HOME
Copyright update 2022
[plugins/ghs3dprlplugin.git] / idl / GHS3DPRLPlugin_Algorithm.idl
old mode 100755 (executable)
new mode 100644 (file)
index c5105f3..b79fc29
@@ -1,27 +1,27 @@
-//  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D
 //
-//  This library is free software; you can redistribute it and/or
-//  modify it under the terms of the GNU Lesser General Public
-//  License as published by the Free Software Foundation; either
-//  version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License, or (at your option) any later version.
 //
-//  This library is distributed in the hope that it will be useful,
-//  but WITHOUT ANY WARRANTY; without even the implied warranty of
-//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-//  Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
 //
-//  You should have received a copy of the GNU Lesser General Public
-//  License along with this library; if not, write to the Free Software
-//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-//  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
-//
-//
-//  File    : GHS3DPRLPlugin_Algorithm.idl
-//  Author  : Christian VAN WAMBEKE (CEA)
 
+// ---
+// File   : GHS3DPRLPlugin_Algorithm.idl
+// Author : Christian VAN WAMBEKE (CEA)
+// ---
+//
 #ifndef _SMESH_GHS3DPRLALGORITHM_IDL_
 #define _SMESH_GHS3DPRLALGORITHM_IDL_
 
@@ -52,6 +52,30 @@ module GHS3DPRLPlugin
 
     void SetKeepFiles(in boolean value);
     boolean GetKeepFiles();
+
+    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 SetGradation(in float value);
+    float GetGradation();
+
+    void SetMinSize(in float value);
+    float GetMinSize();
+
+    void SetMaxSize(in float value);
+    float GetMaxSize();
+
+    void SetAdvancedOption( in string optAndVals );
+    string GetAdvancedOption();
   };
 
 };