Salome HOME
Copyright update 2022
[plugins/ghs3dprlplugin.git] / idl / GHS3DPRLPlugin_Algorithm.idl
old mode 100755 (executable)
new mode 100644 (file)
index adefb3a..b79fc29
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// 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
@@ -74,6 +74,8 @@ module GHS3DPRLPlugin
     void SetMaxSize(in float value);
     float GetMaxSize();
 
+    void SetAdvancedOption( in string optAndVals );
+    string GetAdvancedOption();
   };
 
 };