forked from biddisco/pv-meshless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvtkParticleIdFilter.xml
50 lines (42 loc) · 1.23 KB
/
vtkParticleIdFilter.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
<ServerManagerConfiguration>
<ProxyGroup name="filters">
<SourceProxy
name="ParticleIds"
class="vtkParticleIdFilter"
label="Particle Ids"
base_proxygroup="filters"
base_proxyname="GenerateIdScalars">
<Documentation
long_help="Assigns an ID to each particle, taking into account parallel offsets"
short_help="Assigns an ID to each particle">
</Documentation>
<IntVectorProperty
name="PointIds"
command="SetPointIds"
label="Generate Point Ids"
number_of_elements="1"
animateable="0"
default_values="1">
<BooleanDomain name="bool"/>
<Documentation>
Generate Ids for points
</Documentation>
</IntVectorProperty>
<IntVectorProperty
name="CellIds"
command="SetCellIds"
label="Generate Cell Ids"
number_of_elements="1"
animateable="0"
default_values="0">
<BooleanDomain name="bool"/>
<Documentation>
Generate Ids for cells
</Documentation>
</IntVectorProperty>
<Hints>
<ShowInMenu category="Meshless" />
</Hints>
</SourceProxy>
</ProxyGroup>
</ServerManagerConfiguration>