Salome HOME
PAL7912. Fix SaveTo(ostream)
[modules/smesh.git] / resources / StdMeshers.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <!--  GUI customization for MESH component  -->
5
6 <meshers>
7
8 <meshers-group name="Standard Meshers"
9                resources="StdMeshers"
10                server-lib="libStdMeshersEngine.so"
11                gui-lib="libStdMeshersGUI.so">
12   <hypotheses>
13
14     <hypothesis type="LocalLength"
15                 label-id="Average length"
16                 icon-id="mesh_hypo_length.png"/>
17
18     <hypothesis type="Arithmetic1D"
19                 label-id="Arithmetic 1D"
20                 icon-id="mesh_hypo_length.png"/>
21
22     <hypothesis type="StartEndLength"
23                 label-id="Start and End Length"
24                 icon-id="mesh_hypo_length.png"/>
25
26     <hypothesis type="NumberOfSegments"
27                 label-id="Nb. Segments"
28                 icon-id="mesh_hypo_segment.png"/>
29
30     <hypothesis type="Deflection1D"
31                 label-id="Deflection 1D"
32                 icon-id="mesh_hypo_length.png"/>
33
34     <hypothesis type="Propagation"
35                 label-id="Propagation of 1D Hyp. on opposite edges"
36                 icon-id="mesh_hypo_length.png"/>
37
38     <hypothesis type="LengthFromEdges"
39                 label-id="Length From Edges (2D Hyp. for Triangulator)"
40                 icon-id="mesh_hypo_length.png"/>
41
42     <hypothesis type="MaxElementArea"
43                 label-id="Max. Element Area"
44                 icon-id="mesh_hypo_area.png"/>
45
46     <hypothesis type="MaxElementVolume"
47                 label-id="Max. Element Volume"
48                 icon-id="mesh_hypo_volume.png"/>
49
50     <hypothesis type="NotConformAllowed"
51                 label-id="Not Conform Mesh Allowed"
52                 icon-id="mesh_hypo_length.png"/>
53   </hypotheses>
54
55   <algorithms>
56
57     <algorithm type="Regular_1D"
58                label-id="Wire discretisation"
59                icon-id="mesh_algo_regular.png"/>
60
61     <algorithm type="MEFISTO_2D"
62                label-id="Triangle (Mefisto)"
63                icon-id="mesh_algo_mefisto.png"/>
64
65     <algorithm type="Quadrangle_2D"
66                label-id="Quadrangle (Mapping)"
67                icon-id="mesh_algo_quad.png"/>
68
69     <algorithm type="Hexa_3D"
70                label-id="Hexahedron (i,j,k)"
71                icon-id="mesh_algo_hexa.png"/>
72   </algorithms>
73 </meshers-group>
74
75 <meshers-group name="Your Meshers Group"
76                resources=""
77                server-lib=""
78                gui-lib="">
79   <hypotheses>
80
81     <hypothesis type=""
82                 label-id=""
83                 icon-id=""/>
84   </hypotheses>
85
86   <algorithms>
87
88     <algorithm type=""
89                label-id=""
90                icon-id=""/>
91   </algorithms>
92 </meshers-group>
93
94 </meshers>