-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathSimpleBinSM.xml
131 lines (118 loc) · 3.82 KB
/
SimpleBinSM.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
<ServerManagerConfiguration>
<ProxyGroup name="filters">
<SourceProxy name="SimpleBin" class="vtkSimpleBin" label="SimpleBin">
<Documentation
long_help="Binns values"
short_help="Bins values">
doku text here
</Documentation>
<InputProperty
name="Input"
command="SetInputConnection">
<ProxyGroupDomain name="groups">
<Group name="sources"/>
<Group name="filters"/>
</ProxyGroupDomain>
<DataTypeDomain name="input_type">
<DataType value="vtkPolyData"/>
<DataType value="vtkUnstructuredGrid"/>
</DataTypeDomain>
<InputArrayDomain name="input_array">
<RequiredProperties>
<Property name="SelectInputArray"
function="FieldDataSelection"/>
</RequiredProperties>
</InputArrayDomain>
</InputProperty>
<StringVectorProperty
name="SelectInputArray"
command="SetInputArrayToProcess"
label="Array to Bin for"
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 array to filter for.
</Documentation>
</StringVectorProperty>
<!--
<IntVectorProperty
name="DoStdDerr"
label="Calculate Standart derrivation? (dont even try, doesnt work)"
command="SetDoStdDerr"
number_of_elements="1"
animateable="0"
default_values="0">
<BooleanDomain name="bool" />
<Documentation>
uuuu
</Documentation>
</IntVectorProperty>
-->
<IntVectorProperty
name="IntBin"
label="Binning int values? (range and nBins are autoset)"
command="SetIntBin"
number_of_elements="1"
animateable="0"
default_values="0">
<BooleanDomain name="bool" />
<Documentation>
uuuu
</Documentation>
</IntVectorProperty>
<IntVectorProperty
name="LogScale"
label="Use Log scaling? (log10)"
command="SetLogScale"
number_of_elements="1"
animateable="0"
default_values="0">
<BooleanDomain name="bool" />
<Documentation>
uuuu
</Documentation>
</IntVectorProperty>
<IntVectorProperty
name="BinCount"
label="Set #Bins"
command="SetBinCount"
number_of_elements="1"
animateable="0"
default_values="10">
<Documentation>
uuuu
</Documentation>
</IntVectorProperty>
<IntVectorProperty
name="Del0Row"
label="Delete NaN Rows from Output?"
command="SetDel0Row"
number_of_elements="1"
animateable="0"
default_values="1">
<BooleanDomain name="bool" />
<Documentation>
uuuu
</Documentation>
</IntVectorProperty>
<Hints>
<!-- View can be used to specify the preferred view for the proxy -->
<View type="SpreadSheetView" />
<!-- Temporary hint to allow the output of this filter to be plotted -->
<Plotable />
</Hints>
</SourceProxy>
</ProxyGroup>
</ServerManagerConfiguration>