forked from biddisco/pv-meshless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvtkSPHImageResampler.xml
209 lines (189 loc) · 6.98 KB
/
vtkSPHImageResampler.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<ServerManagerConfiguration>
<!-- ================================================================ -->
<!-- Filters -->
<!-- ================================================================ -->
<ProxyGroup name="filters">
<!-- ================================================================ -->
<!-- Probe filter main interface - base proxy -->
<!-- ================================================================ -->
<SourceProxy
name="SPHImageResampler"
label="SPH Image Resampler"
class="vtkSPHImageResampler">
<Documentation
short_help="SPH probe resampling directly to an image">
</Documentation>
<InputProperty
name="Input"
command="SetInputConnection">
<ProxyGroupDomain name="groups">
<Group name="sources"/>
<Group name="filters"/>
</ProxyGroupDomain>
<DataTypeDomain name="input_type">
<DataType value="vtkDataSet"/>
</DataTypeDomain>
<InputArrayDomain name="input_array"/>
<Documentation>
This property specifies the dataset from which to obtain probe values.
</Documentation>
</InputProperty>
<DoubleVectorProperty
name="Spacing"
command="SetSpacing"
number_of_elements="3"
animateable="1"
default_values="0.0 0.0 0.0" >
<Documentation>
When the spacing along an axis is Zero, the Resolution will be used to compute the spacing.
If the spacing is non zero, it will override the Resolution setting.
Note that when Resolution is used, the points will exactly fit in the box, when spacing is used, there may be small gaps at the edges.
</Documentation>
</DoubleVectorProperty>
<IntVectorProperty
name="Resolution"
command="SetResolution"
number_of_elements="3"
animateable="1"
default_values="32 32 32" >
<Documentation>
When the spacing along an axis is Zero, the Resolution will be used to compute the spacing.
If the spacing is non zero, it will override the Resolution setting.
Note that when Resolution is used, the points will exactly fit in the box, when spacing is used, there may be small gaps at the edges.
</Documentation>
</IntVectorProperty>
<DoubleVectorProperty
name="Delta"
command="SetDelta"
number_of_elements="1"
animateable="1"
default_values="0.0005" >
<Documentation>
Add some increment to each axis when defining the box
</Documentation>
</DoubleVectorProperty>
<StringVectorProperty
name="VolumeScalars"
command="SetVolumeScalars"
number_of_elements="1"
animateable="0"
default_values="Volume"
default_regex_delimiter=","
default_regex="^[Vv][Oo][Ll][Uu][Mm][Ee]$,.*[Vv][Oo][Ll]"
label="Volume Scalar Array">
<ArrayListDomain
name="array_list"
attribute_type="Scalars"
none_string="Not available"
input_domain_name="input_array">
<RequiredProperties>
<Property name="Input" function="Input"/>
</RequiredProperties>
</ArrayListDomain>
<Documentation>
This property indicates the name of the array to be used for particle volumes if present
</Documentation>
</StringVectorProperty>
<StringVectorProperty
name="HScalars"
command="SetHScalars"
number_of_elements="1"
animateable="0"
default_values="H"
default_regex_delimiter=","
default_regex="^[Hh]$,.*[Ss][Mm][Oo][Oo][Tt][Hh],.*[Hh]$"
label="H (smoothing length) Array">
<ArrayListDomain
name="array_list"
attribute_type="Scalars"
none_string="Not available"
input_domain_name="input_array">
<RequiredProperties>
<Property name="Input" function="Input"/>
</RequiredProperties>
</ArrayListDomain>
<Documentation>
This property indicates the name of the array to be used for particle smoothing lengths if present
</Documentation>
</StringVectorProperty>
<StringVectorProperty
name="MassScalars"
command="SetMassScalars"
number_of_elements="1"
animateable="0"
default_values="Mass"
default_regex_delimiter=","
default_regex="^[Mm][Aa][Ss][Ss]$,.*[Mm][Aa][Ss][Ss],.*[Mm]$"
label="Mass Scalar Array">
<ArrayListDomain
name="array_list"
attribute_type="Scalars"
none_string="Not available"
input_domain_name="input_array">
<RequiredProperties>
<Property name="Input" function="Input"/>
</RequiredProperties>
</ArrayListDomain>
<Documentation>
This property indicates the name of the array to be used for particle masses if present
</Documentation>
</StringVectorProperty>
<StringVectorProperty
name="DensityScalars"
command="SetDensityScalars"
number_of_elements="1"
animateable="0"
default_values="Density"
default_regex_delimiter=","
default_regex="^[Dd][Ee][Nn][Ss][Ii][Tt][Yy]$,^[Rr][Hh][Oo]$,.*[Dd][Ee][Nn][Ss][Ii][Tt][Yy],.*_[Rr][Hh][Oo],.*[Rr][Hh][Oo]"
label="Density Scalar Array">
<ArrayListDomain
name="array_list"
attribute_type="Scalars"
none_string="Not available"
input_domain_name="input_array">
<RequiredProperties>
<Property name="Input" function="Input"/>
</RequiredProperties>
</ArrayListDomain>
<Documentation>
This property indicates the name of the array to be used for particle densities if present
</Documentation>
</StringVectorProperty>
<IntVectorProperty
name="ComputeDensityFromNeighbourVolume"
command="SetComputeDensityFromNeighbourVolume"
number_of_elements="1"
default_values="0" >
<BooleanDomain name="bool"/>
<Documentation>
</Documentation>
</IntVectorProperty>
<IntVectorProperty
name="AbortLongCalculations"
command="SetAbortLongCalculations"
number_of_elements="1"
default_values="1" >
<BooleanDomain name="bool"/>
</IntVectorProperty>
<IntVectorProperty
name="ModifiedNumber"
command="SetModifiedNumber"
number_of_elements="1"
default_values="0" >
</IntVectorProperty>
<Hints>
<ShowInMenu category="Meshless" />
</Hints>
<!--
<Hints>
<Property name="ModifiedNumber" show="0"/>
</Hints>
<ProxyProperty
command="SetSPHManager"
name="SPHManager">
</ProxyProperty>
-->
</SourceProxy>
</ProxyGroup>
</ServerManagerConfiguration>