forked from biddisco/pv-meshless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvtkCenterOfMassFilter.xml
55 lines (49 loc) · 1.68 KB
/
vtkCenterOfMassFilter.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
<ServerManagerConfiguration>
<ProxyGroup name="filters">
<SourceProxy name="CenterOfMass"
class="vtkCenterOfMassFilter"
label="Center Of Mass">
<Documentation
long_help="Finds the center of mass of all particles. Fully parallel."
short_help="Finds center of mass.">
</Documentation>
<InputProperty
name="Input"
command="SetInputConnection">
<ProxyGroupDomain name="groups">
<Group name="sources"/>
<Group name="filters"/>
</ProxyGroupDomain>
<InputArrayDomain name="input_array">
</InputArrayDomain>
<DataTypeDomain name="input_type">
<DataType value="vtkPointSet"/>
</DataTypeDomain>
</InputProperty>
<StringVectorProperty
name="SelectInputArray"
command="SetInputArrayToProcess"
number_of_elements="5"
element_types="0 0 0 0 2"
animateable="0">
<ArrayListDomain name="array_list"
attribute_type="Scalars">
<RequiredProperties>
<Property name="Input" function="Input"/>
</RequiredProperties>
</ArrayListDomain>
<FieldDataDomain name="field_list">
<RequiredProperties>
<Property name="Input" function="Input"/>
</RequiredProperties>
</FieldDataDomain>
<Documentation>
This property indicates which scalar array contains the mass of the particles.
</Documentation>
</StringVectorProperty>
<Hints>
<Visibility replace_input="0" />
</Hints>
</SourceProxy>
</ProxyGroup>
</ServerManagerConfiguration>