Salome HOME
Remove QT4 compatibility.
[plugins/ghs3dprlplugin.git] / resources / GHS3DPRLPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <meshers>
5
6 <meshers-group name      ="GHS3DPRL"
7                resources ="GHS3DPRLPlugin"
8                idl-module="GHS3DPRLPlugin"
9                server-lib="GHS3DPRLEngine"
10                gui-lib   ="GHS3DPRLPluginGUI">
11   <hypotheses>
12     <hypothesis type    ="MG-Tetra Parallel Parameters"
13                 label-id="MG-Tetra_HPC Parameters"
14                 icon-id ="mesh_hypo_GHS3DPRL.png"
15                 dim     ="3"/>
16   </hypotheses>
17   <algorithms>
18     <algorithm type     ="MG-Tetra Parallel"
19                label-id ="MG-Tetra_HPC"
20                icon-id  ="mesh_algo_GHS3DPRL.png"
21                group-id ="1"
22                priority ="40"
23                hypos    ="MG-Tetra Parallel Parameters"
24                input    ="TRIA"
25                output   ="TETRA"
26                need-hyp ="true"
27                need-geom="false"
28                dim      ="3">
29       <python-wrap>
30         <algo>MG-Tetra Parallel=Tetrahedron(algo=smeshBuilder.MG_Tetra_Parallel)</algo>
31         <hypo>MG-Tetra Parallel Parameters=Parameters()</hypo>
32       </python-wrap>
33     </algorithm>
34
35   </algorithms>
36 </meshers-group>
37
38 </meshers>