Salome HOME
Copyright update: 2016
[plugins/ghs3dprlplugin.git] / resources / GHS3DPRLPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3 <!--
4   Copyright (C) 2004-2016  CEA/DEN, EDF R&D
5
6   This library is free software; you can redistribute it and/or
7   modify it under the terms of the GNU Lesser General Public
8   License as published by the Free Software Foundation; either
9   version 2.1 of the License, or (at your option) any later version.
10
11   This library is distributed in the hope that it will be useful,
12   but WITHOUT ANY WARRANTY; without even the implied warranty of
13   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14   Lesser General Public License for more details.
15
16   You should have received a copy of the GNU Lesser General Public
17   License along with this library; if not, write to the Free Software
18   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19
20   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21
22 -->
23
24 <!--  GUI customization for GHS3DPRL Plugin  -->
25
26 <meshers>
27
28 <meshers-group name="GHS3DPRL"
29                resources="GHS3DPRLPlugin"
30                idl-module="GHS3DPRLPlugin"
31                server-lib="GHS3DPRLEngine"
32                gui-lib="GHS3DPRLPluginGUI">
33   <hypotheses>
34     <hypothesis type="MG-Tetra Parallel Parameters"
35                 label-id="MG-Tetra Parallel Parameters"
36                 icon-id="mesh_hypo_GHS3DPRL.png"
37                 dim="3"/>
38   </hypotheses>
39   <algorithms>
40     <algorithm type="MG-Tetra Parallel"
41                label-id="MG-Tetra Parallel"
42                icon-id="mesh_algo_GHS3DPRL.png"
43                opt-hypos="MG-Tetra Parallel Parameters"
44                input="TRIA"
45                output="TETRA"
46                dim="3">
47       <python-wrap>
48         <algo>MG-Tetra Parallel=Tetrahedron(algo=smeshBuilder.MG_Tetra_Parallel)</algo>
49         <hypo>MG-Tetra Parallel Parameters=Parameters()</hypo>
50       </python-wrap>
51     </algorithm>
52
53   </algorithms>
54 </meshers-group>
55
56 </meshers>