]> SALOME platform Git repositories - modules/paravis.git/blob - src/Plugins/StaticMesh/plugin/sources.xml
Salome HOME
Porting to ParaView 5.8
[modules/paravis.git] / src / Plugins / StaticMesh / plugin / sources.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="sources">
3     <SourceProxy class="vtkTemporalUGWavelet"
4                  label="Temporal Unstructured Grid Wavelet"
5                  name="TemporalUGWavelet">
6       <Documentation long_help="Create a wavelet ug."
7                      short_help="Create a wavelet ug."></Documentation>
8       <Documentation long_help="Create a unstructured grid in up to three dimensions with values varying according to a periodic function as well as temporal varying point and cell data."
9                      short_help="Create a temporal unstructured grid containing a wavelet">
10                      See Wavelet documentation.
11                      This is a wavelet converted into an unstructured grid.
12                      It contains timesteps yet the mesh is statis over time.
13                      It also contains tPoint and tCell wich are scalar array varying over time.</Documentation>
14       <DoubleVectorProperty information_only="1"
15                             name="TimestepValues"
16                             repeatable="1">
17         <TimeStepsInformationHelper />
18       </DoubleVectorProperty>
19       <IntVectorProperty command="SetNumberOfTimeSteps"
20                          default_values="10"
21                          name="NumberOfTimeSteps"
22                          number_of_elements="1"
23                          panel_visibility="default">
24         <IntRangeDomain min="0"
25                         name="range" />
26         <Documentation>This property specifies the number of time steps
27         </Documentation>
28       </IntVectorProperty>
29       <IntVectorProperty command="SetWholeExtent"
30                          default_values="-10 10 -10 10 -10 10"
31                          label="Whole Extent"
32                          name="WholeExtent"
33                          number_of_elements="6"
34                          panel_visibility="default">
35         <IntRangeDomain name="range" />
36         <Documentation>The six values in this property indicate the X, Y, and Z
37         extent of the output data. The first two values represent the minimum
38         and maximum X indices, the next two are the minimum and maximum Y
39         indices, and the last two are the minimum and maximum Z
40         indices.</Documentation>
41       </IntVectorProperty>
42       <DoubleVectorProperty animateable="1"
43                             command="SetCenter"
44                             default_values="0.0 0.0 0.0"
45                             name="Center"
46                             number_of_elements="3"
47                             panel_visibility="default">
48         <DoubleRangeDomain name="range" />
49         <Documentation>This property specifies the 3D coordinates of the center of
50         the periodic function (x, y and z in the equation).</Documentation>
51       </DoubleVectorProperty>
52       <DoubleVectorProperty command="SetMaximum"
53                             default_values="255.0"
54                             name="Maximum"
55                             number_of_elements="1"
56                             panel_visibility="advanced">
57         <DoubleRangeDomain name="range" />
58         <Documentation>This parameter specifies the maximum value (M) of the
59         function.</Documentation>
60       </DoubleVectorProperty>
61       <DoubleVectorProperty animateable="1"
62                             command="SetXFreq"
63                             default_values="60.0"
64                             name="XFreq"
65                             number_of_elements="1"
66                             panel_visibility="advanced">
67         <DoubleRangeDomain name="range" />
68         <Documentation>This property specifies the natural frequency in X (XF
69         in the equation).</Documentation>
70       </DoubleVectorProperty>
71       <DoubleVectorProperty animateable="1"
72                             command="SetYFreq"
73                             default_values="30.0"
74                             name="YFreq"
75                             number_of_elements="1"
76                             panel_visibility="advanced">
77         <DoubleRangeDomain name="range" />
78         <Documentation>This property specifies the natural frequency in Y (YF
79         in the equation).</Documentation>
80       </DoubleVectorProperty>
81       <DoubleVectorProperty animateable="1"
82                             command="SetZFreq"
83                             default_values="40.0"
84                             name="ZFreq"
85                             number_of_elements="1"
86                             panel_visibility="advanced">
87         <DoubleRangeDomain name="range" />
88         <Documentation>This property specifies the natural frequency in Z (ZF
89         in the equation).</Documentation>
90       </DoubleVectorProperty>
91       <DoubleVectorProperty command="SetXMag"
92                             default_values="10.0"
93                             name="XMag"
94                             number_of_elements="1"
95                             panel_visibility="advanced">
96         <DoubleRangeDomain name="range" />
97         <Documentation>This property specifies the wave amplitude in X (XM in
98         the equation).</Documentation>
99       </DoubleVectorProperty>
100       <DoubleVectorProperty command="SetYMag"
101                             default_values="18.0"
102                             name="YMag"
103                             number_of_elements="1"
104                             panel_visibility="advanced">
105         <DoubleRangeDomain name="range" />
106         <Documentation>This property specifies the wave amplitude in Y (YM in
107         the equation).</Documentation>
108       </DoubleVectorProperty>
109       <DoubleVectorProperty command="SetZMag"
110                             default_values="5.0"
111                             name="ZMag"
112                             number_of_elements="1"
113                             panel_visibility="advanced">
114         <DoubleRangeDomain name="range" />
115         <Documentation>This property specifies the wave amplitude in Z (ZM in
116         the equation).</Documentation>
117       </DoubleVectorProperty>
118       <DoubleVectorProperty command="SetStandardDeviation"
119                             default_values="0.5"
120                             name="StandardDeviation"
121                             number_of_elements="1"
122                             panel_visibility="advanced">
123         <DoubleRangeDomain name="range" />
124         <Documentation>This property specifies the standard deviation of the
125         Gaussian used in computing this function.</Documentation>
126       </DoubleVectorProperty>
127       <IntVectorProperty command="SetSubsampleRate"
128                          default_values="1"
129                          name="SubsampleRate"
130                          number_of_elements="1"
131                          panel_visibility="advanced">
132         <IntRangeDomain min="1"
133                         name="range" />
134         <Documentation>This property specifies the rate at which to subsample
135         the volume. The extent of the dataset in each dimension will be divided
136         by this value. (See the Whole Extent property.)</Documentation>
137       </IntVectorProperty>
138
139       <!-- Define property groups for better readability of panels -->
140       <PropertyGroup label="Frequency">
141         <Property name="XFreq" />
142         <Property name="YFreq" />
143         <Property name="ZFreq" />
144       </PropertyGroup>
145
146       <PropertyGroup label="Amplitude">
147         <Property name="XMag" />
148         <Property name="YMag" />
149         <Property name="ZMag" />
150       </PropertyGroup>
151       <!-- End TemporalUGWavelet -->
152     </SourceProxy>
153   </ProxyGroup>
154 </ServerManagerConfiguration>