]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/blobdiff - idl/GHS3DPRLPlugin_Algorithm.idl
Salome HOME
Increment version: 9.3.0
[plugins/ghs3dprlplugin.git] / idl / GHS3DPRLPlugin_Algorithm.idl
old mode 100755 (executable)
new mode 100644 (file)
index adefb3a..df6d5f3
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2019  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();
   };
 
 };