Salome HOME
23308: [EDF] Re-implement DISTENE meshing plugins to use libraries instead of executables
[plugins/ghs3dprlplugin.git] / resources / GHS3DPRLPlugin.xml
index 13026d89f1509610f2ffab36793e3dee37b406aa..e45e20afb1a25ad6f0f55867c77dc0f09dba5a95 100755 (executable)
@@ -1,12 +1,12 @@
 <?xml version='1.0' encoding='us-ascii'?>
 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
 <!--
-  Copyright (C) 2004-2013  CEA/DEN, EDF R&D
+  Copyright (C) 2004-2016  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.
+  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
                server-lib="GHS3DPRLEngine"
                gui-lib="GHS3DPRLPluginGUI">
   <hypotheses>
-    <hypothesis type="GHS3DPRL_Parameters"
-               label-id="GHS3DPRL Parameters"
+    <hypothesis type="MG-Tetra Parallel Parameters"
+               label-id="MG-Tetra Parallel Parameters"
                icon-id="mesh_hypo_GHS3DPRL.png"
                dim="3"/>
   </hypotheses>
   <algorithms>
-    <algorithm type="GHS3DPRL_3D"
-               label-id="GHS3DPRL"
+    <algorithm type="MG-Tetra Parallel"
+               label-id="MG-Tetra Parallel"
                icon-id="mesh_algo_GHS3DPRL.png"
-               opt-hypos="GHS3DPRL_Parameters"
-               input="TRIA,QUAD"
+               hypos="MG-Tetra Parallel Parameters"
+               input="TRIA"
+               output="TETRA"
+               need-hyp="true"
                dim="3">
       <python-wrap>
-        <algo>GHS3DPRL_3D=Tetrahedron(algo=smeshBuilder.GHS3DPRL)</algo>
-        <hypo>GHS3DPRL_Parameters=Parameters()</hypo>
+        <algo>MG-Tetra Parallel=Tetrahedron(algo=smeshBuilder.MG_Tetra_Parallel)</algo>
+        <hypo>MG-Tetra Parallel Parameters=Parameters()</hypo>
       </python-wrap>
     </algorithm>