paraview_server_manager_data.h
Go to the documentation of this file.
1 // Loadable modules
2 //
3 // Generated by bin/vtkProcessXML-pv5.9
4 //
5 #ifndef paraview_server_manager_data_h
6 #define paraview_server_manager_data_h
7 
8 #include <string.h>
9 #include <cassert>
10 #include <algorithm>
11 
12 
13 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Core/Resources/core_sources.xml
15 "<ServerManagerConfiguration>\n"
16 " <ProxyGroup name=\"sources\">\n"
17 " <!-- ==================================================================== -->\n"
18 " <SourceProxy class=\"vtkTrivialProducer\"\n"
19 " name=\"TrivialProducer\">\n"
20 " </SourceProxy>\n"
21 "\n"
22 " <!-- ==================================================================== -->\n"
23 " <SourceProxy class=\"vtkPVTrivialProducer\"\n"
24 " name=\"PVTrivialProducer\">\n"
25 " <IntVectorProperty command=\"SetWholeExtent\"\n"
26 " default_values=\"0 -1 0 -1 0 -1\"\n"
27 " name=\"WholeExtent\"\n"
28 " number_of_elements=\"6\"\n"
29 " panel_visibility=\"never\" >\n"
30 " <Documentation>The values of this property specify the whole extent of\n"
31 " the topologically regular grid.</Documentation>\n"
32 " </IntVectorProperty>\n"
33 " </SourceProxy>\n"
34 "\n"
35 " <!-- ==================================================================== -->\n"
36 " <SourceProxy class=\"vtkPVTrivialProducer\" name=\"PVTrivialProducer2\">\n"
37 " </SourceProxy>\n"
38 "\n"
39 " <!-- ==================================================================== -->\n"
40 " <SourceProxy class=\"vtkDistributedTrivialProducer\"\n"
41 " name=\"DistributedTrivialProducer\">\n"
42 " <IntVectorProperty command=\"SetWholeExtent\"\n"
43 " default_values=\"0 -1 0 -1 0 -1\"\n"
44 " name=\"WholeExtent\"\n"
45 " number_of_elements=\"6\"\n"
46 " panel_visibility=\"never\" >\n"
47 " <Documentation>The values of this property specify the whole extent of\n"
48 " the topologically regular grid.</Documentation>\n"
49 " </IntVectorProperty>\n"
50 " <StringVectorProperty command=\"UpdateFromGlobal\"\n"
51 " default_values=\"\"\n"
52 " name=\"UpdateDataset\"\n"
53 " number_of_elements=\"1\"\n"
54 " panel_visibility=\"default\">\n"
55 " <Documentation>This property allow to initialize the trivial producer based\n"
56 " on a previously registered dataset.\n"
57 " </Documentation>\n"
58 " </StringVectorProperty>\n"
59 " </SourceProxy>\n"
60 " </ProxyGroup>\n"
61 "</ServerManagerConfiguration>\n"
62 "\n";
63 // Get single string
65 {
66 
67  const size_t len0 = strlen(paraview_server_managercore_sourcesInterface0);
68  size_t len = ( 0
69  + len0 );
70  char* res = new char[ len + 1];
71  size_t offset = 0;
73  assert(offset == len);
74  res[offset] = 0;
75  return res;
76 }
77 
78 
79 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Extraction/Resources/extraction_filters.xml
81 "<ServerManagerConfiguration>\n"
82 " <ProxyGroup name=\"internal_filters\">\n"
83 " <!-- ==================================================================== -->\n"
84 " <SourceProxy class=\"vtkExtractSelectionRange\"\n"
85 " label=\"Extract Selection Range (internal)\"\n"
86 " name=\"ExtractSelectionRange\">\n"
87 " <Documentation>\n"
88 " This filter extracts the range of a given set of cells or points given\n"
89 " a selection. The selection can be obtained from a rubber-band selection\n"
90 " (either point, cell, visible or in a frustum) and passed to the filter or\n"
91 " specified by providing an ID list. This is an internal filter.\n"
92 " </Documentation>\n"
93 " <InputProperty command=\"SetInputConnection\"\n"
94 " name=\"Input\"\n"
95 " port_index=\"0\">\n"
96 " <ProxyGroupDomain name=\"groups\">\n"
97 " <Group name=\"sources\" />\n"
98 " <Group name=\"filters\" />\n"
99 " </ProxyGroupDomain>\n"
100 " <DataTypeDomain name=\"input_type\">\n"
101 " <DataType value=\"vtkDataObject\" />\n"
102 " </DataTypeDomain>\n"
103 " <Documentation>\n"
104 " The input from which the selection is\n"
105 " extracted.\n"
106 " </Documentation>\n"
107 " </InputProperty>\n"
108 " <InputProperty command=\"SetInputConnection\"\n"
109 " name=\"Selection\"\n"
110 " port_index=\"1\">\n"
111 " <ProxyGroupDomain name=\"groups\">\n"
112 " <Group name=\"sources\" />\n"
113 " <Group name=\"filters\" />\n"
114 " </ProxyGroupDomain>\n"
115 " <DataTypeDomain name=\"input_type\">\n"
116 " <DataType value=\"vtkSelection\" />\n"
117 " </DataTypeDomain>\n"
118 " <Documentation>\n"
119 " The input that provides the selection\n"
120 " object.\n"
121 " </Documentation>\n"
122 " </InputProperty>\n"
123 " <StringVectorProperty command=\"SetArrayName\"\n"
124 " name=\"ArrayName\"\n"
125 " number_of_elements=\"1\">\n"
126 " <Documentation>\n"
127 " This property indicates the name of the scalar array\n"
128 " used to compute the range.\n"
129 " </Documentation>\n"
130 " </StringVectorProperty>\n"
131 " <IntVectorProperty command=\"SetFieldType\"\n"
132 " default_values=\"0\"\n"
133 " is_internal=\"1\"\n"
134 " name=\"FieldType\"\n"
135 " number_of_elements=\"1\">\n"
136 " <Documentation>\n"
137 " Set the field type of the selection.\n"
138 " </Documentation>\n"
139 " </IntVectorProperty>\n"
140 " <IntVectorProperty command=\"SetComponent\"\n"
141 " default_values=\"0\"\n"
142 " is_internal=\"1\"\n"
143 " name=\"Component\"\n"
144 " number_of_elements=\"1\">\n"
145 " <Documentation>\n"
146 " Select the component of the selection.\n"
147 " </Documentation>\n"
148 " </IntVectorProperty>\n"
149 " <DoubleVectorProperty command=\"GetRange\"\n"
150 " default_values=\"0 0\"\n"
151 " information_only=\"1\"\n"
152 " name=\"Range\"\n"
153 " number_of_elements=\"2\">\n"
154 " </DoubleVectorProperty>\n"
155 " <!-- End ExtractSelectionRange -->\n"
156 " </SourceProxy>\n"
157 " <!-- end of internal_filters -->\n"
158 " </ProxyGroup>\n"
159 "\n"
160 " <ProxyGroup name=\"filters\">\n"
161 "\n"
162 " <!-- ==================================================================== -->\n"
163 " <SourceProxy class=\"vtkPVExtractSelection\"\n"
164 " label=\"Extract Selection (internal)\"\n"
165 " name=\"PVExtractSelection\">\n"
166 " <Documentation>\n"
167 " This filter extracts a given set of cells or points given\n"
168 " a selection. The selection can be obtained from a rubber-band selection\n"
169 " (either point, cell, visible or in a frustum) and passed to the filter or\n"
170 " specified by providing an ID list. This is an internal filter, use\n"
171 " \"ExtractSelection\" instead.\n"
172 " </Documentation>\n"
173 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
174 " command=\"SetInputConnection\"\n"
175 " name=\"Input\">\n"
176 " <ProxyGroupDomain name=\"groups\">\n"
177 " <Group name=\"sources\" />\n"
178 " <Group name=\"filters\" />\n"
179 " </ProxyGroupDomain>\n"
180 " <DataTypeDomain name=\"input_type\">\n"
181 " <DataType value=\"vtkDataSet\" />\n"
182 " </DataTypeDomain>\n"
183 " <Documentation>\n"
184 " The input from which the selection is\n"
185 " extracted.\n"
186 " </Documentation>\n"
187 " </InputProperty>\n"
188 " <InputProperty clean_command=\"RemoveAllSelectionsInputs\"\n"
189 " command=\"SetSelectionConnection\"\n"
190 " name=\"Selection\">\n"
191 " <ProxyGroupDomain name=\"groups\">\n"
192 " <Group name=\"sources\" />\n"
193 " <Group name=\"filters\" />\n"
194 " </ProxyGroupDomain>\n"
195 " <DataTypeDomain name=\"input_type\">\n"
196 " <DataType value=\"vtkSelection\" />\n"
197 " </DataTypeDomain>\n"
198 " <Documentation>\n"
199 " The input that provides the selection\n"
200 " object.\n"
201 " </Documentation>\n"
202 " </InputProperty>\n"
203 " <!-- End ExtractSelection -->\n"
204 " </SourceProxy>\n"
205 "\n"
206 " <!-- ==================================================================== -->\n"
207 " <SourceProxy class=\"vtkPConvertSelection\"\n"
208 " name=\"ConvertSelection\">\n"
209 " <Documentation>Converts a selection from one type to\n"
210 " another.</Documentation>\n"
211 " <InputProperty command=\"SetInputConnection\"\n"
212 " name=\"DataInput\"\n"
213 " port_index=\"1\">\n"
214 " <DataTypeDomain name=\"input_type\">\n"
215 " <DataType value=\"vtkDataObject\" />\n"
216 " </DataTypeDomain>\n"
217 " <Documentation>Set the vtkDataObject input used to convert the\n"
218 " selection.</Documentation>\n"
219 " </InputProperty>\n"
220 " <InputProperty command=\"SetInputConnection\"\n"
221 " name=\"Input\"\n"
222 " port_index=\"0\">\n"
223 " <DataTypeDomain name=\"input_type\">\n"
224 " <DataType value=\"vtkSelection\" />\n"
225 " </DataTypeDomain>\n"
226 " <Documentation>Set the selection to convert.</Documentation>\n"
227 " </InputProperty>\n"
228 " <IntVectorProperty command=\"SetOutputType\"\n"
229 " default_values=\"5\"\n"
230 " name=\"OutputType\"\n"
231 " number_of_elements=\"1\">\n"
232 " <Documentation>Set the ContentType for the output.</Documentation>\n"
233 " <EnumerationDomain name=\"enum\">\n"
234 " <Entry text=\"SELECTIONS\"\n"
235 " value=\"0\" />\n"
236 " <Entry text=\"GLOBALIDs\"\n"
237 " value=\"1\" />\n"
238 " <Entry text=\"PEDIGREEIDS\"\n"
239 " value=\"2\" />\n"
240 " <Entry text=\"VALUES\"\n"
241 " value=\"3\" />\n"
242 " <Entry text=\"INDICES\"\n"
243 " value=\"4\" />\n"
244 " <Entry text=\"FRUSTUM\"\n"
245 " value=\"5\" />\n"
246 " <Entry text=\"LOCATION\"\n"
247 " value=\"6\" />\n"
248 " <Entry text=\"THRESHOLDS\"\n"
249 " value=\"7\" />\n"
250 " </EnumerationDomain>\n"
251 " </IntVectorProperty>\n"
252 " <StringVectorProperty clean_command=\"ClearArrayNames\"\n"
253 " command=\"AddArrayName\"\n"
254 " element_types=\"2\"\n"
255 " name=\"ArrayNames\"\n"
256 " number_of_elements_per_command=\"1\"\n"
257 " repeat_command=\"1\" />\n"
258 " <IntVectorProperty command=\"SetMatchAnyValues\"\n"
259 " default_values=\"0\"\n"
260 " name=\"MatchAnyValues\"\n"
261 " number_of_elements=\"1\">\n"
262 " <BooleanDomain name=\"bool\" />\n"
263 " </IntVectorProperty>\n"
264 " <IntVectorProperty command=\"SetAllowMissingArray\"\n"
265 " default_values=\"0\"\n"
266 " name=\"AllowMissingArray\"\n"
267 " number_of_elements=\"1\">\n"
268 " <BooleanDomain name=\"bool\" />\n"
269 " </IntVectorProperty>\n"
270 " <!-- End of ConvertSelection -->\n"
271 " </SourceProxy>\n"
272 "\n"
273 " <!-- ==================================================================== -->\n"
274 " <SourceProxy class=\"vtkPVSingleOutputExtractSelection\"\n"
275 " label=\"Extract Selection\"\n"
276 " name=\"ExtractSelection\">\n"
277 " <Documentation long_help=\"Extract different type of selections.\"\n"
278 " short_help=\"Extract different type of selections.\">This\n"
279 " filter extracts a set of cells/points given a selection.\n"
280 " The selection can be obtained from a rubber-band selection\n"
281 " (either cell, visible or in a frustum) or threshold\n"
282 " selection and passed to the filter or specified by\n"
283 " providing an ID list.</Documentation>\n"
284 " <InputProperty command=\"SetInputConnection\"\n"
285 " name=\"Input\">\n"
286 " <ProxyGroupDomain name=\"groups\">\n"
287 " <Group name=\"sources\" />\n"
288 " <Group name=\"filters\" />\n"
289 " </ProxyGroupDomain>\n"
290 " <DataTypeDomain name=\"input_type\">\n"
291 " <DataType value=\"vtkDataSet\" />\n"
292 " <DataType value=\"vtkTable\" />\n"
293 " </DataTypeDomain>\n"
294 " <Documentation>This property specifies the input from which the\n"
295 " selection is extracted.</Documentation>\n"
296 " </InputProperty>\n"
297 " <InputProperty command=\"SetSelectionConnection\"\n"
298 " name=\"Selection\"\n"
299 " panel_visibility=\"default\">\n"
300 " <ProxyGroupDomain name=\"groups\">\n"
301 " <Group name=\"sources\" />\n"
302 " <Group name=\"filters\" />\n"
303 " </ProxyGroupDomain>\n"
304 " <DataTypeDomain name=\"input_type\">\n"
305 " <DataType value=\"vtkSelection\" />\n"
306 " </DataTypeDomain>\n"
307 " <Documentation>The input that provides the selection\n"
308 " object.</Documentation>\n"
309 " <Hints>\n"
310 " <!-- This tag alerts the auto-generated panels and input selection\n"
311 " that this input is a selection. It should use the special\n"
312 " selection GUI. -->\n"
313 " <SelectionInput />\n"
314 " </Hints>\n"
315 " </InputProperty>\n"
316 " <IntVectorProperty command=\"SetPreserveTopology\"\n"
317 " default_values=\"0\"\n"
318 " name=\"PreserveTopology\"\n"
319 " number_of_elements=\"1\">\n"
320 " <BooleanDomain name=\"bool\" />\n"
321 " <Documentation>If this property is set to 1 the output preserves the\n"
322 " topology of its input and adds an insidedness array to mark which cells\n"
323 " are inside or out. If 0 then the output is an unstructured grid which\n"
324 " contains only the subset of cells that are inside.</Documentation>\n"
325 " </IntVectorProperty>\n"
326 " <Hints>\n"
327 " <InitializationHelper class=\"vtkSMExtractSelectionProxyInitializationHelper\" />\n"
328 " </Hints>\n"
329 " <!-- End of ExtractSelection -->\n"
330 " </SourceProxy>\n"
331 "\n"
332 " <!-- end of filters -->\n"
333 " </ProxyGroup>\n"
334 "\n"
335 " <ProxyGroup name=\"sources\">\n"
336 " <!-- ==================================================================== -->\n"
337 " <SourceProxy class=\"vtkQuerySelectionSource\"\n"
338 " name=\"SelectionQuerySource\">\n"
339 " <IntVectorProperty command=\"SetFieldType\"\n"
340 " default_values=\"0\"\n"
341 " name=\"FieldType\"\n"
342 " number_of_elements=\"1\">\n"
343 " <Documentation>The location of the array the selection came from (ex,\n"
344 " point, cell).</Documentation>\n"
345 " <EnumerationDomain name=\"enum\">\n"
346 " <Entry text=\"CELL\"\n"
347 " value=\"0\" />\n"
348 " <Entry text=\"POINT\"\n"
349 " value=\"1\" />\n"
350 " <Entry text=\"FIELD\"\n"
351 " value=\"2\" />\n"
352 " <Entry text=\"VERTEX\"\n"
353 " value=\"3\" />\n"
354 " <Entry text=\"EDGE\"\n"
355 " value=\"4\" />\n"
356 " <Entry text=\"ROW\"\n"
357 " value=\"5\" />\n"
358 " </EnumerationDomain>\n"
359 " </IntVectorProperty>\n"
360 " <StringVectorProperty command=\"SetQueryString\"\n"
361 " default_values=\"\"\n"
362 " name=\"QueryString\"\n"
363 " number_of_elements=\"1\"\n"
364 " panel_visibility=\"default\"></StringVectorProperty>\n"
365 " <IntVectorProperty command=\"SetCompositeIndex\"\n"
366 " default_values=\"-1\"\n"
367 " name=\"CompositeIndex\"\n"
368 " number_of_elements=\"1\"></IntVectorProperty>\n"
369 " <IntVectorProperty command=\"SetHierarchicalLevel\"\n"
370 " default_values=\"-1\"\n"
371 " name=\"HierarchicalLevel\"\n"
372 " number_of_elements=\"1\"></IntVectorProperty>\n"
373 " <IntVectorProperty command=\"SetHierarchicalIndex\"\n"
374 " default_values=\"-1\"\n"
375 " name=\"HierarchicalIndex\"\n"
376 " number_of_elements=\"1\"></IntVectorProperty>\n"
377 " <IntVectorProperty command=\"SetProcessID\"\n"
378 " default_values=\"-1\"\n"
379 " name=\"ProcessID\"\n"
380 " number_of_elements=\"1\"></IntVectorProperty>\n"
381 " <StringVectorProperty command=\"GetUserFriendlyText\"\n"
382 " information_only=\"1\"\n"
383 " name=\"UserFriendlyText\">\n"
384 " <SimpleStringInformationHelper />\n"
385 " <Documentation>Reconstructs the query as a user friendly text, e.g., \"IDs\n"
386 " &gt;= 12\".</Documentation>\n"
387 " </StringVectorProperty>\n"
388 " <IntVectorProperty command=\"SetInverse\"\n"
389 " default_values=\"0\"\n"
390 " name=\"InsideOut\"\n"
391 " number_of_elements=\"1\">\n"
392 " <BooleanDomain name=\"bool\" />\n"
393 " <Documentation>When this property is false the selection describes\n"
394 " everything that should be extracted. When this is true the selection\n"
395 " describes everything that should NOT be extracted.</Documentation>\n"
396 " </IntVectorProperty>\n"
397 " <IntVectorProperty command=\"SetNumberOfLayers\"\n"
398 " default_values=\"0\"\n"
399 " name=\"NumberOfLayers\"\n"
400 " number_of_elements=\"1\">\n"
401 " <Documentation>Specify the number of layers of connected elements\n"
402 " to include in the selection.</Documentation>\n"
403 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
404 " </IntVectorProperty>\n"
405 " <!-- end of SelectionQuerySource -->\n"
406 " </SourceProxy>\n"
407 " <!-- ==================================================================== -->\n"
408 " <Proxy name=\"SelectionSourceBase\">\n"
409 " <Documentation>Internal proxy used to define the common API for Selection\n"
410 " Source proxies. Do not use.</Documentation>\n"
411 " <IntVectorProperty command=\"SetFieldType\"\n"
412 " default_values=\"0\"\n"
413 " name=\"FieldType\"\n"
414 " number_of_elements=\"1\">\n"
415 " <Documentation>The location of the array the selection came from (ex,\n"
416 ;
417 
418 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Extraction/Resources/extraction_filters.xml
420 " point, cell).</Documentation>\n"
421 " <EnumerationDomain name=\"enum\">\n"
422 " <Entry text=\"CELL\"\n"
423 " value=\"0\" />\n"
424 " <Entry text=\"POINT\"\n"
425 " value=\"1\" />\n"
426 " <Entry text=\"FIELD\"\n"
427 " value=\"2\" />\n"
428 " <Entry text=\"VERTEX\"\n"
429 " value=\"3\" />\n"
430 " <Entry text=\"EDGE\"\n"
431 " value=\"4\" />\n"
432 " <Entry text=\"ROW\"\n"
433 " value=\"5\" />\n"
434 " </EnumerationDomain>\n"
435 " </IntVectorProperty>\n"
436 " <IntVectorProperty command=\"SetContainingCells\"\n"
437 " default_values=\"0\"\n"
438 " name=\"ContainingCells\"\n"
439 " number_of_elements=\"1\">\n"
440 " <Documentation>When field type is POINT, this controls whether single\n"
441 " vertex cells will be produced for each selected point, or whether the\n"
442 " cells that contain each selected point will be produced. When field\n"
443 " type is CELL this has no effect.</Documentation>\n"
444 " <BooleanDomain name=\"bool\" />\n"
445 " </IntVectorProperty>\n"
446 " <IntVectorProperty command=\"SetInverse\"\n"
447 " default_values=\"0\"\n"
448 " name=\"InsideOut\"\n"
449 " number_of_elements=\"1\">\n"
450 " <BooleanDomain name=\"bool\" />\n"
451 " <Documentation>When this property is false the selection describes\n"
452 " everything that should be extracted. When this is true the selection\n"
453 " describes everything that should NOT be extracted.</Documentation>\n"
454 " </IntVectorProperty>\n"
455 " <IntVectorProperty command=\"SetNumberOfLayers\"\n"
456 " default_values=\"0\"\n"
457 " name=\"NumberOfLayers\"\n"
458 " number_of_elements=\"1\">\n"
459 " <Documentation>Specify the number of layers of connected elements\n"
460 " to include in the selection.</Documentation>\n"
461 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
462 " </IntVectorProperty>\n"
463 " </Proxy>\n"
464 " <!-- ==================================================================== -->\n"
465 " <SourceProxy base_proxygroup=\"sources\"\n"
466 " base_proxyname=\"SelectionSourceBase\"\n"
467 " class=\"vtkPVSelectionSource\"\n"
468 " name=\"BlockSelectionSource\"\n"
469 " processes=\"client|renderserver|dataserver\">\n"
470 " <Documentation>BlockSelectionSource is a source producing a block-based\n"
471 " selection used to select blocks from a composite dataset.</Documentation>\n"
472 " <IdTypeVectorProperty clean_command=\"RemoveAllBlocks\"\n"
473 " command=\"AddBlock\"\n"
474 " label=\"Blocks\"\n"
475 " name=\"Blocks\"\n"
476 " number_of_elements=\"0\"\n"
477 " number_of_elements_per_command=\"1\"\n"
478 " repeat_command=\"1\">\n"
479 " <Documentation>The list of blocks that will be added to the selection\n"
480 " produced by the selection source. The blocks are identified using their\n"
481 " composite index (flat index).</Documentation>\n"
482 " </IdTypeVectorProperty>\n"
483 " <!-- End of BlockSelectionSource -->\n"
484 " </SourceProxy>\n"
485 " <!-- ==================================================================== -->\n"
486 " <SourceProxy base_proxygroup=\"sources\"\n"
487 " base_proxyname=\"SelectionSourceBase\"\n"
488 " class=\"vtkPVSelectionSource\"\n"
489 " name=\"FrustumSelectionSource\"\n"
490 " processes=\"client|renderserver|dataserver\">\n"
491 " <Documentation>FrustumSelectionSource is a source producing a frustum\n"
492 " selection.</Documentation>\n"
493 " <DoubleVectorProperty argument_is_array=\"1\"\n"
494 " command=\"AddFrustum\"\n"
495 " default_values=\"0.0 0.0 1.0 0.0\n"
496 " 0.0 0.0 0.0 0.0\n"
497 " 0.0 1.0 1.0 0.0\n"
498 " 0.0 1.0 0.0 0.0\n"
499 " 1.0 0.0 1.0 0.0\n"
500 " 1.0 0.0 0.0 0.0\n"
501 " 1.0 1.0 1.0 0.0\n"
502 " 1.0 1.0 0.0 0.0\"\n"
503 " label=\"Frustum\"\n"
504 " name=\"Frustum\"\n"
505 " number_of_elements=\"32\">\n"
506 " <Documentation>Vertices that define a frustum for the selection\n"
507 " source.</Documentation>\n"
508 " </DoubleVectorProperty>\n"
509 " <!-- End of FrustumSelectionSource -->\n"
510 " </SourceProxy>\n"
511 " <!-- ==================================================================== -->\n"
512 " <SourceProxy base_proxygroup=\"sources\"\n"
513 " base_proxyname=\"SelectionSourceBase\"\n"
514 " class=\"vtkPVSelectionSource\"\n"
515 " name=\"GlobalIDSelectionSource\"\n"
516 " processes=\"client|renderserver|dataserver\">\n"
517 " <Documentation>GlobalIDSelectionSource is a source producing a global ID\n"
518 " based selection.</Documentation>\n"
519 " <IdTypeVectorProperty clean_command=\"RemoveAllGlobalIDs\"\n"
520 " command=\"AddGlobalID\"\n"
521 " label=\"Global IDs\"\n"
522 " name=\"IDs\"\n"
523 " number_of_elements=\"0\"\n"
524 " number_of_elements_per_command=\"1\"\n"
525 " repeat_command=\"1\">\n"
526 " <Documentation>The list of IDs that will be added to the selection\n"
527 " produced by the selection source.</Documentation>\n"
528 " </IdTypeVectorProperty>\n"
529 " <!-- End of GlobalIDSelectionSource -->\n"
530 " </SourceProxy>\n"
531 " <!-- ==================================================================== -->\n"
532 " <SourceProxy base_proxygroup=\"sources\"\n"
533 " base_proxyname=\"SelectionSourceBase\"\n"
534 " class=\"vtkPVSelectionSource\"\n"
535 " name=\"PedigreeIDSelectionSource\"\n"
536 " processes=\"client|renderserver|dataserver\">\n"
537 " <Documentation>PedigreeIDSelectionSource is a source producing a pedigree\n"
538 " ID based selection.</Documentation>\n"
539 " <StringVectorProperty clean_command=\"RemoveAllPedigreeIDs\"\n"
540 " command=\"AddPedigreeID\"\n"
541 " default_values=\"id 0\"\n"
542 " element_types=\"2 0\"\n"
543 " label=\"Pedigree IDs\"\n"
544 " name=\"IDs\"\n"
545 " number_of_elements=\"2\"\n"
546 " number_of_elements_per_command=\"2\"\n"
547 " repeat_command=\"1\">\n"
548 " <Documentation>The list of integer IDs that will be added to the\n"
549 " selection produced by the selection source, specified by the pair\n"
550 " (domain, id).</Documentation>\n"
551 " </StringVectorProperty>\n"
552 " <StringVectorProperty clean_command=\"RemoveAllPedigreeStringIDs\"\n"
553 " command=\"AddPedigreeStringID\"\n"
554 " default_values=\"id foo\"\n"
555 " element_types=\"2 2\"\n"
556 " label=\"Pedigree String IDs\"\n"
557 " name=\"StringIDs\"\n"
558 " number_of_elements=\"2\"\n"
559 " number_of_elements_per_command=\"2\"\n"
560 " repeat_command=\"1\">\n"
561 " <Documentation>The list of string IDs that will be added to the\n"
562 " selection produced by the selection source, specified by the pair\n"
563 " (domain, id).</Documentation>\n"
564 " </StringVectorProperty>\n"
565 " <!-- End of PedigreeIDSelectionSource -->\n"
566 " </SourceProxy>\n"
567 " <!-- ==================================================================== -->\n"
568 " <SourceProxy base_proxygroup=\"sources\"\n"
569 " base_proxyname=\"SelectionSourceBase\"\n"
570 " class=\"vtkPVSelectionSource\"\n"
571 " name=\"IDSelectionSource\"\n"
572 " processes=\"client|renderserver|dataserver\">\n"
573 " <Documentation>IDSelectionSource is a source producing a ID based\n"
574 " selection. This cannot be used for selecting composite\n"
575 " datasets.</Documentation>\n"
576 " <IdTypeVectorProperty clean_command=\"RemoveAllIDs\"\n"
577 " command=\"AddID\"\n"
578 " name=\"IDs\"\n"
579 " number_of_elements=\"0\"\n"
580 " number_of_elements_per_command=\"2\"\n"
581 " repeat_command=\"1\">\n"
582 " <Documentation>The list of IDs that will be added to the selection\n"
583 " produced by the selection source. This takes pairs of values as\n"
584 " (process number, id).</Documentation>\n"
585 " </IdTypeVectorProperty>\n"
586 " <!-- End of IDSelectionSource -->\n"
587 " </SourceProxy>\n"
588 " <!-- ==================================================================== -->\n"
589 " <SourceProxy base_proxygroup=\"sources\"\n"
590 " base_proxyname=\"SelectionSourceBase\"\n"
591 " class=\"vtkPVSelectionSource\"\n"
592 " name=\"ValueSelectionSource\"\n"
593 " processes=\"client|renderserver|dataserver\">\n"
594 " <Documentation>ValueSelectionSource is a source producing a value based\n"
595 " selection. This cannot be used for selecting composite\n"
596 " datasets.</Documentation>\n"
597 " <IdTypeVectorProperty clean_command=\"RemoveAllValues\"\n"
598 " command=\"AddValue\"\n"
599 " name=\"Values\"\n"
600 " number_of_elements=\"0\"\n"
601 " number_of_elements_per_command=\"2\"\n"
602 " repeat_command=\"1\">\n"
603 " <Documentation>The list of Values that will be added to the selection\n"
604 " produced by the selection source. This takes pairs of values as\n"
605 " (process number, value).</Documentation>\n"
606 " </IdTypeVectorProperty>\n"
607 " <StringVectorProperty command=\"SetArrayName\"\n"
608 " name=\"ArrayName\"\n"
609 " number_of_elements=\"1\">\n"
610 " </StringVectorProperty>\n"
611 " <!-- End of ValueSelectionSource -->\n"
612 " </SourceProxy>\n"
613 " <!-- ==================================================================== -->\n"
614 "\n"
615 " <SourceProxy base_proxygroup=\"sources\"\n"
616 " base_proxyname=\"SelectionSourceBase\"\n"
617 " class=\"vtkPVSelectionSource\"\n"
618 " name=\"CompositeDataIDSelectionSource\"\n"
619 " processes=\"client|renderserver|dataserver\">\n"
620 " <Documentation>CompositeDataIDSelectionSource used to create an ID based\n"
621 " selection for composite datasets (Multiblock or HierarchicalBox\n"
622 " dataset).</Documentation>\n"
623 " <IdTypeVectorProperty clean_command=\"RemoveAllCompositeIDs\"\n"
624 " command=\"AddCompositeID\"\n"
625 " name=\"IDs\"\n"
626 " number_of_elements=\"0\"\n"
627 " number_of_elements_per_command=\"3\"\n"
628 " repeat_command=\"1\">\n"
629 " <Documentation>The list of IDs that will be added to the selection\n"
630 " produced by the selection source. This takes 3-tuple of values as\n"
631 " (flat-index, process number, id).</Documentation>\n"
632 " </IdTypeVectorProperty>\n"
633 " <!-- End of CompositeDataIDSelectionSource -->\n"
634 " </SourceProxy>\n"
635 " <!-- ==================================================================== -->\n"
636 " <SourceProxy base_proxygroup=\"sources\"\n"
637 " base_proxyname=\"SelectionSourceBase\"\n"
638 " class=\"vtkPVSelectionSource\"\n"
639 " name=\"HierarchicalDataIDSelectionSource\"\n"
640 " processes=\"client|renderserver|dataserver\">\n"
641 " <Documentation>HierarchicalDataIDSelectionSource used to create an ID\n"
642 " based selection for HierarchicalBox datasets.</Documentation>\n"
643 " <IdTypeVectorProperty clean_command=\"RemoveAllHierarchicalIDs\"\n"
644 " command=\"AddHierarhicalID\"\n"
645 " name=\"IDs\"\n"
646 " number_of_elements=\"0\"\n"
647 " number_of_elements_per_command=\"3\"\n"
648 " repeat_command=\"1\">\n"
649 " <Documentation>The list of IDs that will be added to the selection\n"
650 " produced by the selection source. This takes 3-tuple of values as\n"
651 " (level, index, id).</Documentation>\n"
652 " </IdTypeVectorProperty>\n"
653 " <!-- End of HierarchicalDataIDSelectionSource -->\n"
654 " </SourceProxy>\n"
655 " <!-- ==================================================================== -->\n"
656 " <SourceProxy base_proxygroup=\"sources\"\n"
657 " base_proxyname=\"SelectionSourceBase\"\n"
658 " class=\"vtkPVSelectionSource\"\n"
659 " name=\"ThresholdSelectionSource\"\n"
660 " processes=\"client|renderserver|dataserver\">\n"
661 " <Documentation>ThresholdSelectionSource is used to create a threshold\n"
662 " based selection.</Documentation>\n"
663 " <DoubleVectorProperty clean_command=\"RemoveAllThresholds\"\n"
664 " command=\"AddThreshold\"\n"
665 " name=\"Thresholds\"\n"
666 " number_of_elements=\"0\"\n"
667 " number_of_elements_per_command=\"2\"\n"
668 " repeat_command=\"1\">\n"
669 " <Documentation>The list of thresholds that will be added to the\n"
670 " selection produced by the selection source.</Documentation>\n"
671 " </DoubleVectorProperty>\n"
672 " <StringVectorProperty command=\"SetArrayName\"\n"
673 " default_values=\"none\"\n"
674 " name=\"ArrayName\"\n"
675 " number_of_elements=\"1\">\n"
676 " <Documentation>For threshold and value selection, this controls the\n"
677 " name of the scalar array that will be thresholded\n"
678 " within.</Documentation>\n"
679 " </StringVectorProperty>\n"
680 " <!-- End of ThresholdSelectionSource -->\n"
681 " </SourceProxy>\n"
682 " <!-- ==================================================================== -->\n"
683 " <SourceProxy base_proxygroup=\"sources\"\n"
684 " base_proxyname=\"SelectionSourceBase\"\n"
685 " class=\"vtkPVSelectionSource\"\n"
686 " name=\"LocationSelectionSource\"\n"
687 " processes=\"client|renderserver|dataserver\">\n"
688 " <Documentation>LocationSelectionSource is used to create a location based\n"
689 " selection.</Documentation>\n"
690 " <DoubleVectorProperty clean_command=\"RemoveAllLocations\"\n"
691 " command=\"AddLocation\"\n"
692 " name=\"Locations\"\n"
693 " number_of_elements=\"0\"\n"
694 " number_of_elements_per_command=\"3\"\n"
695 " repeat_command=\"1\">\n"
696 " <Documentation>The list of locations that will be added to the\n"
697 " selection produced by the selection source.</Documentation>\n"
698 " </DoubleVectorProperty>\n"
699 " <!-- End of LocationSelectionSource -->\n"
700 " </SourceProxy>\n"
701 " </ProxyGroup>\n"
702 "</ServerManagerConfiguration>\n"
703 "\n";
704 // Get single string
706 {
707 
708  const size_t len0 = strlen(paraview_server_managerextraction_filtersInterface0);
709  const size_t len1 = strlen(paraview_server_managerextraction_filtersInterface1);
710  size_t len = ( 0
711  + len0
712  + len1 );
713  char* res = new char[ len + 1];
714  size_t offset = 0;
717  assert(offset == len);
718  res[offset] = 0;
719  return res;
720 }
721 
722 
723 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Misc/Resources/misc_filters.xml
725 "<ServerManagerConfiguration>\n"
726 " <ProxyGroup name=\"filters\">\n"
727 "\n"
728 " <!-- ================================================================== -->\n"
729 " <SourceProxy class=\"vtkAttributeDataToTableFilter\"\n"
730 " label=\"Extract Attributes\"\n"
731 " name=\"AttributeDataToTableFilter\">\n"
732 " <Documentation long_help=\"Extract attribute data as a table.\"\n"
733 " short_help=\"Extract attribute data as a table.\">This is a\n"
734 " filter that produces a vtkTable from the chosen attribute\n"
735 " in the input data object. This filter can accept composite\n"
736 " datasets. If the input is a composite dataset, the output\n"
737 " is a multiblock with vtkTable leaves.</Documentation>\n"
738 " <InputProperty command=\"SetInputConnection\"\n"
739 " name=\"Input\">\n"
740 " <ProxyGroupDomain name=\"groups\">\n"
741 " <Group name=\"sources\" />\n"
742 " <Group name=\"filters\" />\n"
743 " </ProxyGroupDomain>\n"
744 " <DataTypeDomain name=\"input_type\">\n"
745 " <DataType value=\"vtkDataObject\" />\n"
746 " </DataTypeDomain>\n"
747 " <Documentation>This property specifies the input of the\n"
748 " filter.</Documentation>\n"
749 " </InputProperty>\n"
750 " <IntVectorProperty command=\"SetFieldAssociation\"\n"
751 " default_values=\"0\"\n"
752 " name=\"FieldAssociation\"\n"
753 " number_of_elements=\"1\">\n"
754 " <Documentation>Select the attribute data to pass.</Documentation>\n"
755 " <EnumerationDomain name=\"enum\">\n"
756 " <Entry text=\"Points\"\n"
757 " value=\"0\" />\n"
758 " <Entry text=\"Cells\"\n"
759 " value=\"1\" />\n"
760 " <Entry text=\"Field Data\"\n"
761 " value=\"2\" />\n"
762 " <Entry text=\"Vertices\"\n"
763 " value=\"4\" />\n"
764 " <Entry text=\"Edges\"\n"
765 " value=\"5\" />\n"
766 " <Entry text=\"Rows\"\n"
767 " value=\"6\" />\n"
768 " </EnumerationDomain>\n"
769 " </IntVectorProperty>\n"
770 " <IntVectorProperty command=\"SetAddMetaData\"\n"
771 " default_values=\"0\"\n"
772 " name=\"AddMetaData\"\n"
773 " number_of_elements=\"1\">\n"
774 " <BooleanDomain name=\"bool\" />\n"
775 " <Documentation>It is possible for this filter to add additional\n"
776 " meta-data to the field data such as point coordinates (when point\n"
777 " attributes are selected and input is pointset) or structured\n"
778 " coordinates etc. To enable this addition of extra information, turn\n"
779 " this flag on. Off by default.</Documentation>\n"
780 " </IntVectorProperty>\n"
781 " <!-- End of AttributeDataToTableFilter -->\n"
782 " </SourceProxy>\n"
783 "\n"
784 " <!-- ==================================================================== -->\n"
785 " <SourceProxy class=\"vtkMergeBlocks\"\n"
786 " label=\"Merge Blocks\"\n"
787 " name=\"MergeBlocks\">\n"
788 " <Documentation short_help=\"Appends vtkCompositeDataSet leaves into a single vtkUnstructuredGrid or vtkPolyData\">\n"
789 " Merge Blocks appends all vtkDataSet leaves of the input composite dataset to a single\n"
790 " unstructured grid (or polydata if all leaves are polydata). The subtree to\n"
791 " be combined can be chosen using the SubTreeCompositeIndex. If the SubTreeCompositeIndex\n"
792 " is a leaf node, then no appending is required nor performed.</Documentation>\n"
793 " <InputProperty command=\"SetInputConnection\"\n"
794 " name=\"Input\">\n"
795 " <DataTypeDomain name=\"input_type\">\n"
796 " <DataType value=\"vtkDataObjectTree\" />\n"
797 " </DataTypeDomain>\n"
798 " <Documentation>Set the input composite dataset.</Documentation>\n"
799 " </InputProperty>\n"
800 " <IntVectorProperty command=\"SetOutputDataSetType\"\n"
801 " default_values=\"4\"\n"
802 " number_of_elements=\"1\"\n"
803 " name=\"OutputDataSetType\"\n"
804 " panel_visibility=\"advanced\">\n"
805 " <EnumerationDomain name=\"enum\">\n"
806 " <Entry text=\"Polygonal Mesh\"\n"
807 " value=\"0\" />\n"
808 " <Entry text=\"Unstructured Grid\"\n"
809 " value=\"4\" />\n"
810 " </EnumerationDomain>\n"
811 " <Documentation>Determines the output type produced by this filter. Only blocks compatible\n"
812 " with the output type will be merged in the output. For example, if the output type is\n"
813 " \"Polygonal Mesh\", then blocks of type \"Image Data\", \"Structured Grid\", etc. will not be merged.\n"
814 " If the output type is \"UnstructuredGrid\", then blocks of any type will be merged in the output.\n"
815 " Defaults to \"Unstructured Grid\".\n"
816 " </Documentation>\n"
817 " </IntVectorProperty>\n"
818 "\n"
819 " <IntVectorProperty command=\"SetMergePartitionsOnly\"\n"
820 " name=\"MergePartitionsOnly\"\n"
821 " default_values=\"0\"\n"
822 " number_of_elements=\"1\">\n"
823 " <BooleanDomain name=\"bool\" />\n"
824 " <Documentation>\n"
825 " When set, only paritions and pieces will be merged into a dataset each,\n"
826 " instead of merging everything into a single dataset.\n"
827 " </Documentation>\n"
828 " </IntVectorProperty>\n"
829 " <IntVectorProperty command=\"SetMergePoints\"\n"
830 " default_values=\"1\"\n"
831 " label=\"Merge Points\"\n"
832 " name=\"MergePoints\"\n"
833 " number_of_elements=\"1\">\n"
834 " <BooleanDomain name=\"bool\" />\n"
835 " <Documentation>Merge points within a distance specified by the **Tolerance**\n"
836 " property.</Documentation>\n"
837 " </IntVectorProperty>\n"
838 " <DoubleVectorProperty command=\"SetTolerance\"\n"
839 " default_values=\"0\"\n"
840 " label=\"Tolerance\"\n"
841 " name=\"Tolerance\"\n"
842 " number_of_elements=\"1\"\n"
843 " panel_visibility=\"advanced\">\n"
844 " <Documentation>Set the tolerance for merging points if **Merge Points** is enabled.</Documentation>\n"
845 " <Hints>\n"
846 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
847 " mode=\"visibility\"\n"
848 " property=\"MergePoints\"\n"
849 " value=\"1\" />\n"
850 " <!-- show this widget when MergePoints==1 and showing advanced options -->\n"
851 " </Hints>\n"
852 " </DoubleVectorProperty>\n"
853 " <IntVectorProperty command=\"SetToleranceIsAbsolute\"\n"
854 " default_values=\"0\"\n"
855 " name=\"ToleranceIsAbsolute\"\n"
856 " number_of_elements=\"1\"\n"
857 " panel_visibility=\"advanced\">\n"
858 " <BooleanDomain name=\"bool\" />\n"
859 " <Documentation>This property determines whether to treat the **Tolerance**\n"
860 " property as absolute (points closer than Tolerance are merged) or relative\n"
861 " (points closer than a fraction of the input data's bounding box diagonal length)\n"
862 " when performing point merging.</Documentation>\n"
863 " <Hints>\n"
864 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
865 " mode=\"visibility\"\n"
866 " property=\"MergePoints\"\n"
867 " value=\"1\" />\n"
868 " <!-- show this widget when MergePoints==1 and showing advanced options -->\n"
869 " </Hints>\n"
870 " </IntVectorProperty>\n"
871 " <!-- End of MergeBlocks -->\n"
872 " </SourceProxy>\n"
873 " <!-- ==================================================================== -->\n"
874 " <SourceProxy class=\"vtkEnvironmentAnnotationFilter\"\n"
875 " label=\"Environment Annotation\"\n"
876 " name=\"EnvironmentAnnotation\">\n"
877 " <Documentation long_help=\"Allows annotation of user name, date/time, OS, and possibly filename.\"\n"
878 " short_help=\"Adds annotation overlay.\">\n"
879 " Apply to any source. Gui allows manual selection of desired annotation options.\n"
880 " If the source is a file, can display the filename.\n"
881 " </Documentation>\n"
882 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
883 " command=\"AddInputConnection\"\n"
884 " multiple_input=\"1\"\n"
885 " name=\"Input\">\n"
886 " <ProxyGroupDomain name=\"groups\">\n"
887 " <Group name=\"sources\" />\n"
888 " <Group name=\"filters\" />\n"
889 " </ProxyGroupDomain>\n"
890 " <DataTypeDomain name=\"input_type\">\n"
891 " <DataType value=\"vtkDataObject\" />\n"
892 " </DataTypeDomain>\n"
893 " <Documentation>Set the input of the filter.</Documentation>\n"
894 " </InputProperty>\n"
895 " <IntVectorProperty command=\"SetDisplayUserName\"\n"
896 " name=\"DisplayUserName\"\n"
897 " default_values=\"1\"\n"
898 " number_of_elements=\"1\">\n"
899 " <BooleanDomain name=\"bool\" />\n"
900 " <Documentation>\n"
901 " Toggle User Name Visibility.\n"
902 " </Documentation>\n"
903 " </IntVectorProperty>\n"
904 " <IntVectorProperty command=\"SetDisplaySystemName\"\n"
905 " name=\"DisplaySystemName\"\n"
906 " default_values=\"1\"\n"
907 " number_of_elements=\"1\">\n"
908 " <BooleanDomain name=\"bool\" />\n"
909 " <Documentation>\n"
910 " Toggle System Name Visibility.\n"
911 " </Documentation>\n"
912 " </IntVectorProperty>\n"
913 " <IntVectorProperty command=\"SetDisplayDate\"\n"
914 " name=\"DisplayDate\"\n"
915 " default_values=\"1\"\n"
916 " number_of_elements=\"1\">\n"
917 " <BooleanDomain name=\"bool\" />\n"
918 " <Documentation>\n"
919 " Toggle Date/Time Visibility.\n"
920 " </Documentation>\n"
921 " </IntVectorProperty>\n"
922 " <IntVectorProperty command=\"SetDisplayFileName\"\n"
923 " name=\"DisplayFileName\"\n"
924 " default_values=\"1\"\n"
925 " number_of_elements=\"1\">\n"
926 " <BooleanDomain name=\"bool\" />\n"
927 " <Documentation>\n"
928 " Toggle File Name Visibility.\n"
929 " </Documentation>\n"
930 " </IntVectorProperty>\n"
931 " <IntVectorProperty command=\"SetDisplayFilePath\"\n"
932 " name=\"DisplayFilePath\"\n"
933 " default_values=\"1\"\n"
934 " number_of_elements=\"1\">\n"
935 " <BooleanDomain name=\"bool\" />\n"
936 " <Documentation>\n"
937 " Toggle Show Full File Path.\n"
938 " </Documentation>\n"
939 " <Hints>\n"
940 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
941 " mode=\"visibility\"\n"
942 " property=\"DisplayFileName\"\n"
943 " value=\"1\" />\n"
944 " <!-- enable this widget when DisplayFileName==1 -->\n"
945 " </Hints>\n"
946 " </IntVectorProperty>\n"
947 " <StringVectorProperty command=\"SetFileName\"\n"
948 " name=\"FileName\"\n"
949 " default_values=\"\"\n"
950 " number_of_elements=\"1\"\n"
951 " panel_widget=\"filename_widget\">\n"
952 " <Documentation>Annotation of file name.</Documentation>\n"
953 " <InputFileNameDomain name=\"filename\">\n"
954 " <RequiredProperties>\n"
955 " <Property function=\"Input\" name=\"Input\" />\n"
956 " </RequiredProperties>\n"
957 " </InputFileNameDomain>\n"
958 " <Hints>\n"
959 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
960 " mode=\"visibility\"\n"
961 " property=\"DisplayFileName\"\n"
962 " value=\"1\" />\n"
963 " <!-- enable this widget when DisplayFileName==1 -->\n"
964 " </Hints>\n"
965 " </StringVectorProperty>\n"
966 " <Hints>\n"
967 " <Visibility replace_input=\"0\" />\n"
968 " <OutputPort index=\"0\"\n"
969 " name=\"Output-0\"\n"
970 " type=\"text\" />\n"
971 " </Hints>\n"
972 " </SourceProxy>\n"
973 "\n"
974 " <!-- ==================================================================== -->\n"
975 " <SourceProxy class=\"vtkMinMax\" name=\"MinMax\">\n"
976 " <InputProperty command=\"SetInputConnection\"\n"
977 " name=\"Input\">\n"
978 " <ProxyGroupDomain name=\"groups\">\n"
979 " <Group name=\"sources\" />\n"
980 " <Group name=\"filters\" />\n"
981 " </ProxyGroupDomain>\n"
982 " <DataTypeDomain name=\"input_type\">\n"
983 " <DataType value=\"vtkDataSet\" />\n"
984 " </DataTypeDomain>\n"
985 " <Documentation>Set the input to the Min Max filter.</Documentation>\n"
986 " </InputProperty>\n"
987 " <StringVectorProperty command=\"SetOperation\"\n"
988 " default_values=\"MIN\"\n"
989 " name=\"Operation\"\n"
990 " number_of_elements=\"1\">\n"
991 " <StringListDomain name=\"operation\">\n"
992 " <String value=\"MIN\" />\n"
993 " <String value=\"MAX\" />\n"
994 " <String value=\"SUM\" />\n"
995 " </StringListDomain>\n"
996 " <Documentation>Select whether to perform a min, max, or sum operation\n"
997 " on the data.</Documentation>\n"
998 " </StringVectorProperty>\n"
999 " <!-- End MinMax -->\n"
1000 " </SourceProxy>\n"
1001 "\n"
1002 " <!-- ==================================================================== -->\n"
1003 " <SourceProxy class=\"vtkPExtractHistogram\"\n"
1004 " label=\"Histogram\"\n"
1005 " name=\"ExtractHistogram\">\n"
1006 " <Documentation long_help=\"Extract a histogram from field data.\"\n"
1007 " short_help=\"Extract a histogram from field data.\">\n"
1008 " </Documentation>\n"
1009 " <InputProperty command=\"SetInputConnection\"\n"
1010 " name=\"Input\">\n"
1011 " <ProxyGroupDomain name=\"groups\">\n"
1012 " <Group name=\"sources\" />\n"
1013 " <Group name=\"filters\" />\n"
1014 " </ProxyGroupDomain>\n"
1015 " <DataTypeDomain name=\"input_type\">\n"
1016 " <DataType value=\"vtkDataObject\" />\n"
1017 " </DataTypeDomain>\n"
1018 " <InputArrayDomain name=\"input_array\">\n"
1019 " </InputArrayDomain>\n"
1020 " <Documentation>This property specifies the input to the Histogram\n"
1021 " filter.</Documentation>\n"
1022 " </InputProperty>\n"
1023 " <StringVectorProperty animateable=\"0\"\n"
1024 " command=\"SetInputArrayToProcess\"\n"
1025 " element_types=\"0 0 0 0 2\"\n"
1026 " name=\"SelectInputArray\"\n"
1027 " number_of_elements=\"5\">\n"
1028 " <ArrayListDomain attribute_type=\"Scalars\"\n"
1029 " name=\"array_list\">\n"
1030 " <RequiredProperties>\n"
1031 " <Property function=\"Input\"\n"
1032 " name=\"Input\" />\n"
1033 " </RequiredProperties>\n"
1034 " </ArrayListDomain>\n"
1035 " <Documentation>This property indicates the name of the array from which\n"
1036 " to compute the histogram.</Documentation>\n"
1037 " </StringVectorProperty>\n"
1038 " <IntVectorProperty command=\"SetBinCount\"\n"
1039 " default_values=\"10\"\n"
1040 " name=\"BinCount\"\n"
1041 " number_of_elements=\"1\">\n"
1042 " <IntRangeDomain max=\"256\"\n"
1043 " min=\"1\"\n"
1044 ;
1045 
1046 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Misc/Resources/misc_filters.xml
1048 " name=\"range\" />\n"
1049 " <Documentation>The value of this property specifies the number of bins\n"
1050 " for the histogram.</Documentation>\n"
1051 " </IntVectorProperty>\n"
1052 " <IntVectorProperty animateable=\"0\"\n"
1053 " command=\"SetComponent\"\n"
1054 " default_values=\"0\"\n"
1055 " name=\"Component\"\n"
1056 " number_of_elements=\"1\">\n"
1057 " <NumberOfComponentsDomain name=\"comps\" enable_magnitude=\"1\">\n"
1058 " <RequiredProperties>\n"
1059 " <Property function=\"Input\"\n"
1060 " name=\"Input\" />\n"
1061 " <Property function=\"ArraySelection\"\n"
1062 " name=\"SelectInputArray\" />\n"
1063 " </RequiredProperties>\n"
1064 " </NumberOfComponentsDomain>\n"
1065 " <Documentation>The value of this property specifies the array component\n"
1066 " from which the histogram should be computed.</Documentation>\n"
1067 " </IntVectorProperty>\n"
1068 " <IntVectorProperty command=\"SetCalculateAverages\"\n"
1069 " default_values=\"0\"\n"
1070 " name=\"CalculateAverages\"\n"
1071 " number_of_elements=\"1\"\n"
1072 " panel_visibility=\"advanced\">\n"
1073 " <BooleanDomain name=\"bool\" />\n"
1074 " <Documentation>This option controls whether the algorithm calculates\n"
1075 " averages of variables other than the primary variable that fall into\n"
1076 " each bin.</Documentation>\n"
1077 " </IntVectorProperty>\n"
1078 " <IntVectorProperty command=\"SetUseCustomBinRanges\"\n"
1079 " default_values=\"0\"\n"
1080 " name=\"UseCustomBinRanges\"\n"
1081 " number_of_elements=\"1\"\n"
1082 " panel_visibility=\"advanced\">\n"
1083 " <BooleanDomain name=\"bool\" />\n"
1084 " <Documentation>When set to true, CustomBinRanges will be used instead\n"
1085 " of using the full range for the selected array. By default, set to\n"
1086 " false.</Documentation>\n"
1087 " </IntVectorProperty>\n"
1088 " <IntVectorProperty command=\"SetCenterBinsAroundMinAndMax\"\n"
1089 " default_values=\"0\"\n"
1090 " name=\"CenterBinsAroundMinAndMax\"\n"
1091 " number_of_elements=\"1\"\n"
1092 " panel_visibility=\"advanced\">\n"
1093 " <BooleanDomain name=\"bool\" />\n"
1094 " <Documentation>When set to true, first and last bin will be centered\n"
1095 " around the minimum and the maximum values of the data.\n"
1096 " By default, set to false.</Documentation>\n"
1097 " <Hints>\n"
1098 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
1099 " <Property name=\"UseCustomBinRanges\" function=\"boolean_invert\" />\n"
1100 " </PropertyWidgetDecorator>\n"
1101 " </Hints>\n"
1102 " </IntVectorProperty>\n"
1103 " <DoubleVectorProperty command=\"SetCustomBinRanges\"\n"
1104 " default_values=\"0.0 100.0\"\n"
1105 " name=\"CustomBinRanges\"\n"
1106 " number_of_elements=\"2\"\n"
1107 " panel_visibility=\"advanced\">\n"
1108 " <Documentation>Set custom bin ranges to use. These are used only when\n"
1109 " UseCustomBinRanges is set to true.</Documentation>\n"
1110 " <ArrayRangeDomain name=\"scalar_range\">\n"
1111 " <RequiredProperties>\n"
1112 " <Property function=\"Input\"\n"
1113 " name=\"Input\" />\n"
1114 " <Property function=\"ArraySelection\"\n"
1115 " name=\"SelectInputArray\" />\n"
1116 " </RequiredProperties>\n"
1117 " </ArrayRangeDomain>\n"
1118 " <Hints>\n"
1119 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
1120 " <Property name=\"UseCustomBinRanges\" function=\"boolean\" />\n"
1121 " </PropertyWidgetDecorator>\n"
1122 " </Hints>\n"
1123 " </DoubleVectorProperty>\n"
1124 " <Hints>\n"
1125 " <!-- View can be used to specify the preferred view for the proxy -->\n"
1126 " <View type=\"XYBarChartView\" />\n"
1127 " <Plotable />\n"
1128 " </Hints>\n"
1129 " <!-- End ExtractHistogram -->\n"
1130 " </SourceProxy>\n"
1131 "\n"
1132 " <!-- ==================================================================== -->\n"
1133 " <SourceProxy class=\"vtkReductionFilter\"\n"
1134 " name=\"AppendReductionFilter\"\n"
1135 " label=\"Append Reduce\">\n"
1136 " <InputProperty command=\"SetInputConnection\"\n"
1137 " name=\"Input\">\n"
1138 " <ProxyGroupDomain name=\"groups\">\n"
1139 " <Group name=\"sources\" />\n"
1140 " <Group name=\"filters\" />\n"
1141 " </ProxyGroupDomain>\n"
1142 " <DataTypeDomain composite_data_supported=\"0\"\n"
1143 " name=\"input_type\">\n"
1144 " <DataType value=\"vtkDataSet\" />\n"
1145 " </DataTypeDomain>\n"
1146 " <Documentation>Set the input to the Reduction filter.</Documentation>\n"
1147 " </InputProperty>\n"
1148 " <StringVectorProperty command=\"SetPostGatherHelperName\"\n"
1149 " name=\"PostGatherHelperName\"\n"
1150 " panel_visibility=\"never\"\n"
1151 " default_values=\"vtkAppendFilter\"\n"
1152 " number_of_elements=\"1\">\n"
1153 " <Documentation>Set the algorithm that takes multiple inputs and\n"
1154 " produces a single reduced output.</Documentation>\n"
1155 " </StringVectorProperty>\n"
1156 " <IntVectorProperty command=\"SetReductionMode\"\n"
1157 " default_values=\"2\"\n"
1158 " name=\"ReductionMode\"\n"
1159 " number_of_elements=\"1\">\n"
1160 " <EnumerationDomain name=\"enum\">\n"
1161 " <Entry text=\"Reduce all data to one processor\"\n"
1162 " value=\"0\" />\n"
1163 " <Entry text=\"Move all data to one processor\"\n"
1164 " value=\"1\" />\n"
1165 " <Entry text=\"Reduce all data to all processors\"\n"
1166 " value=\"2\" />\n"
1167 " </EnumerationDomain>\n"
1168 " <Documentation>Set the reduction mode. Reducing all data to one\n"
1169 " processor means that the destination process will have all data while\n"
1170 " each other process will still have it's own data. Moving all to one processor means\n"
1171 " that the destination process will have all data while other process have no data\n"
1172 " anymore. Reduce all data to all processors is self explanatory.</Documentation>\n"
1173 " </IntVectorProperty>\n"
1174 " <IntVectorProperty command=\"SetReductionProcessId\"\n"
1175 " default_values=\"0\"\n"
1176 " name=\"ReduceTo\"\n"
1177 " number_of_elements=\"1\">\n"
1178 " <IntRangeDomain min=\"0\"\n"
1179 " name=\"range\" />\n"
1180 " <Hints>\n"
1181 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
1182 " mode=\"visibility\"\n"
1183 " property=\"ReductionMode\"\n"
1184 " value=\"2\"\n"
1185 " inverse=\"1\"/>\n"
1186 " <!-- show this widget when ReductionMode is not 2 -->\n"
1187 " </Hints>\n"
1188 " <Documentation>Set the process to reduce to.</Documentation>\n"
1189 " </IntVectorProperty>\n"
1190 " <IntVectorProperty command=\"SetPassThrough\"\n"
1191 " default_values=\"-1\"\n"
1192 " name=\"OnlyFrom\"\n"
1193 " number_of_elements=\"1\">\n"
1194 " <IntRangeDomain min=\"-1\"\n"
1195 " name=\"range\" />\n"
1196 " <Documentation>If set to a non-negative value, then produce results\n"
1197 " using only the node Id specified.</Documentation>\n"
1198 " </IntVectorProperty>\n"
1199 " <IntVectorProperty command=\"SetGenerateProcessIds\"\n"
1200 " default_values=\"0\"\n"
1201 " name=\"GenerateProcessIds\"\n"
1202 " number_of_elements=\"1\">\n"
1203 " <BooleanDomain name=\"bool\" />\n"
1204 " <Documentation>If true, the filter will generate vtkOriginalProcessIds\n"
1205 " arrays indicating the process id on which the cell/point was\n"
1206 " generated.</Documentation>\n"
1207 " </IntVectorProperty>\n"
1208 " <!-- End ReductionFilter -->\n"
1209 " </SourceProxy>\n"
1210 "\n"
1211 " <!-- ==================================================================== -->\n"
1212 " <SourceProxy class=\"vtkReductionFilter\"\n"
1213 " name=\"ReductionFilter\">\n"
1214 " <InputProperty command=\"SetInputConnection\"\n"
1215 " name=\"Input\">\n"
1216 " <ProxyGroupDomain name=\"groups\">\n"
1217 " <Group name=\"sources\" />\n"
1218 " <Group name=\"filters\" />\n"
1219 " </ProxyGroupDomain>\n"
1220 " <Documentation>Set the input to the Reduction filter.</Documentation>\n"
1221 " </InputProperty>\n"
1222 " <IntVectorProperty command=\"SetReductionMode\"\n"
1223 " default_values=\"0\"\n"
1224 " name=\"ReductionMode\"\n"
1225 " number_of_elements=\"1\">\n"
1226 " <EnumerationDomain name=\"enum\">\n"
1227 " <Entry text=\"Move all data to one processor\"\n"
1228 " value=\"0\" />\n"
1229 " <Entry text=\"Reduce all data to one processor\"\n"
1230 " value=\"1\" />\n"
1231 " <Entry text=\"Reduce all data to all processors\"\n"
1232 " value=\"2\" />\n"
1233 " </EnumerationDomain>\n"
1234 " </IntVectorProperty>\n"
1235 " <IntVectorProperty command=\"SetReductionProcessId\"\n"
1236 " default_values=\"0\"\n"
1237 " name=\"ReduceTo\"\n"
1238 " number_of_elements=\"1\">\n"
1239 " </IntVectorProperty>\n"
1240 "\n"
1241 " <StringVectorProperty command=\"SetPreGatherHelperName\"\n"
1242 " name=\"PreGatherHelperName\"\n"
1243 " number_of_elements=\"1\">\n"
1244 " <Documentation>Set the algorithm that runs on each node in\n"
1245 " parallel.</Documentation>\n"
1246 " </StringVectorProperty>\n"
1247 " <StringVectorProperty command=\"SetPostGatherHelperName\"\n"
1248 " name=\"PostGatherHelperName\"\n"
1249 " number_of_elements=\"1\">\n"
1250 " <Documentation>Set the algorithm that takes multiple inputs and\n"
1251 " produces a single reduced output.</Documentation>\n"
1252 " </StringVectorProperty>\n"
1253 " <ProxyProperty command=\"SetPostGatherHelper\"\n"
1254 " name=\"PostGatherHelper\" />\n"
1255 " <ProxyProperty command=\"SetPreGatherHelper\"\n"
1256 " name=\"PreGatherHelper\" />\n"
1257 " <IntVectorProperty command=\"SetPassThrough\"\n"
1258 " default_values=\"-1\"\n"
1259 " name=\"PassThrough\"\n"
1260 " number_of_elements=\"1\">\n"
1261 " <IntRangeDomain min=\"-1\"\n"
1262 " name=\"range\" />\n"
1263 " <Documentation>If set to a non-negative value, then produce results\n"
1264 " using only the node Id specified.</Documentation>\n"
1265 " </IntVectorProperty>\n"
1266 " <IntVectorProperty command=\"SetGenerateProcessIds\"\n"
1267 " default_values=\"0\"\n"
1268 " name=\"GenerateProcessIds\"\n"
1269 " number_of_elements=\"1\">\n"
1270 " <BooleanDomain name=\"bool\" />\n"
1271 " <Documentation>If true, the filter will generate vtkOriginalProcessIds\n"
1272 " arrays indicating the process id on which the cell/point was\n"
1273 " generated.</Documentation>\n"
1274 " </IntVectorProperty>\n"
1275 " <!-- End ReductionFilter -->\n"
1276 " </SourceProxy>\n"
1277 " </ProxyGroup>\n"
1278 "</ServerManagerConfiguration>\n"
1279 "\n";
1280 // Get single string
1282 {
1283 
1284  const size_t len0 = strlen(paraview_server_managermisc_filtersInterface0);
1285  const size_t len1 = strlen(paraview_server_managermisc_filtersInterface1);
1286  size_t len = ( 0
1287  + len0
1288  + len1 );
1289  char* res = new char[ len + 1];
1290  size_t offset = 0;
1293  assert(offset == len);
1294  res[offset] = 0;
1295  return res;
1296 }
1297 
1298 
1299 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Misc/Resources/misc_utilities.xml
1301 "<ServerManagerConfiguration>\n"
1302 " <!-- ==================================================================== -->\n"
1303 " <ProxyGroup name=\"extended_sources\">\n"
1304 " <!-- ================================================================== -->\n"
1305 " <Proxy class=\"vtkPVTransform\" name=\"Transform2\">\n"
1306 " <!--Transform proxy with unconventional interface, used by BoxWidget -->\n"
1307 " <DoubleVectorProperty command=\"SetAbsolutePosition\"\n"
1308 " default_values=\"0.0 0.0 0.0\"\n"
1309 " information_property=\"PositionInfo\"\n"
1310 " label=\"Translate\"\n"
1311 " name=\"Position\"\n"
1312 " number_of_elements=\"3\">\n"
1313 " <DoubleRangeDomain name=\"range\" />\n"
1314 " </DoubleVectorProperty>\n"
1315 " <DoubleVectorProperty command=\"GetPosition\"\n"
1316 " default_values=\"0.0 0.0 0.0\"\n"
1317 " information_only=\"1\"\n"
1318 " name=\"PositionInfo\"\n"
1319 " number_of_elements=\"3\">\n"
1320 " <SimpleDoubleInformationHelper />\n"
1321 " </DoubleVectorProperty>\n"
1322 " <DoubleVectorProperty command=\"SetAbsoluteRotation\"\n"
1323 " default_values=\"0.0 0.0 0.0\"\n"
1324 " information_property=\"RotationInfo\"\n"
1325 " label=\"Rotate\"\n"
1326 " name=\"Rotation\"\n"
1327 " number_of_elements=\"3\">\n"
1328 " <DoubleRangeDomain name=\"range\" />\n"
1329 " </DoubleVectorProperty>\n"
1330 " <DoubleVectorProperty command=\"GetOrientation\"\n"
1331 " default_values=\"0.0 0.0 0.0\"\n"
1332 " information_only=\"1\"\n"
1333 " name=\"RotationInfo\"\n"
1334 " number_of_elements=\"3\">\n"
1335 " <SimpleDoubleInformationHelper />\n"
1336 " </DoubleVectorProperty>\n"
1337 " <DoubleVectorProperty command=\"SetAbsoluteScale\"\n"
1338 " default_values=\"1.0 1.0 1.0\"\n"
1339 " information_property=\"ScaleInfo\"\n"
1340 " label=\"Scale\"\n"
1341 " name=\"Scale\"\n"
1342 " number_of_elements=\"3\">\n"
1343 " <DoubleRangeDomain name=\"range\" />\n"
1344 " </DoubleVectorProperty>\n"
1345 " <DoubleVectorProperty command=\"GetScale\"\n"
1346 " default_values=\"1.0 1.0 1.0\"\n"
1347 " information_only=\"1\"\n"
1348 " name=\"ScaleInfo\"\n"
1349 " number_of_elements=\"3\" />\n"
1350 " </Proxy>\n"
1351 "\n"
1352 " <!-- ================================================================== -->\n"
1353 " <Proxy class=\"vtkPVTransform\" label=\"Transform\" name=\"Transform3\">\n"
1354 " <DoubleVectorProperty command=\"SetAbsolutePosition\"\n"
1355 " default_values=\"0.0 0.0 0.0\"\n"
1356 " information_property=\"PositionInfo\"\n"
1357 " label=\"Translate\"\n"
1358 " name=\"Position\"\n"
1359 " number_of_elements=\"3\">\n"
1360 " <DoubleRangeDomain name=\"range\" />\n"
1361 " </DoubleVectorProperty>\n"
1362 " <DoubleVectorProperty command=\"GetAbsolutePosition\"\n"
1363 " default_values=\"0.0 0.0 0.0\"\n"
1364 " information_only=\"1\"\n"
1365 " name=\"PositionInfo\"\n"
1366 " number_of_elements=\"3\" />\n"
1367 " <DoubleVectorProperty command=\"SetAbsoluteRotation\"\n"
1368 " default_values=\"0.0 0.0 0.0\"\n"
1369 " information_property=\"RotationInfo\"\n"
1370 " label=\"Rotate\"\n"
1371 " name=\"Rotation\"\n"
1372 " number_of_elements=\"3\">\n"
1373 " <DoubleRangeDomain name=\"range\" />\n"
1374 " </DoubleVectorProperty>\n"
1375 " <DoubleVectorProperty command=\"GetAbsoluteRotation\"\n"
1376 " default_values=\"0.0 0.0 0.0\"\n"
1377 " information_only=\"1\"\n"
1378 " name=\"RotationInfo\"\n"
1379 " number_of_elements=\"3\" />\n"
1380 " <DoubleVectorProperty command=\"SetAbsoluteScale\"\n"
1381 " default_values=\"1.0 1.0 1.0\"\n"
1382 " information_property=\"ScaleInfo\"\n"
1383 " label=\"Scale\"\n"
1384 " name=\"Scale\"\n"
1385 " number_of_elements=\"3\">\n"
1386 " <DoubleRangeDomain name=\"range\" />\n"
1387 " </DoubleVectorProperty>\n"
1388 " <DoubleVectorProperty command=\"GetAbsoluteScale\"\n"
1389 " default_values=\"1.0 1.0 1.0\"\n"
1390 " information_only=\"1\"\n"
1391 " name=\"ScaleInfo\"\n"
1392 " number_of_elements=\"3\" />\n"
1393 " <InputProperty is_internal=\"1\" name=\"DummyInput\" />\n"
1394 " <PropertyGroup panel_widget=\"InteractiveBox\">\n"
1395 " <Property function=\"Position\" name=\"Position\" />\n"
1396 " <Property function=\"Rotation\" name=\"Rotation\" />\n"
1397 " <Property function=\"Scale\" name=\"Scale\" />\n"
1398 " <Property function=\"Input\" name=\"DummyInput\" />\n"
1399 " </PropertyGroup>\n"
1400 " <Hints>\n"
1401 " <ProxyList>\n"
1402 " <Link name=\"DummyInput\" with_property=\"Input\" />\n"
1403 " </ProxyList>\n"
1404 " </Hints>\n"
1405 " </Proxy>\n"
1406 "\n"
1407 " <!-- ================================================================== -->\n"
1408 " </ProxyGroup>\n"
1409 "\n"
1410 " <!-- ==================================================================== -->\n"
1411 " <ProxyGroup name=\"implicit_functions\">\n"
1412 "\n"
1413 " <!-- ================================================================== -->\n"
1414 " <Proxy class=\"vtkPVPlane\" name=\"Plane\" processes=\"dataserver|renderserver|client\">\n"
1415 " <InputProperty is_internal=\"1\"\n"
1416 " name=\"Input\"></InputProperty>\n"
1417 " <DoubleVectorProperty command=\"SetOrigin\"\n"
1418 " default_values=\"0.0 0.0 0.0\"\n"
1419 " name=\"Origin\"\n"
1420 " number_of_elements=\"3\">\n"
1421 " <BoundsDomain default_mode=\"mid\"\n"
1422 " mode=\"normal\"\n"
1423 " name=\"range\">\n"
1424 " <RequiredProperties>\n"
1425 " <Property function=\"Input\"\n"
1426 " name=\"Input\" />\n"
1427 " </RequiredProperties>\n"
1428 " </BoundsDomain>\n"
1429 " <Documentation>\n"
1430 " Set the origin of the plane.\n"
1431 " </Documentation>\n"
1432 " </DoubleVectorProperty>\n"
1433 " <DoubleVectorProperty command=\"SetNormal\"\n"
1434 " default_values=\"1.0 0.0 0.0\"\n"
1435 " name=\"Normal\"\n"
1436 " number_of_elements=\"3\">\n"
1437 " <DoubleRangeDomain name=\"range\" />\n"
1438 " <Documentation>\n"
1439 " Set the normal of the plane. For many filters this also sets the side\n"
1440 " of the plane that is of interest. The normal points towards the\n"
1441 " \"outside\" of the plane.\n"
1442 " </Documentation>\n"
1443 " </DoubleVectorProperty>\n"
1444 " <DoubleVectorProperty animateable=\"1\"\n"
1445 " command=\"SetOffset\"\n"
1446 " default_values=\"0.0\"\n"
1447 " name=\"Offset\"\n"
1448 " number_of_elements=\"1\">\n"
1449 " <Documentation>\n"
1450 " Set the value to offset the origin by. The origin is translated along the normal\n"
1451 " direction by the number specified.\n"
1452 " </Documentation>\n"
1453 " </DoubleVectorProperty>\n"
1454 "\n"
1455 " <PropertyGroup label=\"Plane Parameters\" panel_widget=\"InteractivePlane\">\n"
1456 " <Property function=\"Origin\" name=\"Origin\" />\n"
1457 " <Property function=\"Normal\" name=\"Normal\" />\n"
1458 " <Property function=\"Input\" name=\"Input\" />\n"
1459 " </PropertyGroup>\n"
1460 "\n"
1461 " <Hints>\n"
1462 " <!-- Hints are metadata associated with the proxy.\n"
1463 " As far as the ServerManager is concerned, Hints have no\n"
1464 " significance. GUI is free to interpret the hints as\n"
1465 " it chooses. Hints provide a mechanism to add some GUI\n"
1466 " pertinant information to the server manager XML.\n"
1467 " -->\n"
1468 "\n"
1469 " <ProxyList>\n"
1470 " <!--\n"
1471 " ProxyList hints are used when this proxy\n"
1472 " is made a part of a proxy list domain.\n"
1473 " It provides a mechanism to link certain\n"
1474 " properties from this proxy with properties\n"
1475 " from the proxy which has the property\n"
1476 " with the proxy list domain.\n"
1477 " -->\n"
1478 " <Link name=\"Input\"\n"
1479 " with_property=\"Input\" />\n"
1480 " </ProxyList>\n"
1481 " </Hints>\n"
1482 " </Proxy>\n"
1483 "\n"
1484 " <!-- ================================================================== -->\n"
1485 " <Proxy class=\"vtkPVPlane\"\n"
1486 " name=\"Axis Aligned Plane\">\n"
1487 " <InputProperty is_internal=\"1\"\n"
1488 " name=\"Input\"></InputProperty>\n"
1489 " <DoubleVectorProperty command=\"SetOrigin\"\n"
1490 " default_values=\"0.0 0.0 0.0\"\n"
1491 " name=\"Origin\"\n"
1492 " number_of_elements=\"3\">\n"
1493 " <BoundsDomain default_mode=\"mid\"\n"
1494 " mode=\"normal\"\n"
1495 " name=\"range\">\n"
1496 " <RequiredProperties>\n"
1497 " <Property function=\"Input\"\n"
1498 " name=\"Input\" />\n"
1499 " </RequiredProperties>\n"
1500 " </BoundsDomain>\n"
1501 " <Documentation>\n"
1502 " Set the origin of the plane.\n"
1503 " </Documentation>\n"
1504 " </DoubleVectorProperty>\n"
1505 " <DoubleVectorProperty command=\"SetNormal\"\n"
1506 " default_values=\"1.0 0.0 0.0\"\n"
1507 " name=\"Normal\"\n"
1508 " number_of_elements=\"3\">\n"
1509 " <DoubleRangeDomain name=\"range\" />\n"
1510 " <Documentation>\n"
1511 " Set the normal of the plane. For many filters this also sets the side\n"
1512 " of the plane that is of interest. The normal points towards the\n"
1513 " \"outside\" of the plane.\n"
1514 " </Documentation>\n"
1515 " </DoubleVectorProperty>\n"
1516 " <DoubleVectorProperty animateable=\"1\"\n"
1517 " command=\"SetOffset\"\n"
1518 " default_values=\"0.0\"\n"
1519 " name=\"Offset\"\n"
1520 " number_of_elements=\"1\">\n"
1521 " <Documentation>\n"
1522 " Set the value to offset the origin by. The origin is translated along the normal\n"
1523 " direction by the number specified.\n"
1524 " </Documentation>\n"
1525 " </DoubleVectorProperty>\n"
1526 " <IntVectorProperty command=\"SetAxisAligned\"\n"
1527 " default_values=\"1\"\n"
1528 " name=\"AlwaysSnapToNearestAxis\"\n"
1529 " number_of_elements=\"1\">\n"
1530 " <BooleanDomain name=\"bool\" />\n"
1531 " </IntVectorProperty>\n"
1532 " <PropertyGroup label=\"Plane Parameters\" panel_widget=\"InteractivePlane\">\n"
1533 " <Property function=\"Origin\" name=\"Origin\" />\n"
1534 " <Property function=\"Normal\" name=\"Normal\" />\n"
1535 " <Property function=\"Input\" name=\"Input\" />\n"
1536 " <Property function=\"AlwaysSnapToNearestAxis\" name=\"AlwaysSnapToNearestAxis\" />\n"
1537 " </PropertyGroup>\n"
1538 "\n"
1539 " <Hints>\n"
1540 " <ProxyList>\n"
1541 " <Link name=\"Input\"\n"
1542 " with_property=\"Input\" />\n"
1543 " </ProxyList>\n"
1544 " </Hints>\n"
1545 " <!-- End of Axis Aligned Plane -->\n"
1546 " </Proxy>\n"
1547 "\n"
1548 " <!-- ================================================================== -->\n"
1549 " <Proxy class=\"vtkPVBox\" name=\"Axis Aligned Box\">\n"
1550 " <InputProperty is_internal=\"1\" name=\"Input\" />\n"
1551 " <IntVectorProperty name=\"UseReferenceBounds\"\n"
1552 " command=\"SetUseReferenceBounds\"\n"
1553 " number_of_elements=\"1\"\n"
1554 " default_values=\"0\">\n"
1555 " <BooleanDomain name=\"bool\" />\n"
1556 " </IntVectorProperty>\n"
1557 " <DoubleVectorProperty command=\"SetReferenceBounds\"\n"
1558 " default_values=\"0 1 0 1 0 1\"\n"
1559 " name=\"Bounds\"\n"
1560 " number_of_elements=\"6\">\n"
1561 " <BoundsDomain mode=\"data_bounds\" name=\"range\">\n"
1562 " <RequiredProperties>\n"
1563 " <Property function=\"Input\" name=\"Input\" />\n"
1564 " </RequiredProperties>\n"
1565 " </BoundsDomain>\n"
1566 " <Hints>\n"
1567 " <NoDefault />\n"
1568 " </Hints>\n"
1569 " </DoubleVectorProperty>\n"
1570 " <DoubleVectorProperty animateable=\"1\"\n"
1571 " command=\"SetPosition\"\n"
1572 " default_values=\"0.0 0.0 0.0\"\n"
1573 " name=\"Position\"\n"
1574 " number_of_elements=\"3\">\n"
1575 " <BoundsDomain default_mode=\"min\" mode=\"normal\" name=\"range\">\n"
1576 " <RequiredProperties>\n"
1577 " <Property function=\"Input\" name=\"Input\" />\n"
1578 " </RequiredProperties>\n"
1579 " </BoundsDomain>\n"
1580 " <Documentation>\n"
1581 " Set the position of the box.\n"
1582 " </Documentation>\n"
1583 " </DoubleVectorProperty>\n"
1584 " <DoubleVectorProperty animateable=\"1\"\n"
1585 " command=\"SetRotation\"\n"
1586 " default_values=\"0.0 0.0 0.0\"\n"
1587 " name=\"Rotation\"\n"
1588 " number_of_elements=\"3\">\n"
1589 " <DoubleRangeDomain name=\"range\" />\n"
1590 " <Documentation>\n"
1591 " Set the orientation of the box.\n"
1592 " </Documentation>\n"
1593 " </DoubleVectorProperty>\n"
1594 " <DoubleVectorProperty animateable=\"1\"\n"
1595 " command=\"SetScale\"\n"
1596 " default_values=\"1.0 1.0 1.0\"\n"
1597 " name=\"Length\"\n"
1598 " number_of_elements=\"3\">\n"
1599 " <BoundsDomain default_mode=\"max\" mode=\"component_magnitude\" name=\"range\">\n"
1600 " <RequiredProperties>\n"
1601 " <Property function=\"Input\" name=\"Input\" />\n"
1602 " </RequiredProperties>\n"
1603 " </BoundsDomain>\n"
1604 " <Documentation>\n"
1605 " Set the size of the box via a scale factor.\n"
1606 " </Documentation>\n"
1607 " </DoubleVectorProperty>\n"
1608 " <PropertyGroup label=\"Box Parameters\" panel_widget=\"InteractiveBox\">\n"
1609 " <Property function=\"Position\" name=\"Position\" />\n"
1610 " <Property function=\"Scale\" name=\"Length\" />\n"
1611 " <Property function=\"Input\" name=\"Input\" />\n"
1612 " <Property function=\"UseReferenceBounds\" name=\"UseReferenceBounds\" />\n"
1613 " <Property function=\"ReferenceBounds\" name=\"Bounds\" />\n"
1614 " </PropertyGroup>\n"
1615 " <Hints>\n"
1616 " <ProxyList>\n"
1617 " <Link name=\"Input\" with_property=\"Input\" />\n"
1618 " </ProxyList>\n"
1619 " </Hints>\n"
1620 " <!-- End of Axis Aligned Box -->\n"
1621 " </Proxy>\n"
1622 "\n"
1623 " <!-- ================================================================== -->\n"
1624 " <Proxy class=\"vtkPVBox\" name=\"Box\">\n"
1625 " <InputProperty is_internal=\"1\" name=\"Input\" />\n"
1626 " <IntVectorProperty name=\"UseReferenceBounds\"\n"
1627 " command=\"SetUseReferenceBounds\"\n"
1628 " number_of_elements=\"1\"\n"
1629 " default_values=\"0\">\n"
1630 " <BooleanDomain name=\"bool\" />\n"
1631 " </IntVectorProperty>\n"
1632 " <DoubleVectorProperty command=\"SetReferenceBounds\"\n"
1633 ;
1634 
1635 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Misc/Resources/misc_utilities.xml
1637 " default_values=\"0 1 0 1 0 1\"\n"
1638 " name=\"Bounds\"\n"
1639 " number_of_elements=\"6\">\n"
1640 " <BoundsDomain mode=\"data_bounds\" name=\"range\">\n"
1641 " <RequiredProperties>\n"
1642 " <Property function=\"Input\" name=\"Input\" />\n"
1643 " </RequiredProperties>\n"
1644 " </BoundsDomain>\n"
1645 " <Hints>\n"
1646 " <NoDefault />\n"
1647 " </Hints>\n"
1648 " </DoubleVectorProperty>\n"
1649 " <DoubleVectorProperty animateable=\"1\"\n"
1650 " command=\"SetPosition\"\n"
1651 " default_values=\"0.0 0.0 0.0\"\n"
1652 " name=\"Position\"\n"
1653 " number_of_elements=\"3\">\n"
1654 " <BoundsDomain default_mode=\"min\" mode=\"normal\" name=\"range\">\n"
1655 " <RequiredProperties>\n"
1656 " <Property function=\"Input\" name=\"Input\" />\n"
1657 " </RequiredProperties>\n"
1658 " </BoundsDomain>\n"
1659 " <Documentation>\n"
1660 " Set the position of the box.\n"
1661 " </Documentation>\n"
1662 " </DoubleVectorProperty>\n"
1663 " <DoubleVectorProperty animateable=\"1\"\n"
1664 " command=\"SetRotation\"\n"
1665 " default_values=\"0.0 0.0 0.0\"\n"
1666 " name=\"Rotation\"\n"
1667 " number_of_elements=\"3\">\n"
1668 " <DoubleRangeDomain name=\"range\" />\n"
1669 " <Documentation>\n"
1670 " Set the orientation of the box.\n"
1671 " </Documentation>\n"
1672 " </DoubleVectorProperty>\n"
1673 " <DoubleVectorProperty animateable=\"1\"\n"
1674 " command=\"SetScale\"\n"
1675 " default_values=\"1.0 1.0 1.0\"\n"
1676 " name=\"Length\"\n"
1677 " number_of_elements=\"3\">\n"
1678 " <BoundsDomain default_mode=\"max\" mode=\"component_magnitude\" name=\"range\">\n"
1679 " <RequiredProperties>\n"
1680 " <Property function=\"Input\" name=\"Input\" />\n"
1681 " </RequiredProperties>\n"
1682 " </BoundsDomain>\n"
1683 " <Documentation>\n"
1684 " Set the size of the box via a scale factor.\n"
1685 " </Documentation>\n"
1686 " </DoubleVectorProperty>\n"
1687 " <PropertyGroup label=\"Box Parameters\" panel_widget=\"InteractiveBox\">\n"
1688 " <Property function=\"Position\" name=\"Position\" />\n"
1689 " <Property function=\"Rotation\" name=\"Rotation\" />\n"
1690 " <Property function=\"Scale\" name=\"Length\" />\n"
1691 " <Property function=\"Input\" name=\"Input\" />\n"
1692 " <Property function=\"UseReferenceBounds\" name=\"UseReferenceBounds\" />\n"
1693 " <Property function=\"ReferenceBounds\" name=\"Bounds\" />\n"
1694 " </PropertyGroup>\n"
1695 " <Hints>\n"
1696 " <ProxyList>\n"
1697 " <Link name=\"Input\" with_property=\"Input\" />\n"
1698 " </ProxyList>\n"
1699 " </Hints>\n"
1700 " <!-- End of Box -->\n"
1701 " </Proxy>\n"
1702 "\n"
1703 " <!-- ================================================================== -->\n"
1704 " <Proxy class=\"vtkPVCylinder\" name=\"Cylinder\">\n"
1705 " <InputProperty is_internal=\"1\" name=\"Input\" />\n"
1706 " <DoubleVectorProperty command=\"SetCenter\"\n"
1707 " default_values=\"0 0 0\"\n"
1708 " name=\"Center\"\n"
1709 " number_of_elements=\"3\">\n"
1710 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n"
1711 " <RequiredProperties>\n"
1712 " <Property function=\"Input\" name=\"Input\" />\n"
1713 " </RequiredProperties>\n"
1714 " </BoundsDomain>\n"
1715 " <Documentation>\n"
1716 " Set the center of the cylinder.\n"
1717 " </Documentation>\n"
1718 " </DoubleVectorProperty>\n"
1719 " <DoubleVectorProperty command=\"SetOrientedAxis\"\n"
1720 " default_values=\"0. 1. 0.\"\n"
1721 " name=\"Axis\"\n"
1722 " number_of_elements=\"3\">\n"
1723 " <Documentation>\n"
1724 " Set the axis of the cylinder. This is the direction from the center of one end of\n"
1725 " the cylinder to the center of the other end. The cylinder created has infinite length\n"
1726 " but this direction controls which line through the center point the cylinder is around.\n"
1727 " </Documentation>\n"
1728 " </DoubleVectorProperty>\n"
1729 " <DoubleVectorProperty command=\"SetRadius\"\n"
1730 " default_values=\"0.5\"\n"
1731 " name=\"Radius\"\n"
1732 " number_of_elements=\"1\">\n"
1733 " <BoundsDomain name=\"range\" mode=\"scaled_extent\" scale_factor=\"0.5\" default_mode=\"max\">\n"
1734 " <RequiredProperties>\n"
1735 " <Property function=\"Input\" name=\"Input\" />\n"
1736 " </RequiredProperties>\n"
1737 " </BoundsDomain>\n"
1738 " <Documentation>\n"
1739 " Set the radius of the cylinder.\n"
1740 " </Documentation>\n"
1741 " </DoubleVectorProperty>\n"
1742 " <PropertyGroup label=\"Cylinder Parameters\" panel_widget=\"InteractiveCylinder\">\n"
1743 " <Property function=\"Center\" name=\"Center\" />\n"
1744 " <Property function=\"Axis\" name=\"Axis\" />\n"
1745 " <Property function=\"Radius\" name=\"Radius\" />\n"
1746 " <Property function=\"Input\" name=\"Input\" />\n"
1747 " </PropertyGroup>\n"
1748 " <Hints>\n"
1749 " <ProxyList>\n"
1750 " <Link name=\"Input\" with_property=\"Input\" />\n"
1751 " </ProxyList>\n"
1752 " </Hints>\n"
1753 " <!-- End of Cylinder -->\n"
1754 " </Proxy>\n"
1755 "\n"
1756 " <!-- ================================================================== -->\n"
1757 " </ProxyGroup>\n"
1758 "</ServerManagerConfiguration>\n"
1759 "\n";
1760 // Get single string
1762 {
1763 
1764  const size_t len0 = strlen(paraview_server_managermisc_utilitiesInterface0);
1765  const size_t len1 = strlen(paraview_server_managermisc_utilitiesInterface1);
1766  size_t len = ( 0
1767  + len0
1768  + len1 );
1769  char* res = new char[ len + 1];
1770  size_t offset = 0;
1773  assert(offset == len);
1774  res[offset] = 0;
1775  return res;
1776 }
1777 
1778 
1779 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersRendering/Resources/rendering_sources.xml
1781 "<ServerManagerConfiguration>\n"
1782 " <ProxyGroup name=\"sources\">\n"
1783 " <!-- ==================================================================== -->\n"
1784 " <SourceProxy class=\"vtkNetworkImageSource\"\n"
1785 " name=\"NetworkImageSource\"\n"
1786 " post_push=\"UpdateImage\"\n"
1787 " processes=\"client|renderserver\">\n"
1788 " <StringVectorProperty command=\"SetFileName\"\n"
1789 " name=\"FileName\"\n"
1790 " number_of_elements=\"1\">\n"
1791 " <Documentation>Set the name of image file to load.</Documentation>\n"
1792 " <FileListDomain name=\"files\" />\n"
1793 " </StringVectorProperty>\n"
1794 " <!-- End of NetworkImageSource -->\n"
1795 " </SourceProxy>\n"
1796 " </ProxyGroup>\n"
1797 "</ServerManagerConfiguration>\n"
1798 "\n";
1799 // Get single string
1801 {
1802 
1803  const size_t len0 = strlen(paraview_server_managerrendering_sourcesInterface0);
1804  size_t len = ( 0
1805  + len0 );
1806  char* res = new char[ len + 1];
1807  size_t offset = 0;
1809  assert(offset == len);
1810  res[offset] = 0;
1811  return res;
1812 }
1813 
1814 
1815 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersRendering/Resources/filters_filtersrendering.xml
1817 "<ServerManagerConfiguration>\n"
1818 " <ProxyGroup name=\"filters\">\n"
1819 " <!-- ==================================================================== -->\n"
1820 " <SourceProxy class=\"vtkClientServerMoveData\"\n"
1821 " name=\"ClientServerMoveData\"\n"
1822 " processes=\"client|dataserver\">\n"
1823 " <InputProperty command=\"SetInputConnection\"\n"
1824 " name=\"Input\">\n"
1825 " <ProxyGroupDomain name=\"groups\">\n"
1826 " <Group name=\"sources\" />\n"
1827 " <Group name=\"filters\" />\n"
1828 " </ProxyGroupDomain>\n"
1829 " <Documentation>Set the input to the Client Server Move Data\n"
1830 " filter.</Documentation>\n"
1831 " </InputProperty>\n"
1832 " <IntVectorProperty animateable=\"0\"\n"
1833 " command=\"SetOutputDataType\"\n"
1834 " default_values=\"0\"\n"
1835 " name=\"OutputDataType\"\n"
1836 " number_of_elements=\"1\"></IntVectorProperty>\n"
1837 " <IntVectorProperty command=\"SetWholeExtent\"\n"
1838 " default_values=\"0 -1 0 -1 0 -1\"\n"
1839 " name=\"WholeExtent\"\n"
1840 " number_of_elements=\"6\"></IntVectorProperty>\n"
1841 " <!-- End ClientServerMoveData -->\n"
1842 " </SourceProxy>\n"
1843 "\n"
1844 " <!-- ==================================================================== -->\n"
1845 " <SourceProxy class=\"vtkMPIMoveData\"\n"
1846 " name=\"MPIMoveData\">\n"
1847 " <InputProperty command=\"SetInputConnection\"\n"
1848 " name=\"Input\">\n"
1849 " <ProxyGroupDomain name=\"groups\">\n"
1850 " <Group name=\"sources\" />\n"
1851 " <Group name=\"filters\" />\n"
1852 " </ProxyGroupDomain>\n"
1853 " <!-- Does this have any data type domain? -->\n"
1854 " <Documentation>Set the input to the MPI Move Data\n"
1855 " filter.</Documentation>\n"
1856 " </InputProperty>\n"
1857 " <IntVectorProperty animateable=\"0\"\n"
1858 " command=\"SetMoveMode\"\n"
1859 " default_values=\"0\"\n"
1860 " name=\"MoveMode\"\n"
1861 " number_of_elements=\"1\">\n"
1862 " <EnumerationDomain name=\"enum\">\n"
1863 " <Entry text=\"PassThrough\"\n"
1864 " value=\"0\" />\n"
1865 " <Entry text=\"Collect\"\n"
1866 " value=\"1\" />\n"
1867 " <Entry text=\"Clone\"\n"
1868 " value=\"2\" />\n"
1869 " </EnumerationDomain>\n"
1870 " <Documentation>Specify how the data is to be\n"
1871 " redistributed.</Documentation>\n"
1872 " </IntVectorProperty>\n"
1873 " <IntVectorProperty animateable=\"0\"\n"
1874 " command=\"SetOutputDataType\"\n"
1875 " default_values=\"none\"\n"
1876 " name=\"OutputDataType\"\n"
1877 " number_of_elements=\"1\">\n"
1878 " <EnumerationDomain name=\"enum\">\n"
1879 " <Entry text=\"PolyData\"\n"
1880 " value=\"0\" />\n"
1881 " <Entry text=\"Unstructured Grid\"\n"
1882 " value=\"4\" />\n"
1883 " <Entry text=\"ImageData\"\n"
1884 " value=\"6\" />\n"
1885 " </EnumerationDomain>\n"
1886 " <Documentation>Specify the type of the dataset.</Documentation>\n"
1887 " </IntVectorProperty>\n"
1888 " <!-- End MPIMoveData -->\n"
1889 " </SourceProxy>\n"
1890 "\n"
1891 " <!-- ==================================================================== -->\n"
1892 " <SourceProxy class=\"vtkPVGeometryFilter\"\n"
1893 " name=\"GeometryFilter\">\n"
1894 " <InputProperty command=\"SetInputConnection\"\n"
1895 " name=\"Input\">\n"
1896 " <ProxyGroupDomain name=\"groups\">\n"
1897 " <Group name=\"sources\" />\n"
1898 " <Group name=\"filters\" />\n"
1899 " </ProxyGroupDomain>\n"
1900 " <!-- Does this have any data type domain? -->\n"
1901 " <Documentation>Set the input to the Geometry Filter.</Documentation>\n"
1902 " </InputProperty>\n"
1903 " <IntVectorProperty animateable=\"0\"\n"
1904 " command=\"SetUseStrips\"\n"
1905 " default_values=\"0\"\n"
1906 " is_internal=\"1\"\n"
1907 " name=\"UseStrips\"\n"
1908 " number_of_elements=\"1\">\n"
1909 " <BooleanDomain name=\"bool\" />\n"
1910 " <Documentation>Toggle whether to generate faces containing triangle\n"
1911 " strips. This should render faster and use less memory, but no cell data\n"
1912 " is copied.</Documentation>\n"
1913 " </IntVectorProperty>\n"
1914 " <IntVectorProperty animateable=\"0\"\n"
1915 " command=\"SetForceUseStrips\"\n"
1916 " default_values=\"0\"\n"
1917 " is_internal=\"1\"\n"
1918 " name=\"ForceStrips\"\n"
1919 " number_of_elements=\"1\">\n"
1920 " <BooleanDomain name=\"bool\" />\n"
1921 " <Documentation>This makes UseStrips call Modified() after changing its\n"
1922 " setting to ensure that the filter's output is immediately\n"
1923 " changed.</Documentation>\n"
1924 " </IntVectorProperty>\n"
1925 " <IntVectorProperty animateable=\"0\"\n"
1926 " command=\"SetUseOutline\"\n"
1927 " default_values=\"0\"\n"
1928 " name=\"UseOutline\"\n"
1929 " number_of_elements=\"1\">\n"
1930 " <BooleanDomain name=\"bool\" />\n"
1931 " <Documentation>Toggle whether to generate an outline or a\n"
1932 " surface.</Documentation>\n"
1933 " </IntVectorProperty>\n"
1934 " <IntVectorProperty command=\"SetNonlinearSubdivisionLevel\"\n"
1935 " default_values=\"1\"\n"
1936 " name=\"NonlinearSubdivisionLevel\"\n"
1937 " number_of_elements=\"1\">\n"
1938 " <IntRangeDomain max=\"4\"\n"
1939 " min=\"0\"\n"
1940 " name=\"range\" />\n"
1941 " <Documentation>Nonlinear faces are approximated with flat polygons.\n"
1942 " This parameter controls how many times to subdivide nonlinear surface\n"
1943 " cells. Higher subdivisions generate closer approximations but take more\n"
1944 " memory and rendering time. Subdivision is recursive, so the number of\n"
1945 " output polygons can grow exponentially with this\n"
1946 " parameter.</Documentation>\n"
1947 " </IntVectorProperty>\n"
1948 " <IntVectorProperty animateable=\"0\"\n"
1949 " command=\"SetPassThroughCellIds\"\n"
1950 " default_values=\"1\"\n"
1951 " name=\"PassThroughIds\"\n"
1952 " number_of_elements=\"1\">\n"
1953 " <BooleanDomain name=\"bool\" />\n"
1954 " <Documentation>If on, the output polygonal dataset will have a cell data\n"
1955 " array that holds the cell index of the original 3D cell that produced\n"
1956 " each output cell. This is useful for cell picking.</Documentation>\n"
1957 " </IntVectorProperty>\n"
1958 " <IntVectorProperty animateable=\"0\"\n"
1959 " command=\"SetPassThroughPointIds\"\n"
1960 " default_values=\"1\"\n"
1961 " name=\"PassThroughPointIds\"\n"
1962 " number_of_elements=\"1\">\n"
1963 " <BooleanDomain name=\"bool\" />\n"
1964 " <Documentation>If on, the output polygonal dataset will have a\n"
1965 " point data array that holds the point index of the original 3D vertex\n"
1966 " that produced each output vertex. This is useful for\n"
1967 " picking.</Documentation>\n"
1968 " </IntVectorProperty>\n"
1969 " <!-- End GeometryFilter -->\n"
1970 " </SourceProxy>\n"
1971 "\n"
1972 " <!-- ==================================================================== -->\n"
1973 " </ProxyGroup>\n"
1974 "</ServerManagerConfiguration>\n"
1975 "\n";
1976 // Get single string
1978 {
1979 
1981  size_t len = ( 0
1982  + len0 );
1983  char* res = new char[ len + 1];
1984  size_t offset = 0;
1986  assert(offset == len);
1987  res[offset] = 0;
1988  return res;
1989 }
1990 
1991 
1992 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/3dwidgets_remotingviews.xml
1994 "<ServerManagerConfiguration>\n"
1995 " <!-- We put all 3D widget definitions in this file -->\n"
1996 " <ProxyGroup name=\"representations\">\n"
1997 " <!-- ================================================================== -->\n"
1998 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
1999 " name=\"HandleWidgetRepresentation\">\n"
2000 " <IntVectorProperty command=\"SetEnabled\"\n"
2001 " default_values=\"0\"\n"
2002 " name=\"Enabled\"\n"
2003 " number_of_elements=\"1\">\n"
2004 " <BooleanDomain name=\"bool\" />\n"
2005 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2006 " </IntVectorProperty>\n"
2007 " <SubProxy>\n"
2008 " <Proxy name=\"Prop\"\n"
2009 " proxygroup=\"3d_widget_representations\"\n"
2010 " proxyname=\"HandleRepresentation\"></Proxy>\n"
2011 " <ExposedProperties>\n"
2012 " <Property name=\"Visibility\" />\n"
2013 " <Property name=\"WorldPositionInfo\" />\n"
2014 " <Property name=\"WorldPosition\" />\n"
2015 " </ExposedProperties>\n"
2016 " </SubProxy>\n"
2017 " <SubProxy>\n"
2018 " <Proxy name=\"Widget\"\n"
2019 " proxygroup=\"3d_widgets\"\n"
2020 " proxyname=\"HandleWidget\"></Proxy>\n"
2021 " </SubProxy>\n"
2022 " </NewWidgetRepresentationProxy>\n"
2023 " <!-- ================================================================== -->\n"
2024 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2025 " name=\"LightWidgetRepresentation\">\n"
2026 " <IntVectorProperty command=\"SetEnabled\"\n"
2027 " default_values=\"0\"\n"
2028 " name=\"Enabled\"\n"
2029 " number_of_elements=\"1\">\n"
2030 " <BooleanDomain name=\"bool\" />\n"
2031 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2032 " </IntVectorProperty>\n"
2033 " <SubProxy>\n"
2034 " <Proxy name=\"Prop\"\n"
2035 " proxygroup=\"3d_widget_representations\"\n"
2036 " proxyname=\"LightRepresentation\"></Proxy>\n"
2037 " <ExposedProperties>\n"
2038 " <Property name=\"Positional\" />\n"
2039 " <Property name=\"Visibility\" />\n"
2040 " <Property name=\"WorldPositionInfo\" />\n"
2041 " <Property name=\"WorldPosition\" />\n"
2042 " <Property name=\"FocalPointInfo\" />\n"
2043 " <Property name=\"FocalPoint\" />\n"
2044 " <Property name=\"ConeAngleInfo\" />\n"
2045 " <Property name=\"ConeAngle\" />\n"
2046 " <Property name=\"LightColorInfo\" />\n"
2047 " <Property name=\"LightColor\" />\n"
2048 " </ExposedProperties>\n"
2049 " </SubProxy>\n"
2050 " <SubProxy>\n"
2051 " <Proxy name=\"Widget\"\n"
2052 " proxygroup=\"3d_widgets\"\n"
2053 " proxyname=\"LightWidget\"></Proxy>\n"
2054 " </SubProxy>\n"
2055 " </NewWidgetRepresentationProxy>\n"
2056 " <!-- ================================================================== -->\n"
2057 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2058 " name=\"LineWidgetRepresentation\">\n"
2059 " <IntVectorProperty command=\"SetEnabled\"\n"
2060 " default_values=\"0\"\n"
2061 " name=\"Enabled\"\n"
2062 " number_of_elements=\"1\">\n"
2063 " <BooleanDomain name=\"bool\" />\n"
2064 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2065 " </IntVectorProperty>\n"
2066 " <SubProxy>\n"
2067 " <Proxy name=\"Prop\"\n"
2068 " proxygroup=\"3d_widget_representations\"\n"
2069 " proxyname=\"LineRepresentation\"></Proxy>\n"
2070 " <ExposedProperties>\n"
2071 " <Property name=\"Visibility\" />\n"
2072 " <Property name=\"DirectionalLine\" />\n"
2073 " <Property name=\"Point1WorldPositionInfo\" />\n"
2074 " <Property name=\"Point1WorldPosition\" />\n"
2075 " <Property name=\"Point2WorldPositionInfo\" />\n"
2076 " <Property name=\"Point2WorldPosition\" />\n"
2077 " <Property name=\"LineColor\" />\n"
2078 " </ExposedProperties>\n"
2079 " </SubProxy>\n"
2080 " <SubProxy>\n"
2081 " <Proxy name=\"Widget\"\n"
2082 " proxygroup=\"3d_widgets\"\n"
2083 " proxyname=\"LineWidget2\"></Proxy>\n"
2084 " <ExposedProperties>\n"
2085 " <Property name=\"ProcessEvents\" />\n"
2086 " </ExposedProperties>\n"
2087 " </SubProxy>\n"
2088 " </NewWidgetRepresentationProxy>\n"
2089 " <!-- ================================================================== -->\n"
2090 " <NewWidgetRepresentationProxy base_proxygroup=\"representations\"\n"
2091 " base_proxyname=\"LineWidgetRepresentation\"\n"
2092 " class=\"vtk3DWidgetRepresentation\"\n"
2093 " name=\"LineSourceWidgetRepresentation\">\n"
2094 " <!--\n"
2095 " This is same as LineWidgetRepresentation except that it provides\n"
2096 " dummy property for the resolution for the line source.\n"
2097 " -->\n"
2098 " <IntVectorProperty default_values=\"1\"\n"
2099 " name=\"Resolution\"\n"
2100 " number_of_elements=\"1\">\n"
2101 " <IntRangeDomain min=\"1\"\n"
2102 " name=\"range\" />\n"
2103 " </IntVectorProperty>\n"
2104 " </NewWidgetRepresentationProxy>\n"
2105 " <!-- ================================================================== -->\n"
2106 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2107 " name=\"ImplicitPlaneWidgetRepresentation\">\n"
2108 " <IntVectorProperty command=\"SetEnabled\"\n"
2109 " default_values=\"1\"\n"
2110 " name=\"Enabled\"\n"
2111 " number_of_elements=\"1\">\n"
2112 " <BooleanDomain name=\"bool\" />\n"
2113 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2114 " </IntVectorProperty>\n"
2115 " <SubProxy>\n"
2116 " <Proxy name=\"Prop\"\n"
2117 " proxygroup=\"3d_widget_representations\"\n"
2118 " proxyname=\"ImplicitPlaneRepresentation\"></Proxy>\n"
2119 " <ExposedProperties>\n"
2120 " <Property name=\"DrawPlane\" />\n"
2121 " <Property name=\"ConstrainToWidgetBounds\" />\n"
2122 " <Property name=\"OutlineTranslation\" />\n"
2123 " <Property name=\"OriginInfo\" />\n"
2124 " <Property name=\"Origin\" />\n"
2125 " <Property name=\"NormalInfo\" />\n"
2126 " <Property name=\"Normal\" />\n"
2127 " <Property name=\"WidgetBounds\" />\n"
2128 " <Property name=\"Visibility\" />\n"
2129 " <Property name=\"PlaceFactor\" />\n"
2130 " <Property name=\"Reset\" />\n"
2131 " <Property name=\"AlwaysSnapToNearestAxis\" />\n"
2132 " <Property name=\"AlwaysSnapToNearestAxisInfo\" />\n"
2133 " </ExposedProperties>\n"
2134 " </SubProxy>\n"
2135 " <SubProxy>\n"
2136 " <Proxy name=\"Widget\"\n"
2137 " proxygroup=\"3d_widgets\"\n"
2138 " proxyname=\"ImplicitPlaneWidget2\"></Proxy>\n"
2139 " </SubProxy>\n"
2140 " </NewWidgetRepresentationProxy>\n"
2141 " <!-- ================================================================== -->\n"
2142 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2143 " name=\"DistanceWidgetRepresentation\">\n"
2144 " <IntVectorProperty command=\"SetEnabled\"\n"
2145 " default_values=\"0\"\n"
2146 " name=\"Enabled\"\n"
2147 " number_of_elements=\"1\">\n"
2148 " <BooleanDomain name=\"bool\" />\n"
2149 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2150 " </IntVectorProperty>\n"
2151 " <IntVectorProperty command=\"SetUseNonCompositedRenderer\"\n"
2152 " default_values=\"1\"\n"
2153 " name=\"UseNonCompositedRenderer\"\n"
2154 " number_of_elements=\"1\"></IntVectorProperty>\n"
2155 " <SubProxy>\n"
2156 " <Proxy name=\"Prop2D\"\n"
2157 " proxygroup=\"3d_widget_representations\"\n"
2158 " proxyname=\"DistanceRepresentation2D\"></Proxy>\n"
2159 " <ExposedProperties>\n"
2160 " <Property name=\"Visibility\" />\n"
2161 " <Property name=\"Point1WorldPositionInfo\" />\n"
2162 " <Property name=\"Point1WorldPosition\" />\n"
2163 " <Property name=\"Point2WorldPositionInfo\" />\n"
2164 " <Property name=\"Point2WorldPosition\" />\n"
2165 " <Property name=\"PlaceWidget\" />\n"
2166 " </ExposedProperties>\n"
2167 " </SubProxy>\n"
2168 " <SubProxy>\n"
2169 " <Proxy name=\"Widget\"\n"
2170 " proxygroup=\"3d_widgets\"\n"
2171 " proxyname=\"DistanceWidget\"></Proxy>\n"
2172 " <ExposedProperties>\n"
2173 " <Property name=\"ProcessEvents\" />\n"
2174 " </ExposedProperties>\n"
2175 " </SubProxy>\n"
2176 " </NewWidgetRepresentationProxy>\n"
2177 " <!-- ================================================================== -->\n"
2178 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2179 " name=\"BoxWidgetRepresentation\">\n"
2180 " <Documentation>Representation proxy for the box widget. This includes\n"
2181 " the widget/representation proxies for the box 3D widget.</Documentation>\n"
2182 " <IntVectorProperty command=\"SetEnabled\"\n"
2183 " default_values=\"0\"\n"
2184 " name=\"Enabled\"\n"
2185 " number_of_elements=\"1\">\n"
2186 " <BooleanDomain name=\"bool\" />\n"
2187 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2188 " </IntVectorProperty>\n"
2189 "\n"
2190 " <DoubleVectorProperty argument_is_array=\"1\"\n"
2191 " command=\"PlaceWidget\"\n"
2192 " default_values=\"none\"\n"
2193 " name=\"PlaceWidget\"\n"
2194 " number_of_elements=\"6\">\n"
2195 " <DoubleRangeDomain name=\"range\" />\n"
2196 " </DoubleVectorProperty>\n"
2197 "\n"
2198 " <DoubleVectorProperty argument_is_array=\"1\"\n"
2199 " command=\"SetReferenceBounds\"\n"
2200 " default_values=\"none\"\n"
2201 " name=\"ReferenceBounds\"\n"
2202 " number_of_elements=\"6\">\n"
2203 " <DoubleRangeDomain name=\"range\" />\n"
2204 " </DoubleVectorProperty>\n"
2205 "\n"
2206 " <IntVectorProperty name=\"UseReferenceBounds\"\n"
2207 " command=\"SetUseReferenceBounds\"\n"
2208 " number_of_elements=\"1\"\n"
2209 " default_values=\"0\">\n"
2210 " <BooleanDomain name=\"bool\" />\n"
2211 " </IntVectorProperty>\n"
2212 "\n"
2213 " <SubProxy>\n"
2214 " <Proxy name=\"Prop\"\n"
2215 " proxygroup=\"3d_widget_representations\"\n"
2216 " proxyname=\"BoxRepresentation\"></Proxy>\n"
2217 " <ExposedProperties>\n"
2218 " <Property name=\"PlaceFactor\" />\n"
2219 " <Property name=\"Visibility\" />\n"
2220 " <Property name=\"Position\" />\n"
2221 " <Property name=\"PositionInfo\" />\n"
2222 " <Property name=\"Rotation\" />\n"
2223 " <Property name=\"RotationInfo\" />\n"
2224 " <Property name=\"Scale\" />\n"
2225 " <Property name=\"ScaleInfo\" />\n"
2226 " </ExposedProperties>\n"
2227 " </SubProxy>\n"
2228 " <SubProxy>\n"
2229 " <Proxy name=\"Widget\"\n"
2230 " proxygroup=\"3d_widgets\"\n"
2231 " proxyname=\"BoxWidget2\"></Proxy>\n"
2232 " <ExposedProperties>\n"
2233 " <Property name=\"TranslationEnabled\" />\n"
2234 " <Property name=\"ScalingEnabled\" />\n"
2235 " <Property name=\"RotationEnabled\" />\n"
2236 " <Property name=\"MoveFacesEnabled\" />\n"
2237 " </ExposedProperties>\n"
2238 " </SubProxy>\n"
2239 " <!-- End of BoxWidgetRepresentation -->\n"
2240 " </NewWidgetRepresentationProxy>\n"
2241 " <!-- ================================================================== -->\n"
2242 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2243 " name=\"SphereWidgetRepresentation\">\n"
2244 " <Documentation>Representation proxy for the sphere widget. This\n"
2245 " includes the widget/representation proxies for the sphere 3D\n"
2246 " widget.</Documentation>\n"
2247 " <IntVectorProperty command=\"SetEnabled\"\n"
2248 " default_values=\"0\"\n"
2249 " name=\"Enabled\"\n"
2250 " number_of_elements=\"1\">\n"
2251 " <BooleanDomain name=\"bool\" />\n"
2252 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2253 " </IntVectorProperty>\n"
2254 " <SubProxy>\n"
2255 " <Proxy name=\"Prop\"\n"
2256 " proxygroup=\"3d_widget_representations\"\n"
2257 " proxyname=\"SphereRepresentation\"></Proxy>\n"
2258 " <ExposedProperties>\n"
2259 " <Property name=\"PlaceWidget\" />\n"
2260 " <Property name=\"Visibility\" />\n"
2261 " <Property name=\"Representation\" />\n"
2262 " <Property name=\"Center\" />\n"
2263 " <Property name=\"CenterInfo\" />\n"
2264 " <Property name=\"Radius\" />\n"
2265 " <Property name=\"RadiusInfo\" />\n"
2266 " <Property name=\"HandleVisibility\" />\n"
2267 " <Property name=\"RadialLine\" />\n"
2268 " <Property name=\"CenterCursor\" />\n"
2269 " <Property name=\"HandleDirection\" />\n"
2270 " </ExposedProperties>\n"
2271 " </SubProxy>\n"
2272 " <SubProxy>\n"
2273 " <Proxy name=\"Widget\"\n"
2274 " proxygroup=\"3d_widgets\"\n"
2275 " proxyname=\"SphereWidget2\"></Proxy>\n"
2276 " </SubProxy>\n"
2277 " <!-- End of SphereWidgetRepresentation -->\n"
2278 " </NewWidgetRepresentationProxy>\n"
2279 " <!-- ================================================================== -->\n"
2280 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2281 " name=\"ImplicitCylinderWidgetRepresentation\">\n"
2282 " <Documentation>Representation proxy for the sphere widget. This\n"
2283 " includes the widget/representation proxies for the sphere 3D\n"
2284 " widget.</Documentation>\n"
2285 " <IntVectorProperty command=\"SetEnabled\"\n"
2286 " default_values=\"0\"\n"
2287 " name=\"Enabled\"\n"
2288 " number_of_elements=\"1\">\n"
2289 " <BooleanDomain name=\"bool\" />\n"
2290 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2291 " </IntVectorProperty>\n"
2292 " <SubProxy>\n"
2293 " <Proxy name=\"Prop\"\n"
2294 " proxygroup=\"3d_widget_representations\"\n"
2295 " proxyname=\"ImplicitCylinderRepresentation\"></Proxy>\n"
2296 " <ExposedProperties>\n"
2297 " <Property name=\"Visibility\" />\n"
2298 " <Property name=\"ConstrainToWidgetBounds\" />\n"
2299 " <Property name=\"WidgetBounds\" />\n"
2300 " <Property name=\"PlaceFactor\" />\n"
2301 " <Property name=\"Center\" />\n"
2302 " <Property name=\"CenterInfo\" />\n"
2303 " <Property name=\"Axis\" />\n"
2304 " <Property name=\"AxisInfo\" />\n"
2305 " <Property name=\"Radius\" />\n"
2306 " <Property name=\"RadiusInfo\" />\n"
2307 " <Property name=\"DrawCylinder\" />\n"
2308 " <Property name=\"Tubing\" />\n"
2309 " <Property name=\"OutlineTranslation\" />\n"
2310 " <Property name=\"OutsideBounds\" />\n"
2311 " <Property name=\"ScaleEnabled\" />\n"
2312 " </ExposedProperties>\n"
2313 " </SubProxy>\n"
2314 " <SubProxy>\n"
2315 " <Proxy name=\"Widget\"\n"
2316 " proxygroup=\"3d_widgets\"\n"
2317 " proxyname=\"ImplicitCylinderWidget\"></Proxy>\n"
2318 " </SubProxy>\n"
2319 " <!-- End of SphereWidgetRepresentation -->\n"
2320 " </NewWidgetRepresentationProxy>\n"
2321 " <!-- ================================================================== -->\n"
2322 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2323 " name=\"SliderWidgetRepresentation\">\n"
2324 " <IntVectorProperty command=\"SetEnabled\"\n"
2325 ;
2326 
2327 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/3dwidgets_remotingviews.xml
2329 " default_values=\"0\"\n"
2330 " name=\"Enabled\"\n"
2331 " number_of_elements=\"1\">\n"
2332 " <BooleanDomain name=\"bool\" />\n"
2333 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2334 " </IntVectorProperty>\n"
2335 " <SubProxy>\n"
2336 " <Proxy name=\"Prop\"\n"
2337 " proxygroup=\"3d_widget_representations\"\n"
2338 " proxyname=\"SliderRepresentation3D\"></Proxy>\n"
2339 " <ExposedProperties>\n"
2340 " <Property name=\"Visibility\" />\n"
2341 " <Property name=\"ValueInfo\" />\n"
2342 " <Property name=\"Value\" />\n"
2343 " <Property name=\"Point1\" />\n"
2344 " <Property name=\"Point2\" />\n"
2345 " <Property name=\"MinimumValue\" />\n"
2346 " <Property name=\"MaximumValue\" />\n"
2347 " </ExposedProperties>\n"
2348 " </SubProxy>\n"
2349 " <SubProxy>\n"
2350 " <Proxy name=\"Widget\"\n"
2351 " proxygroup=\"3d_widgets\"\n"
2352 " proxyname=\"SliderWidget\"></Proxy>\n"
2353 " </SubProxy>\n"
2354 " <!--- End of SliderWidgetRepresentation -->\n"
2355 " </NewWidgetRepresentationProxy>\n"
2356 " <!-- ================================================================== -->\n"
2357 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2358 " name=\"PolyLineWidgetRepresentation\">\n"
2359 " <Documentation>Representation proxy for the poly line widget. This\n"
2360 " includes the widget/representation proxies for the sphere 3D\n"
2361 " widget.</Documentation>\n"
2362 " <IntVectorProperty command=\"SetEnabled\"\n"
2363 " default_values=\"0\"\n"
2364 " name=\"Enabled\"\n"
2365 " number_of_elements=\"1\">\n"
2366 " <BooleanDomain name=\"bool\" />\n"
2367 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2368 " </IntVectorProperty>\n"
2369 " <SubProxy>\n"
2370 " <Proxy name=\"Prop\"\n"
2371 " proxygroup=\"3d_widget_representations\"\n"
2372 " proxyname=\"PolyLineRepresentation\"></Proxy>\n"
2373 " <ExposedProperties>\n"
2374 " <Property name=\"PlaceWidget\" />\n"
2375 " <Property name=\"Visibility\" />\n"
2376 " <Property name=\"HandlePositions\" />\n"
2377 " <Property name=\"HandlePositionsInfo\" />\n"
2378 " <Property name=\"Closed\" />\n"
2379 " <Property name=\"LineColor\" />\n"
2380 " <Property name=\"CurrentHandleIndex\" />\n"
2381 " <Property name=\"CurrentHandleIndexInfo\" />\n"
2382 " </ExposedProperties>\n"
2383 " </SubProxy>\n"
2384 " <SubProxy>\n"
2385 " <Proxy name=\"Widget\"\n"
2386 " proxygroup=\"3d_widgets\"\n"
2387 " proxyname=\"PolyLineWidget\"></Proxy>\n"
2388 " </SubProxy>\n"
2389 " <!-- End of PolyLineWidgetRepresentation -->\n"
2390 " </NewWidgetRepresentationProxy>\n"
2391 " <!-- ================================================================== -->\n"
2392 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2393 " name=\"SplineWidgetRepresentation\">\n"
2394 " <Documentation>Representation proxy for the spline widget. This\n"
2395 " includes the widget/representation proxies for the sphere 3D\n"
2396 " widget.</Documentation>\n"
2397 " <IntVectorProperty command=\"SetEnabled\"\n"
2398 " default_values=\"0\"\n"
2399 " name=\"Enabled\"\n"
2400 " number_of_elements=\"1\">\n"
2401 " <BooleanDomain name=\"bool\" />\n"
2402 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2403 " </IntVectorProperty>\n"
2404 " <SubProxy>\n"
2405 " <Proxy name=\"Prop\"\n"
2406 " proxygroup=\"3d_widget_representations\"\n"
2407 " proxyname=\"SplineRepresentation\"></Proxy>\n"
2408 " <ExposedProperties>\n"
2409 " <Property name=\"PlaceWidget\" />\n"
2410 " <Property name=\"Visibility\" />\n"
2411 " <Property name=\"DirectionalLine\"/>\n"
2412 " <Property name=\"HandlePositions\" />\n"
2413 " <Property name=\"HandlePositionsInfo\" />\n"
2414 " <Property name=\"Closed\" />\n"
2415 " <Property name=\"LineColor\" />\n"
2416 " <Property name=\"CurrentHandleIndex\" />\n"
2417 " <Property name=\"CurrentHandleIndexInfo\" />\n"
2418 " </ExposedProperties>\n"
2419 " </SubProxy>\n"
2420 " <SubProxy>\n"
2421 " <Proxy name=\"Widget\"\n"
2422 " proxygroup=\"3d_widgets\"\n"
2423 " proxyname=\"SplineWidget2\"></Proxy>\n"
2424 " </SubProxy>\n"
2425 " <!-- End of SplineWidgetRepresentation -->\n"
2426 " </NewWidgetRepresentationProxy>\n"
2427 " <!-- ================================================================== -->\n"
2428 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2429 " name=\"ContourWidgetRepresentation\">\n"
2430 " <Documentation>Representation proxy for the Contour widget. This\n"
2431 " includes the widget/representation proxies for the sphere 3D\n"
2432 " widget.</Documentation>\n"
2433 " <IntVectorProperty command=\"SetEnabled\"\n"
2434 " default_values=\"0\"\n"
2435 " name=\"Enabled\"\n"
2436 " number_of_elements=\"1\">\n"
2437 " <BooleanDomain name=\"bool\" />\n"
2438 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2439 " </IntVectorProperty>\n"
2440 " <SubProxy>\n"
2441 " <Proxy name=\"Prop\"\n"
2442 " proxygroup=\"3d_widget_representations\"\n"
2443 " proxyname=\"OrientedGlyphContourRepresentation\"></Proxy>\n"
2444 " <ExposedProperties>\n"
2445 " <Property name=\"PlaceWidget\" />\n"
2446 " <Property name=\"Visibility\" />\n"
2447 " <Property name=\"PointPlacer\" />\n"
2448 " <Property name=\"LineInterpolator\" />\n"
2449 " <Property name=\"ClearAllNodes\" />\n"
2450 " <Property name=\"LineColor\" />\n"
2451 " <Property name=\"AlwaysOnTop\" />\n"
2452 " <Property name=\"NodePositions\" />\n"
2453 " <Property name=\"ShowSelectedNodes\" />\n"
2454 " <Property name=\"SelectNodes\" />\n"
2455 " <Property name=\"ClosedLoop\" />\n"
2456 " </ExposedProperties>\n"
2457 " </SubProxy>\n"
2458 " <SubProxy>\n"
2459 " <Proxy name=\"Widget\"\n"
2460 " proxygroup=\"3d_widgets\"\n"
2461 " proxyname=\"ContourWidget\"></Proxy>\n"
2462 " <ExposedProperties>\n"
2463 " <Property name=\"CloseLoop\" />\n"
2464 " <Property name=\"WidgetState\" />\n"
2465 " <Property name=\"WidgetStateInfo\" />\n"
2466 " <Property name=\"AllowNodePicking\" />\n"
2467 " <Property name=\"Initialize\" />\n"
2468 " <Property name=\"ProcessEvents\" />\n"
2469 " </ExposedProperties>\n"
2470 " </SubProxy>\n"
2471 " <!-- End of ContourWidgetRepresentation -->\n"
2472 " </NewWidgetRepresentationProxy>\n"
2473 " <!-- ================================================================== -->\n"
2474 " <ScalarBarWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2475 " name=\"ScalarBarWidgetRepresentation\">\n"
2476 " <Documentation>ScalarBarWidgetRepresentation is a representation for a\n"
2477 " scalar bar including a widget to control the position and orientation of\n"
2478 " the scalar bar.</Documentation>\n"
2479 " <IntVectorProperty command=\"SetEnabled\"\n"
2480 " default_values=\"1\"\n"
2481 " name=\"Enabled\"\n"
2482 " number_of_elements=\"1\"\n"
2483 " panel_visibility=\"never\" >\n"
2484 " <BooleanDomain name=\"bool\" />\n"
2485 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2486 " </IntVectorProperty>\n"
2487 " <IntVectorProperty command=\"SetUseNonCompositedRenderer\"\n"
2488 " default_values=\"1\"\n"
2489 " name=\"UseNonCompositedRenderer\"\n"
2490 " number_of_elements=\"1\"\n"
2491 " panel_visibility=\"never\"></IntVectorProperty>\n"
2492 " <IntVectorProperty default_values=\"0\"\n"
2493 " name=\"LockPosition\"\n"
2494 " number_of_elements=\"1\"\n"
2495 " panel_visibility=\"never\">\n"
2496 " <BooleanDomain name=\"bool\" />\n"
2497 " <Documentation>\n"
2498 " Set this to 1 if you don't want the application to change the scalar bar position\n"
2499 " when placing automatically.\n"
2500 " </Documentation>\n"
2501 " </IntVectorProperty>\n"
2502 " <IntVectorProperty name=\"StickyVisible\"\n"
2503 " default_values=\"1\"\n"
2504 " panel_visibility=\"never\">\n"
2505 " <BooleanDomain name=\"bool\" />\n"
2506 " <Documentation>\n"
2507 " If the user manually toggles the scalar bar visibility, we keep that information\n"
2508 " in the scalar bar representation, and will never / always show it until the\n"
2509 " scalar bar button is toggled again on this array.\n"
2510 " </Documentation>\n"
2511 " </IntVectorProperty>\n"
2512 " <SubProxy>\n"
2513 " <Proxy name=\"Prop2D\"\n"
2514 " proxygroup=\"3d_widget_representations\"\n"
2515 " proxyname=\"ScalarBarRepresentation\"></Proxy>\n"
2516 " <ExposedProperties>\n"
2517 " <Property name=\"Visibility\" panel_visibility=\"never\"/>\n"
2518 " <PropertyGroup label=\"Layout\">\n"
2519 " <Property name=\"AutoOrient\" />\n"
2520 " <Property name=\"AutoOrientInfo\" />\n"
2521 " <Property name=\"Orientation\" />\n"
2522 " <Property name=\"OrientationInfo\" />\n"
2523 " <Property name=\"WindowLocation\" />\n"
2524 " <Property name=\"Position\" />\n"
2525 " <Property name=\"PositionInfo\" />\n"
2526 " </PropertyGroup>\n"
2527 " </ExposedProperties>\n"
2528 " </SubProxy>\n"
2529 " <SubProxy>\n"
2530 " <Proxy name=\"Prop2DActor\"\n"
2531 " proxygroup=\"annotations\"\n"
2532 " proxyname=\"ScalarBarActor\"></Proxy>\n"
2533 "\n"
2534 " <ExposedProperties>\n"
2535 " <Property name=\"EstimatedNumberOfAnnotations\" panel_visibility=\"never\"/>\n"
2536 " <Property name=\"LookupTable\" panel_visibility=\"never\"/>\n"
2537 " <PropertyGroup label=\"Title Texts\">\n"
2538 " <Property name=\"Title\" />\n"
2539 " <Property name=\"ComponentTitle\" />\n"
2540 " <Property name=\"TitleJustification\" />\n"
2541 " <Property name=\"HorizontalTitle\" />\n"
2542 " </PropertyGroup>\n"
2543 "\n"
2544 " <!-- properties for Title -->\n"
2545 " <PropertyGroup label=\"Title Font Properties\"\n"
2546 " panel_widget=\"FontEditor\">\n"
2547 " <Property name=\"TitleColor\" function=\"Color\"/>\n"
2548 " <Property name=\"TitleOpacity\" function=\"Opacity\"/>\n"
2549 " <Property name=\"TitleFontFamily\" function=\"Family\"/>\n"
2550 " <Property name=\"TitleFontFile\" function=\"File\"/>\n"
2551 " <Property name=\"TitleBold\" function=\"Bold\" />\n"
2552 " <Property name=\"TitleItalic\" function=\"Italics\"/>\n"
2553 " <Property name=\"TitleShadow\" function=\"Shadow\" />\n"
2554 " <Property name=\"TitleFontSize\" function=\"Size\"\n"
2555 " number_of_elements=\"1\" default_values=\"16\" />\n"
2556 " </PropertyGroup>\n"
2557 "\n"
2558 " <!-- properties for Label -->\n"
2559 "\n"
2560 " <PropertyGroup label=\"Text/Annotation Font Properties\"\n"
2561 " panel_widget=\"FontEditor\">\n"
2562 " <Property name=\"LabelColor\" function=\"Color\"/>\n"
2563 " <Property name=\"LabelOpacity\" function=\"Opacity\" />\n"
2564 " <Property name=\"LabelFontFamily\" function=\"Family\"/>\n"
2565 " <Property name=\"LabelFontFile\" function=\"File\"/>\n"
2566 " <Property name=\"LabelBold\" function=\"Bold\" />\n"
2567 " <Property name=\"LabelItalic\" function=\"Italics\" />\n"
2568 " <Property name=\"LabelShadow\" function=\"Shadow\" />\n"
2569 " <Property name=\"LabelFontSize\" function=\"Size\"\n"
2570 " number_of_elements=\"1\" default_values=\"16\"/>\n"
2571 " </PropertyGroup>\n"
2572 "\n"
2573 " <PropertyGroup label=\"Labels\">\n"
2574 " <Property name=\"AutomaticLabelFormat\" panel_visibility=\"advanced\" />\n"
2575 " <Property name=\"LabelFormat\" panel_visibility=\"advanced\" />\n"
2576 " <Property name=\"DrawTickMarks\" panel_visibility=\"advanced\" />\n"
2577 " <Property name=\"DrawTickLabels\" panel_visibility=\"advanced\" />\n"
2578 " <Property name=\"UseCustomLabels\" panel_visibility=\"advanced\" />\n"
2579 " <Property name=\"CustomLabels\" panel_visibility=\"advanced\" />\n"
2580 " <Property name=\"AddRangeLabels\" panel_visibility=\"advanced\" />\n"
2581 " <Property name=\"RangeLabelFormat\" panel_visibility=\"advanced\" />\n"
2582 "\n"
2583 " </PropertyGroup>\n"
2584 "\n"
2585 " <PropertyGroup label=\"Annotations\">\n"
2586 " <Property name=\"DrawAnnotations\" />\n"
2587 " <Property name=\"AddRangeAnnotations\" panel_visibility=\"advanced\" />\n"
2588 " <Property name=\"AutomaticAnnotations\" panel_visibility=\"advanced\" />\n"
2589 " <Property name=\"DrawNanAnnotation\" panel_visibility=\"advanced\" />\n"
2590 " <Property name=\"NanAnnotation\" panel_visibility=\"advanced\" />\n"
2591 " <Property name=\"TextPosition\" />\n"
2592 " <Property name=\"ReverseLegend\" />\n"
2593 " <Property name=\"ScalarBarThickness\" />\n"
2594 " <Property name=\"ScalarBarLength\" />\n"
2595 " </PropertyGroup>\n"
2596 " </ExposedProperties>\n"
2597 " </SubProxy>\n"
2598 " <SubProxy>\n"
2599 " <Proxy name=\"Widget\"\n"
2600 " proxygroup=\"3d_widgets\"\n"
2601 " proxyname=\"ScalarBarWidget\"></Proxy>\n"
2602 " <ExposedProperties>\n"
2603 " <Property name=\"Selectable\" panel_visibility=\"never\"/>\n"
2604 " <Property name=\"Resizable\" panel_visibility=\"never\"/>\n"
2605 " <Property name=\"Repositionable\" panel_visibility=\"never\"/>\n"
2606 " </ExposedProperties>\n"
2607 " </SubProxy>\n"
2608 " </ScalarBarWidgetRepresentationProxy>\n"
2609 " <!-- ================================================================== -->\n"
2610 " <TextWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2611 " name=\"TextWidgetRepresentation\">\n"
2612 " <Documentation>TextWidgetRepresentation is a representation for text\n"
2613 " widget as well as the representation for the text shown in the\n"
2614 " widget.</Documentation>\n"
2615 " <IntVectorProperty command=\"SetEnabled\"\n"
2616 " default_values=\"1\"\n"
2617 " name=\"Enabled\"\n"
2618 " number_of_elements=\"1\">\n"
2619 " <BooleanDomain name=\"bool\" />\n"
2620 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2621 " </IntVectorProperty>\n"
2622 " <IntVectorProperty command=\"SetUseNonCompositedRenderer\"\n"
2623 " default_values=\"1\"\n"
2624 " name=\"UseNonCompositedRenderer\"\n"
2625 " number_of_elements=\"1\"></IntVectorProperty>\n"
2626 " <SubProxy>\n"
2627 " <Proxy name=\"Prop2D\"\n"
2628 " proxygroup=\"3d_widget_representations\"\n"
2629 " proxyname=\"TextRepresentation\"></Proxy>\n"
2630 " <ExposedProperties>\n"
2631 " <Property name=\"Visibility\" />\n"
2632 " <Property name=\"Text\" />\n"
2633 " <Property name=\"Position\" />\n"
2634 " <Property name=\"Position2\" />\n"
2635 " <Property name=\"PositionInfo\" />\n"
2636 " <Property name=\"Position2Info\" />\n"
2637 " <Property name=\"WindowLocation\" />\n"
2638 " <Property name=\"TextActor\" />\n"
2639 " </ExposedProperties>\n"
2640 " </SubProxy>\n"
2641 " <SubProxy>\n"
2642 " <Proxy name=\"Prop2DActor\"\n"
2643 " proxygroup=\"props\"\n"
2644 " proxyname=\"TextActor\"></Proxy>\n"
2645 ;
2646 
2647 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/3dwidgets_remotingviews.xml
2649 " <ExposedProperties>\n"
2650 " <Property name=\"TextScaleMode\" />\n"
2651 " <Property name=\"TextProperty\" />\n"
2652 " </ExposedProperties>\n"
2653 " </SubProxy>\n"
2654 " <SubProxy>\n"
2655 " <Proxy name=\"Prop2DProperty\"\n"
2656 " proxygroup=\"properties\"\n"
2657 " proxyname=\"TextProperty\"></Proxy>\n"
2658 " <ExposedProperties>\n"
2659 " <Property name=\"Justification\" />\n"
2660 " <Property name=\"Orientation\" />\n"
2661 " <Property name=\"Color\" />\n"
2662 " <Property name=\"Opacity\" />\n"
2663 " <Property name=\"FontFamily\" />\n"
2664 " <Property name=\"FontFile\" />\n"
2665 " <Property name=\"Bold\" />\n"
2666 " <Property name=\"Italic\" />\n"
2667 " <Property name=\"Shadow\" />\n"
2668 " <Property name=\"FontSize\" />\n"
2669 " </ExposedProperties>\n"
2670 " </SubProxy>\n"
2671 " <SubProxy>\n"
2672 " <Proxy name=\"Widget\"\n"
2673 " proxygroup=\"3d_widgets\"\n"
2674 " proxyname=\"TextWidget\"></Proxy>\n"
2675 " <ExposedProperties>\n"
2676 " <Property name=\"ProcessEvents\" />\n"
2677 " <Property name=\"Selectable\" />\n"
2678 " <Property name=\"Resizable\" />\n"
2679 " </ExposedProperties>\n"
2680 " </SubProxy>\n"
2681 " <!-- End of TextWidgetRepresentation -->\n"
2682 " </TextWidgetRepresentationProxy>\n"
2683 " <!-- ================================================================== -->\n"
2684 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2685 " name=\"ProgressBarWidgetRepresentation\">\n"
2686 " <Documentation>ProgressBarWidgetRepresentation is a representation for progress bar\n"
2687 " widget as well as the representation for the progress bar shown in the\n"
2688 " widget.</Documentation>\n"
2689 " <IntVectorProperty command=\"SetEnabled\"\n"
2690 " default_values=\"1\"\n"
2691 " name=\"Enabled\"\n"
2692 " number_of_elements=\"1\">\n"
2693 " <BooleanDomain name=\"bool\" />\n"
2694 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2695 " </IntVectorProperty>\n"
2696 " <IntVectorProperty command=\"SetUseNonCompositedRenderer\"\n"
2697 " default_values=\"1\"\n"
2698 " name=\"UseNonCompositedRenderer\"\n"
2699 " number_of_elements=\"1\"></IntVectorProperty>\n"
2700 " <SubProxy>\n"
2701 " <Proxy name=\"Prop2D\"\n"
2702 " proxygroup=\"3d_widget_representations\"\n"
2703 " proxyname=\"ProgressBarRepresentation\"></Proxy>\n"
2704 " <ExposedProperties>\n"
2705 " <Property name=\"Visibility\" />\n"
2706 " <Property name=\"ProgressRate\" />\n"
2707 " <Property name=\"Position\" />\n"
2708 " <Property name=\"Position2\" />\n"
2709 " <Property name=\"PositionInfo\" />\n"
2710 " <Property name=\"Position2Info\" />\n"
2711 " <Property name=\"ProgressBarColor\"/>\n"
2712 " <Property name=\"SecondaryProgressBarColor\"/>\n"
2713 " <Property name=\"DrawBackground\"/>\n"
2714 " </ExposedProperties>\n"
2715 " </SubProxy>\n"
2716 " <SubProxy>\n"
2717 " <Proxy name=\"Widget\"\n"
2718 " proxygroup=\"3d_widgets\"\n"
2719 " proxyname=\"ProgressBarWidget\"></Proxy>\n"
2720 " <ExposedProperties>\n"
2721 " <Property name=\"ProcessEvents\" />\n"
2722 " <Property name=\"Selectable\" />\n"
2723 " <Property name=\"Resizable\" />\n"
2724 " </ExposedProperties>\n"
2725 " </SubProxy>\n"
2726 " <!-- End of ProgressBarWidgetRepresentation -->\n"
2727 " </NewWidgetRepresentationProxy>\n"
2728 " <!-- ================================================================== -->\n"
2729 " <NewWidgetRepresentationProxy class=\"vtk3DWidgetRepresentation\"\n"
2730 " name=\"LogoWidgetRepresentation\">\n"
2731 " <Documentation>LogoWidgetRepresentation is a representation for a logo widget\n"
2732 " </Documentation>\n"
2733 " <IntVectorProperty command=\"SetEnabled\"\n"
2734 " default_values=\"1\"\n"
2735 " name=\"Enabled\"\n"
2736 " number_of_elements=\"1\">\n"
2737 " <BooleanDomain name=\"bool\" />\n"
2738 " <Documentation>Enable/Disable widget interaction.</Documentation>\n"
2739 " </IntVectorProperty>\n"
2740 " <IntVectorProperty command=\"SetUseNonCompositedRenderer\"\n"
2741 " default_values=\"1\"\n"
2742 " name=\"UseNonCompositedRenderer\"\n"
2743 " number_of_elements=\"1\"></IntVectorProperty>\n"
2744 " <SubProxy>\n"
2745 " <Proxy name=\"Prop2D\"\n"
2746 " proxygroup=\"3d_widget_representations\"\n"
2747 " proxyname=\"LogoRepresentation\"></Proxy>\n"
2748 " <ExposedProperties>\n"
2749 " <Property name=\"Visibility\" />\n"
2750 " <Property name=\"Position\" />\n"
2751 " <Property name=\"Position2\" />\n"
2752 " <Property name=\"PositionInfo\" />\n"
2753 " <Property name=\"Position2Info\" />\n"
2754 " </ExposedProperties>\n"
2755 " </SubProxy>\n"
2756 " <SubProxy>\n"
2757 " <Proxy name=\"Widget\"\n"
2758 " proxygroup=\"3d_widgets\"\n"
2759 " proxyname=\"LogoWidget\"></Proxy>\n"
2760 " <ExposedProperties>\n"
2761 " <Property name=\"ProcessEvents\" />\n"
2762 " <Property name=\"Selectable\" />\n"
2763 " <Property name=\"Resizable\" />\n"
2764 " </ExposedProperties>\n"
2765 " </SubProxy>\n"
2766 " <!-- End of LogoWidgetRepresentation -->\n"
2767 " </NewWidgetRepresentationProxy>\n"
2768 " </ProxyGroup>\n"
2769 " <!-- ****************************************************************** -->\n"
2770 " <ProxyGroup name=\"3d_widget_representations\">\n"
2771 " <!-- ================================================================== -->\n"
2772 " <Proxy class=\"vtkOrientedGlyphContourRepresentation\"\n"
2773 " name=\"OrientedGlyphContourRepresentation\">\n"
2774 " <Documentation>Proxy for vtkOrientedGlyphContourRepresentation. Don't use\n"
2775 " directly since it's not coupled with the widget. Use\n"
2776 " \"ContourWidgetRepresentation\" instead which include this representation\n"
2777 " as well as the widget to modify the representation.</Documentation>\n"
2778 " <IntVectorProperty animateable=\"1\"\n"
2779 " command=\"SetVisibility\"\n"
2780 " default_values=\"1\"\n"
2781 " name=\"Visibility\"\n"
2782 " number_of_elements=\"1\">\n"
2783 " <BooleanDomain name=\"bool\" />\n"
2784 " </IntVectorProperty>\n"
2785 " <DoubleVectorProperty argument_is_array=\"1\"\n"
2786 " command=\"PlaceWidget\"\n"
2787 " default_values=\"none\"\n"
2788 " name=\"PlaceWidget\"\n"
2789 " number_of_elements=\"6\">\n"
2790 " <DoubleRangeDomain name=\"range\" />\n"
2791 " </DoubleVectorProperty>\n"
2792 " <DoubleVectorProperty command=\"SetPlaceFactor\"\n"
2793 " default_values=\"1.0\"\n"
2794 " name=\"PlaceFactor\"\n"
2795 " number_of_elements=\"1\">\n"
2796 " <DoubleRangeDomain min=\"0.01\"\n"
2797 " name=\"range\" />\n"
2798 " </DoubleVectorProperty>\n"
2799 " <IntVectorProperty command=\"SetClosedLoop\"\n"
2800 " default_values=\"0\"\n"
2801 " name=\"ClosedLoop\"\n"
2802 " number_of_elements=\"1\">\n"
2803 " <BooleanDomain name=\"bool\" />\n"
2804 " </IntVectorProperty>\n"
2805 " <IntVectorProperty command=\"GetClosedLoop\"\n"
2806 " default_values=\"0\"\n"
2807 " information_only=\"1\"\n"
2808 " name=\"ClosedLoopInfo\"\n"
2809 " number_of_elements=\"1\">\n"
2810 " <SimpleIntInformationHelper />\n"
2811 " </IntVectorProperty>\n"
2812 " <ProxyProperty command=\"SetPointPlacer\"\n"
2813 " name=\"PointPlacer\">\n"
2814 " <ProxyGroupDomain name=\"groups\">\n"
2815 " <Group name=\"point_placers\" />\n"
2816 " </ProxyGroupDomain>\n"
2817 " </ProxyProperty>\n"
2818 " <ProxyProperty command=\"SetLineInterpolator\"\n"
2819 " name=\"LineInterpolator\">\n"
2820 " <ProxyGroupDomain name=\"groups\">\n"
2821 " <Group name=\"contour_line_interpolators\" />\n"
2822 " </ProxyGroupDomain>\n"
2823 " </ProxyProperty>\n"
2824 " <DoubleVectorProperty command=\"AddNodeAtWorldPosition\"\n"
2825 " name=\"NodePositions\"\n"
2826 " number_of_elements_per_command=\"3\"\n"
2827 " repeat_command=\"1\"></DoubleVectorProperty>\n"
2828 " <IntVectorProperty command=\"SetNthNodeSelected\"\n"
2829 " name=\"SelectNodes\"\n"
2830 " number_of_elements_per_command=\"1\"\n"
2831 " repeat_command=\"1\"></IntVectorProperty>\n"
2832 " <IntVectorProperty command=\"SetShowSelectedNodes\"\n"
2833 " default_values=\"1\"\n"
2834 " name=\"ShowSelectedNodes\"\n"
2835 " number_of_elements=\"1\">\n"
2836 " <BooleanDomain name=\"bool\" />\n"
2837 " </IntVectorProperty>\n"
2838 " <Property command=\"ClearAllNodes\"\n"
2839 " name=\"ClearAllNodes\" />\n"
2840 " <DoubleVectorProperty command=\"SetLineColor\"\n"
2841 " default_values=\"1.0 1.0 1.0\"\n"
2842 " name=\"LineColor\"\n"
2843 " number_of_elements=\"3\">\n"
2844 " <DoubleRangeDomain max=\"1 1 1\"\n"
2845 " min=\"0 0 0\"\n"
2846 " name=\"range\" />\n"
2847 " </DoubleVectorProperty>\n"
2848 " <IntVectorProperty command=\"SetAlwaysOnTop\"\n"
2849 " default_values=\"0\"\n"
2850 " name=\"AlwaysOnTop\"\n"
2851 " number_of_elements=\"1\">\n"
2852 " <BooleanDomain name=\"bool\" />\n"
2853 " </IntVectorProperty>\n"
2854 " <Hints>\n"
2855 " <!-- View can be used to specify the way to get the poly data for the representation -->\n"
2856 " <Output />\n"
2857 " </Hints>\n"
2858 " <!-- End of OrientedGlyphContourRepresentation -->\n"
2859 " </Proxy>\n"
2860 " <!-- ================================================================== -->\n"
2861 " <Proxy class=\"vtkSplineRepresentation\"\n"
2862 " name=\"SplineRepresentation\">\n"
2863 " <Documentation>Proxy for vtkSplineRepresentation. Don't use directly\n"
2864 " since it's not coupled with the widget. Use \"SplineWidgetRepresentation\"\n"
2865 " instead which include this representation as well as the widget to modify\n"
2866 " the representation.</Documentation>\n"
2867 " <IntVectorProperty animateable=\"1\"\n"
2868 " command=\"SetVisibility\"\n"
2869 " default_values=\"1\"\n"
2870 " name=\"Visibility\"\n"
2871 " number_of_elements=\"1\">\n"
2872 " <BooleanDomain name=\"bool\" />\n"
2873 " </IntVectorProperty>\n"
2874 " <IntVectorProperty command=\"SetDirectionalLine\"\n"
2875 " default_values=\"1\"\n"
2876 " name=\"DirectionalLine\"\n"
2877 " number_of_elements=\"1\">\n"
2878 " <BooleanDomain name=\"bool\" />\n"
2879 " </IntVectorProperty>\n"
2880 " <DoubleVectorProperty argument_is_array=\"1\"\n"
2881 " command=\"PlaceWidget\"\n"
2882 " default_values=\"none\"\n"
2883 " name=\"PlaceWidget\"\n"
2884 " number_of_elements=\"6\">\n"
2885 " <DoubleRangeDomain name=\"range\" />\n"
2886 " </DoubleVectorProperty>\n"
2887 " <DoubleVectorProperty command=\"SetPlaceFactor\"\n"
2888 " default_values=\"1.0\"\n"
2889 " name=\"PlaceFactor\"\n"
2890 " number_of_elements=\"1\">\n"
2891 " <DoubleRangeDomain min=\"0.01\"\n"
2892 " name=\"range\" />\n"
2893 " </DoubleVectorProperty>\n"
2894 " <DoubleVectorProperty command=\"SetHandlePosition\"\n"
2895 " default_values=\"0 0 0 1 0 0\"\n"
2896 " information_property=\"HandlePositionsInfo\"\n"
2897 " name=\"HandlePositions\"\n"
2898 " number_of_elements=\"6\"\n"
2899 " number_of_elements_per_command=\"3\"\n"
2900 " repeat_command=\"1\"\n"
2901 " set_number_command=\"SetNumberOfHandles\"\n"
2902 " use_index=\"1\"></DoubleVectorProperty>\n"
2903 " <DoubleVectorProperty command=\"GetHandlePositions\"\n"
2904 " information_only=\"1\"\n"
2905 " name=\"HandlePositionsInfo\">\n"
2906 " <DoubleArrayInformationHelper />\n"
2907 " </DoubleVectorProperty>\n"
2908 " <IntVectorProperty command=\"SetClosed\"\n"
2909 " default_values=\"0\"\n"
2910 " name=\"Closed\"\n"
2911 " number_of_elements=\"1\">\n"
2912 " <BooleanDomain name=\"bool\" />\n"
2913 " </IntVectorProperty>\n"
2914 " <DoubleVectorProperty command=\"SetLineColor\"\n"
2915 " default_values=\"1.0 1.0 0.0\"\n"
2916 " name=\"LineColor\"\n"
2917 " number_of_elements=\"3\">\n"
2918 " <DoubleRangeDomain max=\"1 1 1\"\n"
2919 " min=\"0 0 0\"\n"
2920 " name=\"range\" />\n"
2921 " </DoubleVectorProperty>\n"
2922 " <IntVectorProperty name=\"CurrentHandleIndexInfo\"\n"
2923 " command=\"GetCurrentHandleIndex\"\n"
2924 " information_only=\"1\"/>\n"
2925 " <IntVectorProperty name=\"CurrentHandleIndex\"\n"
2926 " number_of_elements=\"1\"\n"
2927 " default_values=\"-1\"\n"
2928 " command=\"SetCurrentHandleIndex\"\n"
2929 " information_property=\"CurrentHandleIndexInfo\"\n"
2930 " panel_visibility=\"never\">\n"
2931 " </IntVectorProperty>\n"
2932 " <!-- End of SplineRepresentation -->\n"
2933 " </Proxy>\n"
2934 " <!-- ================================================================== -->\n"
2935 " <Proxy class=\"vtkPolyLineRepresentation\"\n"
2936 " name=\"PolyLineRepresentation\">\n"
2937 " <Documentation>Representation for poly line source.</Documentation>\n"
2938 " <IntVectorProperty animateable=\"1\"\n"
2939 " command=\"SetVisibility\"\n"
2940 " default_values=\"1\"\n"
2941 " name=\"Visibility\"\n"
2942 " number_of_elements=\"1\">\n"
2943 " <BooleanDomain name=\"bool\" />\n"
2944 " </IntVectorProperty>\n"
2945 " <IntVectorProperty command=\"SetDirectionalLine\"\n"
2946 " default_values=\"1\"\n"
2947 " name=\"DirectionalLine\"\n"
2948 " number_of_elements=\"1\">\n"
2949 " <BooleanDomain name=\"bool\" />\n"
2950 " </IntVectorProperty>\n"
2951 " <DoubleVectorProperty argument_is_array=\"1\"\n"
2952 " command=\"PlaceWidget\"\n"
2953 " default_values=\"none\"\n"
2954 " name=\"PlaceWidget\"\n"
2955 " number_of_elements=\"6\">\n"
2956 " <DoubleRangeDomain name=\"range\" />\n"
2957 " </DoubleVectorProperty>\n"
2958 " <DoubleVectorProperty command=\"SetPlaceFactor\"\n"
2959 " default_values=\"1.0\"\n"
2960 " name=\"PlaceFactor\"\n"
2961 " number_of_elements=\"1\">\n"
2962 " <DoubleRangeDomain min=\"0.01\"\n"
2963 " name=\"range\" />\n"
2964 " </DoubleVectorProperty>\n"
2965 " <DoubleVectorProperty command=\"SetHandlePosition\"\n"
2966 " default_values=\"0 0 0 1 0 0\"\n"
2967 " information_property=\"HandlePositionsInfo\"\n"
2968 " name=\"HandlePositions\"\n"
2969 " number_of_elements=\"6\"\n"
2970 ;
2971 
2972 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/3dwidgets_remotingviews.xml
2974 " number_of_elements_per_command=\"3\"\n"
2975 " repeat_command=\"1\"\n"
2976 " set_number_command=\"SetNumberOfHandles\"\n"
2977 " use_index=\"1\"></DoubleVectorProperty>\n"
2978 " <DoubleVectorProperty command=\"GetHandlePositions\"\n"
2979 " information_only=\"1\"\n"
2980 " name=\"HandlePositionsInfo\">\n"
2981 " <DoubleArrayInformationHelper />\n"
2982 " </DoubleVectorProperty>\n"
2983 " <IntVectorProperty command=\"SetClosed\"\n"
2984 " default_values=\"0\"\n"
2985 " name=\"Closed\"\n"
2986 " number_of_elements=\"1\">\n"
2987 " <BooleanDomain name=\"bool\" />\n"
2988 " </IntVectorProperty>\n"
2989 " <DoubleVectorProperty command=\"SetLineColor\"\n"
2990 " default_values=\"1.0 1.0 0.0\"\n"
2991 " name=\"LineColor\"\n"
2992 " number_of_elements=\"3\">\n"
2993 " <DoubleRangeDomain max=\"1 1 1\"\n"
2994 " min=\"0 0 0\"\n"
2995 " name=\"range\" />\n"
2996 " </DoubleVectorProperty>\n"
2997 " <IntVectorProperty name=\"CurrentHandleIndexInfo\"\n"
2998 " command=\"GetCurrentHandleIndex\"\n"
2999 " information_only=\"1\"/>\n"
3000 " <IntVectorProperty name=\"CurrentHandleIndex\"\n"
3001 " number_of_elements=\"1\"\n"
3002 " default_values=\"-1\"\n"
3003 " command=\"SetCurrentHandleIndex\"\n"
3004 " information_property=\"CurrentHandleIndexInfo\"\n"
3005 " panel_visibility=\"never\">\n"
3006 " </IntVectorProperty>\n"
3007 " </Proxy>\n"
3008 " <!-- ================================================================== -->\n"
3009 " <Proxy class=\"vtkSliderRepresentation3D\"\n"
3010 " name=\"SliderRepresentation3D\">\n"
3011 " <IntVectorProperty animateable=\"1\"\n"
3012 " command=\"SetVisibility\"\n"
3013 " default_values=\"1\"\n"
3014 " name=\"Visibility\"\n"
3015 " number_of_elements=\"1\">\n"
3016 " <BooleanDomain name=\"bool\" />\n"
3017 " </IntVectorProperty>\n"
3018 " <DoubleVectorProperty command=\"SetValue\"\n"
3019 " default_values=\"0\"\n"
3020 " information_property=\"ValueInfo\"\n"
3021 " name=\"Value\"\n"
3022 " number_of_elements=\"1\">\n"
3023 " <DoubleRangeDomain name=\"range\" />\n"
3024 " </DoubleVectorProperty>\n"
3025 " <DoubleVectorProperty command=\"GetValue\"\n"
3026 " information_only=\"1\"\n"
3027 " name=\"ValueInfo\">\n"
3028 " <SimpleDoubleInformationHelper />\n"
3029 " </DoubleVectorProperty>\n"
3030 " <DoubleVectorProperty command=\"SetPoint1InWorldCoordinates\"\n"
3031 " default_values=\"-1.0 0.0 0.0\"\n"
3032 " name=\"Point1\"\n"
3033 " number_of_elements=\"3\">\n"
3034 " <DoubleRangeDomain name=\"range\" />\n"
3035 " </DoubleVectorProperty>\n"
3036 " <DoubleVectorProperty command=\"SetPoint2InWorldCoordinates\"\n"
3037 " default_values=\"1.0 0.0 0.0\"\n"
3038 " name=\"Point2\"\n"
3039 " number_of_elements=\"3\">\n"
3040 " <DoubleRangeDomain name=\"range\" />\n"
3041 " </DoubleVectorProperty>\n"
3042 " <DoubleVectorProperty command=\"SetMinimumValue\"\n"
3043 " default_values=\"0\"\n"
3044 " name=\"MinimumValue\"\n"
3045 " number_of_elements=\"1\">\n"
3046 " <DoubleRangeDomain name=\"range\" />\n"
3047 " </DoubleVectorProperty>\n"
3048 " <DoubleVectorProperty command=\"SetMaximumValue\"\n"
3049 " default_values=\"1\"\n"
3050 " name=\"MaximumValue\"\n"
3051 " number_of_elements=\"1\">\n"
3052 " <DoubleRangeDomain name=\"range\" />\n"
3053 " </DoubleVectorProperty>\n"
3054 " </Proxy>\n"
3055 " <!-- ================================================================== -->\n"
3056 " <Proxy class=\"vtkSphereRepresentation\"\n"
3057 " name=\"SphereRepresentation\">\n"
3058 " <Documentation>Proxy for vtkSphereRepresentation. Don't confuse this with\n"
3059 " the vtkSMRepresentation proxy for the sphere widget (which is the\n"
3060 " SphereWidgetRepresentation).</Documentation>\n"
3061 " <IntVectorProperty animateable=\"1\"\n"
3062 " command=\"SetVisibility\"\n"
3063 " default_values=\"1\"\n"
3064 " name=\"Visibility\"\n"
3065 " number_of_elements=\"1\">\n"
3066 " <BooleanDomain name=\"bool\" />\n"
3067 " </IntVectorProperty>\n"
3068 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3069 " command=\"PlaceWidget\"\n"
3070 " default_values=\"none\"\n"
3071 " name=\"PlaceWidget\"\n"
3072 " number_of_elements=\"6\">\n"
3073 " <DoubleRangeDomain name=\"range\" />\n"
3074 " </DoubleVectorProperty>\n"
3075 " <DoubleVectorProperty command=\"SetPlaceFactor\"\n"
3076 " default_values=\"1.0\"\n"
3077 " name=\"PlaceFactor\"\n"
3078 " number_of_elements=\"1\">\n"
3079 " <DoubleRangeDomain min=\"0.01\"\n"
3080 " name=\"range\" />\n"
3081 " </DoubleVectorProperty>\n"
3082 " <IntVectorProperty command=\"SetRepresentation\"\n"
3083 " default_values=\"1\"\n"
3084 " name=\"Representation\"\n"
3085 " number_of_elements=\"1\">\n"
3086 " <Documentation>Set the representation (i.e., appearance) of the sphere.\n"
3087 " Different representations are useful depending on the\n"
3088 " application.</Documentation>\n"
3089 " <EnumerationDomain name=\"enum\">\n"
3090 " <Entry text=\"Off\"\n"
3091 " value=\"0\" />\n"
3092 " <Entry text=\"Wireframe\"\n"
3093 " value=\"1\" />\n"
3094 " <Entry text=\"Surface\"\n"
3095 " value=\"2\" />\n"
3096 " </EnumerationDomain>\n"
3097 " </IntVectorProperty>\n"
3098 " <DoubleVectorProperty command=\"SetCenter\"\n"
3099 " default_values=\"0.0 0.0 0.0\"\n"
3100 " information_property=\"CenterInfo\"\n"
3101 " name=\"Center\"\n"
3102 " number_of_elements=\"3\">\n"
3103 " <DoubleRangeDomain name=\"range\" />\n"
3104 " <Documentation>The center position of the sphere. Note that this may\n"
3105 " adjust the direction from the handle to the center, as well as the\n"
3106 " radius of the sphere.</Documentation>\n"
3107 " </DoubleVectorProperty>\n"
3108 " <DoubleVectorProperty command=\"GetCenter\"\n"
3109 " information_only=\"1\"\n"
3110 " name=\"CenterInfo\">\n"
3111 " <SimpleDoubleInformationHelper />\n"
3112 " </DoubleVectorProperty>\n"
3113 " <DoubleVectorProperty command=\"SetRadius\"\n"
3114 " default_values=\"0.5\"\n"
3115 " information_property=\"RadiusInfo\"\n"
3116 " name=\"Radius\"\n"
3117 " number_of_elements=\"1\">\n"
3118 " <DoubleRangeDomain min=\"0.0\"\n"
3119 " name=\"range\" />\n"
3120 " <Documentation>The radius of sphere. Default is 0.5. Note that this may\n"
3121 " modify the position of the handle based on the handle\n"
3122 " direction.</Documentation>\n"
3123 " </DoubleVectorProperty>\n"
3124 " <DoubleVectorProperty command=\"GetRadius\"\n"
3125 " information_only=\"1\"\n"
3126 " name=\"RadiusInfo\">\n"
3127 " <SimpleDoubleInformationHelper />\n"
3128 " </DoubleVectorProperty>\n"
3129 " <IntVectorProperty command=\"SetHandleVisibility\"\n"
3130 " default_values=\"0\"\n"
3131 " name=\"HandleVisibility\"\n"
3132 " number_of_elements=\"1\">\n"
3133 " <BooleanDomain name=\"bool\" />\n"
3134 " <Documentation>The handle sits on the surface of the sphere and may be\n"
3135 " moved around the surface by picking (left mouse) and then moving. The\n"
3136 " position of the handle can be retrieved, this is useful for positioning\n"
3137 " cameras and lights. By default, the handle is turned\n"
3138 " off.</Documentation>\n"
3139 " </IntVectorProperty>\n"
3140 " <IntVectorProperty command=\"SetHandleText\"\n"
3141 " default_values=\"0\"\n"
3142 " name=\"HandleText\"\n"
3143 " number_of_elements=\"1\">\n"
3144 " <BooleanDomain name=\"bool\" />\n"
3145 " <Documentation>Enable/disable a label that displays the location of the\n"
3146 " handle in spherical coordinates (radius,theta,phi). The two angles,\n"
3147 " theta and phi, are displayed in degrees. Note that phi is measured from\n"
3148 " the north pole down towards the equator; and theta is the angle around\n"
3149 " the north/south axis.</Documentation>\n"
3150 " </IntVectorProperty>\n"
3151 " <IntVectorProperty command=\"SetRadialLine\"\n"
3152 " default_values=\"0\"\n"
3153 " name=\"RadialLine\"\n"
3154 " number_of_elements=\"1\">\n"
3155 " <BooleanDomain name=\"bool\" />\n"
3156 " <Documentation>Enable/disable a radial line segment that joins the\n"
3157 " center of the outer sphere and the handle.</Documentation>\n"
3158 " </IntVectorProperty>\n"
3159 " <IntVectorProperty command=\"SetCenterCursor\"\n"
3160 " default_values=\"1\"\n"
3161 " name=\"CenterCursor\"\n"
3162 " number_of_elements=\"1\">\n"
3163 " <BooleanDomain name=\"bool\" />\n"
3164 " <Documentation>Enable/disable a cursor that is shown at the\n"
3165 " center of the sphere.</Documentation>\n"
3166 " </IntVectorProperty>\n"
3167 " <DoubleVectorProperty default_values=\"0 0 1\"\n"
3168 " name=\"HandleDirection\"\n"
3169 " number_of_elements=\"3\">\n"
3170 " <Documentation>Set/Get the direction vector of the handle relative to\n"
3171 " the center of the sphere. This may affect the position of the handle\n"
3172 " and the radius of the sphere.</Documentation>\n"
3173 " </DoubleVectorProperty>\n"
3174 " <!-- End of SphereRepresentation -->\n"
3175 " </Proxy>\n"
3176 " <!-- ================================================================== -->\n"
3177 " <BoxRepresentationProxy class=\"vtkBoxRepresentation\"\n"
3178 " name=\"BoxRepresentation\">\n"
3179 " <Documentation>Proxy for vtkBoxRepresentation. Don't confuse this with\n"
3180 " the vtkSMRepresentation proxy for the box widget (which is the\n"
3181 " BoxWidgetRepresentation).</Documentation>\n"
3182 " <IntVectorProperty animateable=\"1\"\n"
3183 " command=\"SetVisibility\"\n"
3184 " default_values=\"1\"\n"
3185 " name=\"Visibility\"\n"
3186 " number_of_elements=\"1\">\n"
3187 " <BooleanDomain name=\"bool\" />\n"
3188 " </IntVectorProperty>\n"
3189 " <DoubleVectorProperty command=\"SetPlaceFactor\"\n"
3190 " default_values=\"1.0\"\n"
3191 " name=\"PlaceFactor\"\n"
3192 " number_of_elements=\"1\">\n"
3193 " <DoubleRangeDomain min=\"0.01\"\n"
3194 " name=\"range\" />\n"
3195 " </DoubleVectorProperty>\n"
3196 " <SubProxy>\n"
3197 " <Proxy name=\"Transform\"\n"
3198 " proxygroup=\"extended_sources\"\n"
3199 " proxyname=\"Transform2\"></Proxy>\n"
3200 " <ExposedProperties>\n"
3201 " <Property name=\"Position\" />\n"
3202 " <Property name=\"PositionInfo\" />\n"
3203 " <Property name=\"Rotation\" />\n"
3204 " <Property name=\"RotationInfo\" />\n"
3205 " <Property name=\"Scale\" />\n"
3206 " <Property name=\"ScaleInfo\" />\n"
3207 " </ExposedProperties>\n"
3208 " </SubProxy>\n"
3209 " <!-- End of BoxRepresentation -->\n"
3210 " </BoxRepresentationProxy>\n"
3211 " <!-- ================================================================== -->\n"
3212 " <Proxy class=\"vtkPVImplicitCylinderRepresentation\"\n"
3213 " name=\"ImplicitCylinderRepresentation\">\n"
3214 " <Documentation>Proxy for vtkImplicitCylinderWidget. Don't confuse this with\n"
3215 " the vtkSMRepresentation proxy for the cylinder widget (which is the\n"
3216 " ImplicitCylinderWidget).</Documentation>\n"
3217 " <IntVectorProperty animateable=\"1\"\n"
3218 " command=\"SetVisibility\"\n"
3219 " default_values=\"1\"\n"
3220 " name=\"Visibility\"\n"
3221 " number_of_elements=\"1\">\n"
3222 " <BooleanDomain name=\"bool\" />\n"
3223 " </IntVectorProperty>\n"
3224 " <IntVectorProperty command=\"SetConstrainToWidgetBounds\"\n"
3225 " default_values=\"0\"\n"
3226 " name=\"ConstrainToWidgetBounds\"\n"
3227 " number_of_elements=\"1\">\n"
3228 " <BooleanDomain name=\"bool\" />\n"
3229 " </IntVectorProperty>\n"
3230 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3231 " command=\"SetWidgetBounds\"\n"
3232 " default_values=\"none\"\n"
3233 " name=\"WidgetBounds\"\n"
3234 " number_of_elements=\"6\">\n"
3235 " <DoubleRangeDomain name=\"range\" />\n"
3236 " </DoubleVectorProperty>\n"
3237 " <DoubleVectorProperty command=\"SetPlaceFactor\"\n"
3238 " default_values=\"1.2\"\n"
3239 " name=\"PlaceFactor\"\n"
3240 " number_of_elements=\"1\">\n"
3241 " <DoubleRangeDomain min=\"0.01\"\n"
3242 " name=\"range\" />\n"
3243 " </DoubleVectorProperty>\n"
3244 " <DoubleVectorProperty command=\"SetCenter\"\n"
3245 " default_values=\"0.0 0.0 0.0\"\n"
3246 " information_property=\"CenterInfo\"\n"
3247 " name=\"Center\"\n"
3248 " number_of_elements=\"3\">\n"
3249 " <DoubleRangeDomain name=\"range\" />\n"
3250 " <Documentation>The center of the cylinder. The center is located along the\n"
3251 " cylinder axis.</Documentation>\n"
3252 " </DoubleVectorProperty>\n"
3253 " <DoubleVectorProperty command=\"GetCenter\"\n"
3254 " information_only=\"1\"\n"
3255 " name=\"CenterInfo\">\n"
3256 " <SimpleDoubleInformationHelper />\n"
3257 " </DoubleVectorProperty>\n"
3258 " <DoubleVectorProperty command=\"SetAxis\"\n"
3259 " default_values=\"0.0 0.0 1.0\"\n"
3260 " information_property=\"AxisInfo\"\n"
3261 " name=\"Axis\"\n"
3262 " number_of_elements=\"3\">\n"
3263 " <DoubleRangeDomain name=\"range\" />\n"
3264 " <Documentation>The axis of rotation for the cylinder. If the axis is not\n"
3265 " specified as a unit vector, it will be normalized.</Documentation>\n"
3266 " </DoubleVectorProperty>\n"
3267 " <DoubleVectorProperty command=\"GetAxis\"\n"
3268 " information_only=\"1\"\n"
3269 " name=\"AxisInfo\">\n"
3270 " <SimpleDoubleInformationHelper />\n"
3271 " </DoubleVectorProperty>\n"
3272 " <DoubleVectorProperty command=\"SetRadius\"\n"
3273 " default_values=\"0.5\"\n"
3274 " information_property=\"RadiusInfo\"\n"
3275 " name=\"Radius\"\n"
3276 " number_of_elements=\"1\">\n"
3277 " <DoubleRangeDomain min=\"0.0\"\n"
3278 " name=\"range\" />\n"
3279 " <Documentation>The radius of the cylinder. Note that if the radius is\n"
3280 ;
3281 
3282 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/3dwidgets_remotingviews.xml
3284 " too big the cylinder will be outside of the bounding box.</Documentation>\n"
3285 " </DoubleVectorProperty>\n"
3286 " <DoubleVectorProperty command=\"GetRadius\"\n"
3287 " information_only=\"1\"\n"
3288 " name=\"RadiusInfo\">\n"
3289 " <SimpleDoubleInformationHelper />\n"
3290 " </DoubleVectorProperty>\n"
3291 " <IntVectorProperty command=\"SetDrawCylinder\"\n"
3292 " default_values=\"1\"\n"
3293 " name=\"DrawCylinder\"\n"
3294 " number_of_elements=\"1\">\n"
3295 " <BooleanDomain name=\"bool\" />\n"
3296 " <Documentation>Enable/disable the drawing of the cylinder. In some cases\n"
3297 " the cylinder interferes with the object that it is operating on (e.g.,\n"
3298 " the cylinder interferes with the cut surface it produces resulting in\n"
3299 " z-buffer artifacts.) By default it is on.</Documentation>\n"
3300 " </IntVectorProperty>\n"
3301 " <IntVectorProperty command=\"SetResolution\"\n"
3302 " default_values=\"128\"\n"
3303 " name=\"Resolution\"\n"
3304 " number_of_elements=\"1\">\n"
3305 " <IntRangeDomain min=\"8\"\n"
3306 " max=\"2048\"\n"
3307 " name=\"range\" />\n"
3308 " <Documentation>This is the number of polygonal facets used to approximate\n"
3309 " the curved cylindrical surface (for rendering purposes). An vtkCylinder\n"
3310 " is used under the hood to provide an exact surface representation.\n"
3311 " </Documentation>\n"
3312 " </IntVectorProperty>\n"
3313 " <IntVectorProperty command=\"SetTubing\"\n"
3314 " default_values=\"1\"\n"
3315 " name=\"Tubing\"\n"
3316 " number_of_elements=\"1\">\n"
3317 " <BooleanDomain name=\"bool\" />\n"
3318 " <Documentation>Enable/disable tubing of the wire outline of the cylinder\n"
3319 " intersection (against the bounding box). The tube thickens the\n"
3320 " line by wrapping with a vtkTubeFilter..</Documentation>\n"
3321 " </IntVectorProperty>\n"
3322 " <IntVectorProperty command=\"SetOutlineTranslation\"\n"
3323 " default_values=\"0\"\n"
3324 " name=\"OutlineTranslation\"\n"
3325 " number_of_elements=\"1\">\n"
3326 " <BooleanDomain name=\"bool\" />\n"
3327 " <Documentation>Enable/disable the ability to translate the bounding box by\n"
3328 " moving it with the mouse.</Documentation>\n"
3329 " </IntVectorProperty>\n"
3330 " <IntVectorProperty command=\"SetOutsideBounds\"\n"
3331 " default_values=\"1\"\n"
3332 " name=\"OutsideBounds\"\n"
3333 " number_of_elements=\"1\">\n"
3334 " <BooleanDomain name=\"bool\" />\n"
3335 " <Documentation>Enable/disable the ability to move the widget outside of\n"
3336 " the bounds specified in the initial PlaceWidget() invocation.\n"
3337 " </Documentation>\n"
3338 " </IntVectorProperty>\n"
3339 " <IntVectorProperty command=\"SetScaleEnabled\"\n"
3340 " default_values=\"1\"\n"
3341 " name=\"ScaleEnabled\"\n"
3342 " number_of_elements=\"1\">\n"
3343 " <BooleanDomain name=\"bool\" />\n"
3344 " <Documentation>Enable/disable the ability to scale the widget with the\n"
3345 " mouse.</Documentation>\n"
3346 " </IntVectorProperty>\n"
3347 " <!-- End of SphereRepresentation -->\n"
3348 " </Proxy>\n"
3349 " <!-- ================================================================== -->\n"
3350 " <Proxy class=\"vtkDistanceRepresentation2D\"\n"
3351 " name=\"DistanceRepresentation2D\"\n"
3352 " post_creation=\"InstantiateHandleRepresentation\">\n"
3353 " <IntVectorProperty animateable=\"1\"\n"
3354 " command=\"SetVisibility\"\n"
3355 " default_values=\"1\"\n"
3356 " name=\"Visibility\"\n"
3357 " number_of_elements=\"1\">\n"
3358 " <BooleanDomain name=\"bool\" />\n"
3359 " </IntVectorProperty>\n"
3360 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3361 " command=\"SetPoint1WorldPosition\"\n"
3362 " default_values=\"0 0 0\"\n"
3363 " information_property=\"Point1WorldPositionInfo\"\n"
3364 " name=\"Point1WorldPosition\"\n"
3365 " number_of_elements=\"3\">\n"
3366 " <DoubleRangeDomain name=\"range\" />\n"
3367 " </DoubleVectorProperty>\n"
3368 " <DoubleVectorProperty command=\"GetPoint1WorldPosition\"\n"
3369 " information_only=\"1\"\n"
3370 " name=\"Point1WorldPositionInfo\">\n"
3371 " <SimpleDoubleInformationHelper />\n"
3372 " </DoubleVectorProperty>\n"
3373 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3374 " command=\"SetPoint2WorldPosition\"\n"
3375 " default_values=\"1 0 0\"\n"
3376 " information_property=\"Point2WorldPositionInfo\"\n"
3377 " name=\"Point2WorldPosition\"\n"
3378 " number_of_elements=\"3\">\n"
3379 " <DoubleRangeDomain name=\"range\" />\n"
3380 " </DoubleVectorProperty>\n"
3381 " <DoubleVectorProperty command=\"GetPoint2WorldPosition\"\n"
3382 " information_only=\"1\"\n"
3383 " name=\"Point2WorldPositionInfo\">\n"
3384 " <SimpleDoubleInformationHelper />\n"
3385 " </DoubleVectorProperty>\n"
3386 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3387 " command=\"PlaceWidget\"\n"
3388 " default_values=\"0 1 0 1 0 1\"\n"
3389 " is_internal=\"1\"\n"
3390 " name=\"PlaceWidget\"\n"
3391 " number_of_elements=\"6\">\n"
3392 " <DoubleRangeDomain name=\"range\" />\n"
3393 " </DoubleVectorProperty>\n"
3394 " <!-- End of DistanceRepresentation2D -->\n"
3395 " </Proxy>\n"
3396 " <!-- ================================================================== -->\n"
3397 " <ImplicitPlaneRepresentationProxy class=\"vtkPVImplicitPlaneRepresentation\"\n"
3398 " name=\"ImplicitPlaneRepresentation\">\n"
3399 " <IntVectorProperty animateable=\"1\"\n"
3400 " command=\"SetVisibility\"\n"
3401 " default_values=\"1\"\n"
3402 " name=\"Visibility\"\n"
3403 " number_of_elements=\"1\">\n"
3404 " <BooleanDomain name=\"bool\" />\n"
3405 " </IntVectorProperty>\n"
3406 " <IntVectorProperty animateable=\"1\"\n"
3407 " command=\"SetDrawPlane\"\n"
3408 " default_values=\"0\"\n"
3409 " name=\"DrawPlane\"\n"
3410 " number_of_elements=\"1\">\n"
3411 " <BooleanDomain name=\"bool\" />\n"
3412 " </IntVectorProperty>\n"
3413 " <IntVectorProperty command=\"SetConstrainToWidgetBounds\"\n"
3414 " default_values=\"0\"\n"
3415 " name=\"ConstrainToWidgetBounds\"\n"
3416 " number_of_elements=\"1\">\n"
3417 " <BooleanDomain name=\"bool\" />\n"
3418 " </IntVectorProperty>\n"
3419 " <IntVectorProperty command=\"SetOutlineTranslation\"\n"
3420 " default_values=\"0\"\n"
3421 " name=\"OutlineTranslation\"\n"
3422 " number_of_elements=\"1\">\n"
3423 " <BooleanDomain name=\"bool\" />\n"
3424 " </IntVectorProperty>\n"
3425 " <IntVectorProperty command=\"SetAlwaysSnapToNearestAxis\"\n"
3426 " default_values=\"0\"\n"
3427 " information_property=\"AlwaysSnapToNearestAxisInfo\"\n"
3428 " name=\"AlwaysSnapToNearestAxis\"\n"
3429 " number_of_elements=\"1\">\n"
3430 " <BooleanDomain name=\"bool\" />\n"
3431 " </IntVectorProperty>\n"
3432 " <IntVectorProperty command=\"GetAlwaysSnapToNearestAxis\"\n"
3433 " information_only=\"1\"\n"
3434 " default_values=\"0\"\n"
3435 " name=\"AlwaysSnapToNearestAxisInfo\"\n"
3436 " number_of_elements=\"1\">\n"
3437 " <SimpleIntInformationHelper />\n"
3438 " </IntVectorProperty>\n"
3439 "\n"
3440 " <Property command=\"Reset\"\n"
3441 " name=\"Reset\"></Property>\n"
3442 " <DoubleVectorProperty command=\"SetOrigin\"\n"
3443 " default_values=\"0 0 0\"\n"
3444 " information_property=\"OriginInfo\"\n"
3445 " name=\"Origin\"\n"
3446 " number_of_elements=\"3\">\n"
3447 " <DoubleRangeDomain name=\"range\" />\n"
3448 " </DoubleVectorProperty>\n"
3449 " <DoubleVectorProperty command=\"GetOrigin\"\n"
3450 " information_only=\"1\"\n"
3451 " name=\"OriginInfo\">\n"
3452 " <SimpleDoubleInformationHelper />\n"
3453 " </DoubleVectorProperty>\n"
3454 " <DoubleVectorProperty command=\"SetNormal\"\n"
3455 " default_values=\"1 0 0\"\n"
3456 " information_property=\"NormalInfo\"\n"
3457 " name=\"Normal\"\n"
3458 " number_of_elements=\"3\">\n"
3459 " <DoubleRangeDomain name=\"range\" />\n"
3460 " </DoubleVectorProperty>\n"
3461 " <DoubleVectorProperty command=\"GetNormal\"\n"
3462 " information_only=\"1\"\n"
3463 " name=\"NormalInfo\">\n"
3464 " <SimpleDoubleInformationHelper />\n"
3465 " </DoubleVectorProperty>\n"
3466 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3467 " command=\"SetWidgetBounds\"\n"
3468 " default_values=\"none\"\n"
3469 " is_internal=\"1\"\n"
3470 " name=\"WidgetBounds\"\n"
3471 " number_of_elements=\"6\">\n"
3472 " <DoubleRangeDomain name=\"range\" />\n"
3473 " </DoubleVectorProperty>\n"
3474 " <DoubleVectorProperty command=\"SetPlaceFactor\"\n"
3475 " default_values=\"1.2\"\n"
3476 " name=\"PlaceFactor\"\n"
3477 " number_of_elements=\"1\">\n"
3478 " <DoubleRangeDomain name=\"range\" />\n"
3479 " </DoubleVectorProperty>\n"
3480 " </ImplicitPlaneRepresentationProxy>\n"
3481 " <!-- ================================================================== -->\n"
3482 " <Proxy class=\"vtkLineRepresentation\"\n"
3483 " name=\"LineRepresentation\">\n"
3484 " <IntVectorProperty animateable=\"1\"\n"
3485 " command=\"SetVisibility\"\n"
3486 " default_values=\"1\"\n"
3487 " name=\"Visibility\"\n"
3488 " number_of_elements=\"1\">\n"
3489 " <BooleanDomain name=\"bool\" />\n"
3490 " </IntVectorProperty>\n"
3491 " <IntVectorProperty command=\"SetDirectionalLine\"\n"
3492 " default_values=\"1\"\n"
3493 " name=\"DirectionalLine\"\n"
3494 " number_of_elements=\"1\">\n"
3495 " <BooleanDomain name=\"bool\" />\n"
3496 " </IntVectorProperty>\n"
3497 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3498 " command=\"SetPoint1WorldPosition\"\n"
3499 " default_values=\"0 0 0\"\n"
3500 " information_property=\"Point1WorldPositionInfo\"\n"
3501 " name=\"Point1WorldPosition\"\n"
3502 " number_of_elements=\"3\">\n"
3503 " <DoubleRangeDomain name=\"range\" />\n"
3504 " </DoubleVectorProperty>\n"
3505 " <DoubleVectorProperty command=\"GetPoint1WorldPosition\"\n"
3506 " information_only=\"1\"\n"
3507 " name=\"Point1WorldPositionInfo\">\n"
3508 " <SimpleDoubleInformationHelper />\n"
3509 " </DoubleVectorProperty>\n"
3510 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3511 " command=\"SetPoint2WorldPosition\"\n"
3512 " default_values=\"0 0 0\"\n"
3513 " information_property=\"Point2WorldPositionInfo\"\n"
3514 " name=\"Point2WorldPosition\"\n"
3515 " number_of_elements=\"3\">\n"
3516 " <DoubleRangeDomain name=\"range\" />\n"
3517 " </DoubleVectorProperty>\n"
3518 " <DoubleVectorProperty command=\"GetPoint2WorldPosition\"\n"
3519 " information_only=\"1\"\n"
3520 " name=\"Point2WorldPositionInfo\">\n"
3521 " <SimpleDoubleInformationHelper />\n"
3522 " </DoubleVectorProperty>\n"
3523 " <DoubleVectorProperty command=\"SetLineColor\"\n"
3524 " default_values=\"1.0 1.0 1.0\"\n"
3525 " name=\"LineColor\"\n"
3526 " number_of_elements=\"3\">\n"
3527 " <DoubleRangeDomain max=\"1 1 1\"\n"
3528 " min=\"0 0 0\"\n"
3529 " name=\"range\" />\n"
3530 " </DoubleVectorProperty>\n"
3531 " </Proxy>\n"
3532 " <!-- ================================================================== -->\n"
3533 " <Proxy class=\"vtkPointHandleRepresentation3D\"\n"
3534 " name=\"HandleRepresentation\">\n"
3535 " <IntVectorProperty animateable=\"1\"\n"
3536 " command=\"SetVisibility\"\n"
3537 " default_values=\"1\"\n"
3538 " name=\"Visibility\"\n"
3539 " number_of_elements=\"1\">\n"
3540 " <BooleanDomain name=\"bool\" />\n"
3541 " </IntVectorProperty>\n"
3542 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3543 " command=\"SetWorldPosition\"\n"
3544 " default_values=\"0 0 0\"\n"
3545 " information_property=\"WorldPositionInfo\"\n"
3546 " name=\"WorldPosition\"\n"
3547 " number_of_elements=\"3\">\n"
3548 " <DoubleRangeDomain name=\"range\" />\n"
3549 " </DoubleVectorProperty>\n"
3550 " <DoubleVectorProperty command=\"GetWorldPosition\"\n"
3551 " information_only=\"1\"\n"
3552 " name=\"WorldPositionInfo\">\n"
3553 " <SimpleDoubleInformationHelper />\n"
3554 " </DoubleVectorProperty>\n"
3555 " </Proxy>\n"
3556 " <!-- ================================================================== -->\n"
3557 " <Proxy class=\"vtkLightRepresentation\"\n"
3558 " name=\"LightRepresentation\">\n"
3559 " <IntVectorProperty animateable=\"1\"\n"
3560 " command=\"SetVisibility\"\n"
3561 " default_values=\"1\"\n"
3562 " name=\"Visibility\"\n"
3563 " number_of_elements=\"1\">\n"
3564 " <BooleanDomain name=\"bool\" />\n"
3565 " </IntVectorProperty>\n"
3566 " <IntVectorProperty animateable=\"1\"\n"
3567 " command=\"SetPositional\"\n"
3568 " default_values=\"0\"\n"
3569 " name=\"Positional\"\n"
3570 " number_of_elements=\"1\">\n"
3571 " <BooleanDomain name=\"bool\" />\n"
3572 " </IntVectorProperty>\n"
3573 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3574 " command=\"SetLightPosition\"\n"
3575 " default_values=\"0 0 1\"\n"
3576 " information_property=\"WorldPositionInfo\"\n"
3577 " name=\"WorldPosition\"\n"
3578 " number_of_elements=\"3\">\n"
3579 " <DoubleRangeDomain name=\"range\" />\n"
3580 " </DoubleVectorProperty>\n"
3581 " <DoubleVectorProperty command=\"GetLightPosition\"\n"
3582 " information_only=\"1\"\n"
3583 " name=\"WorldPositionInfo\">\n"
3584 " <SimpleDoubleInformationHelper />\n"
3585 " </DoubleVectorProperty>\n"
3586 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3587 " command=\"SetFocalPoint\"\n"
3588 " default_values=\"0 0 0\"\n"
3589 ;
3590 
3591 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/3dwidgets_remotingviews.xml
3593 " information_property=\"FocalPointInfo\"\n"
3594 " name=\"FocalPoint\"\n"
3595 " number_of_elements=\"3\">\n"
3596 " <DoubleRangeDomain name=\"range\" />\n"
3597 " </DoubleVectorProperty>\n"
3598 " <DoubleVectorProperty command=\"GetFocalPoint\"\n"
3599 " information_only=\"1\"\n"
3600 " name=\"FocalPointInfo\">\n"
3601 " <SimpleDoubleInformationHelper />\n"
3602 " </DoubleVectorProperty>\n"
3603 " <DoubleVectorProperty command=\"SetConeAngle\"\n"
3604 " default_values=\"30\"\n"
3605 " information_property=\"ConeAngleInfo\"\n"
3606 " name=\"ConeAngle\"\n"
3607 " number_of_elements=\"1\">\n"
3608 " <DoubleRangeDomain name=\"range\" min=\"0\" max=\"180\"/>\n"
3609 " </DoubleVectorProperty>\n"
3610 " <DoubleVectorProperty command=\"GetConeAngle\"\n"
3611 " information_only=\"1\"\n"
3612 " name=\"ConeAngleInfo\">\n"
3613 " <SimpleDoubleInformationHelper />\n"
3614 " </DoubleVectorProperty>\n"
3615 " <DoubleVectorProperty argument_is_array=\"1\"\n"
3616 " command=\"SetLightColor\"\n"
3617 " default_values=\"1.0 1.0 1.0\"\n"
3618 " information_property=\"LightColorInfo\"\n"
3619 " name=\"LightColor\"\n"
3620 " number_of_elements=\"3\">\n"
3621 " <DoubleRangeDomain name=\"range\" />\n"
3622 " </DoubleVectorProperty>\n"
3623 " <DoubleVectorProperty command=\"GetLightColor\"\n"
3624 " information_only=\"1\"\n"
3625 " name=\"LightColorInfo\">\n"
3626 " <SimpleDoubleInformationHelper />\n"
3627 " </DoubleVectorProperty>\n"
3628 " </Proxy>\n"
3629 " <!-- ================================================================== -->\n"
3630 " <Proxy class=\"vtkPVScalarBarRepresentation\"\n"
3631 " name=\"ScalarBarRepresentation\">\n"
3632 " <IntVectorProperty animateable=\"1\"\n"
3633 " command=\"SetVisibility\"\n"
3634 " default_values=\"1\"\n"
3635 " name=\"Visibility\"\n"
3636 " number_of_elements=\"1\">\n"
3637 " <BooleanDomain name=\"bool\" />\n"
3638 " </IntVectorProperty>\n"
3639 " <DoubleVectorProperty command=\"SetPosition\"\n"
3640 " default_values=\"0.89 0.02\"\n"
3641 " information_property=\"PositionInfo\"\n"
3642 " name=\"Position\"\n"
3643 " number_of_elements=\"2\">\n"
3644 " <DoubleRangeDomain max=\"1 1\"\n"
3645 " min=\"0 0\"\n"
3646 " name=\"range\" />\n"
3647 " <Documentation>\n"
3648 " Specify the anchor position (bottom-left corner of the scalar bar) in normalized\n"
3649 " viewport coordinates in range [0, 1]. This is used only when **Window Location**\n"
3650 " is set to **AnyLocation**.\n"
3651 " </Documentation>\n"
3652 " <Hints>\n"
3653 " <!-- Enable \"Position\" widget only when WindowLocation == AnyLocation -->\n"
3654 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
3655 " mode=\"enabled_state\"\n"
3656 " property=\"WindowLocation\"\n"
3657 " value=\"0\" />\n"
3658 " </Hints>\n"
3659 " </DoubleVectorProperty>\n"
3660 " <DoubleVectorProperty command=\"GetPosition\"\n"
3661 " information_only=\"1\"\n"
3662 " name=\"PositionInfo\">\n"
3663 " <SimpleDoubleInformationHelper />\n"
3664 " </DoubleVectorProperty>\n"
3665 " <IntVectorProperty command=\"SetAutoOrient\"\n"
3666 " default_values=\"1\"\n"
3667 " name=\"AutoOrient\"\n"
3668 " number_of_elements=\"1\">\n"
3669 " <BooleanDomain name=\"bool\" />\n"
3670 " <Hints>\n"
3671 " <NoDefault />\n"
3672 " </Hints>\n"
3673 " </IntVectorProperty>\n"
3674 " <IntVectorProperty command=\"GetAutoOrient\"\n"
3675 " information_only=\"1\"\n"
3676 " name=\"AutoOrientInfo\">\n"
3677 " <BooleanDomain name=\"bool\" />\n"
3678 " </IntVectorProperty>\n"
3679 " <IntVectorProperty command=\"SetOrientation\"\n"
3680 " default_values=\"1\"\n"
3681 " information_property=\"OrientationInfo\"\n"
3682 " name=\"Orientation\"\n"
3683 " number_of_elements=\"1\">\n"
3684 " <Hints>\n"
3685 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
3686 " <Property name=\"AutoOrient\" function=\"boolean_invert\" index=\"0\" />\n"
3687 " </PropertyWidgetDecorator>\n"
3688 " <NoDefault />\n"
3689 " </Hints>\n"
3690 " <EnumerationDomain name=\"enum\">\n"
3691 " <Entry text=\"Horizontal\"\n"
3692 " value=\"0\" />\n"
3693 " <Entry text=\"Vertical\"\n"
3694 " value=\"1\" />\n"
3695 " </EnumerationDomain>\n"
3696 " </IntVectorProperty>\n"
3697 " <IntVectorProperty command=\"GetOrientation\"\n"
3698 " information_only=\"1\"\n"
3699 " name=\"OrientationInfo\">\n"
3700 " <SimpleIntInformationHelper />\n"
3701 " </IntVectorProperty>\n"
3702 " <IntVectorProperty command=\"SetWindowLocation\"\n"
3703 " default_values=\"2\"\n"
3704 " name=\"WindowLocation\"\n"
3705 " number_of_elements=\"1\">\n"
3706 " <EnumerationDomain name=\"enum\">\n"
3707 " <Entry text=\"AnyLocation\"\n"
3708 " value=\"0\" />\n"
3709 " <Entry text=\"LowerLeftCorner\"\n"
3710 " value=\"1\" />\n"
3711 " <Entry text=\"LowerRightCorner\"\n"
3712 " value=\"2\" />\n"
3713 " <Entry text=\"LowerCenter\"\n"
3714 " value=\"3\" />\n"
3715 " <Entry text=\"UpperLeftCorner\"\n"
3716 " value=\"4\" />\n"
3717 " <Entry text=\"UpperRightCorner\"\n"
3718 " value=\"5\" />\n"
3719 " <Entry text=\"UpperCenter\"\n"
3720 " value=\"6\" />\n"
3721 " </EnumerationDomain>\n"
3722 " <Documentation>Specify placement of the scalar bar actor.</Documentation>\n"
3723 " </IntVectorProperty>\n"
3724 " <ProxyProperty command=\"SetScalarBarActor\"\n"
3725 " name=\"ScalarBarActor\">\n"
3726 " <ProxyGroupDomain name=\"groups\">\n"
3727 " <Group name=\"annotations\" />\n"
3728 " </ProxyGroupDomain>\n"
3729 " </ProxyProperty>\n"
3730 " </Proxy>\n"
3731 " <!-- ================================================================== -->\n"
3732 " <Proxy class=\"vtkTextRepresentation\"\n"
3733 " name=\"TextRepresentation\">\n"
3734 " <IntVectorProperty animateable=\"1\"\n"
3735 " command=\"SetVisibility\"\n"
3736 " default_values=\"1\"\n"
3737 " name=\"Visibility\"\n"
3738 " number_of_elements=\"1\">\n"
3739 " <BooleanDomain name=\"bool\" />\n"
3740 " </IntVectorProperty>\n"
3741 " <DoubleVectorProperty command=\"SetPosition\"\n"
3742 " default_values=\"0.05 0.05\"\n"
3743 " information_property=\"PositionInfo\"\n"
3744 " name=\"Position\"\n"
3745 " number_of_elements=\"2\">\n"
3746 " <DoubleRangeDomain max=\"1 1\"\n"
3747 " min=\"0 0\"\n"
3748 " name=\"range\" />\n"
3749 " </DoubleVectorProperty>\n"
3750 " <DoubleVectorProperty command=\"GetPosition\"\n"
3751 " information_only=\"1\"\n"
3752 " name=\"PositionInfo\">\n"
3753 " <SimpleDoubleInformationHelper />\n"
3754 " </DoubleVectorProperty>\n"
3755 " <DoubleVectorProperty command=\"SetPosition2\"\n"
3756 " default_values=\"0.1 0.1\"\n"
3757 " information_property=\"Position2Info\"\n"
3758 " name=\"Position2\"\n"
3759 " number_of_elements=\"2\">\n"
3760 " <DoubleRangeDomain max=\"1 1\"\n"
3761 " min=\"0 0\"\n"
3762 " name=\"range\" />\n"
3763 " </DoubleVectorProperty>\n"
3764 " <DoubleVectorProperty command=\"GetPosition2\"\n"
3765 " information_only=\"1\"\n"
3766 " name=\"Position2Info\">\n"
3767 " <SimpleDoubleInformationHelper />\n"
3768 " </DoubleVectorProperty>\n"
3769 " <StringVectorProperty command=\"SetText\"\n"
3770 " default_values=\"Some Default\"\n"
3771 " immediate_update=\"1\"\n"
3772 " name=\"Text\"></StringVectorProperty>\n"
3773 " <IntVectorProperty animateable=\"0\"\n"
3774 " command=\"SetWindowLocation\"\n"
3775 " default_values=\"4\"\n"
3776 " name=\"WindowLocation\"\n"
3777 " number_of_elements=\"1\">\n"
3778 " <EnumerationDomain name=\"enum\">\n"
3779 " <Entry text=\"AnyLocation\"\n"
3780 " value=\"0\" />\n"
3781 " <Entry text=\"LowerLeftCorner\"\n"
3782 " value=\"1\" />\n"
3783 " <Entry text=\"LowerRightCorner\"\n"
3784 " value=\"2\" />\n"
3785 " <Entry text=\"LowerCenter\"\n"
3786 " value=\"3\" />\n"
3787 " <Entry text=\"UpperLeftCorner\"\n"
3788 " value=\"4\" />\n"
3789 " <Entry text=\"UpperRightCorner\"\n"
3790 " value=\"5\" />\n"
3791 " <Entry text=\"UpperCenter\"\n"
3792 " value=\"6\" />\n"
3793 " </EnumerationDomain>\n"
3794 " </IntVectorProperty>\n"
3795 " <ProxyProperty command=\"SetTextActor\"\n"
3796 " name=\"TextActor\">\n"
3797 " <ProxyGroupDomain name=\"groups\">\n"
3798 " <Group name=\"props\" />\n"
3799 " </ProxyGroupDomain>\n"
3800 " </ProxyProperty>\n"
3801 " </Proxy>\n"
3802 " <!-- ================================================================== -->\n"
3803 " <Proxy class=\"vtkProgressBarRepresentation\"\n"
3804 " name=\"ProgressBarRepresentation\">\n"
3805 " <IntVectorProperty animateable=\"1\"\n"
3806 " command=\"SetVisibility\"\n"
3807 " default_values=\"1\"\n"
3808 " name=\"Visibility\"\n"
3809 " number_of_elements=\"1\">\n"
3810 " <BooleanDomain name=\"bool\" />\n"
3811 " </IntVectorProperty>\n"
3812 " <DoubleVectorProperty command=\"SetPosition\"\n"
3813 " default_values=\"0.25 0.05\"\n"
3814 " information_property=\"PositionInfo\"\n"
3815 " name=\"Position\"\n"
3816 " number_of_elements=\"2\">\n"
3817 " <DoubleRangeDomain max=\"1 1\"\n"
3818 " min=\"0 0\"\n"
3819 " name=\"range\" />\n"
3820 " </DoubleVectorProperty>\n"
3821 " <DoubleVectorProperty command=\"GetPosition\"\n"
3822 " information_only=\"1\"\n"
3823 " name=\"PositionInfo\">\n"
3824 " <SimpleDoubleInformationHelper />\n"
3825 " </DoubleVectorProperty>\n"
3826 " <DoubleVectorProperty command=\"SetPosition2\"\n"
3827 " default_values=\"0.5 0.06\"\n"
3828 " information_property=\"Position2Info\"\n"
3829 " name=\"Position2\"\n"
3830 " number_of_elements=\"2\">\n"
3831 " <DoubleRangeDomain max=\"1 1\"\n"
3832 " min=\"0 0\"\n"
3833 " name=\"range\" />\n"
3834 " </DoubleVectorProperty>\n"
3835 " <DoubleVectorProperty command=\"GetPosition2\"\n"
3836 " information_only=\"1\"\n"
3837 " name=\"Position2Info\">\n"
3838 " <SimpleDoubleInformationHelper />\n"
3839 " </DoubleVectorProperty>\n"
3840 " <DoubleVectorProperty command=\"SetProgressRate\"\n"
3841 " default_values=\"0\"\n"
3842 " immediate_update=\"1\"\n"
3843 " name=\"ProgressRate\">\n"
3844 " </DoubleVectorProperty>\n"
3845 " <DoubleVectorProperty animateable=\"0\"\n"
3846 " argument_is_array=\"1\"\n"
3847 " command=\"SetProgressBarColor\"\n"
3848 " default_values=\"0.0 1.0 0.0\"\n"
3849 " name=\"ProgressBarColor\"\n"
3850 " panel_widget=\"color_selector_with_palette\"\n"
3851 " number_of_elements=\"3\">\n"
3852 " <DoubleRangeDomain max=\"1 1 1\"\n"
3853 " min=\"0 0 0\"\n"
3854 " name=\"range\" />\n"
3855 " <Hints>\n"
3856 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"InteractiveWidgetColor\"\n"
3857 " unlink_if_modified=\"1\" />\n"
3858 " </Hints>\n"
3859 " </DoubleVectorProperty>\n"
3860 " <DoubleVectorProperty animateable=\"0\"\n"
3861 " command=\"SetBackgroundColor\"\n"
3862 " default_values=\"1 1 1\"\n"
3863 " name=\"SecondaryProgressBarColor\"\n"
3864 " panel_widget=\"color_selector_with_palette\"\n"
3865 " number_of_elements=\"3\">\n"
3866 " <DoubleRangeDomain max=\"1 1 1\"\n"
3867 " min=\"0 0 0\"\n"
3868 " name=\"range\" />\n"
3869 " <Hints>\n"
3870 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"ForegroundColor\"\n"
3871 " unlink_if_modified=\"1\" />\n"
3872 " </Hints>\n"
3873 " </DoubleVectorProperty>\n"
3874 " <IntVectorProperty animateable=\"1\"\n"
3875 " command=\"SetDrawBackground\"\n"
3876 " default_values=\"0\"\n"
3877 " name=\"DrawBackground\"\n"
3878 " number_of_elements=\"1\">\n"
3879 " <BooleanDomain name=\"bool\" />\n"
3880 " </IntVectorProperty>\n"
3881 " </Proxy>\n"
3882 " <!-- ================================================================== -->\n"
3883 " <Proxy class=\"vtkLogoRepresentation\"\n"
3884 " name=\"LogoRepresentation\">\n"
3885 " <IntVectorProperty animateable=\"1\"\n"
3886 " command=\"SetVisibility\"\n"
3887 " default_values=\"1\"\n"
3888 " name=\"Visibility\"\n"
3889 " number_of_elements=\"1\">\n"
3890 " <BooleanDomain name=\"bool\" />\n"
3891 " </IntVectorProperty>\n"
3892 " <DoubleVectorProperty command=\"SetPosition\"\n"
3893 " default_values=\"0.02 0.02\"\n"
3894 " information_property=\"PositionInfo\"\n"
3895 " name=\"Position\"\n"
3896 " number_of_elements=\"2\">\n"
3897 " <DoubleRangeDomain max=\"1 1\"\n"
3898 " min=\"0 0\"\n"
3899 " name=\"range\" />\n"
3900 " </DoubleVectorProperty>\n"
3901 " <DoubleVectorProperty command=\"GetPosition\"\n"
3902 " information_only=\"1\"\n"
3903 " name=\"PositionInfo\">\n"
3904 " <SimpleDoubleInformationHelper />\n"
3905 " </DoubleVectorProperty>\n"
3906 " <DoubleVectorProperty command=\"SetPosition2\"\n"
3907 " default_values=\"0.08 0.08\"\n"
3908 " information_property=\"Position2Info\"\n"
3909 " name=\"Position2\"\n"
3910 " number_of_elements=\"2\">\n"
3911 " <DoubleRangeDomain max=\"1 1\"\n"
3912 " min=\"0 0\"\n"
3913 " name=\"range\" />\n"
3914 " </DoubleVectorProperty>\n"
3915 " <DoubleVectorProperty command=\"GetPosition2\"\n"
3916 " information_only=\"1\"\n"
3917 " name=\"Position2Info\">\n"
3918 " <SimpleDoubleInformationHelper />\n"
3919 " </DoubleVectorProperty>\n"
3920 " </Proxy>\n"
3921 "\n"
3922 " </ProxyGroup>\n"
3923 " <!-- ****************************************************************** -->\n"
3924 ;
3925 
3926 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/3dwidgets_remotingviews.xml
3928 " <ProxyGroup name=\"3d_widgets\">\n"
3929 " <Proxy name=\"WidgetBase\">\n"
3930 " <Documentation>Base API definition for all 3D widgets.</Documentation>\n"
3931 " <ProxyProperty command=\"SetRepresentation\"\n"
3932 " name=\"Representation\">\n"
3933 " <ProxyGroupDomain name=\"groups\">\n"
3934 " <Group name=\"props\" />\n"
3935 " </ProxyGroupDomain>\n"
3936 " </ProxyProperty>\n"
3937 " <IntVectorProperty command=\"SetEnabled\"\n"
3938 " default_values=\"0\"\n"
3939 " name=\"Enabled\"\n"
3940 " number_of_elements=\"1\">\n"
3941 " <BooleanDomain name=\"bool\" />\n"
3942 " </IntVectorProperty>\n"
3943 " <!-- End of WidgetBase -->\n"
3944 " </Proxy>\n"
3945 " <Proxy base_proxygroup=\"3d_widgets\"\n"
3946 " base_proxyname=\"WidgetBase\"\n"
3947 " class=\"vtkSliderWidget\"\n"
3948 " name=\"SliderWidget\"></Proxy>\n"
3949 " <Proxy base_proxygroup=\"3d_widgets\"\n"
3950 " base_proxyname=\"WidgetBase\"\n"
3951 " class=\"vtkHandleWidget\"\n"
3952 " name=\"HandleWidget\"></Proxy>\n"
3953 " <Proxy base_proxygroup=\"3d_widgets\"\n"
3954 " base_proxyname=\"WidgetBase\"\n"
3955 " class=\"vtkLightWidget\"\n"
3956 " name=\"LightWidget\"></Proxy>\n"
3957 " <Proxy base_proxygroup=\"3d_widgets\"\n"
3958 " base_proxyname=\"WidgetBase\"\n"
3959 " class=\"vtkLineWidget2\"\n"
3960 " name=\"LineWidget2\">\n"
3961 " <IntVectorProperty command=\"SetProcessEvents\"\n"
3962 " default_values=\"1\"\n"
3963 " name=\"ProcessEvents\"\n"
3964 " number_of_elements=\"1\">\n"
3965 " <BooleanDomain name=\"bool\" />\n"
3966 " </IntVectorProperty>\n"
3967 " </Proxy>\n"
3968 " <Proxy base_proxygroup=\"3d_widgets\"\n"
3969 " base_proxyname=\"WidgetBase\"\n"
3970 " class=\"vtkDistanceWidget\"\n"
3971 " name=\"DistanceWidget\"\n"
3972 " post_creation=\"SetWidgetStateToManipulate\">\n"
3973 " <IntVectorProperty command=\"SetProcessEvents\"\n"
3974 " default_values=\"1\"\n"
3975 " name=\"ProcessEvents\"\n"
3976 " number_of_elements=\"1\">\n"
3977 " <BooleanDomain name=\"bool\" />\n"
3978 " </IntVectorProperty>\n"
3979 " </Proxy>\n"
3980 " <Proxy base_proxygroup=\"3d_widgets\"\n"
3981 " base_proxyname=\"WidgetBase\"\n"
3982 " class=\"vtkImplicitPlaneWidget2\"\n"
3983 " name=\"ImplicitPlaneWidget2\"></Proxy>\n"
3984 " <Proxy base_proxygroup=\"3d_widgets\"\n"
3985 " base_proxyname=\"WidgetBase\"\n"
3986 " class=\"vtkSplineWidget2\"\n"
3987 " name=\"SplineWidget2\"></Proxy>\n"
3988 " <Proxy base_proxygroup=\"3d_widgets\"\n"
3989 " base_proxyname=\"WidgetBase\"\n"
3990 " class=\"vtkPolyLineWidget\"\n"
3991 " name=\"PolyLineWidget\"></Proxy>\n"
3992 " <Proxy base_proxygroup=\"3d_widgets\"\n"
3993 " base_proxyname=\"WidgetBase\"\n"
3994 " class=\"vtkContourWidget\"\n"
3995 " name=\"ContourWidget\">\n"
3996 " <Property command=\"CloseLoop\"\n"
3997 " name=\"CloseLoop\" />\n"
3998 " <Property command=\"Initialize\"\n"
3999 " name=\"Initialize\" />\n"
4000 " <IntVectorProperty command=\"SetWidgetState\"\n"
4001 " default_values=\"1\"\n"
4002 " information_property=\"WidgetStateInfo\"\n"
4003 " name=\"WidgetState\"\n"
4004 " number_of_elements=\"1\"></IntVectorProperty>\n"
4005 " <IntVectorProperty command=\"GetWidgetState\"\n"
4006 " information_only=\"1\"\n"
4007 " name=\"WidgetStateInfo\"></IntVectorProperty>\n"
4008 " <IntVectorProperty command=\"SetAllowNodePicking\"\n"
4009 " default_values=\"1\"\n"
4010 " name=\"AllowNodePicking\"\n"
4011 " number_of_elements=\"1\">\n"
4012 " <BooleanDomain name=\"bool\" />\n"
4013 " </IntVectorProperty>\n"
4014 " <IntVectorProperty command=\"SetProcessEvents\"\n"
4015 " default_values=\"1\"\n"
4016 " name=\"ProcessEvents\"\n"
4017 " number_of_elements=\"1\">\n"
4018 " <BooleanDomain name=\"bool\" />\n"
4019 " </IntVectorProperty>\n"
4020 " </Proxy>\n"
4021 " <Proxy base_proxygroup=\"3d_widgets\"\n"
4022 " base_proxyname=\"WidgetBase\"\n"
4023 " class=\"vtkScalarBarWidget\"\n"
4024 " name=\"ScalarBarWidget\">\n"
4025 " <IntVectorProperty command=\"SetSelectable\"\n"
4026 " default_values=\"0\"\n"
4027 " name=\"Selectable\"\n"
4028 " number_of_elements=\"1\">\n"
4029 " <BooleanDomain name=\"bool\" />\n"
4030 " </IntVectorProperty>\n"
4031 " <IntVectorProperty animateable=\"0\"\n"
4032 " command=\"SetResizable\"\n"
4033 " default_values=\"1\"\n"
4034 " name=\"Resizable\"\n"
4035 " number_of_elements=\"1\">\n"
4036 " <BooleanDomain name=\"bool\" />\n"
4037 " </IntVectorProperty>\n"
4038 " <IntVectorProperty animateable=\"0\"\n"
4039 " command=\"SetRepositionable\"\n"
4040 " default_values=\"1\"\n"
4041 " name=\"Repositionable\"\n"
4042 " number_of_elements=\"1\">\n"
4043 " <BooleanDomain name=\"bool\" />\n"
4044 " </IntVectorProperty>\n"
4045 " <!-- End of ScalarBarWidget -->\n"
4046 " </Proxy>\n"
4047 " <Proxy base_proxygroup=\"3d_widgets\"\n"
4048 " base_proxyname=\"WidgetBase\"\n"
4049 " class=\"vtkTextWidget\"\n"
4050 " name=\"TextWidget\">\n"
4051 " <IntVectorProperty command=\"SetSelectable\"\n"
4052 " default_values=\"0\"\n"
4053 " name=\"Selectable\"\n"
4054 " number_of_elements=\"1\">\n"
4055 " <BooleanDomain name=\"bool\" />\n"
4056 " </IntVectorProperty>\n"
4057 " <IntVectorProperty animateable=\"0\"\n"
4058 " command=\"SetResizable\"\n"
4059 " default_values=\"0\"\n"
4060 " name=\"Resizable\"\n"
4061 " number_of_elements=\"1\">\n"
4062 " <BooleanDomain name=\"bool\" />\n"
4063 " </IntVectorProperty>\n"
4064 " <IntVectorProperty command=\"SetProcessEvents\"\n"
4065 " default_values=\"1\"\n"
4066 " name=\"ProcessEvents\"\n"
4067 " number_of_elements=\"1\">\n"
4068 " <BooleanDomain name=\"bool\" />\n"
4069 " </IntVectorProperty>\n"
4070 " <!-- End of TextWidget -->\n"
4071 " </Proxy>\n"
4072 " <Proxy base_proxygroup=\"3d_widgets\"\n"
4073 " base_proxyname=\"WidgetBase\"\n"
4074 " class=\"vtkProgressBarWidget\"\n"
4075 " name=\"ProgressBarWidget\">\n"
4076 " <IntVectorProperty command=\"SetSelectable\"\n"
4077 " default_values=\"0\"\n"
4078 " name=\"Selectable\"\n"
4079 " number_of_elements=\"1\">\n"
4080 " <BooleanDomain name=\"bool\" />\n"
4081 " </IntVectorProperty>\n"
4082 " <IntVectorProperty animateable=\"0\"\n"
4083 " command=\"SetResizable\"\n"
4084 " default_values=\"1\"\n"
4085 " name=\"Resizable\"\n"
4086 " number_of_elements=\"1\">\n"
4087 " <BooleanDomain name=\"bool\" />\n"
4088 " </IntVectorProperty>\n"
4089 " <IntVectorProperty command=\"SetProcessEvents\"\n"
4090 " default_values=\"1\"\n"
4091 " name=\"ProcessEvents\"\n"
4092 " number_of_elements=\"1\">\n"
4093 " <BooleanDomain name=\"bool\" />\n"
4094 " </IntVectorProperty>\n"
4095 " <!-- End of ProgressBarWidget -->\n"
4096 " </Proxy>\n"
4097 " <Proxy base_proxygroup=\"3d_widgets\"\n"
4098 " base_proxyname=\"WidgetBase\"\n"
4099 " class=\"vtkLogoWidget\"\n"
4100 " name=\"LogoWidget\">\n"
4101 " <IntVectorProperty command=\"SetSelectable\"\n"
4102 " default_values=\"0\"\n"
4103 " name=\"Selectable\"\n"
4104 " number_of_elements=\"1\">\n"
4105 " <BooleanDomain name=\"bool\" />\n"
4106 " </IntVectorProperty>\n"
4107 " <IntVectorProperty animateable=\"0\"\n"
4108 " command=\"SetResizable\"\n"
4109 " default_values=\"1\"\n"
4110 " name=\"Resizable\"\n"
4111 " number_of_elements=\"1\">\n"
4112 " <BooleanDomain name=\"bool\" />\n"
4113 " </IntVectorProperty>\n"
4114 " <IntVectorProperty command=\"SetProcessEvents\"\n"
4115 " default_values=\"1\"\n"
4116 " name=\"ProcessEvents\"\n"
4117 " number_of_elements=\"1\">\n"
4118 " <BooleanDomain name=\"bool\" />\n"
4119 " </IntVectorProperty>\n"
4120 " <!-- End of LogoWidget -->\n"
4121 " </Proxy>\n"
4122 " <Proxy base_proxygroup=\"3d_widgets\"\n"
4123 " base_proxyname=\"WidgetBase\"\n"
4124 " class=\"vtkBoxWidget2\"\n"
4125 " name=\"BoxWidget2\">\n"
4126 " <Documentation>Proxy for vtkBoxWidget2.</Documentation>\n"
4127 " <IntVectorProperty command=\"SetTranslationEnabled\"\n"
4128 " default_values=\"1\"\n"
4129 " name=\"TranslationEnabled\"\n"
4130 " number_of_elements=\"1\">\n"
4131 " <BooleanDomain name=\"bool\" />\n"
4132 " <Documentation>Set whether to allow this 3D widget to be interactively\n"
4133 " translated.</Documentation>\n"
4134 " </IntVectorProperty>\n"
4135 " <IntVectorProperty command=\"SetScalingEnabled\"\n"
4136 " default_values=\"1\"\n"
4137 " name=\"ScalingEnabled\"\n"
4138 " number_of_elements=\"1\">\n"
4139 " <BooleanDomain name=\"bool\" />\n"
4140 " <Documentation>Set whether to allow this 3D widget to be interactively\n"
4141 " sclaed.</Documentation>\n"
4142 " </IntVectorProperty>\n"
4143 " <IntVectorProperty command=\"SetRotationEnabled\"\n"
4144 " default_values=\"1\"\n"
4145 " name=\"RotationEnabled\"\n"
4146 " number_of_elements=\"1\">\n"
4147 " <BooleanDomain name=\"bool\" />\n"
4148 " <Documentation>Set whether to allow this 3D widget to be interactively\n"
4149 " rotated.</Documentation>\n"
4150 " </IntVectorProperty>\n"
4151 " <IntVectorProperty command=\"SetMoveFacesEnabled\"\n"
4152 " default_values=\"1\"\n"
4153 " name=\"MoveFacesEnabled\"\n"
4154 " number_of_elements=\"1\">\n"
4155 " <BooleanDomain name=\"bool\" />\n"
4156 " <Documentation>Set whether to allow interactive face movement to be\n"
4157 " performed on this 3D widget.</Documentation>\n"
4158 " </IntVectorProperty>\n"
4159 " </Proxy>\n"
4160 " <Proxy base_proxygroup=\"3d_widgets\"\n"
4161 " base_proxyname=\"WidgetBase\"\n"
4162 " class=\"vtkSphereWidget2\"\n"
4163 " name=\"SphereWidget2\">\n"
4164 " <Documentation>Proxy for vtkSphereWidget2.</Documentation>\n"
4165 " </Proxy>\n"
4166 " <Proxy base_proxygroup=\"3d_widgets\"\n"
4167 " base_proxyname=\"WidgetBase\"\n"
4168 " class=\"vtkImplicitCylinderWidget\"\n"
4169 " name=\"ImplicitCylinderWidget\">\n"
4170 " <Documentation>Proxy for vtkImplicitCylinderWidget.</Documentation>\n"
4171 " </Proxy>\n"
4172 "\n"
4173 " <!-- End of ProxyGroup 3d_widgets -->\n"
4174 " </ProxyGroup>\n"
4175 "</ServerManagerConfiguration>\n"
4176 "\n";
4177 // Get single string
4179 {
4180 
4188  size_t len = ( 0
4189  + len0
4190  + len1
4191  + len2
4192  + len3
4193  + len4
4194  + len5
4195  + len6 );
4196  char* res = new char[ len + 1];
4197  size_t offset = 0;
4205  assert(offset == len);
4206  res[offset] = 0;
4207  return res;
4208 }
4209 
4210 
4211 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/extractors_remotingviews.xml
4213 "<ServerManagerConfiguration>\n"
4214 " <ProxyGroup name=\"extract_writers\">\n"
4215 " <!-- =================================================================== -->\n"
4216 " <ImageExtractWriterProxy name=\"PNG\">\n"
4217 " <StringVectorProperty name=\"FileName\" number_of_elements=\"1\" default_values=\"%p_%.6ts%cm.png\">\n"
4218 " <Documentation>\n"
4219 " Specify the filename to use.\n"
4220 " </Documentation>\n"
4221 " </StringVectorProperty>\n"
4222 "\n"
4223 " <SubProxy>\n"
4224 " <Proxy name=\"Writer\" proxygroup=\"misc\" proxyname=\"SaveScreenshot\" />\n"
4225 " <ExposedProperties>\n"
4226 " <Property name=\"View\" />\n"
4227 " <PropertyGroup label=\"Size and Scaling\">\n"
4228 " <Property name=\"ImageResolution\" />\n"
4229 " <Property name=\"FontScaling\" />\n"
4230 " </PropertyGroup>\n"
4231 " <PropertyGroup label=\"Coloring\">\n"
4232 " <Property name=\"OverrideColorPalette\" panel_visibility=\"advanced\" />\n"
4233 " <Property name=\"StereoMode\" panel_visibility=\"advanced\" />\n"
4234 " <Property name=\"TransparentBackground\" panel_visibility=\"advanced\" />\n"
4235 " </PropertyGroup>\n"
4236 " <PropertyGroup label=\"Image Options\">\n"
4237 " <Property name=\"Format\" panel_visibility=\"advanced\" />\n"
4238 " </PropertyGroup>\n"
4239 " </ExposedProperties>\n"
4240 " </SubProxy>\n"
4241 "\n"
4242 " <IntVectorProperty name=\"ResetDisplay\"\n"
4243 " number_of_elements=\"1\"\n"
4244 " default_values=\"0\">\n"
4245 " <BooleanDomain name=\"bool\" />\n"
4246 " <Documentation>\n"
4247 " When set, the camera (or viewport) will be reset to ensure all data\n"
4248 " is visible.\n"
4249 " </Documentation>\n"
4250 " </IntVectorProperty>\n"
4251 "\n"
4252 " <IntVectorProperty name=\"CameraMode\"\n"
4253 " number_of_elements=\"1\"\n"
4254 " default_values=\"0\">\n"
4255 " <Documentation>\n"
4256 " Select whether to the camera should be moved in the the scence to generate\n"
4257 " images from multiple view points. Default is **Static** which means the camera\n"
4258 " is not moved. Another option is **Phi-Theta** which results in moving the camera\n"
4259 " around the focal point over a sphere of radius equal to the focal distance.\n"
4260 " This is only applicable for views that have a camera i.e. does not apply to\n"
4261 " chart views and other 2D plotting views.\n"
4262 " </Documentation>\n"
4263 " <EnumerationDomain name=\"enum\">\n"
4264 " <Entry value=\"0\" text=\"Static\" />\n"
4265 " <Entry value=\"1\" text=\"Phi-Theta\" />\n"
4266 " </EnumerationDomain>\n"
4267 " </IntVectorProperty>\n"
4268 "\n"
4269 " <IntVectorProperty name=\"PhiResolution\"\n"
4270 " number_of_elements=\"1\"\n"
4271 " default_values=\"6\" >\n"
4272 " <IntRangeDomain name=\"range\" min=\"1\" max=\"360\" />\n"
4273 " <Documentation>\n"
4274 " Number of samples along the phi direction.\n"
4275 " </Documentation>\n"
4276 " <Hints>\n"
4277 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraMode\" value=\"1\" />\n"
4278 " </Hints>\n"
4279 " </IntVectorProperty>\n"
4280 "\n"
4281 " <IntVectorProperty name=\"ThetaResolution\"\n"
4282 " number_of_elements=\"1\"\n"
4283 " default_values=\"6\" >\n"
4284 " <IntRangeDomain name=\"range\" min=\"1\" max=\"360\" />\n"
4285 " <Documentation>\n"
4286 " Number of samples along the theta direction.\n"
4287 " </Documentation>\n"
4288 " <Hints>\n"
4289 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraMode\" value=\"1\" />\n"
4290 " </Hints>\n"
4291 " </IntVectorProperty>\n"
4292 "\n"
4293 " <PropertyGroup label=\"Miscellaneous\">\n"
4294 " <Property name=\"ResetDisplay\" />\n"
4295 " <Property name=\"CameraMode\" />\n"
4296 " <Property name=\"PhiResolution\" />\n"
4297 " <Property name=\"ThetaResolution\" />\n"
4298 " </PropertyGroup>\n"
4299 "\n"
4300 " <Hints>\n"
4301 " <ShowInMenu category=\"Image\" />\n"
4302 " </Hints>\n"
4303 " </ImageExtractWriterProxy>\n"
4304 "\n"
4305 " <!-- =================================================================== -->\n"
4306 " <ImageExtractWriterProxy name=\"JPG\">\n"
4307 " <StringVectorProperty name=\"FileName\" number_of_elements=\"1\" default_values=\"%p_%.6ts%cm.jpg\">\n"
4308 " <Documentation>\n"
4309 " Specify the filename to use.\n"
4310 " </Documentation>\n"
4311 " </StringVectorProperty>\n"
4312 "\n"
4313 " <SubProxy>\n"
4314 " <Proxy name=\"Writer\" proxygroup=\"misc\" proxyname=\"SaveScreenshot\" />\n"
4315 " <ExposedProperties>\n"
4316 " <Property name=\"View\" />\n"
4317 " <PropertyGroup label=\"Size and Scaling\">\n"
4318 " <Property name=\"ImageResolution\" />\n"
4319 " <Property name=\"FontScaling\" />\n"
4320 " </PropertyGroup>\n"
4321 " <PropertyGroup label=\"Coloring\">\n"
4322 " <Property name=\"OverrideColorPalette\" panel_visibility=\"advanced\" />\n"
4323 " <Property name=\"StereoMode\" panel_visibility=\"advanced\" />\n"
4324 " <Property name=\"TransparentBackground\" panel_visibility=\"advanced\" />\n"
4325 " </PropertyGroup>\n"
4326 " <PropertyGroup label=\"Image Options\">\n"
4327 " <Property name=\"Format\" panel_visibility=\"advanced\" />\n"
4328 " </PropertyGroup>\n"
4329 " </ExposedProperties>\n"
4330 " </SubProxy>\n"
4331 "\n"
4332 " <IntVectorProperty name=\"ResetDisplay\"\n"
4333 " number_of_elements=\"1\"\n"
4334 " default_values=\"0\">\n"
4335 " <BooleanDomain name=\"bool\" />\n"
4336 " <Documentation>\n"
4337 " When set, the camera (or viewport) will be reset to ensure all data\n"
4338 " is visible.\n"
4339 " </Documentation>\n"
4340 " </IntVectorProperty>\n"
4341 "\n"
4342 " <IntVectorProperty name=\"CameraMode\"\n"
4343 " number_of_elements=\"1\"\n"
4344 " default_values=\"0\">\n"
4345 " <Documentation>\n"
4346 " Select whether to the camera should be moved in the the scence to generate\n"
4347 " images from multiple view points. Default is **Static** which means the camera\n"
4348 " is not moved. Another option is **Phi-Theta** which results in moving the camera\n"
4349 " around the focal point over a sphere of radius equal to the focal distance.\n"
4350 " This is only applicable for views that have a camera i.e. does not apply to\n"
4351 " chart views and other 2D plotting views.\n"
4352 " </Documentation>\n"
4353 " <EnumerationDomain name=\"enum\">\n"
4354 " <Entry value=\"0\" text=\"Static\" />\n"
4355 " <Entry value=\"1\" text=\"Phi-Theta\" />\n"
4356 " </EnumerationDomain>\n"
4357 " </IntVectorProperty>\n"
4358 "\n"
4359 " <IntVectorProperty name=\"PhiResolution\"\n"
4360 " number_of_elements=\"1\"\n"
4361 " default_values=\"6\" >\n"
4362 " <IntRangeDomain name=\"range\" min=\"1\" max=\"360\" />\n"
4363 " <Documentation>\n"
4364 " Number of samples along the phi direction.\n"
4365 " </Documentation>\n"
4366 " <Hints>\n"
4367 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraMode\" value=\"1\" />\n"
4368 " </Hints>\n"
4369 " </IntVectorProperty>\n"
4370 "\n"
4371 " <IntVectorProperty name=\"ThetaResolution\"\n"
4372 " number_of_elements=\"1\"\n"
4373 " default_values=\"6\" >\n"
4374 " <IntRangeDomain name=\"range\" min=\"1\" max=\"360\" />\n"
4375 " <Documentation>\n"
4376 " Number of samples along the theta direction.\n"
4377 " </Documentation>\n"
4378 " <Hints>\n"
4379 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraMode\" value=\"1\" />\n"
4380 " </Hints>\n"
4381 " </IntVectorProperty>\n"
4382 "\n"
4383 " <PropertyGroup label=\"Miscellaneous\">\n"
4384 " <Property name=\"ResetDisplay\" />\n"
4385 " <Property name=\"CameraMode\" />\n"
4386 " <Property name=\"PhiResolution\" />\n"
4387 " <Property name=\"ThetaResolution\" />\n"
4388 " </PropertyGroup>\n"
4389 "\n"
4390 " <Hints>\n"
4391 " <ShowInMenu category=\"Image\" />\n"
4392 " </Hints>\n"
4393 " </ImageExtractWriterProxy>\n"
4394 "\n"
4395 " <!-- =================================================================== -->\n"
4396 " <CinemaVolumetricImageExtractWriterProxy name=\"CinemaVolumetricPNG\"\n"
4397 " label=\"Cinema-Volumetric PNG\"\n"
4398 " base_proxygroup=\"extract_writers\"\n"
4399 " base_proxyname=\"PNG\">\n"
4400 "\n"
4401 " <IntVectorProperty name=\"OpacityLevels\"\n"
4402 " number_of_elements=\"1\"\n"
4403 " default_values=\"1\">\n"
4404 " <Documentation>\n"
4405 " Specify the number of opacity levels.\n"
4406 " </Documentation>\n"
4407 " <IntRangeDomain name=\"range\" min=\"1\" max=\"5\" />\n"
4408 " </IntVectorProperty>\n"
4409 "\n"
4410 " <IntVectorProperty name=\"Functions\"\n"
4411 " number_of_elements=\"1\"\n"
4412 " default_values=\"5\">\n"
4413 " <IntRangeDomain name=\"range\" min=\"2\" max=\"20\" />\n"
4414 " <Documentation>\n"
4415 " Number of functions.\n"
4416 " </Documentation>\n"
4417 " </IntVectorProperty>\n"
4418 "\n"
4419 " <IntVectorProperty name=\"SingleFunctionOnly\"\n"
4420 " number_of_elements=\"1\"\n"
4421 " default_values=\"0\">\n"
4422 " <BooleanDomain name=\"bool\" />\n"
4423 " <Documentation>\n"
4424 " Have only 1 function active at a time.\n"
4425 " </Documentation>\n"
4426 " </IntVectorProperty>\n"
4427 "\n"
4428 " <IntVectorProperty name=\"MaximumNumberOfFunctions\"\n"
4429 " number_of_elements=\"1\"\n"
4430 " default_values=\"4\">\n"
4431 " <Documentation>\n"
4432 " Maximum number of active functions at a time.\n"
4433 " and single function only is disabled.\n"
4434 " </Documentation>\n"
4435 " <IntRangeDomain name=\"range\" min=\"1\" max=\"64\" />\n"
4436 " <Hints>\n"
4437 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
4438 " <Expression type=\"and\">\n"
4439 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"enabled_state\" property=\"SingleFunctionOnly\" value=\"0\" />\n"
4440 " </Expression>\n"
4441 " </PropertyWidgetDecorator>\n"
4442 " </Hints>\n"
4443 " </IntVectorProperty>\n"
4444 "\n"
4445 " <DoubleVectorProperty name=\"MaximumOpacityValue\"\n"
4446 " number_of_elements=\"1\"\n"
4447 " default_values=\"1\">\n"
4448 " <DoubleRangeDomain name=\"range\" min=\"0\" max=\"1\" />\n"
4449 " <Documentation>\n"
4450 " The maximum opacity value.\n"
4451 " </Documentation>\n"
4452 " </DoubleVectorProperty>\n"
4453 "\n"
4454 " <IntVectorProperty name=\"SpecifiedRange\"\n"
4455 " number_of_elements=\"1\"\n"
4456 " default_values=\"0\">\n"
4457 " <BooleanDomain name=\"bool\" />\n"
4458 " <Documentation>\n"
4459 " Use a specified field range as the range for the LUT.\n"
4460 " </Documentation>\n"
4461 " </IntVectorProperty>\n"
4462 "\n"
4463 " <DoubleVectorProperty name=\"Range\"\n"
4464 " default_values=\"none\"\n"
4465 " number_of_elements=\"2\">\n"
4466 " <Documentation>\n"
4467 " A user defined range for the LUT. Only meaningful if volume rendering and specified range are enabled.\n"
4468 " </Documentation>\n"
4469 " <Hints>\n"
4470 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
4471 " <Expression type=\"and\">\n"
4472 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"enabled_state\" property=\"SpecifiedRange\" value=\"1\" />\n"
4473 " </Expression>\n"
4474 " </PropertyWidgetDecorator>\n"
4475 " </Hints>\n"
4476 " </DoubleVectorProperty>\n"
4477 "\n"
4478 " <IntVectorProperty name=\"ExportTransferFunctions\"\n"
4479 " number_of_elements=\"1\"\n"
4480 " default_values=\"0\">\n"
4481 " <BooleanDomain name=\"bool\" />\n"
4482 " <Documentation>\n"
4483 " Export the transfer functions to JSON files.\n"
4484 " </Documentation>\n"
4485 " </IntVectorProperty>\n"
4486 "\n"
4487 " <Hints>\n"
4488 " <ShowInMenu category=\"Experimental\" />\n"
4489 " </Hints>\n"
4490 " <!-- end of CinemaVolumetricPNG -->\n"
4491 " </CinemaVolumetricImageExtractWriterProxy>\n"
4492 "\n"
4493 " <!-- end of 'extract_writers' -->\n"
4494 " </ProxyGroup>\n"
4495 "</ServerManagerConfiguration>\n"
4496 "\n";
4497 // Get single string
4499 {
4500 
4502  size_t len = ( 0
4503  + len0 );
4504  char* res = new char[ len + 1];
4505  size_t offset = 0;
4507  assert(offset == len);
4508  res[offset] = 0;
4509  return res;
4510 }
4511 
4512 
4513 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/rendering.xml
4515 "<ServerManagerConfiguration>\n"
4516 " <ProxyGroup name=\"camera\">\n"
4517 " <CameraProxy class=\"vtkCamera\"\n"
4518 " name=\"Camera\"\n"
4519 " processes=\"client\">\n"
4520 " <!-- |dataserver|renderserver -->\n"
4521 " <DoubleVectorProperty command=\"GetPosition\"\n"
4522 " default_values=\"0 0 6.69\"\n"
4523 " information_only=\"1\"\n"
4524 " name=\"CameraPositionInfo\"\n"
4525 " number_of_elements=\"3\">\n"
4526 " <SimpleDoubleInformationHelper />\n"
4527 " </DoubleVectorProperty>\n"
4528 " <DoubleVectorProperty command=\"SetPosition\"\n"
4529 " default_values=\"0 0 6.69\"\n"
4530 " ignore_synchronization=\"1\"\n"
4531 " immediate_update=\"1\"\n"
4532 " information_property=\"CameraPositionInfo\"\n"
4533 " name=\"CameraPosition\"\n"
4534 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
4535 " <DoubleVectorProperty command=\"GetFocalPoint\"\n"
4536 " default_values=\"0 0 0\"\n"
4537 " information_only=\"1\"\n"
4538 " name=\"CameraFocalPointInfo\"\n"
4539 " number_of_elements=\"3\">\n"
4540 " <SimpleDoubleInformationHelper />\n"
4541 " </DoubleVectorProperty>\n"
4542 " <DoubleVectorProperty command=\"SetFocalPoint\"\n"
4543 " default_values=\"0 0 0\"\n"
4544 " ignore_synchronization=\"1\"\n"
4545 " immediate_update=\"1\"\n"
4546 " information_property=\"CameraFocalPointInfo\"\n"
4547 " name=\"CameraFocalPoint\"\n"
4548 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
4549 " <DoubleVectorProperty command=\"GetFocalDisk\"\n"
4550 " default_values=\"1\"\n"
4551 " information_only=\"1\"\n"
4552 " name=\"CameraFocalDiskInfo\"\n"
4553 " number_of_elements=\"1\">\n"
4554 " <SimpleDoubleInformationHelper />\n"
4555 " </DoubleVectorProperty>\n"
4556 " <DoubleVectorProperty command=\"SetFocalDisk\"\n"
4557 " default_values=\"0\"\n"
4558 " ignore_synchronization=\"1\"\n"
4559 " immediate_update=\"1\"\n"
4560 " information_property=\"CameraFocalDiskInfo\"\n"
4561 " name=\"CameraFocalDisk\"\n"
4562 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
4563 " <DoubleVectorProperty command=\"GetFocalDistance\"\n"
4564 " default_values=\"0\"\n"
4565 " information_only=\"1\"\n"
4566 " name=\"CameraFocalDistanceInfo\"\n"
4567 " number_of_elements=\"1\">\n"
4568 " <SimpleDoubleInformationHelper />\n"
4569 " </DoubleVectorProperty>\n"
4570 " <DoubleVectorProperty command=\"SetFocalDistance\"\n"
4571 " default_values=\"0\"\n"
4572 " ignore_synchronization=\"1\"\n"
4573 " immediate_update=\"1\"\n"
4574 " information_property=\"CameraFocalDistanceInfo\"\n"
4575 " name=\"CameraFocalDistance\"\n"
4576 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
4577 " <DoubleVectorProperty command=\"GetViewUp\"\n"
4578 " default_values=\"0 1 0\"\n"
4579 " information_only=\"1\"\n"
4580 " name=\"CameraViewUpInfo\"\n"
4581 " number_of_elements=\"3\">\n"
4582 " <SimpleDoubleInformationHelper />\n"
4583 " </DoubleVectorProperty>\n"
4584 " <DoubleVectorProperty command=\"SetViewUp\"\n"
4585 " default_values=\"0 1 0\"\n"
4586 " ignore_synchronization=\"1\"\n"
4587 " immediate_update=\"1\"\n"
4588 " information_property=\"CameraViewUpInfo\"\n"
4589 " name=\"CameraViewUp\"\n"
4590 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
4591 " <DoubleVectorProperty command=\"GetViewAngle\"\n"
4592 " information_only=\"1\"\n"
4593 " name=\"CameraViewAngleInfo\">\n"
4594 " <SimpleDoubleInformationHelper />\n"
4595 " </DoubleVectorProperty>\n"
4596 " <DoubleVectorProperty command=\"SetViewAngle\"\n"
4597 " default_values=\"30\"\n"
4598 " ignore_synchronization=\"1\"\n"
4599 " immediate_update=\"1\"\n"
4600 " information_property=\"CameraViewAngleInfo\"\n"
4601 " name=\"CameraViewAngle\"\n"
4602 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
4603 " <DoubleVectorProperty command=\"SetParallelScale\"\n"
4604 " default_values=\"1.73\"\n"
4605 " ignore_synchronization=\"1\"\n"
4606 " information_property=\"CameraParallelScaleInfo\"\n"
4607 " name=\"CameraParallelScale\"\n"
4608 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
4609 " <DoubleVectorProperty command=\"GetParallelScale\"\n"
4610 " default_values=\"1.73\"\n"
4611 " information_only=\"1\"\n"
4612 " name=\"CameraParallelScaleInfo\"\n"
4613 " number_of_elements=\"1\">\n"
4614 " <SimpleDoubleInformationHelper />\n"
4615 " </DoubleVectorProperty>\n"
4616 " <DoubleVectorProperty command=\"SetEyeAngle\"\n"
4617 " default_values=\"2.0\"\n"
4618 " ignore_synchronization=\"1\"\n"
4619 " name=\"EyeAngle\"\n"
4620 " number_of_elements=\"1\">\n"
4621 " <DoubleRangeDomain min=\"0\"\n"
4622 " name=\"range\" />\n"
4623 " </DoubleVectorProperty>\n"
4624 " <IntVectorProperty command=\"SetUseOffAxisProjection\"\n"
4625 " default_values=\"0\"\n"
4626 " name=\"EnableTracking\"\n"
4627 " number_of_elements=\"1\"></IntVectorProperty>\n"
4628 " <DoubleVectorProperty argument_is_array=\"1\"\n"
4629 " command=\"SetEyeTransformMatrix\"\n"
4630 " default_values=\"1.0 0.0 0.0 0.0\n"
4631 " 0.0 1.0 0.0 0.0\n"
4632 " 0.0 0.0 1.0 0.0\n"
4633 " 0.0 0.0 0.0 1.0\"\n"
4634 " immediate_update=\"1\"\n"
4635 " is_internal=\"1\"\n"
4636 " name=\"EyeTransformMatrix\"\n"
4637 " number_of_elements=\"16\"></DoubleVectorProperty>\n"
4638 " <DoubleVectorProperty argument_is_array=\"1\"\n"
4639 " command=\"SetModelTransformMatrix\"\n"
4640 " default_values=\"1.0 0.0 0.0 0.0\n"
4641 " 0.0 1.0 0.0 0.0\n"
4642 " 0.0 0.0 1.0 0.0\n"
4643 " 0.0 0.0 0.0 1.0\"\n"
4644 " immediate_update=\"1\"\n"
4645 " is_internal=\"1\"\n"
4646 " name=\"ModelTransformMatrix\"\n"
4647 " number_of_elements=\"16\"></DoubleVectorProperty>\n"
4648 " </CameraProxy>\n"
4649 " <!-- end of Camera Proxy -->\n"
4650 " </ProxyGroup>\n"
4651 " <ProxyGroup name=\"mappers\">\n"
4652 " <Proxy class=\"vtkProjectedTetrahedraMapper\"\n"
4653 " name=\"ProjectedTetrahedraMapper\"\n"
4654 " processes=\"client|renderserver|dataserver\">\n"
4655 " <IntVectorProperty name=\"UseFloatingPointFrameBuffer\"\n"
4656 " command=\"SetUseFloatingPointFrameBuffer\"\n"
4657 " number_of_elements=\"1\"\n"
4658 " default_values=\"1\"\n"
4659 " panel_visibility=\"advanced\">\n"
4660 " <BooleanDomain name=\"bool\" />\n"
4661 " <Documentation>\n"
4662 " Enable use of floating point frame buffers. If not enabled,\n"
4663 " you may encounter artifacts when mixing volumes with geometry.\n"
4664 " </Documentation>\n"
4665 " </IntVectorProperty>\n"
4666 " </Proxy>\n"
4667 " <Proxy name=\"DummyVolumeMapper\">\n"
4668 " <ProxyProperty command=\"SetRayCastFunction\"\n"
4669 " name=\"RayCastFunction\">\n"
4670 " <ProxyGroupDomain name=\"groups\">\n"
4671 " <Group name=\"ugrid_raycast_functions\" />\n"
4672 " </ProxyGroupDomain>\n"
4673 " </ProxyProperty>\n"
4674 " </Proxy>\n"
4675 " <Proxy class=\"vtkUnstructuredGridVolumeRayCastMapper\"\n"
4676 " name=\"UnstructuredGridVolumeRayCastMapper\"\n"
4677 " processes=\"client|renderserver|dataserver\">\n"
4678 " <ProxyProperty command=\"SetRayCastFunction\"\n"
4679 " name=\"RayCastFunction\">\n"
4680 " <ProxyGroupDomain name=\"groups\">\n"
4681 " <Group name=\"ugrid_raycast_functions\" />\n"
4682 " </ProxyGroupDomain>\n"
4683 " </ProxyProperty>\n"
4684 " </Proxy>\n"
4685 " <Proxy class=\"vtkUnstructuredGridVolumeZSweepMapper\"\n"
4686 " name=\"UnstructuredGridVolumeZSweepMapper\"\n"
4687 " processes=\"client|renderserver|dataserver\"></Proxy>\n"
4688 " <Proxy class=\"vtkGPUVolumeRayCastMapper\"\n"
4689 " name=\"GPUVolumeRayCastMapper\"\n"
4690 " processes=\"client|renderserver|dataserver\">\n"
4691 " <Documentation>This is the proxy for GPU based volume\n"
4692 " rendering.</Documentation>\n"
4693 " <IntVectorProperty animateable=\"0\"\n"
4694 " command=\"SetBlendMode\"\n"
4695 " default_values=\"0\"\n"
4696 " name=\"BlendMode\"\n"
4697 " number_of_elements=\"1\">\n"
4698 " <Documentation>Set the current blend mode. Default is Composite.\n"
4699 " MaximumIntensity is also known as MIP rendering.</Documentation>\n"
4700 " <EnumerationDomain name=\"enum\">\n"
4701 " <Entry text=\"Composite\"\n"
4702 " value=\"0\" />\n"
4703 " <Entry text=\"MaximumIntensity\"\n"
4704 " value=\"1\" />\n"
4705 " <Entry text=\"MinimumIntensity\"\n"
4706 " value=\"2\" />\n"
4707 " </EnumerationDomain>\n"
4708 " </IntVectorProperty>\n"
4709 " <IntVectorProperty animateable=\"0\"\n"
4710 " command=\"SetAutoAdjustSampleDistances\"\n"
4711 " default_values=\"1\"\n"
4712 " name=\"AutoAdjustSampleDistances\"\n"
4713 " number_of_elements=\"1\">\n"
4714 " <Documentation>If AutoAdjustSampleDistances is on, the the\n"
4715 " ImageSampleDistance will be varied to achieve the allocated render time\n"
4716 " of this prop (controlled by the desired update rate and any culling in\n"
4717 " use).</Documentation>\n"
4718 " </IntVectorProperty>\n"
4719 " <DoubleVectorProperty animateable=\"0\"\n"
4720 " command=\"SetSampleDistance\"\n"
4721 " default_values=\"1.0\"\n"
4722 " name=\"SampleDistance\"\n"
4723 " number_of_elements=\"1\">\n"
4724 " <Documentation>Set/Get the distance between samples used for rendering\n"
4725 " when AutoAdjustSampleDistances is off, or when this mapper has more\n"
4726 " than 1 second allocated to it for rendering.</Documentation>\n"
4727 " </DoubleVectorProperty>\n"
4728 " <!-- End of GPUVolumeRayCastMapper -->\n"
4729 " </Proxy>\n"
4730 " <Proxy class=\"vtkFixedPointVolumeRayCastMapper\"\n"
4731 " name=\"FixedPointVolumeRayCastMapper\"\n"
4732 " processes=\"client|renderserver|dataserver\">\n"
4733 " <IntVectorProperty animateable=\"0\"\n"
4734 " command=\"SetBlendMode\"\n"
4735 " default_values=\"0\"\n"
4736 " name=\"BlendMode\"\n"
4737 " number_of_elements=\"1\">\n"
4738 " <Documentation>Set the current blend mode. Default is Composite.\n"
4739 " MaximumIntensity is also known as MIP rendering.</Documentation>\n"
4740 " <EnumerationDomain name=\"enum\">\n"
4741 " <Entry text=\"Composite\"\n"
4742 " value=\"0\" />\n"
4743 " <Entry text=\"MaximumIntensity\"\n"
4744 " value=\"1\" />\n"
4745 " <Entry text=\"MinimumIntensity\"\n"
4746 " value=\"2\" />\n"
4747 " </EnumerationDomain>\n"
4748 " </IntVectorProperty>\n"
4749 " <IntVectorProperty animateable=\"0\"\n"
4750 " command=\"SetLockSampleDistanceToInputSpacing\"\n"
4751 " default_values=\"1\"\n"
4752 " name=\"LockSampleDistanceToInputSpacing\"\n"
4753 " number_of_elements=\"1\">\n"
4754 " <BooleanDomain name=\"bool\" />\n"
4755 " </IntVectorProperty>\n"
4756 " <!-- End of FixedPointVolumeRayCastMapper -->\n"
4757 " </Proxy>\n"
4758 " <Proxy class=\"vtkSmartVolumeMapper\"\n"
4759 " name=\"UnstructuredGridResampleToImageMapper\"\n"
4760 " processes=\"client|renderserver|dataserver\"></Proxy>\n"
4761 " <!-- End of \"mappers\" -->\n"
4762 " </ProxyGroup>\n"
4763 " <ProxyGroup name=\"ugrid_raycast_functions\">\n"
4764 " <Proxy class=\"vtkUnstructuredGridBunykRayCastFunction\"\n"
4765 " name=\"BunykRayCastFunction\"></Proxy>\n"
4766 " </ProxyGroup>\n"
4767 " <ProxyGroup name=\"textures\">\n"
4768 " <SourceProxy class=\"vtkTexture\"\n"
4769 " name=\"Texture\">\n"
4770 " <InputProperty command=\"SetInputConnection\"\n"
4771 " name=\"Input\">\n"
4772 " <ProxyGroupDomain name=\"groups\">\n"
4773 " <Group name=\"sources\" />\n"
4774 " <Group name=\"filters\" />\n"
4775 " </ProxyGroupDomain>\n"
4776 " <DataTypeDomain name=\"input_type\">\n"
4777 " <DataType value=\"vtkImageData\" />\n"
4778 " </DataTypeDomain>\n"
4779 " </InputProperty>\n"
4780 " </SourceProxy>\n"
4781 " <Proxy class=\"vtkTexture\"\n"
4782 " name=\"ImageTexture\"\n"
4783 " si_class=\"vtkSIImageTextureProxy\"\n"
4784 " processes=\"client|renderserver|dataserver\">\n"
4785 " <Documentation>This is a proxy for a vtkTexture which also includes an\n"
4786 " image file reader. This reader can read an image of client/data server or\n"
4787 " render server and then transmit it to the client/render server where it\n"
4788 " will be used for texturing.</Documentation>\n"
4789 " <SubProxy>\n"
4790 " <Proxy name=\"Source\"\n"
4791 " proxygroup=\"sources\"\n"
4792 " proxyname=\"NetworkImageSource\" />\n"
4793 " <ExposedProperties>\n"
4794 " <Property name=\"FileName\" />\n"
4795 " </ExposedProperties>\n"
4796 " </SubProxy>\n"
4797 " <IntVectorProperty animateable=\"1\"\n"
4798 " command=\"SetRestrictPowerOf2ImageSmaller\"\n"
4799 " default_values=\"0\"\n"
4800 " name=\"RestrictPowerOf2ImageSmaller\"\n"
4801 " number_of_elements=\"1\">\n"
4802 " <BooleanDomain name=\"bool\" />\n"
4803 " </IntVectorProperty>\n"
4804 " <IntVectorProperty animateable=\"0\"\n"
4805 " command=\"SetColorMode\"\n"
4806 " default_values=\"2\"\n"
4807 " name=\"ColorMode\"\n"
4808 " number_of_elements=\"1\">\n"
4809 " <EnumerationDomain name=\"enum\">\n"
4810 " <Entry text=\"Default\"\n"
4811 " value=\"0\" />\n"
4812 " <Entry text=\"Map Scalars\"\n"
4813 " value=\"1\" />\n"
4814 " <Entry text=\"Direct Scalars\"\n"
4815 " value=\"2\" />\n"
4816 " </EnumerationDomain>\n"
4817 " <Documentation>When color mode is Default, 8-bits textures is equivalent to Direct Scalars,\n"
4818 " while equivalent to Map Scalars for 16-bits textures. In the case of Map Scalars, all the\n"
4819 " values are mapped to a generic color map.</Documentation>\n"
4820 " </IntVectorProperty>\n"
4821 " </Proxy>\n"
4822 " </ProxyGroup>\n"
4823 " <ProxyGroup name=\"props\">\n"
4824 ;
4825 
4826 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/rendering.xml
4828 " <Proxy class=\"vtkTextActor\"\n"
4829 " name=\"TextActor\">\n"
4830 " <Documentation>Proxy for a text actor. Not to be used\n"
4831 " directly.</Documentation>\n"
4832 " <StringVectorProperty animateable=\"0\"\n"
4833 " command=\"SetInput\"\n"
4834 " name=\"Text\"\n"
4835 " number_of_elements=\"1\"></StringVectorProperty>\n"
4836 " <IntVectorProperty animateable=\"1\"\n"
4837 " command=\"SetVisibility\"\n"
4838 " default_values=\"1\"\n"
4839 " name=\"Visibility\"\n"
4840 " number_of_elements=\"1\">\n"
4841 " <BooleanDomain name=\"bool\" />\n"
4842 " </IntVectorProperty>\n"
4843 " <DoubleVectorProperty animateable=\"0\"\n"
4844 " command=\"SetPosition\"\n"
4845 " default_values=\"0 0\"\n"
4846 " name=\"Position\"\n"
4847 " number_of_elements=\"2\">\n"
4848 " <DoubleRangeDomain name=\"range\" />\n"
4849 " </DoubleVectorProperty>\n"
4850 " <IntVectorProperty animateable=\"0\"\n"
4851 " command=\"SetTextScaleMode\"\n"
4852 " default_values=\"2\"\n"
4853 " name=\"TextScaleMode\"\n"
4854 " number_of_elements=\"1\">\n"
4855 " <EnumerationDomain name=\"enum\">\n"
4856 " <Entry text=\"None\"\n"
4857 " value=\"0\" />\n"
4858 " <Entry text=\"Prop\"\n"
4859 " value=\"1\" />\n"
4860 " <Entry text=\"Viewport\"\n"
4861 " value=\"2\" />\n"
4862 " </EnumerationDomain>\n"
4863 " </IntVectorProperty>\n"
4864 " <ProxyProperty command=\"SetTextProperty\"\n"
4865 " name=\"TextProperty\">\n"
4866 " <ProxyGroupDomain name=\"groups\">\n"
4867 " <Group name=\"properties\" />\n"
4868 " </ProxyGroupDomain>\n"
4869 " </ProxyProperty>\n"
4870 " <!-- End of TextActor -->\n"
4871 " </Proxy>\n"
4872 " <!-- End of group \"props\" -->\n"
4873 " </ProxyGroup>\n"
4874 " <ProxyGroup name=\"properties\">\n"
4875 " <Proxy class=\"vtkTextProperty\" name=\"TextPropertyBase\" processes=\"client|dataserver|renderserver\" >\n"
4876 " <DoubleVectorProperty animateable=\"0\"\n"
4877 " command=\"SetOpacity\"\n"
4878 " default_values=\"1.0\"\n"
4879 " name=\"Opacity\"\n"
4880 " number_of_elements=\"1\">\n"
4881 " <DoubleRangeDomain max=\"1.0\"\n"
4882 " min=\"0.0\"\n"
4883 " name=\"range\" />\n"
4884 " </DoubleVectorProperty>\n"
4885 " <IntVectorProperty animateable=\"0\"\n"
4886 " command=\"SetFontFamily\"\n"
4887 " default_values=\"0\"\n"
4888 " name=\"FontFamily\"\n"
4889 " number_of_elements=\"1\">\n"
4890 " <EnumerationDomain name=\"enum\">\n"
4891 " <Entry text=\"Arial\"\n"
4892 " value=\"0\" />\n"
4893 " <Entry text=\"Courier\"\n"
4894 " value=\"1\" />\n"
4895 " <Entry text=\"Times\"\n"
4896 " value=\"2\" />\n"
4897 " <Entry text=\"File\"\n"
4898 " value=\"4\" />\n"
4899 " </EnumerationDomain>\n"
4900 " </IntVectorProperty>\n"
4901 " <StringVectorProperty command=\"SetFontFile\"\n"
4902 " label=\"Name\"\n"
4903 " name=\"FontFile\"\n"
4904 " number_of_elements=\"1\"\n"
4905 " default_values=\"\">\n"
4906 " <Hints>\n"
4907 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
4908 " mode=\"visibility\"\n"
4909 " property=\"FontFamily\"\n"
4910 " value=\"4\" />\n"
4911 " <!-- enable this widget when FontFamily==4 -->\n"
4912 " </Hints>\n"
4913 " </StringVectorProperty>\n"
4914 " <IntVectorProperty animateable=\"0\"\n"
4915 " command=\"SetBold\"\n"
4916 " default_values=\"0\"\n"
4917 " name=\"Bold\"\n"
4918 " number_of_elements=\"1\">\n"
4919 " <BooleanDomain name=\"bool\" />\n"
4920 " </IntVectorProperty>\n"
4921 " <IntVectorProperty animateable=\"0\"\n"
4922 " command=\"SetItalic\"\n"
4923 " default_values=\"0\"\n"
4924 " name=\"Italic\"\n"
4925 " number_of_elements=\"1\">\n"
4926 " <BooleanDomain name=\"bool\" />\n"
4927 " </IntVectorProperty>\n"
4928 " <IntVectorProperty animateable=\"0\"\n"
4929 " command=\"SetShadow\"\n"
4930 " default_values=\"0\"\n"
4931 " name=\"Shadow\"\n"
4932 " number_of_elements=\"1\">\n"
4933 " <BooleanDomain name=\"bool\" />\n"
4934 " </IntVectorProperty>\n"
4935 " <IntVectorProperty animateable=\"0\"\n"
4936 " command=\"SetFontSize\"\n"
4937 " default_values=\"18\"\n"
4938 " name=\"FontSize\"\n"
4939 " number_of_elements=\"1\">\n"
4940 " <IntRangeDomain min=\"0\"\n"
4941 " name=\"range\" />\n"
4942 " </IntVectorProperty>\n"
4943 " <DoubleVectorProperty animateable=\"0\"\n"
4944 " command=\"SetOrientation\"\n"
4945 " default_values=\"0\"\n"
4946 " name=\"Orientation\"\n"
4947 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
4948 " <DoubleVectorProperty animateable=\"0\"\n"
4949 " command=\"SetLineOffset\"\n"
4950 " default_values=\"0\"\n"
4951 " name=\"LineOffset\"\n"
4952 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
4953 " <IntVectorProperty animateable=\"0\"\n"
4954 " command=\"SetJustification\"\n"
4955 " default_values=\"0\"\n"
4956 " name=\"Justification\"\n"
4957 " number_of_elements=\"1\">\n"
4958 " <EnumerationDomain name=\"enum\">\n"
4959 " <Entry text=\"Left\"\n"
4960 " value=\"0\" />\n"
4961 " <Entry text=\"Center\"\n"
4962 " value=\"1\" />\n"
4963 " <Entry text=\"Right\"\n"
4964 " value=\"2\" />\n"
4965 " </EnumerationDomain>\n"
4966 " </IntVectorProperty>\n"
4967 " <IntVectorProperty animateable=\"0\"\n"
4968 " command=\"SetVerticalJustification\"\n"
4969 " default_values=\"0\"\n"
4970 " name=\"VerticalJustification\"\n"
4971 " number_of_elements=\"1\">\n"
4972 " <EnumerationDomain name=\"enum\">\n"
4973 " <Entry text=\"Bottom\"\n"
4974 " value=\"0\" />\n"
4975 " <Entry text=\"Center\"\n"
4976 " value=\"1\" />\n"
4977 " <Entry text=\"Top\"\n"
4978 " value=\"2\" />\n"
4979 " </EnumerationDomain>\n"
4980 " </IntVectorProperty>\n"
4981 " <!-- End of TextProperty -->\n"
4982 " </Proxy>\n"
4983 "\n"
4984 " <Proxy class=\"vtkTextProperty\" name=\"TextProperty\"\n"
4985 " base_proxygroup=\"properties\"\n"
4986 " base_proxyname=\"TextPropertyBase\"\n"
4987 " processes=\"client|dataserver|renderserver\">\n"
4988 " <DoubleVectorProperty animateable=\"0\"\n"
4989 " argument_is_array=\"1\"\n"
4990 " command=\"SetColor\"\n"
4991 " default_values=\"1.0 1.0 1.0\"\n"
4992 " name=\"Color\"\n"
4993 " number_of_elements=\"3\">\n"
4994 " <DoubleRangeDomain max=\"1 1 1\" min=\"0 0 0\" name=\"range\" />\n"
4995 " <Hints>\n"
4996 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"TextAnnotationColor\"\n"
4997 " unlink_if_modified=\"1\" />\n"
4998 " </Hints>\n"
4999 " </DoubleVectorProperty>\n"
5000 " </Proxy>\n"
5001 "\n"
5002 " <Proxy class=\"vtkTextProperty\" name=\"ChartTextProperty\"\n"
5003 " base_proxygroup=\"properties\"\n"
5004 " base_proxyname=\"TextPropertyBase\"\n"
5005 " processes=\"client|dataserver|renderserver\">\n"
5006 " <!-- same as \"TextProperty\" except with different color that is not\n"
5007 " linked with TextAnnotationColor -->\n"
5008 " <DoubleVectorProperty animateable=\"0\"\n"
5009 " argument_is_array=\"1\"\n"
5010 " command=\"SetColor\"\n"
5011 " default_values=\"0.0 0.0 0.0\"\n"
5012 " name=\"Color\"\n"
5013 " number_of_elements=\"3\">\n"
5014 " <DoubleRangeDomain max=\"1 1 1\" min=\"0 0 0\" name=\"range\" />\n"
5015 " </DoubleVectorProperty>\n"
5016 " </Proxy>\n"
5017 "\n"
5018 " </ProxyGroup>\n"
5019 "\n"
5020 " <ProxyGroup name=\"additional_lights\" label=\"Lights\">\n"
5021 " <LightProxy name=\"Light\"\n"
5022 " class=\"vtkPVLight\"\n"
5023 " processes=\"client|dataserver|renderserver\">\n"
5024 " <IntVectorProperty command=\"SetSwitch\"\n"
5025 " label=\"Enable\"\n"
5026 " name=\"LightSwitch\"\n"
5027 " number_of_elements=\"1\"\n"
5028 " default_values=\"1\"\n"
5029 " >\n"
5030 " <Documentation>Turn on/off this light in the active view.</Documentation>\n"
5031 " <BooleanDomain name=\"bool\" />\n"
5032 " </IntVectorProperty>\n"
5033 "\n"
5034 " <StringVectorProperty command=\"SetName\"\n"
5035 " label=\"Name\"\n"
5036 " name=\"LightName\"\n"
5037 " panel_visibility=\"never\"\n"
5038 " number_of_elements=\"1\">\n"
5039 " </StringVectorProperty>\n"
5040 "\n"
5041 " <IntVectorProperty command=\"SetLightType\"\n"
5042 " label=\"Coords\"\n"
5043 " name=\"LightType\"\n"
5044 " number_of_elements=\"1\"\n"
5045 " default_values=\"3\">\n"
5046 " <EnumerationDomain name=\"enum\">\n"
5047 " <Entry text=\"Headlight\"\n"
5048 " value=\"1\" />\n"
5049 " <Entry text=\"Camera\"\n"
5050 " value=\"2\" />\n"
5051 " <Entry text=\"Scene\"\n"
5052 " value=\"3\" />\n"
5053 " <Entry text=\"Ambient\"\n"
5054 " value=\"4\" />\n"
5055 " </EnumerationDomain>\n"
5056 " <Documentation>\n"
5057 " Specify how the light is positioned. It can be attached to the eye (**Headlight**), relative to the\n"
5058 " eye (**Camera**), fixed in world space (**Scene**), or position-less (**Ambient**).\n"
5059 " </Documentation>\n"
5060 " </IntVectorProperty>\n"
5061 "\n"
5062 " <DoubleVectorProperty command=\"SetIntensity\"\n"
5063 " label=\"Intensity\"\n"
5064 " name=\"LightIntensity\"\n"
5065 " default_values=\"1.0\"\n"
5066 " number_of_elements=\"1\">\n"
5067 " <DoubleRangeDomain min=\"0\"\n"
5068 " name=\"range\"\n"
5069 " resolution=\"0.01\" />\n"
5070 " <Documentation>\n"
5071 " Set the light's brightness. Can be greater than 1.\n"
5072 " </Documentation>\n"
5073 " </DoubleVectorProperty>\n"
5074 "\n"
5075 " <IntVectorProperty command=\"SetPositional\"\n"
5076 " label=\"Type\"\n"
5077 " name=\"Positional\"\n"
5078 " default_values=\"0\"\n"
5079 " number_of_elements=\"1\"\n"
5080 " >\n"
5081 " <Documentation>\n"
5082 " Set the light's type.\n"
5083 " A **Positional** light's rays diverge from its position. Use **Cone Angle** to limit them.\n"
5084 " A **Directional** light's rays come from far away, and are parallel.\n"
5085 " </Documentation>\n"
5086 " <EnumerationDomain name=\"enum\">\n"
5087 " <Entry text=\"Directional\"\n"
5088 " value=\"0\" />\n"
5089 " <Entry text=\"Positional\"\n"
5090 " value=\"1\" />\n"
5091 " </EnumerationDomain>\n"
5092 " <Hints>\n"
5093 " <!-- display when light type is not Ambient -->\n"
5094 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5095 " mode=\"visibility\"\n"
5096 " property=\"LightType\"\n"
5097 " inverse=\"1\"\n"
5098 " value=\"4\" />\n"
5099 " </Hints>\n"
5100 " </IntVectorProperty>\n"
5101 "\n"
5102 " <DoubleVectorProperty command=\"GetPosition\"\n"
5103 " name=\"PositionInfo\"\n"
5104 " default_values=\"0 0 1\"\n"
5105 " information_only=\"1\"\n"
5106 " number_of_elements=\"3\">\n"
5107 " <SimpleDoubleInformationHelper />\n"
5108 " </DoubleVectorProperty>\n"
5109 " <DoubleVectorProperty command=\"SetPosition\"\n"
5110 " label=\"Position\"\n"
5111 " name=\"LightPosition\"\n"
5112 " information_property=\"PositionInfo\"\n"
5113 " default_values=\"0 0 1\"\n"
5114 " number_of_elements=\"3\">\n"
5115 " <Documentation>\n"
5116 " Relative position of the light for **Camera Coords** light, world-space position for **Scene Coords** light.\n"
5117 " </Documentation>\n"
5118 " <Hints>\n"
5119 " <!-- display when light type is Scene or Camera -->\n"
5120 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5121 " mode=\"visibility\"\n"
5122 " property=\"LightType\"\n"
5123 " values=\"2 3\" />\n"
5124 " </Hints>\n"
5125 " </DoubleVectorProperty>\n"
5126 "\n"
5127 " <DoubleVectorProperty command=\"GetFocalPoint\"\n"
5128 " name=\"FocalPointInfo\"\n"
5129 " default_values=\"0 0 0\"\n"
5130 " information_only=\"1\"\n"
5131 " number_of_elements=\"3\">\n"
5132 " <SimpleDoubleInformationHelper />\n"
5133 " </DoubleVectorProperty>\n"
5134 " <DoubleVectorProperty command=\"SetFocalPoint\"\n"
5135 " name=\"FocalPoint\"\n"
5136 " information_property=\"FocalPointInfo\"\n"
5137 " default_values=\"0 0 0\"\n"
5138 " number_of_elements=\"3\">\n"
5139 " <Documentation>\n"
5140 " Used with position to compute the light direction, this is a \"look-at\" point.\n"
5141 " </Documentation>\n"
5142 " <Hints>\n"
5143 " <!-- display when light type is Scene or Camera -->\n"
5144 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5145 " mode=\"visibility\"\n"
5146 " property=\"LightType\"\n"
5147 " values=\"2 3\" />\n"
5148 " </Hints>\n"
5149 " </DoubleVectorProperty>\n"
5150 "\n"
5151 " <DoubleVectorProperty command=\"SetColor\"\n"
5152 " default_values=\"1 1 1\"\n"
5153 " name=\"DiffuseColor\"\n"
5154 " panel_widget=\"color_selector\"\n"
5155 " number_of_elements=\"3\">\n"
5156 " <DoubleRangeDomain\n"
5157 " max=\"1 1 1\"\n"
5158 " min=\"0 0 0\"\n"
5159 " name=\"range\" />\n"
5160 " <Documentation>\n"
5161 " Color of the light.\n"
5162 " </Documentation>\n"
5163 " </DoubleVectorProperty>\n"
5164 "\n"
5165 " <DoubleVectorProperty command=\"SetConeAngle\"\n"
5166 " default_values=\"30.0\"\n"
5167 " name=\"ConeAngle\"\n"
5168 " number_of_elements=\"1\">\n"
5169 " <DoubleRangeDomain max=\"90.0\"\n"
5170 " min=\"0.0\"\n"
5171 " name=\"range\" />\n"
5172 " <Documentation>\n"
5173 " For a **Positional** light, limit the light to a cone around its direction, creating a \"spot-light\" effect.\n"
5174 ;
5175 
5176 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/rendering.xml
5178 " Set to 90 to light all directions. In degrees.\n"
5179 " </Documentation>\n"
5180 " <Hints>\n"
5181 " <!-- display when light type is not Ambient, and when Positional -->\n"
5182 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5183 " mode=\"visibility\"\n"
5184 " property=\"LightType\"\n"
5185 " inverse=\"1\"\n"
5186 " value=\"4\" />\n"
5187 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5188 " mode=\"visibility\"\n"
5189 " property=\"Positional\"\n"
5190 " value=\"1\" />\n"
5191 " </Hints>\n"
5192 " </DoubleVectorProperty>\n"
5193 "\n"
5194 " <DoubleVectorProperty command=\"SetRadius\"\n"
5195 " default_values=\"0.0\"\n"
5196 " name=\"Radius\"\n"
5197 " number_of_elements=\"1\">\n"
5198 " <DoubleRangeDomain min=\"0\"\n"
5199 " name=\"range\" />\n"
5200 " <Documentation>\n"
5201 " For OSPRay renderer lights, sets the apparent size of the light.\n"
5202 " In degrees for **Directional**, world space units for **Positional**. Increasing above 0 produces soft shadows.\n"
5203 " </Documentation>\n"
5204 " <Hints>\n"
5205 " <!-- display when light type is not Ambient -->\n"
5206 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5207 " mode=\"visibility\"\n"
5208 " property=\"LightType\"\n"
5209 " inverse=\"1\"\n"
5210 " value=\"4\" />\n"
5211 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
5212 " </Hints>\n"
5213 " </DoubleVectorProperty>\n"
5214 " <PropertyGroup panel_widget=\"InteractiveLight\">\n"
5215 " <Property function=\"Positional\" name=\"Positional\" />\n"
5216 " <Property function=\"WorldPosition\" name=\"LightPosition\" />\n"
5217 " <Property function=\"FocalPoint\" name=\"FocalPoint\" />\n"
5218 " <Property function=\"ConeAngle\" name=\"ConeAngle\" />\n"
5219 " <Property function=\"LightColor\" name=\"DiffuseColor\" />\n"
5220 " </PropertyGroup>\n"
5221 " </LightProxy>\n"
5222 " <!-- End of additional_lights -->\n"
5223 " </ProxyGroup>\n"
5224 "\n"
5225 " <ProxyGroup name=\"materials\">\n"
5226 " <MaterialLibraryProxy class=\"vtkPVMaterialLibrary\"\n"
5227 " name=\"MaterialLibrary\"\n"
5228 " processes=\"client|renderserver|dataserver\">\n"
5229 " <StringVectorProperty\n"
5230 " default_values=\"\"\n"
5231 " label=\"Load Materials\"\n"
5232 " name=\"LoadMaterials\"\n"
5233 " number_of_elements=\"1\"\n"
5234 " panel_visibility=\"never\">\n"
5235 " </StringVectorProperty>\n"
5236 " </MaterialLibraryProxy>\n"
5237 " </ProxyGroup>\n"
5238 "</ServerManagerConfiguration>\n"
5239 "\n";
5240 // Get single string
5242 {
5243 
5244  const size_t len0 = strlen(paraview_server_managerrenderingInterface0);
5245  const size_t len1 = strlen(paraview_server_managerrenderingInterface1);
5246  const size_t len2 = strlen(paraview_server_managerrenderingInterface2);
5247  size_t len = ( 0
5248  + len0
5249  + len1
5250  + len2 );
5251  char* res = new char[ len + 1];
5252  size_t offset = 0;
5253  std::copy(paraview_server_managerrenderingInterface0, paraview_server_managerrenderingInterface0 + len0, res + offset); offset += len0;
5254  std::copy(paraview_server_managerrenderingInterface1, paraview_server_managerrenderingInterface1 + len1, res + offset); offset += len1;
5255  std::copy(paraview_server_managerrenderingInterface2, paraview_server_managerrenderingInterface2 + len2, res + offset); offset += len2;
5256  assert(offset == len);
5257  res[offset] = 0;
5258  return res;
5259 }
5260 
5261 
5262 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/sources_remotingviews.xml
5264 "<ServerManagerConfiguration>\n"
5265 " <ProxyGroup name=\"sources\">\n"
5266 " <!-- ==================================================================== -->\n"
5267 " <SourceProxy class=\"vtkPVLogoSource\" name=\"LogoSource\" label=\"Logo\">\n"
5268 " <ProxyProperty command=\"SetTexture\"\n"
5269 " name=\"Texture\"\n"
5270 " panel_widget=\"texture_selector\"\n"
5271 " null_on_empty=\"1\" >\n"
5272 " <ProxyGroupDomain name=\"groups\">\n"
5273 " <Group name=\"textures\" />\n"
5274 " </ProxyGroupDomain>\n"
5275 " </ProxyProperty>\n"
5276 " <Hints>\n"
5277 " <Visibility replace_input=\"0\" />\n"
5278 " <OutputPort index=\"0\"\n"
5279 " name=\"Output-0\"\n"
5280 " type=\"logo\" />\n"
5281 " </Hints>\n"
5282 " <!-- End of LogoSource -->\n"
5283 " </SourceProxy>\n"
5284 "\n"
5285 " </ProxyGroup>\n"
5286 "</ServerManagerConfiguration>\n"
5287 "\n";
5288 // Get single string
5290 {
5291 
5292  const size_t len0 = strlen(paraview_server_managersources_remotingviewsInterface0);
5293  size_t len = ( 0
5294  + len0 );
5295  char* res = new char[ len + 1];
5296  size_t offset = 0;
5298  assert(offset == len);
5299  res[offset] = 0;
5300  return res;
5301 }
5302 
5303 
5304 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/utilities_remotingviews.xml
5306 "<ServerManagerConfiguration>\n"
5307 " <ProxyGroup name=\"settings\">\n"
5308 " <!-- ================================================================== -->\n"
5309 " <SettingsProxy name=\"RenderViewSettings\" label=\"Render View\"\n"
5310 " processes=\"client|dataserver|renderserver\"\n"
5311 " class=\"vtkPVRenderViewSettings\">\n"
5312 " <Documentation>\n"
5313 " Application settings for render views.\n"
5314 " </Documentation>\n"
5315 "\n"
5316 " <IntVectorProperty name=\"ResolveCoincidentTopology\"\n"
5317 " command=\"SetResolveCoincidentTopology\"\n"
5318 " number_of_elements=\"1\"\n"
5319 " default_values=\"1\"\n"
5320 " panel_visibility=\"advanced\">\n"
5321 " <Documentation>\n"
5322 " Set the mode to use to overcome the OpenGL rendering issue when faces\n"
5323 " coincide with lines and points.\n"
5324 " </Documentation>\n"
5325 " <EnumerationDomain name=\"enum\">\n"
5326 " <Entry text=\"Do nothing\" value=\"0\" />\n"
5327 " <Entry text=\"Offset faces relative to lines and points\" value=\"1\" />\n"
5328 " <Entry text=\"Offset lines and points relative to faces\" value=\"2\" />\n"
5329 " <Entry text=\"Shift z-buffer when rendering lines and points\" value=\"3\" />\n"
5330 " </EnumerationDomain>\n"
5331 " <Hints>\n"
5332 " <RestartRequired />\n"
5333 " </Hints>\n"
5334 " </IntVectorProperty>\n"
5335 "\n"
5336 " <DoubleVectorProperty name=\"PolygonOffsetParameters\"\n"
5337 " command=\"SetPolygonOffsetParameters\"\n"
5338 " number_of_elements=\"2\"\n"
5339 " default_values=\"0.0 0.0\"\n"
5340 " panel_visibility=\"advanced\">\n"
5341 " <DoubleRangeDomain name=\"range\" />\n"
5342 " <Documentation>\n"
5343 " Set the polygon offset parameters to control how polygon depths are shifted\n"
5344 " in the depth buffer. Change these parameters to change how coincident lines,\n"
5345 " points, and polygons are resolved when rendering. The first parameter controls\n"
5346 " how much the angle of the polygon relative to the camera view plane contributes\n"
5347 " to the depth offset of pixels in the rendered polygon. The second parameter is\n"
5348 " a constant offset to add to the depth buffer. Refer to the OpenGL manual on\n"
5349 " glPolygonOffset for further details on these parameters.\n"
5350 " </Documentation>\n"
5351 " <Hints>\n"
5352 " <RestartRequired />\n"
5353 " </Hints>\n"
5354 " </DoubleVectorProperty>\n"
5355 "\n"
5356 " <DoubleVectorProperty name=\"LineOffsetParameters\"\n"
5357 " command=\"SetLineOffsetParameters\"\n"
5358 " number_of_elements=\"2\"\n"
5359 " default_values=\"0.0 -4\"\n"
5360 " panel_visibility=\"advanced\">\n"
5361 " <DoubleRangeDomain name=\"range\" />\n"
5362 " <Documentation>\n"
5363 " Parameters used the same way as the parameters in **Polygon Offset Parameters**,\n"
5364 " but applied when lines are rendered.\n"
5365 " </Documentation>\n"
5366 " <Hints>\n"
5367 " <RestartRequired />\n"
5368 " </Hints>\n"
5369 " </DoubleVectorProperty>\n"
5370 "\n"
5371 " <DoubleVectorProperty name=\"PointOffsetParameter\"\n"
5372 " command=\"SetPointOffsetParameter\"\n"
5373 " number_of_elements=\"1\"\n"
5374 " default_values=\"-8\"\n"
5375 " panel_visibility=\"advanced\">\n"
5376 " <DoubleRangeDomain name=\"range\" />\n"
5377 " <Documentation>\n"
5378 " Specifies a constant depth offset to apply when points are rendered.\n"
5379 " </Documentation>\n"
5380 " <Hints>\n"
5381 " <RestartRequired />\n"
5382 " </Hints>\n"
5383 " </DoubleVectorProperty>\n"
5384 "\n"
5385 " <DoubleVectorProperty name=\"ZShift\"\n"
5386 " command=\"SetZShift\"\n"
5387 " number_of_elements=\"1\"\n"
5388 " default_values=\"0.002\"\n"
5389 " panel_visibility=\"advanced\">\n"
5390 " <DoubleRangeDomain name=\"range\" />\n"
5391 " <Documentation>\n"
5392 " Set the fraction by which to shift the z-buffer range when rendering\n"
5393 " lines and points.\n"
5394 " </Documentation>\n"
5395 " <Hints>\n"
5396 " <RestartRequired />\n"
5397 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5398 " mode=\"visibility\"\n"
5399 " property=\"ResolveCoincidentTopology\"\n"
5400 " value=\"3\" />\n"
5401 " </Hints>\n"
5402 " </DoubleVectorProperty>\n"
5403 "\n"
5404 " <IntVectorProperty name=\"DepthPeeling\"\n"
5405 " default_values=\"1\"\n"
5406 " number_of_elements=\"1\"\n"
5407 " panel_visibility=\"advanced\">\n"
5408 " <BooleanDomain name=\"bool\" />\n"
5409 " <Documentation>\n"
5410 " Enable depth-peeling to correctly render translucent polygons. May slow down\n"
5411 " rendering performance.\n"
5412 " </Documentation>\n"
5413 " </IntVectorProperty>\n"
5414 "\n"
5415 " <IntVectorProperty name=\"DepthPeelingForVolumes\"\n"
5416 " default_values=\"1\"\n"
5417 " number_of_elements=\"1\"\n"
5418 " panel_visibility=\"advanced\">\n"
5419 " <BooleanDomain name=\"bool\" />\n"
5420 " <Documentation>\n"
5421 " Include volumes in the depth-peeling pass to correctly render intermixed\n"
5422 " volumes with translucent polygons. May slow down rendering performance.\n"
5423 " </Documentation>\n"
5424 " <Hints>\n"
5425 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
5426 " <Property name=\"DepthPeeling\" />\n"
5427 " </PropertyWidgetDecorator>\n"
5428 " </Hints>\n"
5429 " </IntVectorProperty>\n"
5430 "\n"
5431 " <IntVectorProperty name=\"MaximumNumberOfPeels\"\n"
5432 " default_values=\"4\"\n"
5433 " number_of_elements=\"1\"\n"
5434 " panel_visibility=\"advanced\">\n"
5435 " <IntRangeDomain name=\"range\" min=\"0\" max=\"10\" />\n"
5436 " <Documentation>\n"
5437 " Set the maximum number of peels to use when depth peeling is employed.\n"
5438 " </Documentation>\n"
5439 " <Hints>\n"
5440 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
5441 " <Property name=\"DepthPeeling\" />\n"
5442 " </PropertyWidgetDecorator>\n"
5443 " </Hints>\n"
5444 " </IntVectorProperty>\n"
5445 "\n"
5446 " <IntVectorProperty name=\"UseFXAA\"\n"
5447 " default_values=\"1\"\n"
5448 " number_of_elements=\"1\"\n"
5449 " panel_visibility=\"default\">\n"
5450 " <BooleanDomain name=\"bool\" />\n"
5451 " <Documentation>\n"
5452 " Enable FXAA antialiasing on 3D geometry.\n"
5453 " </Documentation>\n"
5454 " </IntVectorProperty>\n"
5455 " <DoubleVectorProperty name=\"FXAARelativeContrastThreshold\"\n"
5456 " default_values=\"0.125\"\n"
5457 " label=\"Relative Contrast Threshold\"\n"
5458 " panel_visibility=\"advanced\"\n"
5459 " number_of_elements=\"1\">\n"
5460 " <Documentation>\n"
5461 " Contrast threshold for applying FXAA to a pixel, relative to max\n"
5462 " luminance. Lower values will affect more edges. Default is 0.125.\n"
5463 " </Documentation>\n"
5464 " <DoubleRangeDomain name=\"range\" min=\"0.0625\" max=\"0.333333333\" />\n"
5465 " <Hints>\n"
5466 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
5467 " <Property name=\"UseFXAA\" />\n"
5468 " </PropertyWidgetDecorator>\n"
5469 " </Hints>\n"
5470 " </DoubleVectorProperty>\n"
5471 " <!-- The hard contrast threshold is reduced to 0.045 by default. This\n"
5472 " ensures that the red arrow of the orientation axes is\n"
5473 " antialiased. -->\n"
5474 " <DoubleVectorProperty name=\"FXAAHardContrastThreshold\"\n"
5475 " default_values=\"0.045\"\n"
5476 " label=\"Hard Contrast Threshold\"\n"
5477 " panel_visibility=\"advanced\"\n"
5478 " number_of_elements=\"1\">\n"
5479 " <Documentation>\n"
5480 " Hard contrast threshold for applying FXAA to a pixel. Lower values\n"
5481 " will affect more edges. Default is 0.045.\n"
5482 " </Documentation>\n"
5483 " <DoubleRangeDomain name=\"range\" min=\"0.03125\" max=\"0.08333333\" />\n"
5484 " <Hints>\n"
5485 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
5486 " <Property name=\"UseFXAA\" />\n"
5487 " </PropertyWidgetDecorator>\n"
5488 " </Hints>\n"
5489 " </DoubleVectorProperty>\n"
5490 " <DoubleVectorProperty name=\"FXAASubpixelBlendLimit\"\n"
5491 " default_values=\"0.75\"\n"
5492 " label=\"Subpixel Blend Limit\"\n"
5493 " panel_visibility=\"advanced\"\n"
5494 " number_of_elements=\"1\">\n"
5495 " <Documentation>\n"
5496 " Maximum amount of lowpass filtering to apply to the final pixel color\n"
5497 " to correct subpixel aliasing. Default value is 0.75.\n"
5498 " </Documentation>\n"
5499 " <DoubleRangeDomain name=\"range\" min=\"0.\" max=\"1.\" />\n"
5500 " <Hints>\n"
5501 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
5502 " <Property name=\"UseFXAA\" />\n"
5503 " </PropertyWidgetDecorator>\n"
5504 " </Hints>\n"
5505 " </DoubleVectorProperty>\n"
5506 " <DoubleVectorProperty name=\"FXAASubpixelContrastThreshold\"\n"
5507 " default_values=\"0.25\"\n"
5508 " label=\"Subpixel Contrast Threshold\"\n"
5509 " panel_visibility=\"advanced\"\n"
5510 " number_of_elements=\"1\">\n"
5511 " <Documentation>\n"
5512 " Contrast threshold for subpixel aliasing detection. Higher values\n"
5513 " decrease sensitivity to subpixel aliasing. Default value is 0.25.\n"
5514 " </Documentation>\n"
5515 " <DoubleRangeDomain name=\"range\" min=\"0.\" max=\"0.5\" />\n"
5516 " <Hints>\n"
5517 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
5518 " <Property name=\"UseFXAA\" />\n"
5519 " </PropertyWidgetDecorator>\n"
5520 " </Hints>\n"
5521 " </DoubleVectorProperty>\n"
5522 " <IntVectorProperty name=\"FXAAUseHighQualityEndpoints\"\n"
5523 " default_values=\"1\"\n"
5524 " label=\"Improve Single Pixel Lines\"\n"
5525 " panel_visibility=\"advanced\"\n"
5526 " number_of_elements=\"1\">\n"
5527 " <BooleanDomain name=\"bool\" />\n"
5528 " <Documentation>\n"
5529 " When enabled, a more sensitive endpoint detection method is used.\n"
5530 " Disabling this will improve performance, but single-pixel lines will\n"
5531 " have noticeable artifacts. Default is On.\n"
5532 " </Documentation>\n"
5533 " <Hints>\n"
5534 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
5535 " <Property name=\"UseFXAA\" />\n"
5536 " </PropertyWidgetDecorator>\n"
5537 " </Hints>\n"
5538 " </IntVectorProperty>\n"
5539 " <IntVectorProperty name=\"FXAAEndpointSearchIterations\"\n"
5540 " default_values=\"12\"\n"
5541 " label=\"Endpoint Search Iterations\"\n"
5542 " panel_visibility=\"advanced\"\n"
5543 " number_of_elements=\"1\">\n"
5544 " <Documentation>\n"
5545 " Endpoint detection radius. Higher values will provide higher quality\n"
5546 " aliasing for long edges, but performance will suffer. Default is 12.\n"
5547 " </Documentation>\n"
5548 " <IntRangeDomain name=\"range\" min=\"0\" max=\"100\" />\n"
5549 " <Hints>\n"
5550 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
5551 " <Property name=\"UseFXAA\" />\n"
5552 " </PropertyWidgetDecorator>\n"
5553 " </Hints>\n"
5554 " </IntVectorProperty>\n"
5555 "\n"
5556 " <!-- Tone Mapping -->\n"
5557 " <IntVectorProperty name=\"ToneMappingType\"\n"
5558 " number_of_elements=\"1\"\n"
5559 " default_values=\"3\"\n"
5560 " panel_visibility=\"advanced\">\n"
5561 " <Documentation>\n"
5562 " Specify tone mapping type. Clamp, Reinhard and Exponential are simpler than the GenericFilmic\n"
5563 " operator which can be fully parameterized to configure the shadows as well as the highlights.\n"
5564 " </Documentation>\n"
5565 " <EnumerationDomain name=\"enum\">\n"
5566 " <Entry text=\"Clamp\" value=\"0\" />\n"
5567 " <Entry text=\"Reinhard\" value=\"1\" />\n"
5568 " <Entry text=\"Exponential\" value=\"2\" />\n"
5569 " <Entry text=\"GenericFilmic\" value=\"3\" />\n"
5570 " </EnumerationDomain>\n"
5571 " </IntVectorProperty>\n"
5572 " <IntVectorProperty name=\"GenericFilmicPresets\"\n"
5573 " number_of_elements=\"1\"\n"
5574 " default_values=\"1\"\n"
5575 " panel_visibility=\"advanced\">\n"
5576 " <Documentation>\n"
5577 " Use predefined presets for Generic Filmic. Using the default parameters it approximates the Academy Color Encoding System (ACES).\n"
5578 " To use the popular \"Uncharted 2\" filmic tone mapping curve instead, set the property to Uncharted2.\n"
5579 " Set this property to Custom to set custom parameters.\n"
5580 " </Documentation>\n"
5581 " <EnumerationDomain name=\"enum\">\n"
5582 " <Entry text=\"Custom\" value=\"0\" />\n"
5583 " <Entry text=\"DefaultPresets\" value=\"1\" />\n"
5584 " <Entry text=\"Uncharted2\" value=\"2\" />\n"
5585 " </EnumerationDomain>\n"
5586 " <Hints>\n"
5587 " <!-- Visible if Generic Filmic -->\n"
5588 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5589 " mode=\"visibility\"\n"
5590 " property=\"ToneMappingType\"\n"
5591 " value=\"3\"/>\n"
5592 " </Hints>\n"
5593 " </IntVectorProperty>\n"
5594 " <DoubleVectorProperty name=\"Contrast\"\n"
5595 " label=\"Contrast\"\n"
5596 " default_values=\"1.6773\"\n"
5597 " number_of_elements=\"1\"\n"
5598 " panel_visibility=\"advanced\">\n"
5599 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"10.0\" />\n"
5600 " <Documentation>\n"
5601 " Adjust the toe of the curve. Typically in [1-2].\n"
5602 " </Documentation>\n"
5603 " <Hints>\n"
5604 " <!-- Visible if Generic Filmic AND GenericFilmicPresets set to Custom-->\n"
5605 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
5606 " <Expression type=\"and\">\n"
5607 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5608 " mode=\"visibility\"\n"
5609 " property=\"ToneMappingType\"\n"
5610 " value=\"3\" />\n"
5611 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5612 " mode=\"visibility\"\n"
5613 " property=\"GenericFilmicPresets\"\n"
5614 " value=\"0\" />\n"
5615 " </Expression>\n"
5616 " </PropertyWidgetDecorator>\n"
5617 " </Hints>\n"
5618 " </DoubleVectorProperty>\n"
5619 " <DoubleVectorProperty name=\"Shoulder\"\n"
5620 " label=\"Shoulder\"\n"
5621 " default_values=\"0.9714\"\n"
5622 " number_of_elements=\"1\"\n"
5623 " panel_visibility=\"advanced\">\n"
5624 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"10.0\" />\n"
5625 " <Documentation>\n"
5626 " Limit the output in the shoulder region of the curve.\n"
5627 " Typically in [0.9-1].\n"
5628 " </Documentation>\n"
5629 " <Hints>\n"
5630 " <!-- Visible if Generic Filmic AND GenericFilmicPresets set to Custom-->\n"
5631 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
5632 " <Expression type=\"and\">\n"
5633 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5634 " mode=\"visibility\"\n"
5635 " property=\"ToneMappingType\"\n"
5636 ;
5637 
5638 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/utilities_remotingviews.xml
5640 " value=\"3\" />\n"
5641 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5642 " mode=\"visibility\"\n"
5643 " property=\"GenericFilmicPresets\"\n"
5644 " value=\"0\" />\n"
5645 " </Expression>\n"
5646 " </PropertyWidgetDecorator>\n"
5647 " </Hints>\n"
5648 " </DoubleVectorProperty>\n"
5649 " <DoubleVectorProperty name=\"MidIn\"\n"
5650 " label=\"MidIn\"\n"
5651 " default_values=\"0.18\"\n"
5652 " number_of_elements=\"1\"\n"
5653 " panel_visibility=\"advanced\">\n"
5654 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"1.0\" />\n"
5655 " <Documentation>\n"
5656 " Mid level anchor input in percent gray.\n"
5657 " </Documentation>\n"
5658 " <Hints>\n"
5659 " <!-- Visible if Generic Filmic AND GenericFilmicPresets set to Custom-->\n"
5660 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
5661 " <Expression type=\"and\">\n"
5662 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5663 " mode=\"visibility\"\n"
5664 " property=\"ToneMappingType\"\n"
5665 " value=\"3\" />\n"
5666 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5667 " mode=\"visibility\"\n"
5668 " property=\"GenericFilmicPresets\"\n"
5669 " value=\"0\" />\n"
5670 " </Expression>\n"
5671 " </PropertyWidgetDecorator>\n"
5672 " </Hints>\n"
5673 " </DoubleVectorProperty>\n"
5674 " <DoubleVectorProperty name=\"MidOut\"\n"
5675 " label=\"MidOut\"\n"
5676 " default_values=\"0.18\"\n"
5677 " number_of_elements=\"1\"\n"
5678 " panel_visibility=\"advanced\">\n"
5679 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"1.0\" />\n"
5680 " <Documentation>\n"
5681 " Mid level anchor output in percent gray.\n"
5682 " </Documentation>\n"
5683 " <Hints>\n"
5684 " <!-- Visible if Generic Filmic AND GenericFilmicPresets set to Custom-->\n"
5685 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
5686 " <Expression type=\"and\">\n"
5687 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5688 " mode=\"visibility\"\n"
5689 " property=\"ToneMappingType\"\n"
5690 " value=\"3\" />\n"
5691 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5692 " mode=\"visibility\"\n"
5693 " property=\"GenericFilmicPresets\"\n"
5694 " value=\"0\" />\n"
5695 " </Expression>\n"
5696 " </PropertyWidgetDecorator>\n"
5697 " </Hints>\n"
5698 " </DoubleVectorProperty>\n"
5699 " <DoubleVectorProperty name=\"HdrMax\"\n"
5700 " label=\"HdrMax\"\n"
5701 " default_values=\"11.0785\"\n"
5702 " number_of_elements=\"1\"\n"
5703 " panel_visibility=\"advanced\">\n"
5704 " <DoubleRangeDomain name=\"range\" min=\"1.0\" max=\"10000.0\" />\n"
5705 " <Documentation>\n"
5706 " Maximum HDR input that is not clipped.\n"
5707 " </Documentation>\n"
5708 " <Hints>\n"
5709 " <!-- Visible if Generic Filmic AND GenericFilmicPresets set to Custom-->\n"
5710 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
5711 " <Expression type=\"and\">\n"
5712 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5713 " mode=\"visibility\"\n"
5714 " property=\"ToneMappingType\"\n"
5715 " value=\"3\" />\n"
5716 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5717 " mode=\"visibility\"\n"
5718 " property=\"GenericFilmicPresets\"\n"
5719 " value=\"0\" />\n"
5720 " </Expression>\n"
5721 " </PropertyWidgetDecorator>\n"
5722 " </Hints>\n"
5723 " </DoubleVectorProperty>\n"
5724 " <IntVectorProperty name=\"UseACES\"\n"
5725 " default_values=\"1\"\n"
5726 " number_of_elements=\"1\"\n"
5727 " panel_visibility=\"advanced\">\n"
5728 " <BooleanDomain name=\"bool\" />\n"
5729 " <Documentation>\n"
5730 " Enable the Academy Color Encoding System (ACES).\n"
5731 " </Documentation>\n"
5732 " <Hints>\n"
5733 " <!-- Visible if Generic Filmic AND GenericFilmicPresets set to Custom-->\n"
5734 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
5735 " <Expression type=\"and\">\n"
5736 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5737 " mode=\"visibility\"\n"
5738 " property=\"ToneMappingType\"\n"
5739 " value=\"3\" />\n"
5740 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5741 " mode=\"visibility\"\n"
5742 " property=\"GenericFilmicPresets\"\n"
5743 " value=\"0\" />\n"
5744 " </Expression>\n"
5745 " </PropertyWidgetDecorator>\n"
5746 " </Hints>\n"
5747 " </IntVectorProperty>\n"
5748 "\n"
5749 " <!-- SSAO -->\n"
5750 " <IntVectorProperty name=\"UseSSAODefaultPresets\"\n"
5751 " label=\"Use Default Presets\"\n"
5752 " default_values=\"1\"\n"
5753 " number_of_elements=\"1\"\n"
5754 " panel_visibility=\"advanced\">\n"
5755 " <BooleanDomain name=\"bool\" />\n"
5756 " <Documentation>\n"
5757 " If enabled, the SSAO radius and bias will be calculated depending on\n"
5758 " the size of the bounding box of the geometry. Disable to manually specify the radius and bias.\n"
5759 " </Documentation>\n"
5760 " </IntVectorProperty>\n"
5761 " <DoubleVectorProperty name=\"Radius\"\n"
5762 " default_values=\"0.5\"\n"
5763 " label=\"SSAO hemisphere radius\"\n"
5764 " panel_visibility=\"advanced\"\n"
5765 " number_of_elements=\"1\">\n"
5766 " <Documentation>\n"
5767 " Set the SSAO hemisphere radius.\n"
5768 " </Documentation>\n"
5769 " <Hints>\n"
5770 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5771 " mode=\"visibility\"\n"
5772 " property=\"UseSSAODefaultPresets\"\n"
5773 " value=\"0\"/>\n"
5774 " </Hints>\n"
5775 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"5.0\" />\n"
5776 " </DoubleVectorProperty>\n"
5777 " <DoubleVectorProperty name=\"Bias\"\n"
5778 " default_values=\"0.01\"\n"
5779 " number_of_elements=\"1\"\n"
5780 " panel_visibility=\"advanced\">\n"
5781 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"1.0\" />\n"
5782 " <Documentation>\n"
5783 " Set the SSAO bias when comparing samples.\n"
5784 " </Documentation>\n"
5785 " <Hints>\n"
5786 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
5787 " mode=\"visibility\"\n"
5788 " property=\"UseSSAODefaultPresets\"\n"
5789 " value=\"0\"/>\n"
5790 " </Hints>\n"
5791 " </DoubleVectorProperty>\n"
5792 " <IntVectorProperty name=\"KernelSize\"\n"
5793 " default_values=\"32\"\n"
5794 " number_of_elements=\"1\"\n"
5795 " panel_visibility=\"advanced\">\n"
5796 " <IntRangeDomain name=\"range\" min=\"0\" max=\"1024\" />\n"
5797 " <Documentation>\n"
5798 " Set the SSAO number of samples.\n"
5799 " </Documentation>\n"
5800 " </IntVectorProperty>\n"
5801 " <IntVectorProperty name=\"Blur\"\n"
5802 " default_values=\"0\"\n"
5803 " number_of_elements=\"1\"\n"
5804 " panel_visibility=\"advanced\">\n"
5805 " <BooleanDomain name=\"bool\" />\n"
5806 " <Documentation>\n"
5807 " Enable or disable the blurring of the ambient occlusion.\n"
5808 " Blurring can help to improve the result if samples number is low.\n"
5809 " </Documentation>\n"
5810 " </IntVectorProperty>\n"
5811 "\n"
5812 " <DoubleVectorProperty name=\"LODThreshold\"\n"
5813 " label=\"LOD Threshold\"\n"
5814 " default_values=\"20.0\"\n"
5815 " number_of_elements=\"1\">\n"
5816 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"102400.0\" />\n"
5817 " <Documentation>\n"
5818 " Set the data size (in megabytes) beyond which to employ decimation,\n"
5819 " if possible, to speed renders when interacting. 0 implies the use of\n"
5820 " decimation for all interactive renders.\n"
5821 " </Documentation>\n"
5822 " </DoubleVectorProperty>\n"
5823 "\n"
5824 " <DoubleVectorProperty name=\"LODResolution\"\n"
5825 " label=\"LOD Resolution\"\n"
5826 " default_values=\"0.5\"\n"
5827 " number_of_elements=\"1\"\n"
5828 " panel_visibility=\"advanced\">\n"
5829 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"1.0\" />\n"
5830 " <Documentation>\n"
5831 " Set the factor used to compute the decimated geometry when employed.\n"
5832 " This affects the size of the grid used for\n"
5833 " quadric clustering. For example, 1.0 implies maximum resolution while 0\n"
5834 " implies minimum resolution.\n"
5835 " </Documentation>\n"
5836 " <Hints>\n"
5837 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
5838 " <Property name=\"UseOutlineForLODRendering\" function=\"boolean_invert\" />\n"
5839 " </PropertyWidgetDecorator>\n"
5840 " </Hints>\n"
5841 " </DoubleVectorProperty>\n"
5842 "\n"
5843 " <DoubleVectorProperty name=\"NonInteractiveRenderDelay\"\n"
5844 " default_values=\"0\"\n"
5845 " number_of_elements=\"1\"\n"
5846 " panel_visibility=\"advanced\">\n"
5847 " <DoubleRangeDomain name=\"range\" min=\"0\" max=\"10\" />\n"
5848 " <Documentation>\n"
5849 " If decimated geometry was used for rendering during interaction, set the delay\n"
5850 " (in seconds) before doing a full resolution render when the interaction\n"
5851 " is finished.\n"
5852 " </Documentation>\n"
5853 " </DoubleVectorProperty>\n"
5854 "\n"
5855 " <IntVectorProperty name=\"UseOutlineForLODRendering\"\n"
5856 " label=\"Use Outline For LOD Rendering\"\n"
5857 " default_values=\"0\"\n"
5858 " number_of_elements=\"1\">\n"
5859 " <BooleanDomain name=\"bool\" />\n"
5860 " <Documentation>\n"
5861 " Use outline, instead of decimated geometry when interacting, if applicable.\n"
5862 " </Documentation>\n"
5863 " </IntVectorProperty>\n"
5864 "\n"
5865 " <DoubleVectorProperty name=\"RemoteRenderThreshold\"\n"
5866 " default_values=\"20.0\"\n"
5867 " number_of_elements=\"1\">\n"
5868 " <DoubleRangeDomain min=\"0\" max=\"102400\" name=\"range\" />\n"
5869 " <Documentation>\n"
5870 " Set the data size (in megabytes) beyond which to render data remotely\n"
5871 " (or in parallel) when connected to parallel rendering capable server. In that case\n"
5872 " the rendered images are delivered to the client. Otherwise, the geometry is delivered\n"
5873 " to the client and rendering happens locally.\n"
5874 " </Documentation>\n"
5875 " </DoubleVectorProperty>\n"
5876 "\n"
5877 " <IntVectorProperty name=\"StillRenderImageReductionFactor\"\n"
5878 " default_values=\"1\"\n"
5879 " number_of_elements=\"1\"\n"
5880 " panel_visibility=\"advanced\" >\n"
5881 " <IntRangeDomain max=\"20\" min=\"1\" name=\"range\" />\n"
5882 " <Documentation>\n"
5883 " Set the sub-sampling factor to use for non-interactive rendering.\n"
5884 " When rendering on large tiles (or multiple tiles),\n"
5885 " sub-sampling will help improve image compositing performance. This has no effect\n"
5886 " if remote/parallel rendering is not being used.\n"
5887 " </Documentation>\n"
5888 " </IntVectorProperty>\n"
5889 "\n"
5890 " <IntVectorProperty name=\"ImageReductionFactor\"\n"
5891 " default_values=\"2\"\n"
5892 " number_of_elements=\"1\"\n"
5893 " panel_visibility=\"advanced\">\n"
5894 " <IntRangeDomain max=\"20\" min=\"1\" name=\"range\" />\n"
5895 " <Documentation>\n"
5896 " To reduce image compositing costs during interactions, set the\n"
5897 " image sub-sampling factor. Set to 1 to not use any subsampling.\n"
5898 " </Documentation>\n"
5899 " </IntVectorProperty>\n"
5900 "\n"
5901 " <StringVectorProperty name=\"CompressorConfig\"\n"
5902 " default_values=\"vtkLZ4Compressor 0 3\"\n"
5903 " number_of_elements=\"1\"\n"
5904 " panel_visibility=\"advanced\"\n"
5905 " panel_widget=\"image_compressor_config\">\n"
5906 " <Documentation>\n"
5907 " Set the compression method used when transferring rendered images from\n"
5908 " the server to the client.\n"
5909 " </Documentation>\n"
5910 " <Hints>\n"
5911 " <SupportsLZ4/>\n"
5912 " </Hints>\n"
5913 " </StringVectorProperty>\n"
5914 "\n"
5915 " <IntVectorProperty name=\"OutlineThreshold\"\n"
5916 " default_values=\"250\"\n"
5917 " number_of_elements=\"1\"\n"
5918 " command=\"SetOutlineThreshold\">\n"
5919 " <IntRangeDomain name=\"range\" min=\"0\" max=\"500\" />\n"
5920 " <Documentation>\n"
5921 " When opening a dataset or creating a new filter that has a number of\n"
5922 " cells greater than this threshold (in millions), use the Outline\n"
5923 " representation by default.\n"
5924 " </Documentation>\n"
5925 " </IntVectorProperty>\n"
5926 "\n"
5927 " <IntVectorProperty name=\"DefaultInteractionMode\"\n"
5928 " command=\"SetDefaultInteractionMode\"\n"
5929 " number_of_elements=\"1\"\n"
5930 " default_values=\"0\"\n"
5931 " panel_visibility=\"advanced\">\n"
5932 " <Documentation>\n"
5933 " When opening a dataset, set the initial interaction mode.\n"
5934 " </Documentation>\n"
5935 " <EnumerationDomain name=\"enum\">\n"
5936 " <Entry text=\"Automatic, based on the first time step\" value=\"0\" />\n"
5937 " <Entry text=\"Always 2D\" value=\"1\" />\n"
5938 " <Entry text=\"Always 3D\" value=\"2\" />\n"
5939 " </EnumerationDomain>\n"
5940 " </IntVectorProperty>\n"
5941 "\n"
5942 " <IntVectorProperty name=\"ShowAnnotation\"\n"
5943 " default_values=\"0\"\n"
5944 " number_of_elements=\"1\"\n"
5945 " panel_visibility=\"advanced\">\n"
5946 " <BooleanDomain name=\"bool\" />\n"
5947 " <Documentation>\n"
5948 " Set whether to see annotation providing advanced debugging and performance\n"
5949 " information about each render.\n"
5950 " </Documentation>\n"
5951 " </IntVectorProperty>\n"
5952 "\n"
5953 " <IntVectorProperty name=\"PointPickingRadius\"\n"
5954 " command=\"SetPointPickingRadius\"\n"
5955 " default_values=\"50\"\n"
5956 " number_of_elements=\"1\"\n"
5957 " panel_visibility=\"advanced\">\n"
5958 " <IntRangeDomain name=\"range\" min=\"0\" max=\"100\" />\n"
5959 " <Documentation>\n"
5960 " Set the radius (in pixels) to include when using *Select Points On*\n"
5961 " to click-and-select a single point on the **Render View**.\n"
5962 " </Documentation>\n"
5963 " </IntVectorProperty>\n"
5964 "\n"
5965 " <IntVectorProperty name=\"DisableIceT\"\n"
5966 " label=\"Disable IceT\"\n"
5967 " command=\"SetDisableIceT\"\n"
5968 " default_values=\"0\"\n"
5969 ;
5970 
5971 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/utilities_remotingviews.xml
5973 " number_of_elements=\"1\"\n"
5974 " panel_visibility=\"advanced\">\n"
5975 " <BooleanDomain name=\"bool\" />\n"
5976 " <Documentation>\n"
5977 " Set to disable IceT (default is unchecked). This is not common and only provided\n"
5978 " for special rendering modes/mappers.\n"
5979 " </Documentation>\n"
5980 " <Hints>\n"
5981 " <RestartRequired />\n"
5982 " </Hints>\n"
5983 " </IntVectorProperty>\n"
5984 "\n"
5985 " <IntVectorProperty name=\"EnableFastPreselection\"\n"
5986 " label=\"Enable fast preselection\"\n"
5987 " command=\"SetEnableFastPreselection\"\n"
5988 " default_values=\"0\"\n"
5989 " number_of_elements=\"1\"\n"
5990 " panel_visibility=\"advanced\">\n"
5991 " <BooleanDomain name=\"bool\" />\n"
5992 " <Documentation>\n"
5993 " Enable fast preselection. When enabled, the preselection is computed using\n"
5994 " the visible geometry. This dramatically improves performance of preselection\n"
5995 " highlighting, especially for big datasets.\n"
5996 " </Documentation>\n"
5997 " </IntVectorProperty>\n"
5998 "\n"
5999 " <PropertyGroup label=\"Geometry Mapper Options\">\n"
6000 " <Property name=\"ResolveCoincidentTopology\" />\n"
6001 " <Property name=\"PolygonOffsetParameters\" />\n"
6002 " <Property name=\"ZShift\" />\n"
6003 " </PropertyGroup>\n"
6004 "\n"
6005 " <PropertyGroup label=\"Translucent Rendering Options\">\n"
6006 " <Property name=\"DepthPeeling\" />\n"
6007 " <Property name=\"MaximumNumberOfPeels\" />\n"
6008 " </PropertyGroup>\n"
6009 "\n"
6010 " <PropertyGroup label=\"Antialiasing Options\">\n"
6011 " <Property name=\"UseFXAA\" />\n"
6012 " <Property name=\"FXAARelativeContrastThreshold\" />\n"
6013 " <Property name=\"FXAAHardContrastThreshold\" />\n"
6014 " <Property name=\"FXAASubpixelBlendLimit\" />\n"
6015 " <Property name=\"FXAASubpixelContrastThreshold\" />\n"
6016 " <Property name=\"FXAAUseHighQualityEndpoints\" />\n"
6017 " <Property name=\"FXAAEndpointSearchIterations\" />\n"
6018 " </PropertyGroup>\n"
6019 "\n"
6020 " <PropertyGroup label=\"Tone Mapping Options\">\n"
6021 " <Property name=\"ToneMappingType\" />\n"
6022 " <Property name=\"GenericFilmicPresets\" />\n"
6023 " <Property name=\"Contrast\" />\n"
6024 " <Property name=\"Shoulder\" />\n"
6025 " <Property name=\"MidIn\" />\n"
6026 " <Property name=\"MidOut\" />\n"
6027 " <Property name=\"HdrMax\" />\n"
6028 " <Property name=\"UseACES\" />\n"
6029 " </PropertyGroup>\n"
6030 "\n"
6031 " <PropertyGroup label=\"Ambient Occlusion Options\">\n"
6032 " <Property name=\"UseSSAODefaultPresets\" />\n"
6033 " <Property name=\"Radius\" />\n"
6034 " <Property name=\"KernelSize\" />\n"
6035 " <Property name=\"Bias\" />\n"
6036 " <Property name=\"Blur\" />\n"
6037 " </PropertyGroup>\n"
6038 "\n"
6039 " <PropertyGroup label=\"Interactive Rendering Options\">\n"
6040 " <Property name=\"LODThreshold\" />\n"
6041 " <Property name=\"LODResolution\" />\n"
6042 " <Property name=\"NonInteractiveRenderDelay\" />\n"
6043 " <Property name=\"UseOutlineForLODRendering\" />\n"
6044 " </PropertyGroup>\n"
6045 "\n"
6046 " <PropertyGroup label=\"Remote/Parallel Rendering Options\">\n"
6047 " <Property name=\"RemoteRenderThreshold\" />\n"
6048 " <Property name=\"StillRenderImageReductionFactor\" />\n"
6049 " </PropertyGroup>\n"
6050 "\n"
6051 " <PropertyGroup label=\"Client/Server Rendering Options\">\n"
6052 " <Property name=\"ImageReductionFactor\" />\n"
6053 " <Property name=\"CompressorConfig\" />\n"
6054 " </PropertyGroup>\n"
6055 "\n"
6056 " <PropertyGroup label=\"Miscellaneous\">\n"
6057 " <Property name=\"OutlineThreshold\" />\n"
6058 " <Property name=\"DefaultInteractionMode\" />\n"
6059 " <Property name=\"ShowAnnotation\" />\n"
6060 " <Property name=\"PointPickingRadius\" />\n"
6061 " <Property name=\"DisableIceT\" />\n"
6062 " </PropertyGroup>\n"
6063 " <Hints>\n"
6064 " <UseDocumentationForLabels />\n"
6065 " </Hints>\n"
6066 " </SettingsProxy>\n"
6067 "\n"
6068 " <!-- ================================================================== -->\n"
6069 " <SettingsProxy name=\"RenderViewInteractionSettings\" label=\"Camera\"\n"
6070 " processes=\"client|dataserver|renderserver\">\n"
6071 " <IntVectorProperty name=\"Camera3DManipulators\"\n"
6072 " label=\"Camera 3D Manipulators\"\n"
6073 " number_of_elements=\"9\"\n"
6074 " default_values=\"4 1 2 3 4 1 2 4 6\"\n"
6075 " panel_widget=\"camera_manipulator\">\n"
6076 " <!-- For now, we are marking this property is_internal so that it won't\n"
6077 " get saved in state files. -->\n"
6078 " <Documentation>\n"
6079 " Select how interactions are mapped to camera movements when in 3D interaction mode.\n"
6080 " </Documentation>\n"
6081 " <EnumerationDomain name=\"enum\">\n"
6082 " <Entry text=\"None\" value=\"0\" />\n"
6083 " <Entry text=\"Pan\" value=\"1\" />\n"
6084 " <Entry text=\"Zoom\" value=\"2\" />\n"
6085 " <Entry text=\"Roll\" value=\"3\" />\n"
6086 " <Entry text=\"Rotate\" value=\"4\" />\n"
6087 " <Entry text=\"Multi-Rotate\" value=\"5\" />\n"
6088 " <Entry text=\"ZoomToMouse\" value=\"6\" />\n"
6089 " </EnumerationDomain>\n"
6090 " </IntVectorProperty>\n"
6091 " <DoubleVectorProperty command=\"SetCamera3DMouseWheelMotionFactor\"\n"
6092 " default_values=\"1\"\n"
6093 " name=\"Camera3DMouseWheelMotionFactor\"\n"
6094 " label=\"3D Mouse Wheel Factor\"\n"
6095 " number_of_elements=\"1\">\n"
6096 " <DoubleRangeDomain max=\"10\"\n"
6097 " min=\"0\"\n"
6098 " name=\"range\"\n"
6099 " resolution=\"1000\" />\n"
6100 " <Documentation>Set the wheel motion factor for 3D interaction.</Documentation>\n"
6101 " </DoubleVectorProperty>\n"
6102 " <IntVectorProperty name=\"Camera2DManipulators\"\n"
6103 " label=\"Camera 2D Manipulators\"\n"
6104 " number_of_elements=\"9\"\n"
6105 " default_values=\"1 3 2 2 2 6 3 1 4\"\n"
6106 " panel_widget=\"camera_manipulator\">\n"
6107 " <!-- For now, we are marking this property is_internal so that it won't\n"
6108 " get saved in state files. -->\n"
6109 " <Documentation>\n"
6110 " Select how interactions are mapped to camera movements when in 2D interaction mode.\n"
6111 " </Documentation>\n"
6112 " <EnumerationDomain name=\"enum\">\n"
6113 " <Entry text=\"None\" value=\"0\" />\n"
6114 " <Entry text=\"Pan\" value=\"1\" />\n"
6115 " <Entry text=\"Zoom\" value=\"2\" />\n"
6116 " <Entry text=\"Roll\" value=\"3\" />\n"
6117 " <Entry text=\"Rotate\" value=\"4\" />\n"
6118 " <Entry text=\"ZoomToMouse\" value=\"6\" />\n"
6119 " </EnumerationDomain>\n"
6120 " </IntVectorProperty>\n"
6121 " <DoubleVectorProperty command=\"SetCamera2DMouseWheelMotionFactor\"\n"
6122 " default_values=\"1\"\n"
6123 " name=\"Camera2DMouseWheelMotionFactor\"\n"
6124 " label=\"2D Mouse Wheel Factor\"\n"
6125 " number_of_elements=\"1\">\n"
6126 " <DoubleRangeDomain max=\"10\"\n"
6127 " min=\"0\"\n"
6128 " name=\"range\"\n"
6129 " resolution=\"1000\" />\n"
6130 " <Documentation>Set the wheel motion factor for 2D interaction.</Documentation>\n"
6131 " </DoubleVectorProperty>\n"
6132 " <PropertyGroup label=\"2D Interaction Options\">\n"
6133 " <Property name=\"Camera2DManipulators\" />\n"
6134 " <Property name=\"Camera2DMouseWheelMotionFactor\" />\n"
6135 " </PropertyGroup>\n"
6136 " <PropertyGroup label=\"3D Interaction Options\">\n"
6137 " <Property name=\"Camera3DManipulators\" />\n"
6138 " <Property name=\"Camera3DMouseWheelMotionFactor\" />\n"
6139 " </PropertyGroup>\n"
6140 " <Hints>\n"
6141 " <UseDocumentationForLabels />\n"
6142 " </Hints>\n"
6143 " </SettingsProxy>\n"
6144 "\n"
6145 " <!-- ================================================================== -->\n"
6146 " <SettingsProxy name=\"RepresentedArrayListSettings\"\n"
6147 " label=\"Color Arrays\"\n"
6148 " processes=\"client\"\n"
6149 " class=\"vtkPVRepresentedArrayListSettings\">\n"
6150 " <StringVectorProperty command=\"SetFilterExpression\"\n"
6151 " name=\"FilterExpressions\"\n"
6152 " label=\"Filter Expressions\"\n"
6153 " number_of_elements_per_command=\"1\"\n"
6154 " repeat_command=\"1\"\n"
6155 " set_number_command=\"SetNumberOfFilterExpressions\"\n"
6156 " use_index=\"1\">\n"
6157 " <Documentation>\n"
6158 " List of expressions used to filter out arrays you do not want to display in the color array list.\n"
6159 " </Documentation>\n"
6160 " <!--<StringListDomain name=\"blah\">\n"
6161 " </StringListDomain>-->\n"
6162 " </StringVectorProperty>\n"
6163 " <Hints>\n"
6164 " <UseDocumentationForLabels />\n"
6165 " </Hints>\n"
6166 " </SettingsProxy>\n"
6167 "\n"
6168 " <!-- ================================================================== -->\n"
6169 " <SettingsProxy name=\"ColorPalette\" label=\"Color Palette\" serializable=\"1\">\n"
6170 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
6171 " label=\"Surface\"\n"
6172 " name=\"SurfaceColor\"\n"
6173 " number_of_elements=\"3\"\n"
6174 " panel_widget=\"color_selector\">\n"
6175 " <DoubleRangeDomain max=\"1 1 1\"\n"
6176 " min=\"0 0 0\"\n"
6177 " name=\"range\" />\n"
6178 " <Documentation>Color used when solid coloring surfaces and faces.</Documentation>\n"
6179 " </DoubleVectorProperty>\n"
6180 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
6181 " label=\"Foreground\"\n"
6182 " name=\"ForegroundColor\"\n"
6183 " number_of_elements=\"3\"\n"
6184 " panel_widget=\"color_selector\">\n"
6185 " <DoubleRangeDomain max=\"1 1 1\"\n"
6186 " min=\"0 0 0\"\n"
6187 " name=\"range\" />\n"
6188 " <Documentation>Color used for rendering elements like wireframes, points.</Documentation>\n"
6189 " </DoubleVectorProperty>\n"
6190 " <DoubleVectorProperty default_values=\"0.0 0.0 0.5\"\n"
6191 " label=\"Edges\"\n"
6192 " name=\"EdgeColor\"\n"
6193 " number_of_elements=\"3\"\n"
6194 " panel_widget=\"color_selector\">\n"
6195 " <DoubleRangeDomain max=\"1 1 1\"\n"
6196 " min=\"0 0 0\"\n"
6197 " name=\"range\" />\n"
6198 " <Documentation>\n"
6199 " Color used for the edges when using 'Surface With Edges' representation.\n"
6200 " </Documentation>\n"
6201 " </DoubleVectorProperty>\n"
6202 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
6203 " label=\"Text\"\n"
6204 " name=\"TextAnnotationColor\"\n"
6205 " number_of_elements=\"3\"\n"
6206 " panel_widget=\"color_selector\">\n"
6207 " <DoubleRangeDomain max=\"1 1 1\"\n"
6208 " min=\"0 0 0\"\n"
6209 " name=\"range\" />\n"
6210 " <Documentation>Color used for text and other annotations.</Documentation>\n"
6211 " </DoubleVectorProperty>\n"
6212 " <DoubleVectorProperty default_values=\"1.0 0.0 1.0\"\n"
6213 " label=\"Selection\"\n"
6214 " name=\"SelectionColor\"\n"
6215 " number_of_elements=\"3\"\n"
6216 " panel_widget=\"color_selector\">\n"
6217 " <DoubleRangeDomain max=\"1 1 1\"\n"
6218 " min=\"0 0 0\"\n"
6219 " name=\"range\" />\n"
6220 " <Documentation>Color used for showing selected\n"
6221 " cells/points.</Documentation>\n"
6222 " </DoubleVectorProperty>\n"
6223 " <DoubleVectorProperty default_values=\"0.5 0.0 1.0\"\n"
6224 " label=\"Interactive Selection\"\n"
6225 " name=\"InteractiveSelectionColor\"\n"
6226 " number_of_elements=\"3\"\n"
6227 " panel_widget=\"color_selector\">\n"
6228 " <DoubleRangeDomain max=\"1 1 1\"\n"
6229 " min=\"0 0 0\"\n"
6230 " name=\"range\" />\n"
6231 " <Documentation>Color used for showing interactive selection.</Documentation>\n"
6232 " </DoubleVectorProperty>\n"
6233 " <DoubleVectorProperty default_values=\"0.0 1.0 0.0\"\n"
6234 " label=\"Interactive Widget\"\n"
6235 " name=\"InteractiveWidgetColor\"\n"
6236 " number_of_elements=\"3\"\n"
6237 " panel_widget=\"color_selector\">\n"
6238 " <DoubleRangeDomain max=\"1 1 1\"\n"
6239 " min=\"0 0 0\"\n"
6240 " name=\"range\" />\n"
6241 " <Documentation>Color used for showing interactive widget.</Documentation>\n"
6242 " </DoubleVectorProperty>\n"
6243 " <IntVectorProperty name=\"UseGradientBackground\"\n"
6244 " label=\"Use Gradient Background\"\n"
6245 " number_of_elements=\"1\"\n"
6246 " default_values=\"0\">\n"
6247 " <BooleanDomain name=\"bool\" />\n"
6248 " <Documentation>\n"
6249 " Enable gradient background.\n"
6250 " </Documentation>\n"
6251 " </IntVectorProperty>\n"
6252 " <DoubleVectorProperty default_values=\"0.32 0.34 0.43\"\n"
6253 " label=\"Background\"\n"
6254 " name=\"BackgroundColor\"\n"
6255 " number_of_elements=\"3\"\n"
6256 " panel_widget=\"color_selector\">\n"
6257 " <DoubleRangeDomain max=\"1 1 1\"\n"
6258 " min=\"0 0 0\"\n"
6259 " name=\"range\" />\n"
6260 " <Documentation>Color used as background for the view.</Documentation>\n"
6261 " </DoubleVectorProperty>\n"
6262 " <DoubleVectorProperty default_values=\"0.32 0.34 0.43\"\n"
6263 " label=\"Background 2\"\n"
6264 " name=\"BackgroundColor2\"\n"
6265 " number_of_elements=\"3\"\n"
6266 " panel_widget=\"color_selector\">\n"
6267 " <DoubleRangeDomain max=\"1 1 1\"\n"
6268 " min=\"0 0 0\"\n"
6269 " name=\"range\" />\n"
6270 " <Documentation>Color used as the 2nd color for gradient backgrounds.</Documentation>\n"
6271 " <Hints>\n"
6272 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
6273 " <Property name=\"UseGradientBackground\" function=\"boolean\" />\n"
6274 " </PropertyWidgetDecorator>\n"
6275 " </Hints>\n"
6276 " </DoubleVectorProperty>\n"
6277 "\n"
6278 " <PropertyGroup label=\"Selection\">\n"
6279 " <Property name=\"SelectionColor\" />\n"
6280 " <Property name=\"InteractiveSelectionColor\" />\n"
6281 " </PropertyGroup>\n"
6282 "\n"
6283 " <PropertyGroup label=\"Background\">\n"
6284 " <Property name=\"UseGradientBackground\" />\n"
6285 " <Property name=\"BackgroundColor\" />\n"
6286 " <Property name=\"BackgroundColor2\" />\n"
6287 " </PropertyGroup>\n"
6288 "\n"
6289 " <Property name=\"LoadPalette\"\n"
6290 " panel_widget=\"color_palette_selector\">\n"
6291 " <Documentation>\n"
6292 " You can explicitly set the colors in the application's color palette\n"
6293 " above or you can load one of the predefined color palettes to\n"
6294 " initialize the active palette.\n"
6295 " </Documentation>\n"
6296 " </Property>\n"
6297 " <Hints>\n"
6298 " <UseDocumentationForLabels />\n"
6299 " </Hints>\n"
6300 " <!-- End of ColorPalette -->\n"
6301 ;
6302 
6303 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/utilities_remotingviews.xml
6305 " </SettingsProxy>\n"
6306 " <!-- end of \"settings\" -->\n"
6307 " </ProxyGroup>\n"
6308 "\n"
6309 " <!-- ==================================================================== -->\n"
6310 " <ProxyGroup name=\"lookup_tables\">\n"
6311 "\n"
6312 " <!-- ================================================================== -->\n"
6313 " <TransferFunctionProxy class=\"vtkPVDiscretizableColorTransferFunction\"\n"
6314 " name=\"PVLookupTable\"\n"
6315 " post_push=\"Build\"\n"
6316 " processes=\"dataserver|renderserver|client\">\n"
6317 " <IntVectorProperty default_values=\"0\"\n"
6318 " name=\"AutomaticRescaleRangeMode\"\n"
6319 " number_of_elements=\"1\">\n"
6320 " <EnumerationDomain name=\"enum\">\n"
6321 " <Entry value=\"-1\" text=\"Never\"/>\n"
6322 " <Entry value=\"0\" text=\"Grow and update on 'Apply'\"/>\n"
6323 " <Entry value=\"1\" text=\"Grow and update every timestep\"/>\n"
6324 " <Entry value=\"2\" text=\"Update on 'Apply'\"/>\n"
6325 " <Entry value=\"3\" text=\"Clamp and update every timestep\"/>\n"
6326 " </EnumerationDomain>\n"
6327 " <Documentation>\n"
6328 " Choose whether and how to automatically rescale the color map range.\n"
6329 " \"Never\" means the color map range will never be changed.\n"
6330 " \"Grow and update on 'Apply'\" will expand the range to contain the\n"
6331 " union of the current range and the range of the current data source.\n"
6332 " \"Grow and update every timestep\" will expand the range to contain\n"
6333 " the union of the current range and the range of the current data source\n"
6334 " when the timestep is changed. \"Clamp and update every timestep\" will\n"
6335 " update the color map range to the current source data range.\n"
6336 " </Documentation>\n"
6337 " </IntVectorProperty>\n"
6338 " <IntVectorProperty name=\"IndexedLookup\"\n"
6339 " command=\"SetIndexedLookup\"\n"
6340 " default_values=\"0\"\n"
6341 " number_of_elements=\"1\"\n"
6342 " label=\"Interpret Values As Categories\">\n"
6343 " <BooleanDomain name=\"bool\" />\n"
6344 " <Documentation>\n"
6345 " When enabled, the color transfer function switches to indexed-lookup\n"
6346 " (categorical colors) mode.\n"
6347 " </Documentation>\n"
6348 " </IntVectorProperty>\n"
6349 "\n"
6350 " <IntVectorProperty default_values=\"0\"\n"
6351 " name=\"AnnotationsInitialized\"\n"
6352 " number_of_elements=\"1\"\n"
6353 " panel_visibility=\"never\" >\n"
6354 " <Documentation>\n"
6355 " Set to 1 to indicate that the annotations have been initialized.\n"
6356 " </Documentation>\n"
6357 " <BooleanDomain name=\"bool\" />\n"
6358 " </IntVectorProperty>\n"
6359 "\n"
6360 " <IntVectorProperty name=\"ShowIndexedColorActiveValues\"\n"
6361 " command=\"SetUseActiveValues\"\n"
6362 " default_values=\"0\"\n"
6363 " number_of_elements=\"1\"\n"
6364 " label=\"Show Categorical Colors in Data Range Only\"\n"
6365 " panel_visibility=\"advanced\">\n"
6366 " <BooleanDomain name=\"bool\" />\n"
6367 " <Hints>\n"
6368 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
6369 " <Property name=\"IndexedLookup\" />\n"
6370 " </PropertyWidgetDecorator>\n"
6371 " </Hints>\n"
6372 " <Documentation>\n"
6373 " When interpreting values as categories, enabling this\n"
6374 " option results in the display of only the 'active'\n"
6375 " categorical colors for values in the data range, i.e.,\n"
6376 " values that exist in the source. You may need to click the\n"
6377 " 'Rescale to Data Range' button to update the active values\n"
6378 " that are displayed.\n"
6379 " </Documentation>\n"
6380 " </IntVectorProperty>\n"
6381 "\n"
6382 " <IntVectorProperty name=\"RescaleOnVisibilityChange\"\n"
6383 " default_values=\"0\"\n"
6384 " number_of_elements=\"1\">\n"
6385 " <BooleanDomain name=\"bool\"/>\n"
6386 " <Documentation>\n"
6387 " Flag indicating whether the color map data range should be\n"
6388 " updated when a representation's visibility changes.\n"
6389 " </Documentation>\n"
6390 " </IntVectorProperty>\n"
6391 "\n"
6392 " <IntVectorProperty name=\"EnableOpacityMapping\"\n"
6393 " command=\"SetEnableOpacityMapping\"\n"
6394 " number_of_elements=\"1\"\n"
6395 " default_values=\"0\">\n"
6396 " <BooleanDomain name=\"bool\" />\n"
6397 " <Documentation>\n"
6398 " When enabled, the opacity transfer function is used for\n"
6399 " rendering, if applicable.\n"
6400 " </Documentation>\n"
6401 " </IntVectorProperty>\n"
6402 "\n"
6403 " <ProxyProperty name=\"ScalarOpacityFunction\"\n"
6404 " command=\"SetScalarOpacityFunction\">\n"
6405 " <Hints>\n"
6406 " <!-- when resetting to XML defaults, we don't want this property to\n"
6407 " get reset. This is managed explicitly. So let's just skip this\n"
6408 " from the default mechanism -->\n"
6409 " <NoDefault />\n"
6410 " </Hints>\n"
6411 " </ProxyProperty>\n"
6412 "\n"
6413 " <DoubleVectorProperty clean_command=\"RemoveAllPoints\"\n"
6414 " command=\"AddRGBPoint\"\n"
6415 " name=\"RGBPoints\"\n"
6416 " number_of_elements_per_command=\"4\"\n"
6417 " repeat_command=\"1\"\n"
6418 " number_of_elements=\"12\"\n"
6419 " default_values=\"0 0.231373 0.298039 0.752941 0.5 0.865003 0.865003 0.865003 1 0.705882 0.0156863 0.14902\">\n"
6420 " <Documentation>\n"
6421 " Specify the control points that form the color-transfer-function. These are\n"
6422 " a list of 4-tuples of the form (x, r, g, b) where x is the data value,\n"
6423 " and r,g,b are three color components in the range [0,1].\n"
6424 " </Documentation>\n"
6425 " </DoubleVectorProperty>\n"
6426 " <IntVectorProperty command=\"SetUseLogScale\"\n"
6427 " default_values=\"0\"\n"
6428 " name=\"UseLogScale\"\n"
6429 " number_of_elements=\"1\">\n"
6430 " <BooleanDomain name=\"bool\" />\n"
6431 " </IntVectorProperty>\n"
6432 " <IntVectorProperty\n"
6433 " default_values=\"0\"\n"
6434 " name=\"UseOpacityControlPointsFreehandDrawing\"\n"
6435 " number_of_elements=\"1\">\n"
6436 " <BooleanDomain name=\"bool\" />\n"
6437 " <Documentation> Proxy only property used by the ColorOpacityWidget to know if freehand drawing should be used\n"
6438 " </Documentation>\n"
6439 " </IntVectorProperty>\n"
6440 " <IntVectorProperty default_values=\"0\"\n"
6441 " name=\"ShowDataHistogram\"\n"
6442 " number_of_elements=\"1\">\n"
6443 " <BooleanDomain name=\"bool\" />\n"
6444 " <Documentation> Proxy only property used by the ColorOpacityWidget to know if the data histogram should be shown\n"
6445 " </Documentation>\n"
6446 " </IntVectorProperty>\n"
6447 " <IntVectorProperty default_values=\"0\"\n"
6448 " name=\"AutomaticDataHistogramComputation\"\n"
6449 " number_of_elements=\"1\">\n"
6450 " <BooleanDomain name=\"bool\" />\n"
6451 " <Documentation> Proxy only property used by the ColorOpacityWidget to know if the data histogram should be automatically computed\n"
6452 " </Documentation>\n"
6453 " </IntVectorProperty>\n"
6454 " <IntVectorProperty default_values=\"10\"\n"
6455 " name=\"DataHistogramNumberOfBins\"\n"
6456 " number_of_elements=\"1\">\n"
6457 " <Documentation> Proxy only property used by the ColorOpacityWidget to know the number of bin to use to compute the data histogram\n"
6458 " </Documentation>\n"
6459 " </IntVectorProperty>\n"
6460 " <IntVectorProperty command=\"SetColorSpace\"\n"
6461 " default_values=\"3\"\n"
6462 " name=\"ColorSpace\"\n"
6463 " number_of_elements=\"1\">\n"
6464 " <EnumerationDomain name=\"enum\">\n"
6465 " <Entry text=\"RGB\" value=\"0\" />\n"
6466 " <Entry text=\"HSV\" value=\"1\" />\n"
6467 " <Entry text=\"Lab\" value=\"2\" />\n"
6468 " <Entry text=\"Diverging\" value=\"3\" />\n"
6469 " <Entry text=\"Lab/CIEDE2000\" value=\"4\" />\n"
6470 " <Entry text=\"Step\" value=\"5\" />\n"
6471 " </EnumerationDomain>\n"
6472 " <Documentation>\n"
6473 " The color space used for interpolation: RGB, HSV, Lab (CIELAB), or\n"
6474 " Diverging. In HSV mode, if HSVWrap is on, it will take the shortest\n"
6475 " path in Hue (going back through 0 if that is the shortest way around\n"
6476 " the hue circle) whereas if HSVWrap is off it will not go through 0\n"
6477 " (in order the match the current functionality of vtkLookupTable).\n"
6478 " Diverging is a special mode where colors will pass through white when\n"
6479 " interpolating between two saturated colors.\n"
6480 " In Lab/CIEDE2000 mode, it will take the shortest path in the Lab color\n"
6481 " space with respect to the CIE Delta E 2000 color distance measure.\n"
6482 " In Step mode, the color of an interval is the color of the second point\n"
6483 " of the interval.\n"
6484 " </Documentation>\n"
6485 " </IntVectorProperty>\n"
6486 " <IntVectorProperty command=\"SetUseBelowRangeColor\"\n"
6487 " default_values=\"0\"\n"
6488 " name=\"UseBelowRangeColor\"\n"
6489 " number_of_elements=\"1\"\n"
6490 " panel_visibility=\"advanced\" >\n"
6491 " <BooleanDomain name=\"bool\" />\n"
6492 " <Documentation>\n"
6493 " Use special color to use when a data value is below the range of the color map.\n"
6494 " </Documentation>\n"
6495 " </IntVectorProperty>\n"
6496 " <DoubleVectorProperty command=\"SetBelowRangeColor\"\n"
6497 " default_values=\"0 0 0\"\n"
6498 " name=\"BelowRangeColor\"\n"
6499 " number_of_elements=\"3\"\n"
6500 " panel_widget=\"color_selector\"\n"
6501 " panel_visibility=\"advanced\" >\n"
6502 " <Documentation>\n"
6503 " Set the color to use when a data value is below the range of the color map.\n"
6504 " </Documentation>\n"
6505 " <Hints>\n"
6506 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
6507 " <Property name=\"UseBelowRangeColor\" />\n"
6508 " </PropertyWidgetDecorator>\n"
6509 " </Hints>\n"
6510 " </DoubleVectorProperty>\n"
6511 " <IntVectorProperty command=\"SetUseAboveRangeColor\"\n"
6512 " default_values=\"0\"\n"
6513 " name=\"UseAboveRangeColor\"\n"
6514 " number_of_elements=\"1\"\n"
6515 " panel_visibility=\"advanced\" >\n"
6516 " <BooleanDomain name=\"bool\" />\n"
6517 " <Documentation>\n"
6518 " Use special color to use when a data value is above the range of the color map.\n"
6519 " </Documentation>\n"
6520 " </IntVectorProperty>\n"
6521 " <DoubleVectorProperty command=\"SetAboveRangeColor\"\n"
6522 " default_values=\"0.5 0.5 0.5\"\n"
6523 " name=\"AboveRangeColor\"\n"
6524 " number_of_elements=\"3\"\n"
6525 " panel_widget=\"color_selector\"\n"
6526 " panel_visibility=\"advanced\" >\n"
6527 " <Documentation>\n"
6528 " Set the color to use when a data value is above the range of the color map.\n"
6529 " </Documentation>\n"
6530 " <Hints>\n"
6531 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
6532 " <Property name=\"UseAboveRangeColor\" />\n"
6533 " </PropertyWidgetDecorator>\n"
6534 " </Hints>\n"
6535 " </DoubleVectorProperty>\n"
6536 " <DoubleVectorProperty command=\"SetNanColor\"\n"
6537 " default_values=\"1 1 0\"\n"
6538 " name=\"NanColor\"\n"
6539 " number_of_elements=\"3\"\n"
6540 " panel_widget=\"color_selector\" >\n"
6541 " <Documentation>\n"
6542 " Set the color to use when NaN (not-a-number) is encountered.\n"
6543 " </Documentation>\n"
6544 " </DoubleVectorProperty>\n"
6545 "\n"
6546 " <DoubleVectorProperty command=\"SetNanOpacity\"\n"
6547 " default_values=\"1\"\n"
6548 " name=\"NanOpacity\"\n"
6549 " number_of_elements=\"1\" >\n"
6550 " <DoubleRangeDomain min=\"0\" max=\"1\" name=\"range\" />\n"
6551 " <Documentation>\n"
6552 " Set the opacity to use when NaN (not-a-number) is encountered.\n"
6553 " </Documentation>\n"
6554 " </DoubleVectorProperty>\n"
6555 "\n"
6556 " <IntVectorProperty command=\"SetDiscretize\"\n"
6557 " default_values=\"1\"\n"
6558 " name=\"Discretize\"\n"
6559 " number_of_elements=\"1\" >\n"
6560 " <BooleanDomain name=\"bool\" />\n"
6561 " <Documentation>\n"
6562 " When set, the color transfer function will comprise of discrete colors\n"
6563 " with number of discrete colors specified using NumberOfTableValues.\n"
6564 " </Documentation>\n"
6565 " </IntVectorProperty>\n"
6566 " <IntVectorProperty command=\"SetNumberOfValues\"\n"
6567 " default_values=\"256\"\n"
6568 " name=\"NumberOfTableValues\"\n"
6569 " number_of_elements=\"1\" >\n"
6570 " <IntRangeDomain min=\"1\" max=\"1024\" name=\"range\" />\n"
6571 " <Documentation>\n"
6572 " When Discretize is set, this specifies the number of discrete colors\n"
6573 " that must be present in the transfer function.\n"
6574 " </Documentation>\n"
6575 " <Hints>\n"
6576 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
6577 " <Property name=\"Discretize\" function=\"boolean\" index=\"0\" />\n"
6578 " </PropertyWidgetDecorator>\n"
6579 " </Hints>\n"
6580 " </IntVectorProperty>\n"
6581 "\n"
6582 " <DoubleVectorProperty default_values=\"0\"\n"
6583 " name=\"ScalarRangeInitialized\"\n"
6584 " number_of_elements=\"1\"\n"
6585 " panel_visibility=\"never\" >\n"
6586 " <Documentation>\n"
6587 " Set to 1 to indicate that the scalar range has been initialized.\n"
6588 " </Documentation>\n"
6589 " <BooleanDomain name=\"bool\" />\n"
6590 " </DoubleVectorProperty>\n"
6591 " <IntVectorProperty command=\"SetHSVWrap\"\n"
6592 " default_values=\"0\"\n"
6593 " name=\"HSVWrap\"\n"
6594 " number_of_elements=\"1\"\n"
6595 " panel_visibility=\"never\" >\n"
6596 " <!-- FIXME: need to add \"Wrapped HSV\" as a color-space type instead -->\n"
6597 " <BooleanDomain name=\"bool\" />\n"
6598 " </IntVectorProperty>\n"
6599 " <Property command=\"Build\" name=\"Build\" panel_visibility=\"never\" />\n"
6600 " <IntVectorProperty command=\"SetVectorComponent\"\n"
6601 " default_values=\"0\"\n"
6602 " name=\"VectorComponent\"\n"
6603 " number_of_elements=\"1\"\n"
6604 " panel_visibility=\"never\" >\n"
6605 " <IntRangeDomain name=\"range\" />\n"
6606 " </IntVectorProperty>\n"
6607 " <IntVectorProperty command=\"SetVectorMode\"\n"
6608 " default_values=\"0\"\n"
6609 " name=\"VectorMode\"\n"
6610 " number_of_elements=\"1\"\n"
6611 " panel_visibility=\"never\" >\n"
6612 " <EnumerationDomain name=\"enum\">\n"
6613 " <Entry text=\"Magnitude\" value=\"0\" />\n"
6614 " <Entry text=\"Component\" value=\"1\" />\n"
6615 ;
6616 
6617 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/utilities_remotingviews.xml
6619 " </EnumerationDomain>\n"
6620 " </IntVectorProperty>\n"
6621 " <IntVectorProperty command=\"SetAllowDuplicateScalars\"\n"
6622 " default_values=\"1\"\n"
6623 " name=\"AllowDuplicateScalars\"\n"
6624 " number_of_elements=\"1\"\n"
6625 " panel_visibility=\"never\" >\n"
6626 " <BooleanDomain name=\"bool\" />\n"
6627 " </IntVectorProperty>\n"
6628 "\n"
6629 " <StringVectorProperty name=\"Annotations\"\n"
6630 " clean_command=\"ResetAnnotationsInFullSet\"\n"
6631 " command=\"SetAnnotationInFullSet\"\n"
6632 " element_types=\"2 2\"\n"
6633 " number_of_elements_per_command=\"2\"\n"
6634 " repeat_command=\"1\">\n"
6635 " <Documentation>\n"
6636 " Specify annotations.\n"
6637 " </Documentation>\n"
6638 " </StringVectorProperty>\n"
6639 "\n"
6640 " <StringVectorProperty name=\"ActiveAnnotatedValues\"\n"
6641 " clean_command=\"ResetActiveAnnotatedValues\"\n"
6642 " command=\"SetActiveAnnotatedValue\"\n"
6643 " element_types=\"2\"\n"
6644 " number_of_elements_per_command=\"1\"\n"
6645 " repeat_command=\"1\"\n"
6646 " panel_visibility=\"never\">\n"
6647 " <Documentation>\n"
6648 " Specify active annotations.\n"
6649 " </Documentation>\n"
6650 " </StringVectorProperty>\n"
6651 "\n"
6652 " <DoubleVectorProperty name=\"IndexedColors\"\n"
6653 " command=\"SetIndexedColorInFullSet\"\n"
6654 " number_of_elements_per_command=\"3\"\n"
6655 " repeat_command=\"1\"\n"
6656 " set_number_command=\"SetNumberOfIndexedColorsInFullSet\"\n"
6657 " use_index=\"1\"\n"
6658 " panel_visibility=\"advanced\">\n"
6659 " <Documentation>\n"
6660 " Colors used when using IndexedLookup is true.\n"
6661 " </Documentation>\n"
6662 " </DoubleVectorProperty>\n"
6663 "\n"
6664 " <DoubleVectorProperty name=\"IndexedOpacities\"\n"
6665 " command=\"SetIndexedOpacityInFullSet\"\n"
6666 " number_of_elements_per_command=\"1\"\n"
6667 " repeat_command=\"1\"\n"
6668 " set_number_command=\"SetNumberOfIndexedOpacitiesInFullSet\"\n"
6669 " use_index=\"1\"\n"
6670 " panel_visibility=\"never\">\n"
6671 " <Documentation>\n"
6672 " Opacities used when using IndexedLookup is true.\n"
6673 " </Documentation>\n"
6674 " </DoubleVectorProperty>\n"
6675 "\n"
6676 " <PropertyGroup label=\"Mapping Data\" panel_widget=\"ColorOpacityEditor\">\n"
6677 " <Property name=\"EnableOpacityMapping\" function=\"EnableOpacityMapping\" />\n"
6678 " <Property name=\"RGBPoints\" function=\"XRGBPoints\" />\n"
6679 " <Property name=\"ScalarOpacityFunction\" function=\"ScalarOpacityFunction\" />\n"
6680 " <Property name=\"UseLogScale\" function=\"UseLogScale\" />\n"
6681 " <Property name=\"UseOpacityControlPointsFreehandDrawing\" function=\"UseOpacityControlPointsFreehandDrawing\" />\n"
6682 " <Property name=\"ShowDataHistogram\" function=\"ShowDataHistogram\" />\n"
6683 " <Property name=\"AutomaticDataHistogramComputation\" function=\"AutomaticDataHistogramComputation\" />\n"
6684 " <Property name=\"DataHistogramNumberOfBins\" function=\"DataHistogramNumberOfBins\" />\n"
6685 " </PropertyGroup>\n"
6686 "\n"
6687 " <PropertyGroup label=\"Color Mapping Parameters\">\n"
6688 " <Property name=\"ColorSpace\" />\n"
6689 " <Property name=\"NanColor\" />\n"
6690 " <Property name=\"NanOpacity\" />\n"
6691 " </PropertyGroup>\n"
6692 "\n"
6693 " <PropertyGroup label=\"Color Discretization\">\n"
6694 " <Property name=\"NumberOfTableValues\" />\n"
6695 " <Property name=\"Discretize\" />\n"
6696 " </PropertyGroup>\n"
6697 "\n"
6698 " <PropertyGroup label=\"Annotations\" panel_widget=\"AnnotationsEditor\">\n"
6699 " <Property name=\"Annotations\" />\n"
6700 " <Property name=\"EnableOpacityMapping\" function=\"EnableOpacityMapping\" />\n"
6701 " <Property name=\"IndexedColors\" />\n"
6702 " </PropertyGroup>\n"
6703 "\n"
6704 " <!-- End of PVLookupTable -->\n"
6705 " </TransferFunctionProxy>\n"
6706 "\n"
6707 " <!-- end of \"lookup_tables\" -->\n"
6708 " </ProxyGroup>\n"
6709 "\n"
6710 " <!-- ==================================================================== -->\n"
6711 " <ProxyGroup name=\"transfer_functions\">\n"
6712 "\n"
6713 " <!-- ================================================================== -->\n"
6714 " <TransferFunctionProxy class=\"vtkColorTransferFunction\"\n"
6715 " name=\"ColorTransferFunction\"\n"
6716 " processes=\"client|renderserver|dataserver\">\n"
6717 " <DoubleVectorProperty animateable=\"0\"\n"
6718 " clean_command=\"RemoveAllPoints\"\n"
6719 " command=\"AddRGBPoint\"\n"
6720 " name=\"RGBPoints\"\n"
6721 " number_of_elements_per_command=\"4\"\n"
6722 " repeat_command=\"1\"></DoubleVectorProperty>\n"
6723 " <IntVectorProperty animateable=\"0\"\n"
6724 " command=\"SetColorSpace\"\n"
6725 " default_values=\"0\"\n"
6726 " name=\"ColorSpace\"\n"
6727 " number_of_elements=\"1\">\n"
6728 " <EnumerationDomain name=\"enum\">\n"
6729 " <Entry text=\"RGB\"\n"
6730 " value=\"0\" />\n"
6731 " <Entry text=\"HSV\"\n"
6732 " value=\"1\" />\n"
6733 " <Entry text=\"Lab\"\n"
6734 " value=\"2\" />\n"
6735 " <Entry text=\"Diverging\"\n"
6736 " value=\"3\" />\n"
6737 " <Entry text=\"Lab/CIEDE2000\"\n"
6738 " value=\"4\" />\n"
6739 " <Entry text=\"Step\"\n"
6740 " value=\"5\" />\n"
6741 " </EnumerationDomain>\n"
6742 " </IntVectorProperty>\n"
6743 " <IntVectorProperty animateable=\"0\"\n"
6744 " command=\"SetHSVWrap\"\n"
6745 " default_values=\"0\"\n"
6746 " name=\"HSVWrap\"\n"
6747 " number_of_elements=\"1\">\n"
6748 " <BooleanDomain name=\"bool\" />\n"
6749 " </IntVectorProperty>\n"
6750 " </TransferFunctionProxy>\n"
6751 "\n"
6752 " <!-- end of \"transfer_functions\" -->\n"
6753 " </ProxyGroup>\n"
6754 "\n"
6755 " <!-- ==================================================================== -->\n"
6756 " <ProxyGroup name=\"piecewise_functions\">\n"
6757 " <!-- ================================================================== -->\n"
6758 " <TransferFunctionProxy class=\"vtkPiecewiseFunction\"\n"
6759 " name=\"PiecewiseFunction\"\n"
6760 " processes=\"client|renderserver|dataserver\">\n"
6761 " <DoubleVectorProperty clean_command=\"RemoveAllPoints\"\n"
6762 " command=\"AddPoint\"\n"
6763 " default_values=\"0.0 0.0 0.5 0.0 1.0 1.0 0.5 0.0\"\n"
6764 " name=\"Points\"\n"
6765 " number_of_elements=\"8\"\n"
6766 " number_of_elements_per_command=\"4\"\n"
6767 " repeat_command=\"1\"></DoubleVectorProperty>\n"
6768 " <IntVectorProperty command=\"SetAllowDuplicateScalars\"\n"
6769 " default_values=\"1\"\n"
6770 " name=\"AllowDuplicateScalars\"\n"
6771 " number_of_elements=\"1\"\n"
6772 " panel_visibility=\"never\" >\n"
6773 " <BooleanDomain name=\"bool\" />\n"
6774 " </IntVectorProperty>\n"
6775 " <IntVectorProperty command=\"SetUseLogScale\"\n"
6776 " default_values=\"0\"\n"
6777 " name=\"UseLogScale\"\n"
6778 " number_of_elements=\"1\">\n"
6779 " <BooleanDomain name=\"bool\" />\n"
6780 " </IntVectorProperty>\n"
6781 " <IntVectorProperty default_values=\"0\"\n"
6782 " name=\"ScalarRangeInitialized\"\n"
6783 " number_of_elements=\"1\"\n"
6784 " panel_visibility=\"never\" >\n"
6785 " <Documentation>\n"
6786 " Set to 1 to indicate that the scalar range has been initialized.\n"
6787 " </Documentation>\n"
6788 " <BooleanDomain name=\"bool\" />\n"
6789 " </IntVectorProperty>\n"
6790 " </TransferFunctionProxy>\n"
6791 "\n"
6792 " <!-- end of \"piecewise_functions\" -->\n"
6793 " </ProxyGroup>\n"
6794 "\n"
6795 " <!-- ==================================================================== -->\n"
6796 " <ProxyGroup name=\"annotations\">\n"
6797 "\n"
6798 " <!-- ================================================================== -->\n"
6799 " <Proxy class=\"vtkContext2DScalarBarActor\"\n"
6800 " name=\"ScalarBarActor\" >\n"
6801 " <ProxyProperty command=\"SetLookupTable\"\n"
6802 " name=\"LookupTable\"\n"
6803 " number_of_elements=\"1\">\n"
6804 " <ProxyGroupDomain name=\"groups\">\n"
6805 " <Group name=\"lookup_tables\" />\n"
6806 " </ProxyGroupDomain>\n"
6807 " </ProxyProperty>\n"
6808 " <IntVectorProperty command=\"GetEstimatedNumberOfAnnotations\"\n"
6809 " information_only=\"1\"\n"
6810 " name=\"EstimatedNumberOfAnnotations\">\n"
6811 " <SimpleIntInformationHelper />\n"
6812 " </IntVectorProperty>\n"
6813 " <IntVectorProperty animateable=\"0\"\n"
6814 " command=\"SetVisibility\"\n"
6815 " default_values=\"1\"\n"
6816 " name=\"Visibility\"\n"
6817 " number_of_elements=\"1\">\n"
6818 " <BooleanDomain name=\"bool\" />\n"
6819 " </IntVectorProperty>\n"
6820 " <StringVectorProperty animateable=\"0\"\n"
6821 " command=\"SetTitle\"\n"
6822 " default_values=\"Name\"\n"
6823 " no_custom_default=\"1\"\n"
6824 " name=\"Title\"\n"
6825 " number_of_elements=\"1\">\n"
6826 " </StringVectorProperty>\n"
6827 " <StringVectorProperty animateable=\"0\"\n"
6828 " command=\"SetComponentTitle\"\n"
6829 " default_values=\"Component\"\n"
6830 " no_custom_default=\"1\"\n"
6831 " name=\"ComponentTitle\"\n"
6832 " number_of_elements=\"1\">\n"
6833 " </StringVectorProperty>\n"
6834 " <IntVectorProperty animateable=\"0\"\n"
6835 " command=\"SetTitleJustification\"\n"
6836 " default_values=\"1\"\n"
6837 " name=\"TitleJustification\"\n"
6838 " number_of_elements=\"1\">\n"
6839 " <EnumerationDomain name=\"enum\">\n"
6840 " <Entry text=\"Left\"\n"
6841 " value=\"0\" />\n"
6842 " <Entry text=\"Centered\"\n"
6843 " value=\"1\" />\n"
6844 " <Entry text=\"Right\"\n"
6845 " value=\"2\" />\n"
6846 " </EnumerationDomain>\n"
6847 " <Documentation>Sets the justification of the title text with respect to the scalar color bar.</Documentation>\n"
6848 " </IntVectorProperty>\n"
6849 " <IntVectorProperty animateable=\"0\"\n"
6850 " command=\"SetForceHorizontalTitle\"\n"
6851 " default_values=\"0\"\n"
6852 " name=\"HorizontalTitle\"\n"
6853 " number_of_elements=\"1\">\n"
6854 " <BooleanDomain name=\"bool\" />\n"
6855 " <Documentation>\n"
6856 " When on, orients the title horizontally. When off (default), the title\n"
6857 " will be rotated counter-clockwise 90 degrees and lie parallel to the\n"
6858 " color bar.\n"
6859 " </Documentation>\n"
6860 " </IntVectorProperty>\n"
6861 " <IntVectorProperty animateable=\"0\"\n"
6862 " command=\"SetForceHorizontalTitle\"\n"
6863 " default_values=\"0\"\n"
6864 " name=\"HorizontalTitle2\"\n"
6865 " number_of_elements=\"1\">\n"
6866 " <BooleanDomain name=\"bool\" />\n"
6867 " <Documentation>\n"
6868 " When on, orients the title horizontally. When off (default), the title\n"
6869 " will be rotated counter-clockwise 90 degrees and lie parallel to the\n"
6870 " color bar.\n"
6871 " </Documentation>\n"
6872 " </IntVectorProperty>\n"
6873 " <IntVectorProperty command=\"SetScalarBarThickness\"\n"
6874 " default_values=\"16\"\n"
6875 " name=\"ScalarBarThickness\"\n"
6876 " label=\"Color Bar Thickness\"\n"
6877 " number_of_elements=\"1\">\n"
6878 " <Documentation>\n"
6879 " Sets the width of the scalar bar when vertically oriented\n"
6880 " and the height when horizontally oriented.\n"
6881 " </Documentation>\n"
6882 " </IntVectorProperty>\n"
6883 " <DoubleVectorProperty command=\"SetScalarBarLength\"\n"
6884 " default_values=\"0.33\"\n"
6885 " name=\"ScalarBarLength\"\n"
6886 " label=\"Color Bar Length\"\n"
6887 " number_of_elements=\"1\">\n"
6888 " <Documentation>\n"
6889 " Sets the length of the scalar bar. The length is defined as a\n"
6890 " fraction of window width or height when the color legend is\n"
6891 " horizontal or vertical, respectively.\n"
6892 " </Documentation>\n"
6893 " </DoubleVectorProperty>\n"
6894 " <IntVectorProperty animateable=\"0\"\n"
6895 " command=\"SetReverseLegend\"\n"
6896 " default_values=\"0\"\n"
6897 " name=\"ReverseLegend\"\n"
6898 " number_of_elements=\"1\">\n"
6899 " <BooleanDomain name=\"bool\" />\n"
6900 " <Documentation>\n"
6901 " When on, the color bar and all associated ticks and notations will be reversed,\n"
6902 " from high to low instead of low to high.\n"
6903 " </Documentation>\n"
6904 " </IntVectorProperty>\n"
6905 " <IntVectorProperty command=\"SetAutomaticLabelFormat\"\n"
6906 " default_values=\"1\"\n"
6907 " name=\"AutomaticLabelFormat\"\n"
6908 " number_of_elements=\"1\">\n"
6909 " <BooleanDomain name=\"bool\" />\n"
6910 " </IntVectorProperty>\n"
6911 " <StringVectorProperty animateable=\"0\"\n"
6912 " command=\"SetLabelFormat\"\n"
6913 " default_values=\"%-#6.3g\"\n"
6914 " name=\"LabelFormat\"\n"
6915 " number_of_elements=\"1\">\n"
6916 " <Hints>\n"
6917 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
6918 " <Property name=\"AutomaticLabelFormat\" function=\"boolean_invert\" index=\"0\" />\n"
6919 " </PropertyWidgetDecorator>\n"
6920 " </Hints>\n"
6921 " </StringVectorProperty>\n"
6922 " <IntVectorProperty animateable=\"0\"\n"
6923 " command=\"SetDrawNanAnnotation\"\n"
6924 " default_values=\"0\"\n"
6925 " name=\"DrawNanAnnotation\"\n"
6926 " number_of_elements=\"1\">\n"
6927 " <BooleanDomain name=\"bool\" />\n"
6928 " </IntVectorProperty>\n"
6929 " <IntVectorProperty animateable=\"0\"\n"
6930 " command=\"SetDrawAnnotations\"\n"
6931 " default_values=\"1\"\n"
6932 " name=\"DrawAnnotations\"\n"
6933 " number_of_elements=\"1\">\n"
6934 " <BooleanDomain name=\"bool\" />\n"
6935 " </IntVectorProperty>\n"
6936 " <IntVectorProperty animateable=\"0\"\n"
6937 " command=\"SetAddRangeAnnotations\"\n"
6938 " default_values=\"0\"\n"
6939 " name=\"AddRangeAnnotations\"\n"
6940 " number_of_elements=\"1\">\n"
6941 " <BooleanDomain name=\"bool\" />\n"
6942 " </IntVectorProperty>\n"
6943 " <IntVectorProperty animateable=\"0\"\n"
6944 " command=\"SetAutomaticAnnotations\"\n"
6945 " default_values=\"0\"\n"
6946 ;
6947 
6948 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/utilities_remotingviews.xml
6950 " name=\"AutomaticAnnotations\"\n"
6951 " number_of_elements=\"1\" >\n"
6952 " <BooleanDomain name=\"bool\" />\n"
6953 " <Documentation>\n"
6954 " When set, annotations are automatically created according the number\n"
6955 " of colors shown on the scalar bar.\n"
6956 " </Documentation>\n"
6957 " </IntVectorProperty>\n"
6958 " <IntVectorProperty command=\"SetAddRangeLabels\"\n"
6959 " number_of_elements=\"1\"\n"
6960 " default_values=\"1\"\n"
6961 " name=\"AddRangeLabels\"\n"
6962 " label=\"Add Range Labels\">\n"
6963 " <BooleanDomain name=\"bool\" />\n"
6964 " </IntVectorProperty>\n"
6965 " <StringVectorProperty animateable=\"0\"\n"
6966 " command=\"SetRangeLabelFormat\"\n"
6967 " number_of_elements=\"1\"\n"
6968 " default_values=\"%-#6.1e\"\n"
6969 " name=\"RangeLabelFormat\"\n"
6970 " label=\"Range Label Format\">\n"
6971 " <Hints>\n"
6972 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
6973 " <Property name=\"AddRangeLabels\" function=\"boolean\" index=\"0\" />\n"
6974 " </PropertyWidgetDecorator>\n"
6975 " </Hints>\n"
6976 " </StringVectorProperty>\n"
6977 " <StringVectorProperty animateable=\"0\"\n"
6978 " command=\"SetNanAnnotation\"\n"
6979 " default_values=\"NaN\"\n"
6980 " name=\"NanAnnotation\"\n"
6981 " number_of_elements=\"1\">\n"
6982 " <Hints>\n"
6983 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
6984 " <Property name=\"DrawNanAnnotation\" function=\"boolean\" index=\"0\" />\n"
6985 " </PropertyWidgetDecorator>\n"
6986 " </Hints>\n"
6987 " </StringVectorProperty>\n"
6988 " <IntVectorProperty animateable=\"0\"\n"
6989 " command=\"SetDrawTickMarks\"\n"
6990 " default_values=\"1\"\n"
6991 " name=\"DrawTickMarks\"\n"
6992 " number_of_elements=\"1\">\n"
6993 " <BooleanDomain name=\"bool\" />\n"
6994 " <Documentation>Enable/disable drawing the color legend tick marks.</Documentation>\n"
6995 " </IntVectorProperty>\n"
6996 " <IntVectorProperty animateable=\"0\"\n"
6997 " command=\"SetDrawTickLabels\"\n"
6998 " default_values=\"1\"\n"
6999 " name=\"DrawTickLabels\"\n"
7000 " number_of_elements=\"1\">\n"
7001 " <BooleanDomain name=\"bool\" />\n"
7002 " <Documentation>Enable/disable drawing the color legend labels for tick marks.</Documentation>\n"
7003 " </IntVectorProperty>\n"
7004 " <IntVectorProperty animateable=\"0\"\n"
7005 " command=\"SetUseCustomLabels\"\n"
7006 " name=\"UseCustomLabels\"\n"
7007 " number_of_elements=\"1\"\n"
7008 " default_values=\"0\" >\n"
7009 " <BooleanDomain name=\"bool\" />\n"
7010 " <Documentation>Enable the use of custom label values.</Documentation>\n"
7011 " </IntVectorProperty>\n"
7012 " <DoubleVectorProperty command=\"SetCustomLabel\"\n"
7013 " name=\"CustomLabels\"\n"
7014 " set_number_command=\"SetNumberOfCustomLabels\"\n"
7015 " number_of_elements=\"0\"\n"
7016 " number_of_elements_per_command=\"1\"\n"
7017 " repeat_command=\"1\"\n"
7018 " use_index=\"1\" >\n"
7019 " <Hints>\n"
7020 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
7021 " <Property name=\"UseCustomLabels\" function=\"boolean\" />\n"
7022 " </PropertyWidgetDecorator>\n"
7023 " </Hints>\n"
7024 " </DoubleVectorProperty>\n"
7025 " <IntVectorProperty animateable=\"0\"\n"
7026 " command=\"SetTextPosition\"\n"
7027 " default_values=\"1\"\n"
7028 " name=\"TextPosition\"\n"
7029 " label=\"Tick and Annotation Positions\"\n"
7030 " number_of_elements=\"1\">\n"
7031 " <EnumerationDomain name=\"enum\">\n"
7032 " <Entry text=\"Ticks right/top, annotations left/bottom\"\n"
7033 " value=\"1\" />\n"
7034 " <Entry text=\"Ticks left/bottom, annotations right/top\"\n"
7035 " value=\"0\" />\n"
7036 " </EnumerationDomain>\n"
7037 " <Documentation>Determines where the tick labels are drawn.</Documentation>\n"
7038 " </IntVectorProperty>\n"
7039 "\n"
7040 " <!--label text property -->\n"
7041 " <SubProxy command=\"SetLabelTextProperty\">\n"
7042 " <Proxy name=\"LabelTextProperty\"\n"
7043 " proxygroup=\"properties\"\n"
7044 " proxyname=\"TextProperty\"></Proxy>\n"
7045 " <ExposedProperties>\n"
7046 " <Property exposed_name=\"LabelColor\"\n"
7047 " name=\"Color\" />\n"
7048 " <Property exposed_name=\"LabelOpacity\"\n"
7049 " name=\"Opacity\" />\n"
7050 " <Property exposed_name=\"LabelFontFamily\"\n"
7051 " name=\"FontFamily\" />\n"
7052 " <Property exposed_name=\"LabelFontFile\"\n"
7053 " name=\"FontFile\" />\n"
7054 " <Property exposed_name=\"LabelBold\"\n"
7055 " name=\"Bold\" />\n"
7056 " <Property exposed_name=\"LabelItalic\"\n"
7057 " name=\"Italic\" />\n"
7058 " <Property exposed_name=\"LabelShadow\"\n"
7059 " name=\"Shadow\" />\n"
7060 " <Property exposed_name=\"LabelFontSize\"\n"
7061 " name=\"FontSize\" />\n"
7062 " </ExposedProperties>\n"
7063 " </SubProxy>\n"
7064 " <!--title text property -->\n"
7065 " <SubProxy command=\"SetTitleTextProperty\">\n"
7066 " <Proxy name=\"TitleTextProperty\"\n"
7067 " proxygroup=\"properties\"\n"
7068 " proxyname=\"TextProperty\"></Proxy>\n"
7069 " <ExposedProperties>\n"
7070 " <Property exposed_name=\"TitleColor\"\n"
7071 " name=\"Color\" />\n"
7072 " <Property exposed_name=\"TitleOpacity\"\n"
7073 " name=\"Opacity\" />\n"
7074 " <Property exposed_name=\"TitleFontFamily\"\n"
7075 " name=\"FontFamily\" />\n"
7076 " <Property exposed_name=\"TitleFontFile\"\n"
7077 " name=\"FontFile\" />\n"
7078 " <Property exposed_name=\"TitleBold\"\n"
7079 " name=\"Bold\" />\n"
7080 " <Property exposed_name=\"TitleItalic\"\n"
7081 " name=\"Italic\" />\n"
7082 " <Property exposed_name=\"TitleShadow\"\n"
7083 " name=\"Shadow\" />\n"
7084 " <Property exposed_name=\"TitleFontSize\"\n"
7085 " name=\"FontSize\" />\n"
7086 " </ExposedProperties>\n"
7087 " </SubProxy>\n"
7088 " </Proxy>\n"
7089 "\n"
7090 " <!-- ================================================================== -->\n"
7091 " <Proxy class=\"vtkFlagpoleLabel\"\n"
7092 " name=\"FlagpoleLabel\"\n"
7093 " processes=\"client|dataserver|renderserver\"\n"
7094 " >\n"
7095 " <Documentation>FlagpoleLabel is a 3D representation for a text\n"
7096 " source.</Documentation>\n"
7097 "\n"
7098 " <IntVectorProperty name=\"Visibility\"\n"
7099 " command=\"SetVisibility\"\n"
7100 " number_of_elements=\"1\"\n"
7101 " default_values=\"0\"\n"
7102 " panel_visibility=\"advanced\">\n"
7103 " <BooleanDomain name=\"bool\" />\n"
7104 " <Documentation>\n"
7105 " Show/hide the flagpole lable.\n"
7106 " </Documentation>\n"
7107 " </IntVectorProperty>\n"
7108 "\n"
7109 " <DoubleVectorProperty name=\"BasePosition\"\n"
7110 " command=\"SetBasePosition\"\n"
7111 " number_of_elements=\"3\"\n"
7112 " default_values=\"0.0 0.0 0.0\"\n"
7113 " >\n"
7114 " <DoubleRangeDomain name=\"range\" />\n"
7115 " <Documentation>\n"
7116 " The world coordinate position of the base of the flagpole.\n"
7117 " </Documentation>\n"
7118 " </DoubleVectorProperty>\n"
7119 "\n"
7120 " <DoubleVectorProperty name=\"TopPosition\"\n"
7121 " command=\"SetTopPosition\"\n"
7122 " number_of_elements=\"3\"\n"
7123 " default_values=\"0.0 1.0 0.0\"\n"
7124 " >\n"
7125 " <DoubleRangeDomain name=\"range\" />\n"
7126 " <Documentation>\n"
7127 " The world coordinate position of the top of the flagpole.\n"
7128 " </Documentation>\n"
7129 " </DoubleVectorProperty>\n"
7130 "\n"
7131 " <DoubleVectorProperty name=\"FlagSize\"\n"
7132 " command=\"SetFlagSize\"\n"
7133 " number_of_elements=\"1\"\n"
7134 " default_values=\"1.0\"\n"
7135 " >\n"
7136 " <DoubleRangeDomain min=\"0.001\" name=\"range\" />\n"
7137 " <Documentation>\n"
7138 " The size of the flag. 1.0 is the default size which corresponds to\n"
7139 " a preset texels/window value. Adjust this to increase or decrease\n"
7140 " the default size.The world coordinate position of the top of the\n"
7141 " flagpole.\n"
7142 " </Documentation>\n"
7143 " </DoubleVectorProperty>\n"
7144 "\n"
7145 " <SubProxy command=\"SetTextProperty\">\n"
7146 " <Proxy name=\"TextProperty\"\n"
7147 " proxygroup=\"properties\"\n"
7148 " proxyname=\"TextProperty\"></Proxy>\n"
7149 " <ExposedProperties>\n"
7150 " <Property name=\"Color\"/>\n"
7151 " <Property name=\"Opacity\"/>\n"
7152 " <Property name=\"FontFamily\"/>\n"
7153 " <Property name=\"FontFile\"/>\n"
7154 " <Property name=\"Bold\"/>\n"
7155 " <Property name=\"Italic\"/>\n"
7156 " <Property name=\"Shadow\"/>\n"
7157 " <Property name=\"FontSize\"/>\n"
7158 " <Property name=\"Justification\"/>\n"
7159 " </ExposedProperties>\n"
7160 " </SubProxy>\n"
7161 " <!-- End of FlagpoleLabel -->\n"
7162 " </Proxy>\n"
7163 "\n"
7164 " <!-- ================================================================== -->\n"
7165 " <Proxy class=\"vtkBillboardTextActor3D\"\n"
7166 " name=\"BillboardTextActor3D\"\n"
7167 " processes=\"client|dataserver|renderserver\"\n"
7168 " >\n"
7169 " <Documentation>BillboardTextActor3D is a 3D representation for a text\n"
7170 " source.</Documentation>\n"
7171 "\n"
7172 " <IntVectorProperty name=\"Visibility\"\n"
7173 " command=\"SetVisibility\"\n"
7174 " number_of_elements=\"1\"\n"
7175 " default_values=\"0\"\n"
7176 " panel_visibility=\"advanced\">\n"
7177 " <BooleanDomain name=\"bool\" />\n"
7178 " <Documentation>\n"
7179 " Show/hide the billboard text actor.\n"
7180 " </Documentation>\n"
7181 " </IntVectorProperty>\n"
7182 "\n"
7183 " <DoubleVectorProperty name=\"BillboardPosition\"\n"
7184 " command=\"SetPosition\"\n"
7185 " number_of_elements=\"3\"\n"
7186 " default_values=\"0.0 0.0 0.0\"\n"
7187 " >\n"
7188 " <DoubleRangeDomain name=\"range\" />\n"
7189 " <Documentation>\n"
7190 " The world coordinate position of the anchor point of the text billboard.\n"
7191 " </Documentation>\n"
7192 " </DoubleVectorProperty>\n"
7193 "\n"
7194 " <IntVectorProperty name=\"DisplayOffset\"\n"
7195 " command=\"SetDisplayOffset\"\n"
7196 " number_of_elements=\"2\"\n"
7197 " default_values=\"0 0\"\n"
7198 " panel_visibility=\"advanced\">\n"
7199 " <Documentation>\n"
7200 " Fixed offset from the anchor point in display coordinated to be used.\n"
7201 " </Documentation>\n"
7202 " </IntVectorProperty>\n"
7203 "\n"
7204 " <SubProxy command=\"SetTextProperty\">\n"
7205 " <Proxy name=\"TextProperty\"\n"
7206 " proxygroup=\"properties\"\n"
7207 " proxyname=\"TextProperty\"></Proxy>\n"
7208 " <ExposedProperties>\n"
7209 " <Property name=\"Color\"/>\n"
7210 " <Property name=\"Opacity\"/>\n"
7211 " <Property name=\"FontFamily\"/>\n"
7212 " <Property name=\"FontFile\"/>\n"
7213 " <Property name=\"Bold\"/>\n"
7214 " <Property name=\"Italic\"/>\n"
7215 " <Property name=\"Shadow\"/>\n"
7216 " <Property name=\"FontSize\"/>\n"
7217 " <Property name=\"Justification\"/>\n"
7218 " </ExposedProperties>\n"
7219 " </SubProxy>\n"
7220 " <!-- End of BillboardTextActor3D -->\n"
7221 " </Proxy>\n"
7222 "\n"
7223 " <!-- ================================================================== -->\n"
7224 " <Proxy name=\"GridAxes3DActor\"\n"
7225 " class=\"vtkPVGridAxes3DActor\"\n"
7226 " processes=\"client|dataserver|renderserver\">\n"
7227 " <Documentation>\n"
7228 " GridAxes3DActor can be used to render a grid in a render view.\n"
7229 " </Documentation>\n"
7230 " <IntVectorProperty name=\"Visibility\"\n"
7231 " command=\"SetVisibility\"\n"
7232 " number_of_elements=\"1\"\n"
7233 " default_values=\"0\"\n"
7234 " panel_visibility=\"advanced\">\n"
7235 " <BooleanDomain name=\"bool\" />\n"
7236 " <Documentation>\n"
7237 " Show/hide the axes grid.\n"
7238 " </Documentation>\n"
7239 " </IntVectorProperty>\n"
7240 "\n"
7241 " <StringVectorProperty name=\"XTitle\"\n"
7242 " command=\"SetXTitle\"\n"
7243 " number_of_elements=\"1\"\n"
7244 " default_values=\"X Axis\">\n"
7245 " <Documentation>\n"
7246 " Set the title string for X axis.\n"
7247 " </Documentation>\n"
7248 " </StringVectorProperty>\n"
7249 "\n"
7250 " <StringVectorProperty name=\"YTitle\"\n"
7251 " command=\"SetYTitle\"\n"
7252 " number_of_elements=\"1\"\n"
7253 " default_values=\"Y Axis\">\n"
7254 " <Documentation>\n"
7255 " Set the title string for Y axis.\n"
7256 " </Documentation>\n"
7257 " </StringVectorProperty>\n"
7258 "\n"
7259 " <StringVectorProperty name=\"ZTitle\"\n"
7260 " command=\"SetZTitle\"\n"
7261 " number_of_elements=\"1\"\n"
7262 " default_values=\"Z Axis\">\n"
7263 " <Documentation>\n"
7264 " Set the title string for Z axis.\n"
7265 " </Documentation>\n"
7266 " </StringVectorProperty>\n"
7267 "\n"
7268 " <PropertyGroup label=\"Title Texts\">\n"
7269 " <Property name=\"XTitle\"/>\n"
7270 " <Property name=\"YTitle\"/>\n"
7271 " <Property name=\"ZTitle\"/>\n"
7272 " </PropertyGroup>\n"
7273 "\n"
7274 " <SubProxy command=\"SetXTitleTextProperty\">\n"
7275 " <Proxy name=\"XTitleProperties\" proxygroup=\"properties\" proxyname=\"TextProperty\" />\n"
7276 " <ExposedProperties>\n"
7277 " <Property exposed_name=\"XTitleColor\" name=\"Color\" />\n"
7278 " <Property exposed_name=\"XTitleOpacity\" name=\"Opacity\" />\n"
7279 " <Property exposed_name=\"XTitleFontFamily\" name=\"FontFamily\" />\n"
7280 " <Property exposed_name=\"XTitleFontFile\" name=\"FontFile\" />\n"
7281 " <Property exposed_name=\"XTitleBold\" name=\"Bold\" />\n"
7282 " <Property exposed_name=\"XTitleItalic\" name=\"Italic\" />\n"
7283 " <Property exposed_name=\"XTitleShadow\" name=\"Shadow\" />\n"
7284 " <Property exposed_name=\"XTitleFontSize\" name=\"FontSize\" default_values=\"12\"/>\n"
7285 " </ExposedProperties>\n"
7286 " </SubProxy>\n"
7287 "\n"
7288 " <PropertyGroup label=\"X Title Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
7289 " <Property name=\"XTitleColor\" function=\"Color\"/>\n"
7290 " <Property name=\"XTitleFontFamily\" function=\"Family\"/>\n"
7291 " <Property name=\"XTitleFontFile\" function=\"File\"/>\n"
7292 " <Property name=\"XTitleBold\" function=\"Bold\" />\n"
7293 " <Property name=\"XTitleItalic\" function=\"Italics\"/>\n"
7294 " <Property name=\"XTitleFontSize\" function=\"Size\" />\n"
7295 ;
7296 
7297 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/utilities_remotingviews.xml
7299 " <Property name=\"XTitleShadow\" function=\"Shadow\" />\n"
7300 " <Property name=\"XTitleOpacity\" function=\"Opacity\" />\n"
7301 " </PropertyGroup>\n"
7302 "\n"
7303 " <SubProxy command=\"SetYTitleTextProperty\">\n"
7304 " <Proxy name=\"YTitleProperties\" proxygroup=\"properties\" proxyname=\"TextProperty\" />\n"
7305 " <ExposedProperties>\n"
7306 " <Property exposed_name=\"YTitleColor\" name=\"Color\" />\n"
7307 " <Property exposed_name=\"YTitleOpacity\" name=\"Opacity\" />\n"
7308 " <Property exposed_name=\"YTitleFontFamily\" name=\"FontFamily\" />\n"
7309 " <Property exposed_name=\"YTitleFontFile\" name=\"FontFile\" />\n"
7310 " <Property exposed_name=\"YTitleBold\" name=\"Bold\" />\n"
7311 " <Property exposed_name=\"YTitleItalic\" name=\"Italic\" />\n"
7312 " <Property exposed_name=\"YTitleShadow\" name=\"Shadow\" />\n"
7313 " <Property exposed_name=\"YTitleFontSize\" name=\"FontSize\" default_values=\"12\"/>\n"
7314 " </ExposedProperties>\n"
7315 " </SubProxy>\n"
7316 "\n"
7317 " <PropertyGroup label=\"Y Title Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
7318 " <Property name=\"YTitleColor\" function=\"Color\"/>\n"
7319 " <Property name=\"YTitleFontFamily\" function=\"Family\"/>\n"
7320 " <Property name=\"YTitleFontFile\" function=\"File\"/>\n"
7321 " <Property name=\"YTitleBold\" function=\"Bold\" />\n"
7322 " <Property name=\"YTitleItalic\" function=\"Italics\"/>\n"
7323 " <Property name=\"YTitleFontSize\" function=\"Size\" />\n"
7324 " <Property name=\"YTitleShadow\" function=\"Shadow\" />\n"
7325 " <Property name=\"YTitleOpacity\" function=\"Opacity\" />\n"
7326 " </PropertyGroup>\n"
7327 "\n"
7328 " <SubProxy command=\"SetZTitleTextProperty\">\n"
7329 " <Proxy name=\"ZTitleProperties\" proxygroup=\"properties\" proxyname=\"TextProperty\" />\n"
7330 " <ExposedProperties>\n"
7331 " <Property exposed_name=\"ZTitleColor\" name=\"Color\" />\n"
7332 " <Property exposed_name=\"ZTitleOpacity\" name=\"Opacity\" />\n"
7333 " <Property exposed_name=\"ZTitleFontFamily\" name=\"FontFamily\" />\n"
7334 " <Property exposed_name=\"ZTitleFontFile\" name=\"FontFile\" />\n"
7335 " <Property exposed_name=\"ZTitleBold\" name=\"Bold\" />\n"
7336 " <Property exposed_name=\"ZTitleItalic\" name=\"Italic\" />\n"
7337 " <Property exposed_name=\"ZTitleShadow\" name=\"Shadow\" />\n"
7338 " <Property exposed_name=\"ZTitleFontSize\" name=\"FontSize\" default_values=\"12\"/>\n"
7339 " </ExposedProperties>\n"
7340 " </SubProxy>\n"
7341 "\n"
7342 " <PropertyGroup label=\"Z Title Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
7343 " <Property name=\"ZTitleColor\" function=\"Color\"/>\n"
7344 " <Property name=\"ZTitleFontFamily\" function=\"Family\"/>\n"
7345 " <Property name=\"ZTitleFontFile\" function=\"File\"/>\n"
7346 " <Property name=\"ZTitleBold\" function=\"Bold\" />\n"
7347 " <Property name=\"ZTitleItalic\" function=\"Italics\"/>\n"
7348 " <Property name=\"ZTitleFontSize\" function=\"Size\" />\n"
7349 " <Property name=\"ZTitleShadow\" function=\"Shadow\" />\n"
7350 " <Property name=\"ZTitleOpacity\" function=\"Opacity\" />\n"
7351 " </PropertyGroup>\n"
7352 "\n"
7353 " <IntVectorProperty name=\"FacesToRender\"\n"
7354 " command=\"SetFaceMask\"\n"
7355 " number_of_elements=\"1\"\n"
7356 " default_values=\"63\"\n"
7357 " panel_widget=\"int_mask\"\n"
7358 " panel_visibility=\"advanced\">\n"
7359 " <Documentation>\n"
7360 " Set the mask to select faces. The faces rendered will be a subset of the\n"
7361 " faces selected depending on the status of **CullBackface** and\n"
7362 " **CullFrontface** properties.\n"
7363 " </Documentation>\n"
7364 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
7365 " <Hints>\n"
7366 " <Mask>\n"
7367 " <Item name=\"Min-YZ\" value=\"1\" />\n"
7368 " <Item name=\"Min-ZX\" value=\"2\" />\n"
7369 " <Item name=\"Min-XY\" value=\"4\" />\n"
7370 " <Item name=\"Max-YZ\" value=\"8\" />\n"
7371 " <Item name=\"Max-ZX\" value=\"16\" />\n"
7372 " <Item name=\"Max-XY\" value=\"32\" />\n"
7373 " </Mask>\n"
7374 " </Hints>\n"
7375 " </IntVectorProperty>\n"
7376 "\n"
7377 " <SubProxy command=\"SetProperty\">\n"
7378 " <Proxy name=\"Property\" class=\"vtkProperty\" processes=\"client|dataserver|renderserver\" >\n"
7379 " <IntVectorProperty name=\"CullBackface\"\n"
7380 " command=\"SetBackfaceCulling\"\n"
7381 " number_of_elements=\"1\"\n"
7382 " default_values=\"0\"\n"
7383 " panel_visibility=\"advanced\">\n"
7384 " <BooleanDomain name=\"bool\" />\n"
7385 " <Documentation>\n"
7386 " Set to true to hide faces of the grid facing away from the camera i.e. hide all\n"
7387 " back faces.\n"
7388 " </Documentation>\n"
7389 " </IntVectorProperty>\n"
7390 "\n"
7391 " <IntVectorProperty name=\"CullFrontface\"\n"
7392 " command=\"SetFrontfaceCulling\"\n"
7393 " number_of_elements=\"1\"\n"
7394 " default_values=\"1\"\n"
7395 " panel_visibility=\"advanced\">\n"
7396 " <BooleanDomain name=\"bool\" />\n"
7397 " <Documentation>\n"
7398 " Set to true to hide faces of the grid facing towards from the camera i.e. hide all\n"
7399 " front faces.\n"
7400 " </Documentation>\n"
7401 " </IntVectorProperty>\n"
7402 "\n"
7403 " <IntVectorProperty name=\"Representation\"\n"
7404 " command=\"SetRepresentation\"\n"
7405 " number_of_elements=\"1\"\n"
7406 " default_values=\"1\">\n"
7407 " </IntVectorProperty>\n"
7408 "\n"
7409 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
7410 " name=\"GridColor\"\n"
7411 " command=\"SetColor\"\n"
7412 " number_of_elements=\"3\"\n"
7413 " panel_widget=\"color_selector\">\n"
7414 " <DoubleRangeDomain max=\"1 1 1\" min=\"0 0 0\" name=\"range\" />\n"
7415 " <Documentation>Color used when coloring the grid wireframe</Documentation>\n"
7416 " <Hints>\n"
7417 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"ForegroundColor\"\n"
7418 " unlink_if_modified=\"1\" />\n"
7419 " </Hints>\n"
7420 " </DoubleVectorProperty>\n"
7421 " </Proxy>\n"
7422 " <ExposedProperties>\n"
7423 " <Property name=\"CullBackface\" panel_visibility=\"advanced\"/>\n"
7424 " <Property name=\"CullFrontface\" panel_visibility=\"advanced\"/>\n"
7425 " <Property name=\"GridColor\" />\n"
7426 " </ExposedProperties>\n"
7427 " </SubProxy>\n"
7428 "\n"
7429 " <PropertyGroup label=\"Face Properties\">\n"
7430 " <Property name=\"FacesToRender\" />\n"
7431 " <Property name=\"CullBackface\" />\n"
7432 " <Property name=\"CullFrontface\" />\n"
7433 " <Property name=\"GridColor\"/>\n"
7434 " </PropertyGroup>\n"
7435 "\n"
7436 " <IntVectorProperty name=\"ShowGrid\"\n"
7437 " command=\"SetGenerateGrid\"\n"
7438 " number_of_elements=\"1\"\n"
7439 " default_values=\"0\">\n"
7440 " <BooleanDomain name=\"bool\"/>\n"
7441 " <Documentation>\n"
7442 " Turn off to not render the plane grids.\n"
7443 " </Documentation>\n"
7444 " </IntVectorProperty>\n"
7445 "\n"
7446 " <IntVectorProperty name=\"ShowEdges\"\n"
7447 " command=\"SetGenerateEdges\"\n"
7448 " number_of_elements=\"1\"\n"
7449 " default_values=\"1\"\n"
7450 " panel_visibility=\"advanced\">\n"
7451 " <BooleanDomain name=\"bool\"/>\n"
7452 " <Documentation>\n"
7453 " Turn off to not render the plane edges.\n"
7454 " </Documentation>\n"
7455 " </IntVectorProperty>\n"
7456 "\n"
7457 " <IntVectorProperty name=\"ShowTicks\"\n"
7458 " command=\"SetGenerateTicks\"\n"
7459 " number_of_elements=\"1\"\n"
7460 " default_values=\"1\"\n"
7461 " panel_visibility=\"advanced\">\n"
7462 " <BooleanDomain name=\"bool\"/>\n"
7463 " <Documentation>\n"
7464 " Turn off to not render the tick marks.\n"
7465 " </Documentation>\n"
7466 " </IntVectorProperty>\n"
7467 "\n"
7468 " <IntVectorProperty name=\"AxesToLabel\"\n"
7469 " command=\"SetLabelMask\"\n"
7470 " number_of_elements=\"1\"\n"
7471 " default_values=\"63\"\n"
7472 " panel_widget=\"int_mask\"\n"
7473 " panel_visibility=\"advanced\">\n"
7474 " <Documentation>\n"
7475 " Set the mask to select the axes to label. The axes labelled will be a subset of the\n"
7476 " axes selected depending on which faces are also being rendered.\n"
7477 " </Documentation>\n"
7478 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
7479 " <Hints>\n"
7480 " <Mask>\n"
7481 " <Item name=\"Min-X\" value=\"1\" />\n"
7482 " <Item name=\"Min-Y\" value=\"2\" />\n"
7483 " <Item name=\"Min-Z\" value=\"4\" />\n"
7484 " <Item name=\"Max-X\" value=\"8\" />\n"
7485 " <Item name=\"Max-Y\" value=\"16\" />\n"
7486 " <Item name=\"Max-Z\" value=\"32\" />\n"
7487 " </Mask>\n"
7488 " </Hints>\n"
7489 " </IntVectorProperty>\n"
7490 "\n"
7491 " <IntVectorProperty name=\"LabelUniqueEdgesOnly\"\n"
7492 " command=\"SetLabelUniqueEdgesOnly\"\n"
7493 " number_of_elements=\"1\"\n"
7494 " default_values=\"1\"\n"
7495 " panel_visibility=\"advanced\">\n"
7496 " <BooleanDomain name=\"bool\" />\n"
7497 " <Documentation>\n"
7498 " Set to true to only label edges shared with 1 face. Note that\n"
7499 " if all faces are being rendered, this will generate no labels.\n"
7500 " </Documentation>\n"
7501 " </IntVectorProperty>\n"
7502 "\n"
7503 " <PropertyGroup label=\"Label Properties\">\n"
7504 " <Property name=\"LabelUniqueEdgesOnly\" />\n"
7505 " <Property name=\"AxesToLabel\" />\n"
7506 " </PropertyGroup>\n"
7507 "\n"
7508 " <SubProxy command=\"SetXLabelTextProperty\">\n"
7509 " <Proxy name=\"XLabelProperties\" proxygroup=\"properties\" proxyname=\"TextProperty\" />\n"
7510 " <ExposedProperties>\n"
7511 " <Property exposed_name=\"XLabelColor\" name=\"Color\" />\n"
7512 " <Property exposed_name=\"XLabelOpacity\" name=\"Opacity\" />\n"
7513 " <Property exposed_name=\"XLabelFontFamily\" name=\"FontFamily\" />\n"
7514 " <Property exposed_name=\"XLabelFontFile\" name=\"FontFile\" />\n"
7515 " <Property exposed_name=\"XLabelBold\" name=\"Bold\" />\n"
7516 " <Property exposed_name=\"XLabelItalic\" name=\"Italic\" />\n"
7517 " <Property exposed_name=\"XLabelShadow\" name=\"Shadow\" />\n"
7518 " <Property exposed_name=\"XLabelFontSize\" name=\"FontSize\" default_values=\"12\"/>\n"
7519 " </ExposedProperties>\n"
7520 " </SubProxy>\n"
7521 "\n"
7522 " <PropertyGroup label=\"X Axis Label Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
7523 " <Property name=\"XLabelColor\" function=\"Color\"/>\n"
7524 " <Property name=\"XLabelFontFamily\" function=\"Family\"/>\n"
7525 " <Property name=\"XLabelFontFile\" function=\"File\"/>\n"
7526 " <Property name=\"XLabelBold\" function=\"Bold\" />\n"
7527 " <Property name=\"XLabelItalic\" function=\"Italics\"/>\n"
7528 " <Property name=\"XLabelFontSize\" function=\"Size\" />\n"
7529 " <Property name=\"XLabelShadow\" function=\"Shadow\" />\n"
7530 " <Property name=\"XLabelOpacity\" function=\"Opacity\" />\n"
7531 " </PropertyGroup>\n"
7532 "\n"
7533 " <SubProxy command=\"SetYLabelTextProperty\">\n"
7534 " <Proxy name=\"YLabelProperties\" proxygroup=\"properties\" proxyname=\"TextProperty\" />\n"
7535 " <ExposedProperties>\n"
7536 " <Property exposed_name=\"YLabelColor\" name=\"Color\" />\n"
7537 " <Property exposed_name=\"YLabelOpacity\" name=\"Opacity\" />\n"
7538 " <Property exposed_name=\"YLabelFontFamily\" name=\"FontFamily\" />\n"
7539 " <Property exposed_name=\"YLabelFontFile\" name=\"FontFile\" />\n"
7540 " <Property exposed_name=\"YLabelBold\" name=\"Bold\" />\n"
7541 " <Property exposed_name=\"YLabelItalic\" name=\"Italic\" />\n"
7542 " <Property exposed_name=\"YLabelShadow\" name=\"Shadow\" />\n"
7543 " <Property exposed_name=\"YLabelFontSize\" name=\"FontSize\" default_values=\"12\"/>\n"
7544 " </ExposedProperties>\n"
7545 " </SubProxy>\n"
7546 "\n"
7547 " <PropertyGroup label=\"Y Axis Label Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
7548 " <Property name=\"YLabelColor\" function=\"Color\"/>\n"
7549 " <Property name=\"YLabelFontFamily\" function=\"Family\"/>\n"
7550 " <Property name=\"YLabelFontFile\" function=\"File\"/>\n"
7551 " <Property name=\"YLabelBold\" function=\"Bold\" />\n"
7552 " <Property name=\"YLabelItalic\" function=\"Italics\"/>\n"
7553 " <Property name=\"YLabelFontSize\" function=\"Size\" />\n"
7554 " <Property name=\"YLabelShadow\" function=\"Shadow\" />\n"
7555 " <Property name=\"YLabelOpacity\" function=\"Opacity\" />\n"
7556 " </PropertyGroup>\n"
7557 "\n"
7558 " <SubProxy command=\"SetZLabelTextProperty\">\n"
7559 " <Proxy name=\"ZLabelProperties\" proxygroup=\"properties\" proxyname=\"TextProperty\" />\n"
7560 " <ExposedProperties>\n"
7561 " <Property exposed_name=\"ZLabelColor\" name=\"Color\" />\n"
7562 " <Property exposed_name=\"ZLabelOpacity\" name=\"Opacity\" />\n"
7563 " <Property exposed_name=\"ZLabelFontFamily\" name=\"FontFamily\" />\n"
7564 " <Property exposed_name=\"ZLabelFontFile\" name=\"FontFile\" />\n"
7565 " <Property exposed_name=\"ZLabelBold\" name=\"Bold\" />\n"
7566 " <Property exposed_name=\"ZLabelItalic\" name=\"Italic\" />\n"
7567 " <Property exposed_name=\"ZLabelShadow\" name=\"Shadow\" />\n"
7568 " <Property exposed_name=\"ZLabelFontSize\" name=\"FontSize\" default_values=\"12\"/>\n"
7569 " </ExposedProperties>\n"
7570 " </SubProxy>\n"
7571 "\n"
7572 " <PropertyGroup label=\"Z Axis Label Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
7573 " <Property name=\"ZLabelColor\" function=\"Color\"/>\n"
7574 " <Property name=\"ZLabelFontFamily\" function=\"Family\"/>\n"
7575 " <Property name=\"ZLabelFontFile\" function=\"File\"/>\n"
7576 " <Property name=\"ZLabelBold\" function=\"Bold\" />\n"
7577 " <Property name=\"ZLabelItalic\" function=\"Italics\"/>\n"
7578 " <Property name=\"ZLabelFontSize\" function=\"Size\" />\n"
7579 " <Property name=\"ZLabelShadow\" function=\"Shadow\" />\n"
7580 " <Property name=\"ZLabelOpacity\" function=\"Opacity\" />\n"
7581 " </PropertyGroup>\n"
7582 "\n"
7583 " <IntVectorProperty name=\"XAxisNotation\"\n"
7584 " command=\"SetXNotation\"\n"
7585 " default_values=\"0\"\n"
7586 " panel_visibility=\"advanced\"\n"
7587 " number_of_elements=\"1\">\n"
7588 " <Documentation>\n"
7589 " Get/set the numerical notation, standard, scientific or mixed (0, 1, 2) for X Axis.\n"
7590 " </Documentation>\n"
7591 " <EnumerationDomain name=\"enum\">\n"
7592 " <Entry text=\"Mixed\" value=\"0\" />\n"
7593 " <Entry text=\"Scientific\" value=\"1\" />\n"
7594 " <Entry text=\"Fixed\" value=\"2\" />\n"
7595 " </EnumerationDomain>\n"
7596 " </IntVectorProperty>\n"
7597 " <IntVectorProperty command=\"SetXPrecision\"\n"
7598 " default_values=\"2\"\n"
7599 " panel_visibility=\"advanced\"\n"
7600 " name=\"XAxisPrecision\"\n"
7601 " number_of_elements=\"1\">\n"
7602 " <IntRangeDomain name=\"range\" min=\"0\"/>\n"
7603 ;
7604 
7605 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/utilities_remotingviews.xml
7607 " <Documentation>\n"
7608 " Get/set the numerical precision to use for the X Axis, default is 2.\n"
7609 " </Documentation>\n"
7610 " </IntVectorProperty>\n"
7611 "\n"
7612 " <IntVectorProperty command=\"SetXUseCustomLabels\"\n"
7613 " default_values=\"0\"\n"
7614 " name=\"XAxisUseCustomLabels\"\n"
7615 " number_of_elements=\"1\">\n"
7616 " <BooleanDomain name=\"bool\" />\n"
7617 " <Documentation>\n"
7618 " Specify whether to use custom labels for the X axis. Labels\n"
7619 " specified by **XAxisLabels** are used only when\n"
7620 " this flag is set to 1.\n"
7621 " </Documentation>\n"
7622 " </IntVectorProperty>\n"
7623 " <DoubleVectorProperty name=\"XAxisLabels\"\n"
7624 " command=\"SetXLabel\"\n"
7625 " set_number_command=\"SetNumberOfXLabels\"\n"
7626 " number_of_elements=\"0\"\n"
7627 " number_of_elements_per_command=\"1\"\n"
7628 " repeat_command=\"1\"\n"
7629 " use_index=\"1\" >\n"
7630 " <!-- used to trigger the display pqScalarValueListPropertyWidget -->\n"
7631 " <ArrayRangeDomain name=\"scalar_range\"/>\n"
7632 " <Hints>\n"
7633 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
7634 " <Property name=\"XAxisUseCustomLabels\" function=\"boolean\" />\n"
7635 " </PropertyWidgetDecorator>\n"
7636 " </Hints>\n"
7637 " </DoubleVectorProperty>\n"
7638 "\n"
7639 " <PropertyGroup label=\"X Axis Label Properties\">\n"
7640 " <Property name=\"XAxisNotation\" />\n"
7641 " <Property name=\"XAxisPrecision\" />\n"
7642 " <Property name=\"XAxisUseCustomLabels\" />\n"
7643 " <Property name=\"XAxisLabels\" />\n"
7644 " </PropertyGroup>\n"
7645 "\n"
7646 " <IntVectorProperty name=\"YAxisNotation\"\n"
7647 " command=\"SetYNotation\"\n"
7648 " default_values=\"0\"\n"
7649 " panel_visibility=\"advanced\"\n"
7650 " number_of_elements=\"1\">\n"
7651 " <Documentation>\n"
7652 " Get/set the numerical notation, standard, scientific or mixed (0, 1, 2) for Y Axis.\n"
7653 " </Documentation>\n"
7654 " <EnumerationDomain name=\"enum\">\n"
7655 " <Entry text=\"Mixed\" value=\"0\" />\n"
7656 " <Entry text=\"Scientific\" value=\"1\" />\n"
7657 " <Entry text=\"Fixed\" value=\"2\" />\n"
7658 " </EnumerationDomain>\n"
7659 " </IntVectorProperty>\n"
7660 " <IntVectorProperty command=\"SetYPrecision\"\n"
7661 " default_values=\"2\"\n"
7662 " panel_visibility=\"advanced\"\n"
7663 " name=\"YAxisPrecision\"\n"
7664 " number_of_elements=\"1\">\n"
7665 " <IntRangeDomain name=\"range\" min=\"0\"/>\n"
7666 " <Documentation>\n"
7667 " Get/set the numerical precision to use for the Y Axis, default is 2.\n"
7668 " </Documentation>\n"
7669 " </IntVectorProperty>\n"
7670 "\n"
7671 " <IntVectorProperty command=\"SetYUseCustomLabels\"\n"
7672 " default_values=\"0\"\n"
7673 " name=\"YAxisUseCustomLabels\"\n"
7674 " number_of_elements=\"1\">\n"
7675 " <BooleanDomain name=\"bool\" />\n"
7676 " <Documentation>\n"
7677 " Specify whether to use custom labels for the Y axis. Labels\n"
7678 " specified by **YAxisLabels** are used only when\n"
7679 " this flag is set to 1.\n"
7680 " </Documentation>\n"
7681 " </IntVectorProperty>\n"
7682 " <DoubleVectorProperty command=\"SetYLabel\"\n"
7683 " set_number_command=\"SetNumberOfYLabels\"\n"
7684 " name=\"YAxisLabels\"\n"
7685 " number_of_elements=\"0\"\n"
7686 " number_of_elements_per_command=\"1\"\n"
7687 " repeat_command=\"1\"\n"
7688 " use_index=\"1\">\n"
7689 " <!-- used to trigger the display pqScalarValueListPropertyWidget -->\n"
7690 " <ArrayRangeDomain name=\"scalar_range\"/>\n"
7691 " <Hints>\n"
7692 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
7693 " <Property name=\"YAxisUseCustomLabels\" function=\"boolean\" />\n"
7694 " </PropertyWidgetDecorator>\n"
7695 " </Hints>\n"
7696 " </DoubleVectorProperty>\n"
7697 "\n"
7698 " <PropertyGroup label=\"Y Axis Label Properties\">\n"
7699 " <Property name=\"YAxisNotation\" />\n"
7700 " <Property name=\"YAxisPrecision\" />\n"
7701 " <Property name=\"YAxisUseCustomLabels\" />\n"
7702 " <Property name=\"YAxisLabels\" />\n"
7703 " </PropertyGroup>\n"
7704 "\n"
7705 " <IntVectorProperty name=\"ZAxisNotation\"\n"
7706 " command=\"SetZNotation\"\n"
7707 " default_values=\"0\"\n"
7708 " panel_visibility=\"advanced\"\n"
7709 " number_of_elements=\"1\">\n"
7710 " <Documentation>\n"
7711 " Get/set the numerical notation, standard, scientific or mixed (0, 1, 2) for Z Axis.\n"
7712 " </Documentation>\n"
7713 " <EnumerationDomain name=\"enum\">\n"
7714 " <Entry text=\"Mixed\" value=\"0\" />\n"
7715 " <Entry text=\"Scientific\" value=\"1\" />\n"
7716 " <Entry text=\"Fixed\" value=\"2\" />\n"
7717 " </EnumerationDomain>\n"
7718 " </IntVectorProperty>\n"
7719 " <IntVectorProperty command=\"SetZPrecision\"\n"
7720 " default_values=\"2\"\n"
7721 " panel_visibility=\"advanced\"\n"
7722 " name=\"ZAxisPrecision\"\n"
7723 " number_of_elements=\"1\">\n"
7724 " <IntRangeDomain name=\"range\" min=\"0\"/>\n"
7725 " <Documentation>\n"
7726 " Get/set the numerical precision to use for the Z Axis, default is 2.\n"
7727 " </Documentation>\n"
7728 " </IntVectorProperty>\n"
7729 "\n"
7730 " <IntVectorProperty command=\"SetZUseCustomLabels\"\n"
7731 " default_values=\"0\"\n"
7732 " name=\"ZAxisUseCustomLabels\"\n"
7733 " number_of_elements=\"1\">\n"
7734 " <BooleanDomain name=\"bool\" />\n"
7735 " <Documentation>\n"
7736 " Specify whether to use custom labels for the Z axis. Labels\n"
7737 " specified by **ZAxisLabels** are used only when\n"
7738 " this flag is set to 1.\n"
7739 " </Documentation>\n"
7740 " </IntVectorProperty>\n"
7741 " <DoubleVectorProperty command=\"SetZLabel\"\n"
7742 " set_number_command=\"SetNumberOfZLabels\"\n"
7743 " name=\"ZAxisLabels\"\n"
7744 " number_of_elements=\"0\"\n"
7745 " number_of_elements_per_command=\"1\"\n"
7746 " repeat_command=\"1\"\n"
7747 " use_index=\"1\" >\n"
7748 " <!-- used to trigger the display pqScalarValueListPropertyWidget -->\n"
7749 " <ArrayRangeDomain name=\"scalar_range\"/>\n"
7750 " <Hints>\n"
7751 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
7752 " <Property name=\"ZAxisUseCustomLabels\" function=\"boolean\" />\n"
7753 " </PropertyWidgetDecorator>\n"
7754 " </Hints>\n"
7755 " </DoubleVectorProperty>\n"
7756 "\n"
7757 " <PropertyGroup label=\"Z Axis Label Properties\">\n"
7758 " <Property name=\"ZAxisNotation\" />\n"
7759 " <Property name=\"ZAxisPrecision\" />\n"
7760 " <Property name=\"ZAxisUseCustomLabels\" />\n"
7761 " <Property name=\"ZAxisLabels\" />\n"
7762 " </PropertyGroup>\n"
7763 "\n"
7764 " <IntVectorProperty name=\"UseCustomBounds\"\n"
7765 " command=\"SetUseCustomTransformedBounds\"\n"
7766 " number_of_elements=\"1\"\n"
7767 " default_values=\"0\">\n"
7768 " <BooleanDomain name=\"bool\" />\n"
7769 " <Documentation>\n"
7770 " If set, the axes will use explicitly specified bounds rather than using the bounds\n"
7771 " computed from datasets currently visible in the view.\n"
7772 " </Documentation>\n"
7773 " </IntVectorProperty>\n"
7774 "\n"
7775 " <DoubleVectorProperty name=\"CustomBounds\"\n"
7776 " command=\"SetCustomTransformedBounds\"\n"
7777 " number_of_elements=\"6\"\n"
7778 " default_values=\"0 1 0 1 0 1 0 1\">\n"
7779 " <DoubleRangeDomain name=\"range\" />\n"
7780 " <Documentation>\n"
7781 " Specify the explicit bounds to use when **UseCustomBounds** is checked.\n"
7782 " </Documentation>\n"
7783 " <Hints>\n"
7784 " <!-- show only when UseCustomBounds is true -->\n"
7785 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
7786 " mode=\"visibility\"\n"
7787 " property=\"UseCustomBounds\"\n"
7788 " value=\"1\"/>\n"
7789 " <DoubleVectorPropertyWidget>\n"
7790 " <!-- add buttons to reset using active bounds -->\n"
7791 " <Button type=\"use_active_source_bounds\" />\n"
7792 " </DoubleVectorPropertyWidget>\n"
7793 " </Hints>\n"
7794 " </DoubleVectorProperty>\n"
7795 "\n"
7796 " <DoubleVectorProperty name=\"DataScale\"\n"
7797 " command=\"SetDataScale\"\n"
7798 " number_of_elements=\"3\"\n"
7799 " default_values=\"1 1 1\"\n"
7800 " panel_visibility=\"advanced\">\n"
7801 " <DoubleRangeDomain name=\"range\" />\n"
7802 " <Documentation>\n"
7803 " If data is being scaled, you can show the original data bounds for the axes\n"
7804 " instead of the scaled bounds by setting the DataScale to match the scaling applied\n"
7805 " to the dataset.\n"
7806 " </Documentation>\n"
7807 " <Hints>\n"
7808 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
7809 " mode=\"enabled_state\"\n"
7810 " property=\"UseModelTransform\"\n"
7811 " value=\"0\"/>\n"
7812 " <!-- disable this when UseModelTransform is true -->\n"
7813 " </Hints>\n"
7814 " </DoubleVectorProperty>\n"
7815 "\n"
7816 " <DoubleVectorProperty name=\"DataPosition\"\n"
7817 " command=\"SetDataPosition\"\n"
7818 " number_of_elements=\"3\"\n"
7819 " default_values=\"0 0 0\"\n"
7820 " panel_visibility=\"advanced\">\n"
7821 " <DoubleRangeDomain name=\"range\" />\n"
7822 " <Documentation>\n"
7823 " If data is being translated, you can show the original data bounds for the axes\n"
7824 " instead of the translated bounds by setting the DataPosition to match the\n"
7825 " translation applied to the dataset.\n"
7826 " </Documentation>\n"
7827 " <Hints>\n"
7828 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
7829 " mode=\"enabled_state\"\n"
7830 " property=\"UseModelTransform\"\n"
7831 " value=\"0\"/>\n"
7832 " <!-- disable this when UseModelTransform is true -->\n"
7833 " </Hints>\n"
7834 " </DoubleVectorProperty>\n"
7835 "\n"
7836 " <DoubleVectorProperty name=\"DataBoundsScaleFactor\"\n"
7837 " command=\"SetDataBoundsScaleFactor\"\n"
7838 " number_of_elements=\"1\"\n"
7839 " default_values=\"1.0008\"\n"
7840 " panel_visibility=\"advanced\">\n"
7841 " <DoubleRangeDomain name=\"range\" min=\"0\" max=\"2\"/>\n"
7842 " <Documentation>\n"
7843 " After the data bounds have been computed, this property enables to scale the\n"
7844 " bounds used to generate the axes grid, so it will be slightly larger than the\n"
7845 " data bounds.\n"
7846 " Data bounds are not modified, only the aspect of the AxesGrid is modified.\n"
7847 " The default value (1.0008) ensures that there is no concident lines drawn when\n"
7848 " zooming close enough to the model.\n"
7849 " </Documentation>\n"
7850 " <Hints>\n"
7851 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
7852 " mode=\"enabled_state\"\n"
7853 " property=\"UseModelTransform\"\n"
7854 " value=\"0\"/>\n"
7855 " <!-- disable this when UseModelTransform is true -->\n"
7856 " </Hints>\n"
7857 " </DoubleVectorProperty>\n"
7858 "\n"
7859 " <PropertyGroup label=\"Bounds\">\n"
7860 " <Property name=\"UseCustomBounds\" />\n"
7861 " <Property name=\"CustomBounds\" />\n"
7862 " </PropertyGroup>\n"
7863 "\n"
7864 " <PropertyGroup label=\"Data Transform\">\n"
7865 " <Property name=\"DataScale\" />\n"
7866 " <Property name=\"DataPosition\" />\n"
7867 " <Property name=\"DataBoundsScaleFactor\" />\n"
7868 " </PropertyGroup>\n"
7869 "\n"
7870 " <DoubleVectorProperty name=\"ModelTransformMatrix\"\n"
7871 " command=\"SetModelTransformMatrix\"\n"
7872 " number_of_elements=\"16\"\n"
7873 " default_values=\"1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1\"\n"
7874 " argument_is_array=\"1\"\n"
7875 " panel_visibility=\"never\">\n"
7876 " </DoubleVectorProperty>\n"
7877 " <DoubleVectorProperty name=\"ModelBounds\"\n"
7878 " command=\"SetModelBounds\"\n"
7879 " number_of_elements=\"6\"\n"
7880 " default_values=\"0 1 0 1 0 1\"\n"
7881 " panel_visibility=\"never\">\n"
7882 " </DoubleVectorProperty>\n"
7883 " <IntVectorProperty name=\"UseModelTransform\"\n"
7884 " command=\"SetUseModelTransform\"\n"
7885 " number_of_elements=\"1\"\n"
7886 " default_values=\"0\"\n"
7887 " panel_visibility=\"never\">\n"
7888 " <BooleanDomain name=\"range\" />\n"
7889 " </IntVectorProperty>\n"
7890 " <!-- End of 'GridAxes3DActor' -->\n"
7891 " </Proxy>\n"
7892 "\n"
7893 " <!-- ================================================================== -->\n"
7894 " <!-- End of ProxyGroup annotations -->\n"
7895 " </ProxyGroup>\n"
7896 "\n"
7897 " <!-- ==================================================================== -->\n"
7898 " <ProxyGroup name=\"misc\">\n"
7899 " <!-- ================================================================== -->\n"
7900 " <ViewLayoutProxy name=\"ViewLayout\"\n"
7901 " class=\"vtkViewLayout\"\n"
7902 " processes=\"client|renderserver\">\n"
7903 " <Documentation>Proxy used to manage layout for multiple views.</Documentation>\n"
7904 " <IntVectorProperty name=\"PreviewMode\"\n"
7905 " number_of_elements=\"2\"\n"
7906 " default_values=\"0 0\">\n"
7907 " <Documentation>\n"
7908 " Set the target resolution for the preview mode to display,\n"
7909 " [0, 0] is interpreted as exiting preview.\n"
7910 " </Documentation>\n"
7911 " </IntVectorProperty>\n"
7912 " <IntVectorProperty name=\"SeparatorWidth\"\n"
7913 " command=\"SetSeparatorWidth\"\n"
7914 " number_of_elements=\"1\"\n"
7915 " default_values=\"1\">\n"
7916 " <IntRangeDomain name=\"range\" min=\"0\" max=\"10\" />\n"
7917 " <Documentation>\n"
7918 " The width of the separator (in pixels) to be displayed in preview mode.\n"
7919 " </Documentation>\n"
7920 " </IntVectorProperty>\n"
7921 " <DoubleVectorProperty name=\"SeparatorColor\"\n"
7922 " command=\"SetSeparatorColor\"\n"
7923 " number_of_elements=\"3\"\n"
7924 " default_values=\"0.937 0.922 0.906\">\n"
7925 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" max=\"1 1 1\" />\n"
7926 " <Documentation>\n"
7927 " The color of the separator to be displayed in preview mode.\n"
7928 " </Documentation>\n"
7929 " </DoubleVectorProperty>\n"
7930 " </ViewLayoutProxy>\n"
7931 "\n"
7932 " <!-- ================================================================== -->\n"
7933 " <Proxy class=\"vtkPVRayCastPickingHelper\"\n"
7934 " name=\"PickingHelper\"\n"
7935 " processes=\"dataserver\">\n"
7936 " <Documentation>Proxy used to pick a point of a surface\n"
7937 ;
7938 
7939 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/utilities_remotingviews.xml
7941 " mesh.</Documentation>\n"
7942 " <DoubleVectorProperty command=\"SetPointA\"\n"
7943 " default_values=\"0.0 0.0 0.0\"\n"
7944 " name=\"PointA\"\n"
7945 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
7946 " <DoubleVectorProperty command=\"SetPointB\"\n"
7947 " default_values=\"0.0 0.0 1.0\"\n"
7948 " name=\"PointB\"\n"
7949 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
7950 " <IntVectorProperty command=\"SetSnapOnMeshPoint\"\n"
7951 " default_values=\"0\"\n"
7952 " name=\"SnapOnMeshPoint\"\n"
7953 " number_of_elements=\"1\">\n"
7954 " <BooleanDomain name=\"bool\" />\n"
7955 " </IntVectorProperty>\n"
7956 " <DoubleVectorProperty command=\"GetIntersection\"\n"
7957 " default_values=\"0.0 0.0 0.0\"\n"
7958 " information_only=\"1\"\n"
7959 " name=\"Intersection\"\n"
7960 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
7961 " <Property command=\"ComputeIntersection\"\n"
7962 " name=\"Update\"></Property>\n"
7963 " <ProxyProperty command=\"SetInput\"\n"
7964 " name=\"Input\">\n"
7965 " <Documentation>The input from which the selection is\n"
7966 " extracted.</Documentation>\n"
7967 " </ProxyProperty>\n"
7968 " <ProxyProperty command=\"SetSelection\"\n"
7969 " name=\"Selection\">\n"
7970 " <Documentation>The selection that is used to reduced the\n"
7971 " input.</Documentation>\n"
7972 " </ProxyProperty>\n"
7973 " </Proxy>\n"
7974 "\n"
7975 " <!-- ================================================================== -->\n"
7976 " <SaveScreenshotProxy name=\"SaveScreenshotBase\" processes=\"client\">\n"
7977 " <Documentation>\n"
7978 " Proxy used to save screenshots from view(s) or layouts.\n"
7979 " </Documentation>\n"
7980 " <ProxyProperty name=\"Layout\" panel_visibility=\"never\" />\n"
7981 " <ProxyProperty name=\"View\" panel_visibility=\"never\" />\n"
7982 "\n"
7983 " <IntVectorProperty name=\"SaveAllViews\"\n"
7984 " number_of_elements=\"1\"\n"
7985 " default_values=\"0\">\n"
7986 " <BooleanDomain name=\"bool\" />\n"
7987 " <Documentation>\n"
7988 " When checked, all views in the active layout will be saved in the image.\n"
7989 " Otherwise only the active view will be saved.\n"
7990 " </Documentation>\n"
7991 " </IntVectorProperty>\n"
7992 "\n"
7993 " <IntVectorProperty name=\"ImageResolution\"\n"
7994 " number_of_elements=\"2\"\n"
7995 " default_values=\"none\"\n"
7996 " panel_widget=\"view_resolution\" >\n"
7997 " <ViewResolutionDomain name=\"range\" default_mode=\"max\">\n"
7998 " <RequiredProperties>\n"
7999 " <Property name=\"SaveAllViews\" function=\"UseLayout\" />\n"
8000 " <Property name=\"Layout\" function=\"Layout\" />\n"
8001 " <Property name=\"View\" function=\"View\" />\n"
8002 " </RequiredProperties>\n"
8003 " </ViewResolutionDomain>\n"
8004 " <Documentation>\n"
8005 " Choose the image resolution in pixels.\n"
8006 " </Documentation>\n"
8007 " </IntVectorProperty>\n"
8008 "\n"
8009 " <IntVectorProperty name=\"FontScaling\"\n"
8010 " number_of_elements=\"1\"\n"
8011 " default_values=\"0\"\n"
8012 " panel_visibility=\"advanced\">\n"
8013 " <EnumerationDomain name=\"enum\">\n"
8014 " <Entry value=\"0\" text=\"Scale fonts proportionally\" />\n"
8015 " <Entry value=\"1\" text=\"Do not scale fonts\" />\n"
8016 " </EnumerationDomain>\n"
8017 " <Documentation>\n"
8018 " Select how fonts are to be scaled when saving images at different\n"
8019 " resolution than the current size.\n"
8020 " </Documentation>\n"
8021 " </IntVectorProperty>\n"
8022 "\n"
8023 " <IntVectorProperty name=\"SeparatorWidth\"\n"
8024 " number_of_elements=\"1\"\n"
8025 " default_values=\"1\"\n"
8026 " panel_visibility=\"advanced\">\n"
8027 " <IntRangeDomain name=\"range\" min=\"0\" max=\"10\" />\n"
8028 " <Documentation>\n"
8029 " Specify the width of border (in pixels) to use around views when\n"
8030 " **Save All Views** is checked.\n"
8031 " </Documentation>\n"
8032 " <Hints>\n"
8033 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
8034 " mode=\"enabled_state\"\n"
8035 " property=\"SaveAllViews\"\n"
8036 " value=\"1\" />\n"
8037 " </Hints>\n"
8038 " </IntVectorProperty>\n"
8039 "\n"
8040 " <DoubleVectorProperty name=\"SeparatorColor\"\n"
8041 " number_of_elements=\"3\"\n"
8042 " default_values=\"0.937 0.922 0.906\"\n"
8043 " panel_widget=\"color_selector_with_palette\"\n"
8044 " panel_visibility=\"advanced\">\n"
8045 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" max=\"1 1 1\" />\n"
8046 " <Documentation>\n"
8047 " Select the separator color.\n"
8048 " </Documentation>\n"
8049 " <Hints>\n"
8050 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
8051 " mode=\"enabled_state\"\n"
8052 " property=\"SaveAllViews\"\n"
8053 " value=\"1\" />\n"
8054 " </Hints>\n"
8055 " </DoubleVectorProperty>\n"
8056 "\n"
8057 " <StringVectorProperty name=\"OverrideColorPalette\"\n"
8058 " number_of_elements=\"1\"\n"
8059 " default_values=\"\"\n"
8060 " panel_widget=\"color_palette_selector\" >\n"
8061 " <StringListDomain name=\"list\" />\n"
8062 " <Documentation>\n"
8063 " Choose the color palette to load before saving the image.\n"
8064 " </Documentation>\n"
8065 " </StringVectorProperty>\n"
8066 "\n"
8067 " <IntVectorProperty name=\"StereoMode\"\n"
8068 " number_of_elements=\"1\"\n"
8069 " default_values=\"-1\"\n"
8070 " panel_visibility=\"advanced\">\n"
8071 " <Documentation>\n"
8072 " Select a stereo mode, as needed.\n"
8073 " </Documentation>\n"
8074 " <EnumerationDomain name=\"enum\">\n"
8075 " <Entry text=\"No change\" value=\"-1\" />\n"
8076 " <Entry text=\"No stereo\" value=\"0\" />\n"
8077 " <Entry text=\"Red-Blue\" value=\"2\" />\n"
8078 " <Entry text=\"Interlaced\" value=\"3\" />\n"
8079 " <Entry text=\"Left Eye Only\" value=\"4\" />\n"
8080 " <Entry text=\"Right Eye Only\" value=\"5\" />\n"
8081 " <Entry text=\"Both Eyes\" value=\"11\" />\n"
8082 " <Entry text=\"Dresden\" value=\"6\" />\n"
8083 " <Entry text=\"Anaglyph\" value=\"7\" />\n"
8084 " <Entry text=\"Checkerboard\" value=\"8\" />\n"
8085 " <Entry text=\"Side-by-Side Horizontal\" value=\"9\" />\n"
8086 " </EnumerationDomain>\n"
8087 " </IntVectorProperty>\n"
8088 "\n"
8089 " <IntVectorProperty name=\"TransparentBackground\"\n"
8090 " number_of_elements=\"1\"\n"
8091 " default_values=\"0\">\n"
8092 " <BooleanDomain name=\"bool\" />\n"
8093 " <Documentation>\n"
8094 " Set whether to use a transparent background.\n"
8095 " </Documentation>\n"
8096 " </IntVectorProperty>\n"
8097 " </SaveScreenshotProxy>\n"
8098 "\n"
8099 " <!-- ================================================================== -->\n"
8100 " <SaveScreenshotProxy name=\"SaveScreenshot\" processes=\"client\"\n"
8101 " label=\"Save Screenshot\"\n"
8102 " base_proxygroup=\"misc\"\n"
8103 " base_proxyname=\"SaveScreenshotBase\">\n"
8104 " <Documentation>\n"
8105 " Proxy used to save screenshots from view(s) or layouts.\n"
8106 " </Documentation>\n"
8107 " <ProxyProperty name=\"Format\">\n"
8108 " <ProxyListDomain name=\"proxy_list\">\n"
8109 " <Group name=\"screenshot_writers\" />\n"
8110 " </ProxyListDomain>\n"
8111 " <Hints>\n"
8112 " <ProxySelectionWidget enabled=\"0\" />\n"
8113 " </Hints>\n"
8114 " </ProxyProperty>\n"
8115 "\n"
8116 " <!-- FIXME:: deprecated\n"
8117 " <IntVectorProperty name=\"ImageQuality\"\n"
8118 " number_of_elements=\"1\"\n"
8119 " default_values=\"100\"\n"
8120 " panel_visibility=\"advanced\">\n"
8121 " <IntRangeDomain name=\"range\" min=\"0\" max=\"100\" />\n"
8122 " <Documentation>\n"
8123 " Specify output image quality (or compression), if applicable.\n"
8124 " **0** - low quality, **100** - high quality.\n"
8125 " </Documentation>\n"
8126 " </IntVectorProperty>\n"
8127 " -->\n"
8128 "\n"
8129 " <PropertyGroup label=\"Size and Scaling\">\n"
8130 " <Property name=\"SaveAllViews\" />\n"
8131 " <Property name=\"ImageResolution\" />\n"
8132 " <Property name=\"FontScaling\" />\n"
8133 " </PropertyGroup>\n"
8134 "\n"
8135 " <PropertyGroup label=\"Separator Options\" >\n"
8136 " <Property name=\"SeparatorWidth\" />\n"
8137 " <Property name=\"SeparatorColor\" />\n"
8138 " </PropertyGroup>\n"
8139 "\n"
8140 " <PropertyGroup label=\"Coloring\">\n"
8141 " <Property name=\"OverrideColorPalette\" />\n"
8142 " <Property name=\"StereoMode\" />\n"
8143 " <Property name=\"TransparentBackground\" />\n"
8144 " </PropertyGroup>\n"
8145 "\n"
8146 " <PropertyGroup label=\"Image Options\">\n"
8147 " <Property name=\"Format\" />\n"
8148 " </PropertyGroup>\n"
8149 " </SaveScreenshotProxy>\n"
8150 "\n"
8151 " <!-- end of \"misc\" -->\n"
8152 " </ProxyGroup>\n"
8153 "\n"
8154 " <!-- ==================================================================== -->\n"
8155 " <ProxyGroup name=\"screenshot_writers\">\n"
8156 " <Documentation>\n"
8157 " This group includes all writers which can be used to write screenshots in ParaView.\n"
8158 " </Documentation>\n"
8159 "\n"
8160 " <!-- ================================================================== -->\n"
8161 " <Proxy name=\"PNG\" class=\"vtkPNGWriter\" processes=\"client|dataserver\">\n"
8162 " <Documentation>\n"
8163 " Writer for saving screenshots as PNG files.\n"
8164 " </Documentation>\n"
8165 "\n"
8166 " <StringVectorProperty name=\"FileName\" command=\"SetFileName\"\n"
8167 " number_of_elements=\"1\"\n"
8168 " default_values=\"\"\n"
8169 " panel_visibility=\"never\">\n"
8170 " </StringVectorProperty>\n"
8171 "\n"
8172 " <IntVectorProperty name=\"CompressionLevel\"\n"
8173 " command=\"SetCompressionLevel\"\n"
8174 " number_of_elements=\"1\"\n"
8175 " default_values=\"5\">\n"
8176 " <Documentation>\n"
8177 " Specify the *zlib* compression level. **0** is no compression, while **9** is\n"
8178 " maximum compression.\n"
8179 " </Documentation>\n"
8180 " <EnumerationDomain name=\"enum\">\n"
8181 " <Entry text=\"0\" value=\"0\" info=\"no compression\" />\n"
8182 " <Entry text=\"1\" value=\"1\" />\n"
8183 " <Entry text=\"2\" value=\"2\" />\n"
8184 " <Entry text=\"3\" value=\"3\" />\n"
8185 " <Entry text=\"4\" value=\"4\" />\n"
8186 " <Entry text=\"5\" value=\"5\" />\n"
8187 " <Entry text=\"6\" value=\"6\" />\n"
8188 " <Entry text=\"7\" value=\"7\" />\n"
8189 " <Entry text=\"8\" value=\"8\" />\n"
8190 " <Entry text=\"9\" value=\"9\" info=\"Maximum compression\" />\n"
8191 " </EnumerationDomain>\n"
8192 " </IntVectorProperty>\n"
8193 " <Hints>\n"
8194 " <FormatOptions extensions=\"png\"\n"
8195 " file_description=\"PNG images\" />\n"
8196 " </Hints>\n"
8197 " </Proxy>\n"
8198 "\n"
8199 " <!-- ================================================================== -->\n"
8200 " <Proxy name=\"JPEG\" class=\"vtkJPEGWriter\" processes=\"client|dataserver\">\n"
8201 " <Documentation>\n"
8202 " Writer for saving screenshots as JPEG files.\n"
8203 " </Documentation>\n"
8204 "\n"
8205 " <StringVectorProperty name=\"FileName\" command=\"SetFileName\"\n"
8206 " number_of_elements=\"1\"\n"
8207 " default_values=\"\"\n"
8208 " panel_visibility=\"never\">\n"
8209 " </StringVectorProperty>\n"
8210 "\n"
8211 " <IntVectorProperty name=\"Quality\"\n"
8212 " command=\"SetQuality\"\n"
8213 " number_of_elements=\"1\"\n"
8214 " default_values=\"95\">\n"
8215 " <Documentation>\n"
8216 " Specify the JPEG compression quality. **O** is low quality (maximum compression)\n"
8217 " and **100** is high quality (least compression).\n"
8218 " </Documentation>\n"
8219 " <IntRangeDomain name=\"range\" min=\"0\" max=\"100\" />\n"
8220 " </IntVectorProperty>\n"
8221 " <IntVectorProperty name=\"Progressive\"\n"
8222 " command=\"SetProgressive\"\n"
8223 " number_of_elements=\"1\"\n"
8224 " default_values=\"1\">\n"
8225 " <BooleanDomain name=\"bool\" />\n"
8226 " <Documentation>\n"
8227 " Save progressive JPEG.\n"
8228 " </Documentation>\n"
8229 " </IntVectorProperty>\n"
8230 " <Hints>\n"
8231 " <FormatOptions extensions=\"jpeg jpg\"\n"
8232 " file_description=\"JPEG images\" />\n"
8233 " </Hints>\n"
8234 " </Proxy>\n"
8235 "\n"
8236 " <!-- ================================================================== -->\n"
8237 " <Proxy name=\"TIFF\" class=\"vtkTIFFWriter\" processes=\"client|dataserver\">\n"
8238 " <Documentation>\n"
8239 " Writer for saving screenshots as TIFF files.\n"
8240 " </Documentation>\n"
8241 "\n"
8242 " <StringVectorProperty name=\"FileName\" command=\"SetFileName\"\n"
8243 " number_of_elements=\"1\"\n"
8244 " default_values=\"\"\n"
8245 " panel_visibility=\"never\">\n"
8246 " </StringVectorProperty>\n"
8247 "\n"
8248 " <IntVectorProperty name=\"Compression\"\n"
8249 " command=\"SetCompression\"\n"
8250 " number_of_elements=\"1\"\n"
8251 " default_values=\"1\">\n"
8252 " <Documentation>\n"
8253 " Specify compression type.\n"
8254 " </Documentation>\n"
8255 " <EnumerationDomain name=\"enum\">\n"
8256 " <Entry text=\"None\" value=\"0\" />\n"
8257 " <Entry text=\"PackBits\" value=\"1\" />\n"
8258 " <Entry text=\"Deflate\" value=\"3\" />\n"
8259 " <!--\n"
8260 " JPEG is disabled since it raised errors about color space when\n"
8261 " using it.\n"
8262 "\n"
8263 " LZW is disabled since its not available (as per docs in vtkTIFFWriter\n"
8264 " -->\n"
8265 " </EnumerationDomain>\n"
8266 " </IntVectorProperty>\n"
8267 " <Hints>\n"
8268 " <FormatOptions extensions=\"tiff tif\"\n"
8269 " file_description=\"TIFF images\" />\n"
8270 " </Hints>\n"
8271 " </Proxy>\n"
8272 "\n"
8273 " <!-- ================================================================== -->\n"
8274 " <Proxy name=\"BMP\" class=\"vtkBMPWriter\" processes=\"client|dataserver\">\n"
8275 " <Documentation>\n"
8276 " Writer for saving screenshots as BMP files.\n"
8277 " </Documentation>\n"
8278 "\n"
8279 " <StringVectorProperty name=\"FileName\" command=\"SetFileName\"\n"
8280 " number_of_elements=\"1\"\n"
8281 " default_values=\"\"\n"
8282 " panel_visibility=\"never\">\n"
8283 " </StringVectorProperty>\n"
8284 "\n"
8285 " <Hints>\n"
8286 " <FormatOptions extensions=\"bmp\"\n"
8287 " file_description=\"Bitmap images\" />\n"
8288 " </Hints>\n"
8289 " </Proxy>\n"
8290 "\n"
8291 " <!-- end of \"screenshot_writers\" -->\n"
8292 " </ProxyGroup>\n"
8293 "</ServerManagerConfiguration>\n"
8294 "\n";
8295 // Get single string
8297 {
8298 
8308  size_t len = ( 0
8309  + len0
8310  + len1
8311  + len2
8312  + len3
8313  + len4
8314  + len5
8315  + len6
8316  + len7
8317  + len8 );
8318  char* res = new char[ len + 1];
8319  size_t offset = 0;
8329  assert(offset == len);
8330  res[offset] = 0;
8331  return res;
8332 }
8333 
8334 
8335 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
8337 "<ServerManagerConfiguration>\n"
8338 " <!-- ******************************************************************** -->\n"
8339 " <ProxyGroup name=\"delivery_managers\">\n"
8340 " <DataDeliveryManagerProxy name=\"RenderViewDeliveryManager\" class=\"vtkPVRenderViewDataDeliveryManager\">\n"
8341 " </DataDeliveryManagerProxy>\n"
8342 " <DataDeliveryManagerProxy name=\"ContextViewDeliveryManager\" class=\"vtkPVContextViewDataDeliveryManager\">\n"
8343 " </DataDeliveryManagerProxy>\n"
8344 " </ProxyGroup>\n"
8345 "\n"
8346 " <ProxyGroup name=\"internal_views\">\n"
8347 " <!-- ================================================================== -->\n"
8348 "\n"
8349 " <Proxy name=\"ViewBase\"\n"
8350 " processes=\"client|renderserver|dataserver\">\n"
8351 " <DoubleVectorProperty command=\"SetViewTime\"\n"
8352 " default_values=\"none\"\n"
8353 " name=\"ViewTime\"\n"
8354 " number_of_elements=\"1\"\n"
8355 " panel_visibility=\"never\"\n"
8356 " state_ignored=\"1\">\n"
8357 " <DoubleRangeDomain name=\"range\" />\n"
8358 " <Documentation>The pipeline update time for this view. This gets passed\n"
8359 " to all representations added to this view.</Documentation>\n"
8360 " </DoubleVectorProperty>\n"
8361 " <DoubleVectorProperty command=\"SetCacheKey\"\n"
8362 " default_values=\"none\"\n"
8363 " name=\"CacheKey\"\n"
8364 " number_of_elements=\"1\"\n"
8365 " panel_visibility=\"never\"\n"
8366 " state_ignored=\"1\">\n"
8367 " <DoubleRangeDomain name=\"range\" />\n"
8368 " <Documentation>This is the cache key used to identify which cache\n"
8369 " entry to use for rendering when caching is enabled.</Documentation>\n"
8370 " </DoubleVectorProperty>\n"
8371 " <IntVectorProperty command=\"SetUseCache\"\n"
8372 " default_values=\"0\"\n"
8373 " name=\"UseCache\"\n"
8374 " panel_visibility=\"never\"\n"
8375 " number_of_elements=\"1\"\n"
8376 " state_ignored=\"1\">\n"
8377 " <BooleanDomain name=\"bool\" />\n"
8378 " <Documentation>Indicates whether to use cache for subsequent\n"
8379 " renderings.</Documentation>\n"
8380 " </IntVectorProperty>\n"
8381 " <IntVectorProperty command=\"SetPosition\"\n"
8382 " default_values=\"0 0\"\n"
8383 " name=\"ViewPosition\"\n"
8384 " panel_visibility=\"never\"\n"
8385 " number_of_elements=\"2\"\n"
8386 " is_internal=\"1\">\n"
8387 " <!-- ViewPosition is \"internal\" since vtkSMViewLayoutProxy typically\n"
8388 " sets it up. -->\n"
8389 " <Documentation>Set the position on this view in the multiview\n"
8390 " configuration.</Documentation>\n"
8391 " <Hints>\n"
8392 " <NoDefault />\n"
8393 " </Hints>\n"
8394 " </IntVectorProperty>\n"
8395 " <IntVectorProperty command=\"SetSize\"\n"
8396 " default_values=\"400 400\"\n"
8397 " ignore_synchronization=\"1\"\n"
8398 " name=\"ViewSize\"\n"
8399 " number_of_elements=\"2\"\n"
8400 " panel_visibility=\"never\"\n"
8401 " state_ignored=\"1\"\n"
8402 " no_custom_default=\"1\">\n"
8403 " <Hints>\n"
8404 " <NoDefault />\n"
8405 " </Hints>\n"
8406 " <Documentation>Set the size of this view in the multiview\n"
8407 " configuration.</Documentation>\n"
8408 " </IntVectorProperty>\n"
8409 " <ProxyProperty command=\"AddRepresentation\"\n"
8410 " name=\"Representations\"\n"
8411 " remove_command=\"RemoveRepresentation\"\n"
8412 " repeatable=\"1\">\n"
8413 " <Documentation>Representations in this view.</Documentation>\n"
8414 " </ProxyProperty>\n"
8415 " <IntVectorProperty command=\"SetPPI\"\n"
8416 " default_values=\"72\"\n"
8417 " name=\"PPI\"\n"
8418 " number_of_elements=\"1\"\n"
8419 " panel_visibility=\"never\">\n"
8420 " <Documentation>Set the screen ppi (pixels per inch). This is used\n"
8421 " when mapping font sizes in points to screen pixels.\n"
8422 " </Documentation>\n"
8423 " <Hints>\n"
8424 " <PropertyLink group=\"settings\"\n"
8425 " proxy=\"GeneralSettings\"\n"
8426 " property=\"ScreenPixelsPerInch\"/>\n"
8427 " </Hints>\n"
8428 " </IntVectorProperty>\n"
8429 " </Proxy>\n"
8430 "\n"
8431 " <!-- ================================================================== -->\n"
8432 " <Proxy base_proxygroup=\"internal_views\"\n"
8433 " base_proxyname=\"ViewBase\"\n"
8434 " class=\"vtkPVXYChartView\"\n"
8435 " name=\"XYChartViewTitle\"\n"
8436 " processes=\"client|renderserver|dataserver\">\n"
8437 " <Documentation>This is the base proxy for XY chart views.</Documentation>\n"
8438 "\n"
8439 " <SubProxy command=\"SetDeliveryManager\">\n"
8440 " <Proxy name=\"DeliveryManager\"\n"
8441 " proxygroup=\"delivery_managers\"\n"
8442 " proxyname=\"ContextViewDeliveryManager\"/>\n"
8443 " </SubProxy>\n"
8444 "\n"
8445 " <StringVectorProperty command=\"SetTitle\"\n"
8446 " name=\"ChartTitle\"\n"
8447 " number_of_elements=\"1\"\n"
8448 " default_values=\"\">\n"
8449 " <Documentation>\n"
8450 " Set the title to use for the chart. Use ${TIME} to display the current time.\n"
8451 " </Documentation>\n"
8452 " <Hints>\n"
8453 " <PlaceholderText>Use ${TIME} to display current time</PlaceholderText>\n"
8454 " </Hints>\n"
8455 " </StringVectorProperty>\n"
8456 " <IntVectorProperty command=\"SetTitleAlignment\"\n"
8457 " default_values=\"1\"\n"
8458 " name=\"ChartTitleAlignment\"\n"
8459 " number_of_elements=\"1\">\n"
8460 " <EnumerationDomain name=\"enum\">\n"
8461 " <Entry text=\"Left\"\n"
8462 " value=\"0\" />\n"
8463 " <Entry text=\"Center\"\n"
8464 " value=\"1\" />\n"
8465 " <Entry text=\"Right\"\n"
8466 " value=\"2\" />\n"
8467 " </EnumerationDomain>\n"
8468 " </IntVectorProperty>\n"
8469 " <StringVectorProperty command=\"SetTitleFontFamily\"\n"
8470 " default_values=\"Arial\"\n"
8471 " name=\"ChartTitleFontFamily\"\n"
8472 " number_of_elements=\"1\">\n"
8473 " <Documentation>Set the chart title font family.</Documentation>\n"
8474 " <StringListDomain name=\"list\">\n"
8475 " <String value=\"Arial\" />\n"
8476 " <String value=\"Courier\" />\n"
8477 " <String value=\"Times\" />\n"
8478 " <String value=\"File\" />\n"
8479 " </StringListDomain>\n"
8480 " </StringVectorProperty>\n"
8481 " <StringVectorProperty command=\"SetTitleFontFile\"\n"
8482 " name=\"ChartTitleFontFile\"\n"
8483 " number_of_elements=\"1\"\n"
8484 " default_values=\"\">\n"
8485 " <Documentation>Set the chart title font file.</Documentation>\n"
8486 " </StringVectorProperty>\n"
8487 " <IntVectorProperty command=\"SetTitleFontSize\"\n"
8488 " default_values=\"18\"\n"
8489 " name=\"ChartTitleFontSize\"\n"
8490 " number_of_elements=\"1\">\n"
8491 " <Documentation>Set the chart title font size.</Documentation>\n"
8492 " </IntVectorProperty>\n"
8493 " <IntVectorProperty command=\"SetTitleBold\"\n"
8494 " default_values=\"0\"\n"
8495 " name=\"ChartTitleBold\"\n"
8496 " number_of_elements=\"1\">\n"
8497 " <Documentation>Set the chart title bold.</Documentation>\n"
8498 " <BooleanDomain name=\"bool\" />\n"
8499 " </IntVectorProperty>\n"
8500 " <IntVectorProperty command=\"SetTitleItalic\"\n"
8501 " default_values=\"0\"\n"
8502 " name=\"ChartTitleItalic\"\n"
8503 " number_of_elements=\"1\">\n"
8504 " <Documentation>Set the chart title bold.</Documentation>\n"
8505 " <BooleanDomain name=\"bool\" />\n"
8506 " </IntVectorProperty>\n"
8507 " <DoubleVectorProperty command=\"SetTitleColor\"\n"
8508 " default_values=\"0 0 0\"\n"
8509 " name=\"ChartTitleColor\"\n"
8510 " number_of_elements=\"3\">\n"
8511 " <DoubleRangeDomain max=\"1\"\n"
8512 " min=\"0\"\n"
8513 " name=\"range\" />\n"
8514 " </DoubleVectorProperty>\n"
8515 " <PropertyGroup label=\"Title\">\n"
8516 " <Property name=\"ChartTitle\"/>\n"
8517 " </PropertyGroup>\n"
8518 " <PropertyGroup label=\"Chart Title Properties\"\n"
8519 " panel_widget=\"FontEditor\"\n"
8520 " panel_visibility=\"advanced\">\n"
8521 " <Property name=\"ChartTitleColor\" function=\"Color\"/>\n"
8522 " <Property name=\"ChartTitleFontFamily\" function=\"Family\"/>\n"
8523 " <Property name=\"ChartTitleFontFile\" function=\"File\"/>\n"
8524 " <Property name=\"ChartTitleBold\" function=\"Bold\" />\n"
8525 " <Property name=\"ChartTitleItalic\" function=\"Italics\"/>\n"
8526 " <Property name=\"ChartTitleFontSize\" function=\"Size\" />\n"
8527 " <Property name=\"ChartTitleAlignment\" function=\"Justification\" />\n"
8528 " </PropertyGroup>\n"
8529 " </Proxy>\n"
8530 " <!-- ================================================================== -->\n"
8531 " <ContextViewProxy base_proxygroup=\"internal_views\"\n"
8532 " base_proxyname=\"XYChartViewTitle\"\n"
8533 " name=\"XYChartViewBase\"\n"
8534 " processes=\"client|renderserver|dataserver\">\n"
8535 " <Documentation>This is the base proxy for XY chart views.</Documentation>\n"
8536 " <IntVectorProperty command=\"SetLegendVisibility\"\n"
8537 " default_values=\"1\"\n"
8538 " name=\"ShowLegend\"\n"
8539 " number_of_elements=\"1\">\n"
8540 " <BooleanDomain name=\"bool\" />\n"
8541 " </IntVectorProperty>\n"
8542 " <IntVectorProperty command=\"SetLegendLocation\"\n"
8543 " default_values=\"1\"\n"
8544 " name=\"LegendLocation\"\n"
8545 " number_of_elements=\"1\"\n"
8546 " panel_visibility=\"advanced\">\n"
8547 " <EnumerationDomain name=\"enum\">\n"
8548 " <Entry text=\"TopLeft\"\n"
8549 " value=\"0\" />\n"
8550 " <Entry text=\"TopRight\"\n"
8551 " value=\"1\" />\n"
8552 " <Entry text=\"BottomRight\"\n"
8553 " value=\"2\" />\n"
8554 " <Entry text=\"BottomLeft\"\n"
8555 " value=\"3\" />\n"
8556 " <Entry text=\"Left\"\n"
8557 " value=\"4\" />\n"
8558 " <Entry text=\"Top\"\n"
8559 " value=\"5\" />\n"
8560 " <Entry text=\"Right\"\n"
8561 " value=\"6\" />\n"
8562 " <Entry text=\"Bottom\"\n"
8563 " value=\"7\" />\n"
8564 " <Entry text=\"Custom\"\n"
8565 " value=\"8\" />\n"
8566 " </EnumerationDomain>\n"
8567 " </IntVectorProperty>\n"
8568 " <IntVectorProperty command=\"SetLegendSymbolWidth\"\n"
8569 " default_values=\"25\"\n"
8570 " name=\"LegendSymbolWidth\"\n"
8571 " number_of_elements=\"1\"\n"
8572 " panel_visibility=\"advanced\">\n"
8573 " <Documentation>Set the legend symbol width.</Documentation>\n"
8574 " </IntVectorProperty>\n"
8575 " <IntVectorProperty command=\"SetSortByXAxis\"\n"
8576 " default_values=\"0\"\n"
8577 " name=\"SortByXAxis\"\n"
8578 " label=\"Sort By X-Axis\"\n"
8579 " number_of_elements=\"1\">\n"
8580 " <BooleanDomain name=\"bool\" />\n"
8581 " <Documentation>Sort the chart data by the x-axis before deciding line plot connectivity.</Documentation>\n"
8582 " </IntVectorProperty>\n"
8583 " <IntVectorProperty command=\"SetLegendPosition\"\n"
8584 " default_values=\"0 0\"\n"
8585 " name=\"LegendPosition\"\n"
8586 " panel_visibility=\"default\"\n"
8587 " number_of_elements=\"2\">\n"
8588 " <Documentation>Set the legend position in the view for\n"
8589 " custom location.</Documentation>\n"
8590 " <Hints>\n"
8591 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
8592 " mode=\"visibility\"\n"
8593 " property=\"LegendLocation\"\n"
8594 " value=\"8\" />\n"
8595 " <!-- show this widget when LegendLocation==8 (ie.Custom) -->\n"
8596 " </Hints>\n"
8597 " </IntVectorProperty>\n"
8598 " <StringVectorProperty command=\"SetLegendFontFamily\"\n"
8599 " default_values=\"Arial\"\n"
8600 " name=\"LegendFontFamily\"\n"
8601 " number_of_elements=\"1\">\n"
8602 " <StringListDomain name=\"list\">\n"
8603 " <String value=\"Arial\" />\n"
8604 " <String value=\"Courier\" />\n"
8605 " <String value=\"Times\" />\n"
8606 " <String value=\"File\" />\n"
8607 " </StringListDomain>\n"
8608 " <Documentation>Set the legend font familyname.</Documentation>\n"
8609 " </StringVectorProperty>\n"
8610 " <StringVectorProperty command=\"SetLegendFontFile\"\n"
8611 " default_values=\"\"\n"
8612 " name=\"LegendFontFile\"\n"
8613 " number_of_elements=\"1\">\n"
8614 " <Documentation>Set the legend font file.</Documentation>\n"
8615 " </StringVectorProperty>\n"
8616 " <IntVectorProperty command=\"SetLegendFontSize\"\n"
8617 " default_values=\"12\"\n"
8618 " name=\"LegendFontSize\"\n"
8619 " number_of_elements=\"1\">\n"
8620 " <Documentation>Set the legend font size.</Documentation>\n"
8621 " </IntVectorProperty>\n"
8622 " <IntVectorProperty command=\"SetLegendBold\"\n"
8623 " default_values=\"0\"\n"
8624 " name=\"LegendBold\"\n"
8625 " number_of_elements=\"1\">\n"
8626 " <BooleanDomain name=\"bool\" />\n"
8627 " <Documentation>Set the legend font bold.</Documentation>\n"
8628 " </IntVectorProperty>\n"
8629 " <IntVectorProperty command=\"SetLegendItalic\"\n"
8630 " default_values=\"0\"\n"
8631 " name=\"LegendItalic\"\n"
8632 " number_of_elements=\"1\">\n"
8633 " <BooleanDomain name=\"bool\" />\n"
8634 " <Documentation>Set the legend font italic.</Documentation>\n"
8635 " </IntVectorProperty>\n"
8636 " <IntVectorProperty command=\"SetTooltipNotation\"\n"
8637 " default_values=\"0\"\n"
8638 " name=\"TooltipNotation\"\n"
8639 " number_of_elements=\"1\"\n"
8640 " panel_visibility=\"advanced\">\n"
8641 " <EnumerationDomain name=\"enum\">\n"
8642 " <Entry text=\"Mixed\"\n"
8643 " value=\"0\" />\n"
8644 " <Entry text=\"Scientific\"\n"
8645 " value=\"1\" />\n"
8646 " <Entry text=\"Fixed\"\n"
8647 " value=\"2\" />\n"
8648 " </EnumerationDomain>\n"
8649 " </IntVectorProperty>\n"
8650 " <IntVectorProperty command=\"SetTooltipPrecision\"\n"
8651 " default_values=\"6\"\n"
8652 " name=\"TooltipPrecision\"\n"
8653 " number_of_elements=\"1\"\n"
8654 " panel_visibility=\"advanced\">\n"
8655 " <IntRangeDomain min=\"0\" name=\"range\" />\n"
8656 " </IntVectorProperty>\n"
8657 " <IntVectorProperty name=\"HideTimeMarker\"\n"
8658 " command=\"SetHideTimeMarker\"\n"
8659 ;
8660 
8661 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
8663 " number_of_elements=\"1\"\n"
8664 " default_values=\"0\"\n"
8665 " panel_visibility=\"advanced\">\n"
8666 " <Documentation>\n"
8667 " Hide the marker that is used to mark the current time, when one of the axes is\n"
8668 " plotting time.\n"
8669 " </Documentation>\n"
8670 " <BooleanDomain name=\"bool\" />\n"
8671 " </IntVectorProperty>\n"
8672 "\n"
8673 " <PropertyGroup label=\"Legend Properties\"\n"
8674 " panel_widget=\"FontEditor\"\n"
8675 " panel_visibility=\"advanced\">\n"
8676 " <Property name=\"LegendFontFamily\" function=\"Family\"/>\n"
8677 " <Property name=\"LegendFontFile\" function=\"File\"/>\n"
8678 " <Property name=\"LegendBold\" function=\"Bold\" />\n"
8679 " <Property name=\"LegendItalic\" function=\"Italics\"/>\n"
8680 " <Property name=\"LegendFontSize\" function=\"Size\" />\n"
8681 " <!-- next properties are not available -->\n"
8682 " <!-- <Property name=\"LegendColor\" function=\"Color\"/> -->\n"
8683 " <!-- <Property name=\"LegendOpacity\" function=\"Opacity\"/> -->\n"
8684 " <!-- <Property name=\"LegendShadow\" function=\"Shadow\" /> -->\n"
8685 " </PropertyGroup>\n"
8686 "\n"
8687 " <PropertyGroup label=\"Annotation\">\n"
8688 " <Property name=\"ShowLegend\"/>\n"
8689 " <Property name=\"LegendLocation\"/>\n"
8690 " <Property name=\"LegendPosition\"/>\n"
8691 " <Property name=\"HideTimeMarker\"/>\n"
8692 " <Property name=\"LegendSymbolWidth\"/>\n"
8693 " </PropertyGroup>\n"
8694 " <PropertyGroup label=\"Tooltip\"\n"
8695 " panel_visibility=\"advanced\">\n"
8696 " <Property name=\"TooltipNotation\"/>\n"
8697 " <Property name=\"TooltipPrecision\"/>\n"
8698 " </PropertyGroup>\n"
8699 "\n"
8700 " <!-- left axis -->\n"
8701 " <!-- title -->\n"
8702 " <StringVectorProperty command=\"SetLeftAxisTitle\"\n"
8703 " name=\"LeftAxisTitle\"\n"
8704 " number_of_elements=\"1\"\n"
8705 " default_values=\"\"/>\n"
8706 " <IntVectorProperty command=\"SetLeftGridVisibility\"\n"
8707 " default_values=\"1\"\n"
8708 " panel_visibility=\"advanced\"\n"
8709 " name=\"ShowLeftAxisGrid\"\n"
8710 " number_of_elements=\"1\">\n"
8711 " <BooleanDomain name=\"bool\" />\n"
8712 " </IntVectorProperty>\n"
8713 " <DoubleVectorProperty command=\"SetLeftGridColor\"\n"
8714 " default_values=\"0.95 0.95 0.95\"\n"
8715 " name=\"LeftAxisGridColor\"\n"
8716 " panel_visibility=\"advanced\"\n"
8717 " panel_widget=\"color_selector\"\n"
8718 " number_of_elements=\"3\">\n"
8719 " <DoubleRangeDomain max=\"1\"\n"
8720 " min=\"0\"\n"
8721 " name=\"range\" />\n"
8722 " </DoubleVectorProperty>\n"
8723 " <DoubleVectorProperty command=\"SetLeftAxisColor\"\n"
8724 " default_values=\"0 0 0\"\n"
8725 " name=\"LeftAxisColor\"\n"
8726 " panel_visibility=\"advanced\"\n"
8727 " panel_widget=\"color_selector\"\n"
8728 " number_of_elements=\"3\">\n"
8729 " <DoubleRangeDomain max=\"1\"\n"
8730 " min=\"0\"\n"
8731 " name=\"range\" />\n"
8732 " </DoubleVectorProperty>\n"
8733 " <StringVectorProperty command=\"SetLeftAxisTitleFontFamily\"\n"
8734 " default_values=\"Arial\"\n"
8735 " name=\"LeftAxisTitleFontFamily\"\n"
8736 " number_of_elements=\"1\">\n"
8737 " <StringListDomain name=\"list\">\n"
8738 " <String value=\"Arial\" />\n"
8739 " <String value=\"Courier\" />\n"
8740 " <String value=\"Times\" />\n"
8741 " <String value=\"File\" />\n"
8742 " </StringListDomain>\n"
8743 " <Documentation>Set the axis title font familyname.</Documentation>\n"
8744 " </StringVectorProperty>\n"
8745 " <StringVectorProperty command=\"SetLeftAxisTitleFontFile\"\n"
8746 " name=\"LeftAxisTitleFontFile\"\n"
8747 " number_of_elements=\"1\"\n"
8748 " default_values=\"\">\n"
8749 " <Documentation>Set the axis title font file.</Documentation>\n"
8750 " </StringVectorProperty>\n"
8751 " <IntVectorProperty command=\"SetLeftAxisTitleFontSize\"\n"
8752 " default_values=\"18\"\n"
8753 " name=\"LeftAxisTitleFontSize\"\n"
8754 " number_of_elements=\"1\">\n"
8755 " <Documentation>Set the axis title font size.</Documentation>\n"
8756 " </IntVectorProperty>\n"
8757 " <IntVectorProperty command=\"SetLeftAxisTitleBold\"\n"
8758 " default_values=\"1\"\n"
8759 " name=\"LeftAxisTitleBold\"\n"
8760 " number_of_elements=\"1\">\n"
8761 " <BooleanDomain name=\"bool\" />\n"
8762 " <Documentation>Set the axis title font bold.</Documentation>\n"
8763 " </IntVectorProperty>\n"
8764 " <IntVectorProperty command=\"SetLeftAxisTitleItalic\"\n"
8765 " default_values=\"0\"\n"
8766 " name=\"LeftAxisTitleItalic\"\n"
8767 " number_of_elements=\"1\">\n"
8768 " <BooleanDomain name=\"bool\" />\n"
8769 " <Documentation>Set the axis title font italic.</Documentation>\n"
8770 " </IntVectorProperty>\n"
8771 " <DoubleVectorProperty command=\"SetLeftAxisTitleColor\"\n"
8772 " default_values=\"0 0 0\"\n"
8773 " name=\"LeftAxisTitleColor\"\n"
8774 " number_of_elements=\"3\">\n"
8775 " <DoubleRangeDomain max=\"1\"\n"
8776 " min=\"0\"\n"
8777 " name=\"range\" />\n"
8778 " </DoubleVectorProperty>\n"
8779 "\n"
8780 " <!-- range -->\n"
8781 " <IntVectorProperty command=\"SetLeftAxisLogScale\"\n"
8782 " default_values=\"0\"\n"
8783 " name=\"LeftAxisLogScale\"\n"
8784 " number_of_elements=\"1\">\n"
8785 " <BooleanDomain name=\"bool\" />\n"
8786 " </IntVectorProperty>\n"
8787 " <IntVectorProperty command=\"SetLeftAxisUseCustomRange\"\n"
8788 " default_values=\"0\"\n"
8789 " name=\"LeftAxisUseCustomRange\"\n"
8790 " number_of_elements=\"1\">\n"
8791 " <BooleanDomain name=\"bool\" />\n"
8792 " <Documentation>\n"
8793 " Specify whether to use the axis range specified or whether the view\n"
8794 " should compute the ranges automatically based on the data being shown.\n"
8795 " The ranges specified by ...AxisRange are only respected when the\n"
8796 " corresponding flag in this property is set to 1.\n"
8797 " </Documentation>\n"
8798 " </IntVectorProperty>\n"
8799 " <DoubleVectorProperty command=\"SetLeftAxisRangeMinimum\"\n"
8800 " default_values=\"0\"\n"
8801 " name=\"LeftAxisRangeMinimum\"\n"
8802 " number_of_elements=\"1\">\n"
8803 " <Documentation>Set the axis range minimum for the Left axis.\n"
8804 " </Documentation>\n"
8805 " <Hints>\n"
8806 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
8807 " <Property name=\"LeftAxisUseCustomRange\"\n"
8808 " function=\"boolean\" />\n"
8809 " </PropertyWidgetDecorator>\n"
8810 " </Hints>\n"
8811 " </DoubleVectorProperty>\n"
8812 " <DoubleVectorProperty command=\"SetLeftAxisRangeMaximum\"\n"
8813 " default_values=\"1\"\n"
8814 " name=\"LeftAxisRangeMaximum\"\n"
8815 " number_of_elements=\"1\">\n"
8816 " <Documentation>Set the axis range maximum for the Left axis.\n"
8817 " </Documentation>\n"
8818 " <Hints>\n"
8819 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
8820 " <Property name=\"LeftAxisUseCustomRange\"\n"
8821 " function=\"boolean\" />\n"
8822 " </PropertyWidgetDecorator>\n"
8823 " </Hints>\n"
8824 " </DoubleVectorProperty>\n"
8825 "\n"
8826 " <!-- labels -->\n"
8827 " <IntVectorProperty command=\"SetLeftAxisLabelVisibility\"\n"
8828 " default_values=\"1\"\n"
8829 " name=\"ShowLeftAxisLabels\"\n"
8830 " panel_visibility=\"advanced\"\n"
8831 " number_of_elements=\"1\">\n"
8832 " <BooleanDomain name=\"bool\" />\n"
8833 " </IntVectorProperty>\n"
8834 " <IntVectorProperty command=\"SetLeftAxisLabelNotation\"\n"
8835 " default_values=\"0\"\n"
8836 " panel_visibility=\"advanced\"\n"
8837 " name=\"LeftAxisLabelNotation\"\n"
8838 " number_of_elements=\"1\">\n"
8839 " <EnumerationDomain name=\"enum\">\n"
8840 " <Entry text=\"Mixed\"\n"
8841 " value=\"0\" />\n"
8842 " <Entry text=\"Scientific\"\n"
8843 " value=\"1\" />\n"
8844 " <Entry text=\"Fixed\"\n"
8845 " value=\"2\" />\n"
8846 " </EnumerationDomain>\n"
8847 " </IntVectorProperty>\n"
8848 " <IntVectorProperty command=\"SetLeftAxisLabelPrecision\"\n"
8849 " default_values=\"2\"\n"
8850 " panel_visibility=\"advanced\"\n"
8851 " name=\"LeftAxisLabelPrecision\"\n"
8852 " number_of_elements=\"1\">\n"
8853 " <IntRangeDomain name=\"range\" min=\"0\"/>\n"
8854 " </IntVectorProperty>\n"
8855 " <IntVectorProperty command=\"SetLeftAxisUseCustomLabels\"\n"
8856 " default_values=\"0\"\n"
8857 " panel_visibility=\"advanced\"\n"
8858 " name=\"LeftAxisUseCustomLabels\"\n"
8859 " number_of_elements=\"1\">\n"
8860 " <BooleanDomain name=\"bool\" />\n"
8861 " <Documentation>\n"
8862 " Specify whether to use custom labels for each of the axis. Labels\n"
8863 " specified by ...AxisLabels etc. are used only when\n"
8864 " the corresponding AxisUseCustomLabels flag is set to 1.\n"
8865 " </Documentation>\n"
8866 " </IntVectorProperty>\n"
8867 "\n"
8868 " <StringVectorProperty name=\"LeftAxisLabels\"\n"
8869 " command=\"SetLeftAxisLabels\"\n"
8870 " panel_visibility=\"advanced\"\n"
8871 " animateable=\"1\"\n"
8872 " number_of_elements=\"0\"\n"
8873 " number_of_elements_per_command=\"2\"\n"
8874 " repeat_command=\"1\"\n"
8875 " use_index=\"1\"\n"
8876 " set_number_command=\"SetLeftAxisLabelsNumber\">\n"
8877 " <Hints>\n"
8878 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
8879 " <Property name=\"LeftAxisUseCustomLabels\"\n"
8880 " function=\"boolean\" />\n"
8881 " </PropertyWidgetDecorator>\n"
8882 " </Hints>\n"
8883 " <Documentation>\n"
8884 " Specify list of ticks and the associated labels to display. If the label is empty,\n"
8885 " the value of the tick will be used for display.\n"
8886 " </Documentation>\n"
8887 " </StringVectorProperty>\n"
8888 "\n"
8889 " <StringVectorProperty command=\"SetLeftAxisLabelFontFamily\"\n"
8890 " default_values=\"Arial\"\n"
8891 " name=\"LeftAxisLabelFontFamily\"\n"
8892 " number_of_elements=\"1\">\n"
8893 " <StringListDomain name=\"list\">\n"
8894 " <String value=\"Arial\" />\n"
8895 " <String value=\"Courier\" />\n"
8896 " <String value=\"Times\" />\n"
8897 " <String value=\"File\" />\n"
8898 " </StringListDomain>\n"
8899 " <Documentation>Set the axis title font familyname.</Documentation>\n"
8900 " </StringVectorProperty>\n"
8901 " <StringVectorProperty command=\"SetLeftAxisLabelFontFile\"\n"
8902 " name=\"LeftAxisLabelFontFile\"\n"
8903 " number_of_elements=\"1\"\n"
8904 " default_values=\"\">\n"
8905 " <Documentation>Set the axis title font file.</Documentation>\n"
8906 " </StringVectorProperty>\n"
8907 " <IntVectorProperty command=\"SetLeftAxisLabelFontSize\"\n"
8908 " default_values=\"12\"\n"
8909 " name=\"LeftAxisLabelFontSize\"\n"
8910 " number_of_elements=\"1\">\n"
8911 " <Documentation>Set the axis title font size.</Documentation>\n"
8912 " </IntVectorProperty>\n"
8913 " <IntVectorProperty command=\"SetLeftAxisLabelBold\"\n"
8914 " default_values=\"0\"\n"
8915 " name=\"LeftAxisLabelBold\"\n"
8916 " number_of_elements=\"1\">\n"
8917 " <BooleanDomain name=\"bool\" />\n"
8918 " <Documentation>Set the axis title bold.</Documentation>\n"
8919 " </IntVectorProperty>\n"
8920 " <IntVectorProperty command=\"SetLeftAxisLabelItalic\"\n"
8921 " default_values=\"0\"\n"
8922 " name=\"LeftAxisLabelItalic\"\n"
8923 " number_of_elements=\"1\">\n"
8924 " <BooleanDomain name=\"bool\" />\n"
8925 " <Documentation>Set the axis title italic.</Documentation>\n"
8926 " </IntVectorProperty>\n"
8927 " <DoubleVectorProperty command=\"SetLeftAxisLabelColor\"\n"
8928 " default_values=\"0 0 0\"\n"
8929 " name=\"LeftAxisLabelColor\"\n"
8930 " number_of_elements=\"3\">\n"
8931 " <DoubleRangeDomain max=\"1\"\n"
8932 " min=\"0\"\n"
8933 " name=\"range\" />\n"
8934 " </DoubleVectorProperty>\n"
8935 "\n"
8936 " <PropertyGroup label=\"Left Axis\">\n"
8937 " <Property name=\"LeftAxisTitle\"/>\n"
8938 " <Property name=\"ShowLeftAxisGrid\"/>\n"
8939 " <Property name=\"LeftAxisGridColor\"/>\n"
8940 " <Property name=\"LeftAxisColor\"/>\n"
8941 " </PropertyGroup>\n"
8942 "\n"
8943 " <PropertyGroup label=\"Left Axis Title Properties\"\n"
8944 " panel_widget=\"FontEditor\"\n"
8945 " panel_visibility=\"advanced\">\n"
8946 " <Property name=\"LeftAxisTitleColor\" function=\"Color\"/>\n"
8947 " <Property name=\"LeftAxisTitleFontFamily\" function=\"Family\"/>\n"
8948 " <Property name=\"LeftAxisTitleFontFile\" function=\"File\"/>\n"
8949 " <Property name=\"LeftAxisTitleBold\" function=\"Bold\" />\n"
8950 " <Property name=\"LeftAxisTitleItalic\" function=\"Italics\"/>\n"
8951 " <Property name=\"LeftAxisTitleFontSize\" function=\"Size\" />\n"
8952 " <!-- next properties are not available -->\n"
8953 " <!-- <Property name=\"LeftAxisTitleOpacity\" function=\"Opacity\"/> -->\n"
8954 " <!-- <Property name=\"LeftAxisTitleShadow\" function=\"Shadow\" /> -->\n"
8955 " </PropertyGroup>\n"
8956 "\n"
8957 " <PropertyGroup label=\"Left Axis Range\">\n"
8958 " <Property name=\"LeftAxisLogScale\"/>\n"
8959 " <Property name=\"LeftAxisUseCustomRange\"/>\n"
8960 " <Property name=\"LeftAxisRangeMinimum\"/>\n"
8961 " <Property name=\"LeftAxisRangeMaximum\"/>\n"
8962 " </PropertyGroup>\n"
8963 "\n"
8964 " <PropertyGroup label=\"Left Axis Labels\">\n"
8965 " <Property name=\"ShowLeftAxisLabels\"/>\n"
8966 " <Property name=\"LeftAxisLabelNotation\"/>\n"
8967 " <Property name=\"LeftAxisLabelPrecision\"/>\n"
8968 " <Property name=\"LeftAxisUseCustomLabels\"/>\n"
8969 " <Property name=\"LeftAxisLabels\"/>\n"
8970 " </PropertyGroup>\n"
8971 "\n"
8972 " <PropertyGroup label=\"Left Axis Label Properties\"\n"
8973 " panel_widget=\"FontEditor\"\n"
8974 " panel_visibility=\"advanced\">\n"
8975 " <Property name=\"LeftAxisLabelColor\" function=\"Color\"/>\n"
8976 " <Property name=\"LeftAxisLabelFontFamily\" function=\"Family\"/>\n"
8977 " <Property name=\"LeftAxisLabelFontFile\" function=\"File\"/>\n"
8978 " <Property name=\"LeftAxisLabelBold\" function=\"Bold\" />\n"
8979 ;
8980 
8981 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
8983 " <Property name=\"LeftAxisLabelItalic\" function=\"Italics\"/>\n"
8984 " <Property name=\"LeftAxisLabelFontSize\" function=\"Size\" />\n"
8985 " <!-- next properties are not available -->\n"
8986 " <!-- <Property name=\"LeftAxisLabelOpacity\" function=\"Opacity\"/> -->\n"
8987 " <!-- <Property name=\"LeftAxisLabelShadow\" function=\"Shadow\" /> -->\n"
8988 " </PropertyGroup>\n"
8989 " <!-- end left axis -->\n"
8990 "\n"
8991 " <!-- bottom axis -->\n"
8992 " <!-- title -->\n"
8993 " <StringVectorProperty command=\"SetBottomAxisTitle\"\n"
8994 " name=\"BottomAxisTitle\"\n"
8995 " number_of_elements=\"1\"\n"
8996 " default_values=\"\"/>\n"
8997 " <IntVectorProperty command=\"SetBottomGridVisibility\"\n"
8998 " default_values=\"1\"\n"
8999 " panel_visibility=\"advanced\"\n"
9000 " name=\"ShowBottomAxisGrid\"\n"
9001 " number_of_elements=\"1\">\n"
9002 " <BooleanDomain name=\"bool\" />\n"
9003 " </IntVectorProperty>\n"
9004 " <DoubleVectorProperty command=\"SetBottomGridColor\"\n"
9005 " default_values=\"0.95 0.95 0.95\"\n"
9006 " name=\"BottomAxisGridColor\"\n"
9007 " panel_visibility=\"advanced\"\n"
9008 " panel_widget=\"color_selector\"\n"
9009 " number_of_elements=\"3\">\n"
9010 " <DoubleRangeDomain max=\"1\"\n"
9011 " min=\"0\"\n"
9012 " name=\"range\" />\n"
9013 " </DoubleVectorProperty>\n"
9014 " <DoubleVectorProperty command=\"SetBottomAxisColor\"\n"
9015 " default_values=\"0 0 0\"\n"
9016 " name=\"BottomAxisColor\"\n"
9017 " panel_visibility=\"advanced\"\n"
9018 " panel_widget=\"color_selector\"\n"
9019 " number_of_elements=\"3\">\n"
9020 " <DoubleRangeDomain max=\"1\"\n"
9021 " min=\"0\"\n"
9022 " name=\"range\" />\n"
9023 " </DoubleVectorProperty>\n"
9024 " <StringVectorProperty command=\"SetBottomAxisTitleFontFamily\"\n"
9025 " default_values=\"Arial\"\n"
9026 " name=\"BottomAxisTitleFontFamily\"\n"
9027 " number_of_elements=\"1\">\n"
9028 " <StringListDomain name=\"list\">\n"
9029 " <String value=\"Arial\" />\n"
9030 " <String value=\"Courier\" />\n"
9031 " <String value=\"Times\" />\n"
9032 " <String value=\"File\" />\n"
9033 " </StringListDomain>\n"
9034 " <Documentation>Set the axis title font familyname.</Documentation>\n"
9035 " </StringVectorProperty>\n"
9036 " <StringVectorProperty command=\"SetBottomAxisTitleFontFile\"\n"
9037 " name=\"BottomAxisTitleFontFile\"\n"
9038 " number_of_elements=\"1\"\n"
9039 " default_values=\"\">\n"
9040 " <Documentation>Set the axis title font file.</Documentation>\n"
9041 " </StringVectorProperty>\n"
9042 " <IntVectorProperty command=\"SetBottomAxisTitleFontSize\"\n"
9043 " default_values=\"18\"\n"
9044 " name=\"BottomAxisTitleFontSize\"\n"
9045 " number_of_elements=\"1\">\n"
9046 " <Documentation>Set the axis title font size.</Documentation>\n"
9047 " </IntVectorProperty>\n"
9048 " <IntVectorProperty command=\"SetBottomAxisTitleBold\"\n"
9049 " default_values=\"1\"\n"
9050 " name=\"BottomAxisTitleBold\"\n"
9051 " number_of_elements=\"1\">\n"
9052 " <BooleanDomain name=\"bool\" />\n"
9053 " <Documentation>Set the axis title font bold.</Documentation>\n"
9054 " </IntVectorProperty>\n"
9055 " <IntVectorProperty command=\"SetBottomAxisTitleItalic\"\n"
9056 " default_values=\"0\"\n"
9057 " name=\"BottomAxisTitleItalic\"\n"
9058 " number_of_elements=\"1\">\n"
9059 " <BooleanDomain name=\"bool\" />\n"
9060 " <Documentation>Set the axis title font italic.</Documentation>\n"
9061 " </IntVectorProperty>\n"
9062 " <DoubleVectorProperty command=\"SetBottomAxisTitleColor\"\n"
9063 " default_values=\"0 0 0\"\n"
9064 " name=\"BottomAxisTitleColor\"\n"
9065 " number_of_elements=\"3\">\n"
9066 " <DoubleRangeDomain max=\"1\"\n"
9067 " min=\"0\"\n"
9068 " name=\"range\" />\n"
9069 " </DoubleVectorProperty>\n"
9070 "\n"
9071 " <!-- range -->\n"
9072 " <IntVectorProperty command=\"SetBottomAxisLogScale\"\n"
9073 " default_values=\"0\"\n"
9074 " name=\"BottomAxisLogScale\"\n"
9075 " number_of_elements=\"1\">\n"
9076 " <BooleanDomain name=\"bool\" />\n"
9077 " </IntVectorProperty>\n"
9078 " <IntVectorProperty command=\"SetBottomAxisUseCustomRange\"\n"
9079 " default_values=\"0\"\n"
9080 " name=\"BottomAxisUseCustomRange\"\n"
9081 " number_of_elements=\"1\">\n"
9082 " <BooleanDomain name=\"bool\" />\n"
9083 " <Documentation>\n"
9084 " Specify whether to use the axis range specified or whether the view\n"
9085 " should compute the ranges automatically based on the data being shown.\n"
9086 " The ranges specified by ...AxisRange are only respected when the\n"
9087 " corresponding flag in this property is set to 1.\n"
9088 " </Documentation>\n"
9089 " </IntVectorProperty>\n"
9090 " <DoubleVectorProperty command=\"SetBottomAxisRangeMinimum\"\n"
9091 " default_values=\"0\"\n"
9092 " name=\"BottomAxisRangeMinimum\"\n"
9093 " number_of_elements=\"1\">\n"
9094 " <Documentation>Set the axis range minimum for the Bottom axis.\n"
9095 " </Documentation>\n"
9096 " <Hints>\n"
9097 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
9098 " <Property name=\"BottomAxisUseCustomRange\"\n"
9099 " function=\"boolean\" />\n"
9100 " </PropertyWidgetDecorator>\n"
9101 " </Hints>\n"
9102 " </DoubleVectorProperty>\n"
9103 " <DoubleVectorProperty command=\"SetBottomAxisRangeMaximum\"\n"
9104 " default_values=\"1\"\n"
9105 " name=\"BottomAxisRangeMaximum\"\n"
9106 " number_of_elements=\"1\">\n"
9107 " <Documentation>Set the axis range maximum for the Bottom axis.\n"
9108 " </Documentation>\n"
9109 " <Hints>\n"
9110 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
9111 " <Property name=\"BottomAxisUseCustomRange\"\n"
9112 " function=\"boolean\" />\n"
9113 " </PropertyWidgetDecorator>\n"
9114 " </Hints>\n"
9115 " </DoubleVectorProperty>\n"
9116 "\n"
9117 " <!-- labels -->\n"
9118 " <IntVectorProperty command=\"SetBottomAxisLabelVisibility\"\n"
9119 " default_values=\"1\"\n"
9120 " name=\"ShowBottomAxisLabels\"\n"
9121 " panel_visibility=\"advanced\"\n"
9122 " number_of_elements=\"1\">\n"
9123 " <BooleanDomain name=\"bool\" />\n"
9124 " </IntVectorProperty>\n"
9125 " <IntVectorProperty command=\"SetBottomAxisLabelNotation\"\n"
9126 " default_values=\"0\"\n"
9127 " panel_visibility=\"advanced\"\n"
9128 " name=\"BottomAxisLabelNotation\"\n"
9129 " number_of_elements=\"1\">\n"
9130 " <EnumerationDomain name=\"enum\">\n"
9131 " <Entry text=\"Mixed\"\n"
9132 " value=\"0\" />\n"
9133 " <Entry text=\"Scientific\"\n"
9134 " value=\"1\" />\n"
9135 " <Entry text=\"Fixed\"\n"
9136 " value=\"2\" />\n"
9137 " </EnumerationDomain>\n"
9138 " </IntVectorProperty>\n"
9139 " <IntVectorProperty command=\"SetBottomAxisLabelPrecision\"\n"
9140 " default_values=\"2\"\n"
9141 " panel_visibility=\"advanced\"\n"
9142 " name=\"BottomAxisLabelPrecision\"\n"
9143 " number_of_elements=\"1\">\n"
9144 " <IntRangeDomain name=\"range\" min=\"0\"/>\n"
9145 " </IntVectorProperty>\n"
9146 " <IntVectorProperty command=\"SetBottomAxisUseCustomLabels\"\n"
9147 " default_values=\"0\"\n"
9148 " panel_visibility=\"advanced\"\n"
9149 " name=\"BottomAxisUseCustomLabels\"\n"
9150 " number_of_elements=\"1\">\n"
9151 " <BooleanDomain name=\"bool\" />\n"
9152 " <Documentation>\n"
9153 " Specify whether to use custom labels for each of the axis. Labels\n"
9154 " specified by ...AxisLabels etc. are used only when\n"
9155 " the corresponding AxisUseCustomLabels flag is set to 1.\n"
9156 " </Documentation>\n"
9157 " </IntVectorProperty>\n"
9158 " <StringVectorProperty command=\"SetBottomAxisLabels\"\n"
9159 " name=\"BottomAxisLabels\"\n"
9160 " panel_visibility=\"advanced\"\n"
9161 " animateable=\"1\"\n"
9162 " number_of_elements=\"0\"\n"
9163 " number_of_elements_per_command=\"2\"\n"
9164 " repeat_command=\"1\"\n"
9165 " use_index=\"1\"\n"
9166 " set_number_command=\"SetBottomAxisLabelsNumber\">\n"
9167 " <Hints>\n"
9168 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
9169 " <Property name=\"BottomAxisUseCustomLabels\"\n"
9170 " function=\"boolean\" />\n"
9171 " </PropertyWidgetDecorator>\n"
9172 " </Hints>\n"
9173 " <Documentation>\n"
9174 " Specify list of ticks and the associated labels to display. If the label is empty,\n"
9175 " the value of the tick will be used for display.\n"
9176 " </Documentation>\n"
9177 " </StringVectorProperty>\n"
9178 " <StringVectorProperty command=\"SetBottomAxisLabelFontFamily\"\n"
9179 " default_values=\"Arial\"\n"
9180 " name=\"BottomAxisLabelFontFamily\"\n"
9181 " number_of_elements=\"1\">\n"
9182 " <StringListDomain name=\"list\">\n"
9183 " <String value=\"Arial\" />\n"
9184 " <String value=\"Courier\" />\n"
9185 " <String value=\"Times\" />\n"
9186 " <String value=\"File\" />\n"
9187 " </StringListDomain>\n"
9188 " <Documentation>Set the axis title font familyname.</Documentation>\n"
9189 " </StringVectorProperty>\n"
9190 " <StringVectorProperty command=\"SetBottomAxisLabelFontFile\"\n"
9191 " name=\"BottomAxisLabelFontFile\"\n"
9192 " number_of_elements=\"1\"\n"
9193 " default_values=\"\">\n"
9194 " <Documentation>Set the axis title font file.</Documentation>\n"
9195 " </StringVectorProperty>\n"
9196 " <IntVectorProperty command=\"SetBottomAxisLabelFontSize\"\n"
9197 " default_values=\"12\"\n"
9198 " name=\"BottomAxisLabelFontSize\"\n"
9199 " number_of_elements=\"1\">\n"
9200 " <Documentation>Set the axis title font size.</Documentation>\n"
9201 " </IntVectorProperty>\n"
9202 " <IntVectorProperty command=\"SetBottomAxisLabelBold\"\n"
9203 " default_values=\"0\"\n"
9204 " name=\"BottomAxisLabelBold\"\n"
9205 " number_of_elements=\"1\">\n"
9206 " <BooleanDomain name=\"bool\" />\n"
9207 " <Documentation>Set the axis title bold.</Documentation>\n"
9208 " </IntVectorProperty>\n"
9209 " <IntVectorProperty command=\"SetBottomAxisLabelItalic\"\n"
9210 " default_values=\"0\"\n"
9211 " name=\"BottomAxisLabelItalic\"\n"
9212 " number_of_elements=\"1\">\n"
9213 " <BooleanDomain name=\"bool\" />\n"
9214 " <Documentation>Set the axis title italic.</Documentation>\n"
9215 " </IntVectorProperty>\n"
9216 " <DoubleVectorProperty command=\"SetBottomAxisLabelColor\"\n"
9217 " default_values=\"0 0 0\"\n"
9218 " name=\"BottomAxisLabelColor\"\n"
9219 " number_of_elements=\"3\">\n"
9220 " <DoubleRangeDomain max=\"1\"\n"
9221 " min=\"0\"\n"
9222 " name=\"range\" />\n"
9223 " </DoubleVectorProperty>\n"
9224 "\n"
9225 " <PropertyGroup label=\"Bottom Axis\">\n"
9226 " <Property name=\"BottomAxisTitle\"/>\n"
9227 " <Property name=\"ShowBottomAxisGrid\"/>\n"
9228 " <Property name=\"BottomAxisGridColor\"/>\n"
9229 " <Property name=\"BottomAxisColor\"/>\n"
9230 " </PropertyGroup>\n"
9231 "\n"
9232 " <PropertyGroup label=\"Bottom Axis Title Properties\"\n"
9233 " panel_widget=\"FontEditor\"\n"
9234 " panel_visibility=\"advanced\">\n"
9235 " <Property name=\"BottomAxisTitleColor\" function=\"Color\"/>\n"
9236 " <Property name=\"BottomAxisTitleFontFamily\" function=\"Family\"/>\n"
9237 " <Property name=\"BottomAxisTitleFontFile\" function=\"File\"/>\n"
9238 " <Property name=\"BottomAxisTitleBold\" function=\"Bold\" />\n"
9239 " <Property name=\"BottomAxisTitleItalic\" function=\"Italics\"/>\n"
9240 " <Property name=\"BottomAxisTitleFontSize\" function=\"Size\" />\n"
9241 " <!-- next properties are not available -->\n"
9242 " <!-- <Property name=\"BottomAxisTitleOpacity\" function=\"Opacity\"/> -->\n"
9243 " <!-- <Property name=\"BottomAxisTitleShadow\" function=\"Shadow\" /> -->\n"
9244 " </PropertyGroup>\n"
9245 "\n"
9246 " <PropertyGroup label=\"Bottom Axis Range\">\n"
9247 " <Property name=\"BottomAxisLogScale\"/>\n"
9248 " <Property name=\"BottomAxisUseCustomRange\"/>\n"
9249 " <Property name=\"BottomAxisRangeMinimum\"/>\n"
9250 " <Property name=\"BottomAxisRangeMaximum\"/>\n"
9251 " </PropertyGroup>\n"
9252 "\n"
9253 " <PropertyGroup label=\"Bottom Axis Labels\">\n"
9254 " <Property name=\"ShowBottomAxisLabels\"/>\n"
9255 " <Property name=\"BottomAxisLabelNotation\"/>\n"
9256 " <Property name=\"BottomAxisLabelPrecision\"/>\n"
9257 " <Property name=\"BottomAxisUseCustomLabels\"/>\n"
9258 " <Property name=\"BottomAxisLabels\"/>\n"
9259 " </PropertyGroup>\n"
9260 "\n"
9261 " <PropertyGroup label=\"Bottom Axis Label Properties\"\n"
9262 " panel_widget=\"FontEditor\"\n"
9263 " panel_visibility=\"advanced\">\n"
9264 " <Property name=\"BottomAxisLabelColor\" function=\"Color\"/>\n"
9265 " <Property name=\"BottomAxisLabelFontFamily\" function=\"Family\"/>\n"
9266 " <Property name=\"BottomAxisLabelFontFile\" function=\"File\"/>\n"
9267 " <Property name=\"BottomAxisLabelBold\" function=\"Bold\" />\n"
9268 " <Property name=\"BottomAxisLabelItalic\" function=\"Italics\"/>\n"
9269 " <Property name=\"BottomAxisLabelFontSize\" function=\"Size\" />\n"
9270 " <!-- next properties are not available -->\n"
9271 " <!-- <Property name=\"BottomAxisLabelOpacity\" function=\"Opacity\"/> -->\n"
9272 " <!-- <Property name=\"BottomAxisLabelShadow\" function=\"Shadow\" /> -->\n"
9273 " </PropertyGroup>\n"
9274 " <!-- end bottom axis -->\n"
9275 " </ContextViewProxy>\n"
9276 " <!-- ================================================================== -->\n"
9277 " <ContextViewProxy base_proxygroup=\"internal_views\"\n"
9278 " base_proxyname=\"XYChartViewBase\"\n"
9279 " class=\"vtkPVXYChartView\"\n"
9280 " name=\"XYChartViewBase4Axes\"\n"
9281 " processes=\"client|renderserver|dataserver\">\n"
9282 "\n"
9283 " <Documentation>This is the base proxy for XY chart views with\n"
9284 " four axis: left, bottom, right and top</Documentation>\n"
9285 "\n"
9286 " <!-- right axis -->\n"
9287 " <!-- title -->\n"
9288 " <StringVectorProperty command=\"SetRightAxisTitle\"\n"
9289 " name=\"RightAxisTitle\"\n"
9290 ;
9291 
9292 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
9294 " number_of_elements=\"1\"\n"
9295 " default_values=\"\"\n"
9296 " panel_visibility=\"advanced\" />\n"
9297 " <IntVectorProperty command=\"SetRightGridVisibility\"\n"
9298 " default_values=\"1\"\n"
9299 " panel_visibility=\"advanced\"\n"
9300 " name=\"ShowRightAxisGrid\"\n"
9301 " number_of_elements=\"1\">\n"
9302 " <BooleanDomain name=\"bool\" />\n"
9303 " </IntVectorProperty>\n"
9304 " <DoubleVectorProperty command=\"SetRightGridColor\"\n"
9305 " default_values=\"0.95 0.95 0.95\"\n"
9306 " name=\"RightAxisGridColor\"\n"
9307 " panel_visibility=\"advanced\"\n"
9308 " panel_widget=\"color_selector\"\n"
9309 " number_of_elements=\"3\">\n"
9310 " <DoubleRangeDomain max=\"1\"\n"
9311 " min=\"0\"\n"
9312 " name=\"range\" />\n"
9313 " </DoubleVectorProperty>\n"
9314 " <DoubleVectorProperty command=\"SetRightAxisColor\"\n"
9315 " default_values=\"0 0 0\"\n"
9316 " name=\"RightAxisColor\"\n"
9317 " panel_visibility=\"advanced\"\n"
9318 " panel_widget=\"color_selector\"\n"
9319 " number_of_elements=\"3\">\n"
9320 " <DoubleRangeDomain max=\"1\"\n"
9321 " min=\"0\"\n"
9322 " name=\"range\" />\n"
9323 " </DoubleVectorProperty>\n"
9324 " <StringVectorProperty command=\"SetRightAxisTitleFontFamily\"\n"
9325 " default_values=\"Arial\"\n"
9326 " name=\"RightAxisTitleFontFamily\"\n"
9327 " number_of_elements=\"1\">\n"
9328 " <StringListDomain name=\"list\">\n"
9329 " <String value=\"Arial\" />\n"
9330 " <String value=\"Courier\" />\n"
9331 " <String value=\"Times\" />\n"
9332 " <String value=\"File\" />\n"
9333 " </StringListDomain>\n"
9334 " <Documentation>Set the axis title font familyname.</Documentation>\n"
9335 " </StringVectorProperty>\n"
9336 " <StringVectorProperty command=\"SetRightAxisTitleFontFile\"\n"
9337 " default_values=\"\"\n"
9338 " name=\"RightAxisTitleFontFile\"\n"
9339 " number_of_elements=\"1\">\n"
9340 " <Documentation>Set the axis title font file.</Documentation>\n"
9341 " </StringVectorProperty>\n"
9342 " <IntVectorProperty command=\"SetRightAxisTitleFontSize\"\n"
9343 " default_values=\"18\"\n"
9344 " name=\"RightAxisTitleFontSize\"\n"
9345 " number_of_elements=\"1\">\n"
9346 " <Documentation>Set the axis title font size.</Documentation>\n"
9347 " </IntVectorProperty>\n"
9348 " <IntVectorProperty command=\"SetRightAxisTitleBold\"\n"
9349 " default_values=\"1\"\n"
9350 " name=\"RightAxisTitleBold\"\n"
9351 " number_of_elements=\"1\">\n"
9352 " <BooleanDomain name=\"bool\" />\n"
9353 " <Documentation>Set the axis title font bold.</Documentation>\n"
9354 " </IntVectorProperty>\n"
9355 " <IntVectorProperty command=\"SetRightAxisTitleItalic\"\n"
9356 " default_values=\"0\"\n"
9357 " name=\"RightAxisTitleItalic\"\n"
9358 " number_of_elements=\"1\">\n"
9359 " <BooleanDomain name=\"bool\" />\n"
9360 " <Documentation>Set the axis title font italic.</Documentation>\n"
9361 " </IntVectorProperty>\n"
9362 " <DoubleVectorProperty command=\"SetRightAxisTitleColor\"\n"
9363 " default_values=\"0 0 0\"\n"
9364 " name=\"RightAxisTitleColor\"\n"
9365 " number_of_elements=\"3\">\n"
9366 " <DoubleRangeDomain max=\"1\"\n"
9367 " min=\"0\"\n"
9368 " name=\"range\" />\n"
9369 " </DoubleVectorProperty>\n"
9370 "\n"
9371 " <!-- range -->\n"
9372 " <IntVectorProperty command=\"SetRightAxisLogScale\"\n"
9373 " default_values=\"0\"\n"
9374 " name=\"RightAxisLogScale\"\n"
9375 " number_of_elements=\"1\"\n"
9376 " panel_visibility=\"advanced\">\n"
9377 " <BooleanDomain name=\"bool\" />\n"
9378 " </IntVectorProperty>\n"
9379 " <IntVectorProperty command=\"SetRightAxisUseCustomRange\"\n"
9380 " default_values=\"0\"\n"
9381 " name=\"RightAxisUseCustomRange\"\n"
9382 " number_of_elements=\"1\"\n"
9383 " panel_visibility=\"advanced\">\n"
9384 " <BooleanDomain name=\"bool\" />\n"
9385 " <Documentation>\n"
9386 " Specify whether to use the axis range specified or whether the view\n"
9387 " should compute the ranges automatically based on the data being shown.\n"
9388 " The ranges specified by ...AxisRange are only respected when the\n"
9389 " corresponding flag in this property is set to 1.\n"
9390 " </Documentation>\n"
9391 " </IntVectorProperty>\n"
9392 " <DoubleVectorProperty command=\"SetRightAxisRangeMinimum\"\n"
9393 " default_values=\"0\"\n"
9394 " name=\"RightAxisRangeMinimum\"\n"
9395 " number_of_elements=\"1\"\n"
9396 " panel_visibility=\"advanced\">\n"
9397 " <Documentation>Set the axis range minimum for the Right axis.\n"
9398 " </Documentation>\n"
9399 " <Hints>\n"
9400 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
9401 " <Property name=\"RightAxisUseCustomRange\"\n"
9402 " function=\"boolean\" />\n"
9403 " </PropertyWidgetDecorator>\n"
9404 " </Hints>\n"
9405 " </DoubleVectorProperty>\n"
9406 " <DoubleVectorProperty command=\"SetRightAxisRangeMaximum\"\n"
9407 " default_values=\"1\"\n"
9408 " name=\"RightAxisRangeMaximum\"\n"
9409 " number_of_elements=\"1\"\n"
9410 " panel_visibility=\"advanced\">\n"
9411 " <Documentation>Set the axis range maximum for the Right axis.\n"
9412 " </Documentation>\n"
9413 " <Hints>\n"
9414 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
9415 " <Property name=\"RightAxisUseCustomRange\"\n"
9416 " function=\"boolean\" />\n"
9417 " </PropertyWidgetDecorator>\n"
9418 " </Hints>\n"
9419 " </DoubleVectorProperty>\n"
9420 "\n"
9421 " <!-- labels -->\n"
9422 " <IntVectorProperty command=\"SetRightAxisLabelVisibility\"\n"
9423 " default_values=\"1\"\n"
9424 " name=\"ShowRightAxisLabels\"\n"
9425 " panel_visibility=\"advanced\"\n"
9426 " number_of_elements=\"1\">\n"
9427 " <BooleanDomain name=\"bool\" />\n"
9428 " </IntVectorProperty>\n"
9429 " <IntVectorProperty command=\"SetRightAxisLabelNotation\"\n"
9430 " default_values=\"0\"\n"
9431 " panel_visibility=\"advanced\"\n"
9432 " name=\"RightAxisLabelNotation\"\n"
9433 " number_of_elements=\"1\">\n"
9434 " <EnumerationDomain name=\"enum\">\n"
9435 " <Entry text=\"Mixed\"\n"
9436 " value=\"0\" />\n"
9437 " <Entry text=\"Scientific\"\n"
9438 " value=\"1\" />\n"
9439 " <Entry text=\"Fixed\"\n"
9440 " value=\"2\" />\n"
9441 " </EnumerationDomain>\n"
9442 " </IntVectorProperty>\n"
9443 " <IntVectorProperty command=\"SetRightAxisLabelPrecision\"\n"
9444 " default_values=\"2\"\n"
9445 " panel_visibility=\"advanced\"\n"
9446 " name=\"RightAxisLabelPrecision\"\n"
9447 " number_of_elements=\"1\">\n"
9448 " <IntRangeDomain name=\"range\" min=\"0\"/>\n"
9449 " </IntVectorProperty>\n"
9450 " <IntVectorProperty command=\"SetRightAxisUseCustomLabels\"\n"
9451 " default_values=\"0\"\n"
9452 " panel_visibility=\"advanced\"\n"
9453 " name=\"RightAxisUseCustomLabels\"\n"
9454 " number_of_elements=\"1\">\n"
9455 " <BooleanDomain name=\"bool\" />\n"
9456 " <Documentation>\n"
9457 " Specify whether to use custom labels for each of the axis. Labels\n"
9458 " specified by ...AxisLabels etc. are used only when\n"
9459 " the corresponding AxisUseCustomLabels flag is set to 1.\n"
9460 " </Documentation>\n"
9461 " </IntVectorProperty>\n"
9462 " <StringVectorProperty command=\"SetRightAxisLabels\"\n"
9463 " name=\"RightAxisLabels\"\n"
9464 " panel_visibility=\"advanced\"\n"
9465 " animateable=\"1\"\n"
9466 " number_of_elements=\"0\"\n"
9467 " number_of_elements_per_command=\"2\"\n"
9468 " repeat_command=\"1\"\n"
9469 " use_index=\"1\"\n"
9470 " set_number_command=\"SetRightAxisLabelsNumber\">\n"
9471 " <Hints>\n"
9472 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
9473 " <Property name=\"RightAxisUseCustomLabels\"\n"
9474 " function=\"boolean\" />\n"
9475 " </PropertyWidgetDecorator>\n"
9476 " </Hints>\n"
9477 " <Documentation>\n"
9478 " Specify list of ticks and the associated labels to display. If the label is empty,\n"
9479 " the value of the tick will be used for display.\n"
9480 " </Documentation>\n"
9481 " </StringVectorProperty>\n"
9482 " <StringVectorProperty command=\"SetRightAxisLabelFontFamily\"\n"
9483 " default_values=\"Arial\"\n"
9484 " name=\"RightAxisLabelFontFamily\"\n"
9485 " number_of_elements=\"1\">\n"
9486 " <StringListDomain name=\"list\">\n"
9487 " <String value=\"Arial\" />\n"
9488 " <String value=\"Courier\" />\n"
9489 " <String value=\"Times\" />\n"
9490 " <String value=\"File\" />\n"
9491 " </StringListDomain>\n"
9492 " <Documentation>Set the axis title font familyname.</Documentation>\n"
9493 " </StringVectorProperty>\n"
9494 " <StringVectorProperty command=\"SetRightAxisLabelFontFile\"\n"
9495 " name=\"RightAxisLabelFontFile\"\n"
9496 " number_of_elements=\"1\"\n"
9497 " default_values=\"\">\n"
9498 " <Documentation>Set the axis title font file.</Documentation>\n"
9499 " </StringVectorProperty>\n"
9500 " <IntVectorProperty command=\"SetRightAxisLabelFontSize\"\n"
9501 " default_values=\"12\"\n"
9502 " name=\"RightAxisLabelFontSize\"\n"
9503 " number_of_elements=\"1\">\n"
9504 " <Documentation>Set the axis title font size.</Documentation>\n"
9505 " </IntVectorProperty>\n"
9506 " <IntVectorProperty command=\"SetRightAxisLabelBold\"\n"
9507 " default_values=\"0\"\n"
9508 " name=\"RightAxisLabelBold\"\n"
9509 " number_of_elements=\"1\">\n"
9510 " <BooleanDomain name=\"bool\" />\n"
9511 " <Documentation>Set the axis title bold.</Documentation>\n"
9512 " </IntVectorProperty>\n"
9513 " <IntVectorProperty command=\"SetRightAxisLabelItalic\"\n"
9514 " default_values=\"0\"\n"
9515 " name=\"RightAxisLabelItalic\"\n"
9516 " number_of_elements=\"1\">\n"
9517 " <BooleanDomain name=\"bool\" />\n"
9518 " <Documentation>Set the axis title italic.</Documentation>\n"
9519 " </IntVectorProperty>\n"
9520 " <DoubleVectorProperty command=\"SetRightAxisLabelColor\"\n"
9521 " default_values=\"0 0 0\"\n"
9522 " name=\"RightAxisLabelColor\"\n"
9523 " number_of_elements=\"3\">\n"
9524 " <DoubleRangeDomain max=\"1\"\n"
9525 " min=\"0\"\n"
9526 " name=\"range\" />\n"
9527 " </DoubleVectorProperty>\n"
9528 "\n"
9529 " <PropertyGroup label=\"Right Axis\">\n"
9530 " <Property name=\"RightAxisTitle\"/>\n"
9531 " <Property name=\"ShowRightAxisGrid\"/>\n"
9532 " <Property name=\"RightAxisGridColor\"/>\n"
9533 " <Property name=\"RightAxisColor\"/>\n"
9534 " </PropertyGroup>\n"
9535 "\n"
9536 " <PropertyGroup label=\"Right Axis Title Properties\"\n"
9537 " panel_widget=\"FontEditor\"\n"
9538 " panel_visibility=\"advanced\">\n"
9539 " <Property name=\"RightAxisTitleColor\" function=\"Color\"/>\n"
9540 " <Property name=\"RightAxisTitleFontFamily\" function=\"Family\"/>\n"
9541 " <Property name=\"RightAxisTitleFontFile\" function=\"File\"/>\n"
9542 " <Property name=\"RightAxisTitleBold\" function=\"Bold\" />\n"
9543 " <Property name=\"RightAxisTitleItalic\" function=\"Italics\"/>\n"
9544 " <Property name=\"RightAxisTitleFontSize\" function=\"Size\" />\n"
9545 " <!-- next properties are not available -->\n"
9546 " <!-- <Property name=\"RightAxisTitleOpacity\" function=\"Opacity\"/> -->\n"
9547 " <!-- <Property name=\"RightAxisTitleShadow\" function=\"Shadow\" /> -->\n"
9548 " </PropertyGroup>\n"
9549 "\n"
9550 " <PropertyGroup label=\"Right Axis Range\">\n"
9551 " <Property name=\"RightAxisLogScale\"/>\n"
9552 " <Property name=\"RightAxisUseCustomRange\"/>\n"
9553 " <Property name=\"RightAxisRangeMinimum\"/>\n"
9554 " <Property name=\"RightAxisRangeMaximum\"/>\n"
9555 " </PropertyGroup>\n"
9556 "\n"
9557 " <PropertyGroup label=\"Right Axis Labels\">\n"
9558 " <Property name=\"ShowRightAxisLabels\"/>\n"
9559 " <Property name=\"RightAxisLabelNotation\"/>\n"
9560 " <Property name=\"RightAxisLabelPrecision\"/>\n"
9561 " <Property name=\"RightAxisUseCustomLabels\"/>\n"
9562 " <Property name=\"RightAxisLabels\"/>\n"
9563 " </PropertyGroup>\n"
9564 "\n"
9565 " <PropertyGroup label=\"Right Axis Label Properties\"\n"
9566 " panel_widget=\"FontEditor\"\n"
9567 " panel_visibility=\"advanced\">\n"
9568 " <Property name=\"RightAxisLabelColor\" function=\"Color\"/>\n"
9569 " <Property name=\"RightAxisLabelFontFamily\" function=\"Family\"/>\n"
9570 " <Property name=\"RightAxisLabelFontFile\" function=\"File\"/>\n"
9571 " <Property name=\"RightAxisLabelBold\" function=\"Bold\" />\n"
9572 " <Property name=\"RightAxisLabelItalic\" function=\"Italics\"/>\n"
9573 " <Property name=\"RightAxisLabelFontSize\" function=\"Size\" />\n"
9574 " <!-- next properties are not available -->\n"
9575 " <!-- <Property name=\"RightAxisLabelOpacity\" function=\"Opacity\"/> -->\n"
9576 " <!-- <Property name=\"RightAxisLabelShadow\" function=\"Shadow\" /> -->\n"
9577 " </PropertyGroup>\n"
9578 " <!-- end right axis -->\n"
9579 "\n"
9580 " <!-- top axis -->\n"
9581 " <!-- title -->\n"
9582 " <StringVectorProperty command=\"SetTopAxisTitle\"\n"
9583 " name=\"TopAxisTitle\"\n"
9584 " number_of_elements=\"1\"\n"
9585 " default_values=\"\"\n"
9586 " panel_visibility=\"advanced\"/>\n"
9587 " <IntVectorProperty command=\"SetTopGridVisibility\"\n"
9588 " default_values=\"1\"\n"
9589 " panel_visibility=\"advanced\"\n"
9590 " name=\"ShowTopAxisGrid\"\n"
9591 " number_of_elements=\"1\">\n"
9592 " <BooleanDomain name=\"bool\" />\n"
9593 " </IntVectorProperty>\n"
9594 " <DoubleVectorProperty command=\"SetTopGridColor\"\n"
9595 " default_values=\"0.95 0.95 0.95\"\n"
9596 " name=\"TopAxisGridColor\"\n"
9597 " panel_visibility=\"advanced\"\n"
9598 " panel_widget=\"color_selector\"\n"
9599 " number_of_elements=\"3\">\n"
9600 " <DoubleRangeDomain max=\"1\"\n"
9601 ;
9602 
9603 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
9605 " min=\"0\"\n"
9606 " name=\"range\" />\n"
9607 " </DoubleVectorProperty>\n"
9608 " <DoubleVectorProperty command=\"SetTopAxisColor\"\n"
9609 " default_values=\"0 0 0\"\n"
9610 " name=\"TopAxisColor\"\n"
9611 " panel_visibility=\"advanced\"\n"
9612 " panel_widget=\"color_selector\"\n"
9613 " number_of_elements=\"3\">\n"
9614 " <DoubleRangeDomain max=\"1\"\n"
9615 " min=\"0\"\n"
9616 " name=\"range\" />\n"
9617 " </DoubleVectorProperty>\n"
9618 " <StringVectorProperty command=\"SetTopAxisTitleFontFamily\"\n"
9619 " default_values=\"Arial\"\n"
9620 " name=\"TopAxisTitleFontFamily\"\n"
9621 " number_of_elements=\"1\">\n"
9622 " <StringListDomain name=\"list\">\n"
9623 " <String value=\"Arial\" />\n"
9624 " <String value=\"Courier\" />\n"
9625 " <String value=\"Times\" />\n"
9626 " <String value=\"File\" />\n"
9627 " </StringListDomain>\n"
9628 " <Documentation>Set the axis title font familyname.</Documentation>\n"
9629 " </StringVectorProperty>\n"
9630 " <StringVectorProperty command=\"SetTopAxisTitleFontFile\"\n"
9631 " name=\"TopAxisTitleFontFile\"\n"
9632 " number_of_elements=\"1\"\n"
9633 " default_values=\"\">\n"
9634 " <Documentation>Set the axis title font file.</Documentation>\n"
9635 " </StringVectorProperty>\n"
9636 " <IntVectorProperty command=\"SetTopAxisTitleFontSize\"\n"
9637 " default_values=\"18\"\n"
9638 " name=\"TopAxisTitleFontSize\"\n"
9639 " number_of_elements=\"1\">\n"
9640 " <Documentation>Set the axis title font size.</Documentation>\n"
9641 " </IntVectorProperty>\n"
9642 " <IntVectorProperty command=\"SetTopAxisTitleBold\"\n"
9643 " default_values=\"1\"\n"
9644 " name=\"TopAxisTitleBold\"\n"
9645 " number_of_elements=\"1\">\n"
9646 " <BooleanDomain name=\"bool\" />\n"
9647 " <Documentation>Set the axis title font bold.</Documentation>\n"
9648 " </IntVectorProperty>\n"
9649 " <IntVectorProperty command=\"SetTopAxisTitleItalic\"\n"
9650 " default_values=\"0\"\n"
9651 " name=\"TopAxisTitleItalic\"\n"
9652 " number_of_elements=\"1\">\n"
9653 " <BooleanDomain name=\"bool\" />\n"
9654 " <Documentation>Set the axis title font italic.</Documentation>\n"
9655 " </IntVectorProperty>\n"
9656 " <DoubleVectorProperty command=\"SetTopAxisTitleColor\"\n"
9657 " default_values=\"0 0 0\"\n"
9658 " name=\"TopAxisTitleColor\"\n"
9659 " number_of_elements=\"3\">\n"
9660 " <DoubleRangeDomain max=\"1\"\n"
9661 " min=\"0\"\n"
9662 " name=\"range\" />\n"
9663 " </DoubleVectorProperty>\n"
9664 "\n"
9665 " <!-- range -->\n"
9666 " <IntVectorProperty command=\"SetTopAxisLogScale\"\n"
9667 " default_values=\"0\"\n"
9668 " name=\"TopAxisLogScale\"\n"
9669 " number_of_elements=\"1\"\n"
9670 " panel_visibility=\"advanced\">\n"
9671 " <BooleanDomain name=\"bool\" />\n"
9672 " </IntVectorProperty>\n"
9673 " <IntVectorProperty command=\"SetTopAxisUseCustomRange\"\n"
9674 " default_values=\"0\"\n"
9675 " name=\"TopAxisUseCustomRange\"\n"
9676 " number_of_elements=\"1\"\n"
9677 " panel_visibility=\"advanced\">\n"
9678 " <BooleanDomain name=\"bool\" />\n"
9679 " <Documentation>\n"
9680 " Specify whether to use the axis range specified or whether the view\n"
9681 " should compute the ranges automatically based on the data being shown.\n"
9682 " The ranges specified by ...AxisRange, are only respected when the\n"
9683 " corresponding flag in this property is set to 1.\n"
9684 " </Documentation>\n"
9685 " </IntVectorProperty>\n"
9686 " <DoubleVectorProperty command=\"SetTopAxisRangeMinimum\"\n"
9687 " default_values=\"0\"\n"
9688 " name=\"TopAxisRangeMinimum\"\n"
9689 " number_of_elements=\"1\"\n"
9690 " panel_visibility=\"advanced\">\n"
9691 " <Documentation>Set the axis range minimum for the Top axis.\n"
9692 " </Documentation>\n"
9693 " <Hints>\n"
9694 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
9695 " <Property name=\"TopAxisUseCustomRange\"\n"
9696 " function=\"boolean\" />\n"
9697 " </PropertyWidgetDecorator>\n"
9698 " </Hints>\n"
9699 " </DoubleVectorProperty>\n"
9700 " <DoubleVectorProperty command=\"SetTopAxisRangeMaximum\"\n"
9701 " default_values=\"1\"\n"
9702 " name=\"TopAxisRangeMaximum\"\n"
9703 " number_of_elements=\"1\"\n"
9704 " panel_visibility=\"advanced\">\n"
9705 " <Documentation>Set the axis range maximum for the Top axis.\n"
9706 " </Documentation>\n"
9707 " <Hints>\n"
9708 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
9709 " <Property name=\"TopAxisUseCustomRange\"\n"
9710 " function=\"boolean\" />\n"
9711 " </PropertyWidgetDecorator>\n"
9712 " </Hints>\n"
9713 " </DoubleVectorProperty>\n"
9714 "\n"
9715 " <!-- labels -->\n"
9716 " <IntVectorProperty command=\"SetTopAxisLabelVisibility\"\n"
9717 " default_values=\"1\"\n"
9718 " name=\"ShowTopAxisLabels\"\n"
9719 " panel_visibility=\"advanced\"\n"
9720 " number_of_elements=\"1\">\n"
9721 " <BooleanDomain name=\"bool\" />\n"
9722 " </IntVectorProperty>\n"
9723 " <IntVectorProperty command=\"SetTopAxisLabelNotation\"\n"
9724 " default_values=\"0\"\n"
9725 " panel_visibility=\"advanced\"\n"
9726 " name=\"TopAxisLabelNotation\"\n"
9727 " number_of_elements=\"1\">\n"
9728 " <EnumerationDomain name=\"enum\">\n"
9729 " <Entry text=\"Mixed\"\n"
9730 " value=\"0\" />\n"
9731 " <Entry text=\"Scientific\"\n"
9732 " value=\"1\" />\n"
9733 " <Entry text=\"Fixed\"\n"
9734 " value=\"2\" />\n"
9735 " </EnumerationDomain>\n"
9736 " </IntVectorProperty>\n"
9737 " <IntVectorProperty command=\"SetTopAxisLabelPrecision\"\n"
9738 " default_values=\"2\"\n"
9739 " panel_visibility=\"advanced\"\n"
9740 " name=\"TopAxisLabelPrecision\"\n"
9741 " number_of_elements=\"1\">\n"
9742 " <IntRangeDomain name=\"range\" min=\"0\"/>\n"
9743 " </IntVectorProperty>\n"
9744 " <IntVectorProperty command=\"SetTopAxisUseCustomLabels\"\n"
9745 " default_values=\"0\"\n"
9746 " panel_visibility=\"advanced\"\n"
9747 " name=\"TopAxisUseCustomLabels\"\n"
9748 " number_of_elements=\"1\">\n"
9749 " <BooleanDomain name=\"bool\" />\n"
9750 " <Documentation>\n"
9751 " Specify whether to use custom labels for each of the axis. Labels\n"
9752 " specified by ...AxisLabels are used only when\n"
9753 " the corresponding AxisUseCustomLabels flag is set to 1.\n"
9754 " </Documentation>\n"
9755 " </IntVectorProperty>\n"
9756 " <StringVectorProperty command=\"SetTopAxisLabels\"\n"
9757 " name=\"TopAxisLabels\"\n"
9758 " panel_visibility=\"advanced\"\n"
9759 " animateable=\"1\"\n"
9760 " number_of_elements=\"0\"\n"
9761 " number_of_elements_per_command=\"2\"\n"
9762 " repeat_command=\"1\"\n"
9763 " use_index=\"1\"\n"
9764 " set_number_command=\"SetTopAxisLabelsNumber\">\n"
9765 " <Hints>\n"
9766 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
9767 " <Property name=\"TopAxisUseCustomLabels\"\n"
9768 " function=\"boolean\" />\n"
9769 " </PropertyWidgetDecorator>\n"
9770 " </Hints>\n"
9771 " <Documentation>\n"
9772 " Specify list of ticks and the associated labels to display. If the label is empty,\n"
9773 " the value of the tick will be used for display.\n"
9774 " </Documentation>\n"
9775 " </StringVectorProperty>\n"
9776 " <StringVectorProperty command=\"SetTopAxisLabelFontFamily\"\n"
9777 " default_values=\"Arial\"\n"
9778 " name=\"TopAxisLabelFontFamily\"\n"
9779 " number_of_elements=\"1\">\n"
9780 " <StringListDomain name=\"list\">\n"
9781 " <String value=\"Arial\" />\n"
9782 " <String value=\"Courier\" />\n"
9783 " <String value=\"Times\" />\n"
9784 " <String value=\"File\" />\n"
9785 " </StringListDomain>\n"
9786 " <Documentation>Set the axis title font familyname.</Documentation>\n"
9787 " </StringVectorProperty>\n"
9788 " <StringVectorProperty command=\"SetTopAxisLabelFontFile\"\n"
9789 " name=\"TopAxisLabelFontFile\"\n"
9790 " number_of_elements=\"1\"\n"
9791 " default_values=\"\">\n"
9792 " <Documentation>Set the axis title font file.</Documentation>\n"
9793 " </StringVectorProperty>\n"
9794 " <IntVectorProperty command=\"SetTopAxisLabelFontSize\"\n"
9795 " default_values=\"12\"\n"
9796 " name=\"TopAxisLabelFontSize\"\n"
9797 " number_of_elements=\"1\">\n"
9798 " <Documentation>Set the axis title font size.</Documentation>\n"
9799 " </IntVectorProperty>\n"
9800 " <IntVectorProperty command=\"SetTopAxisLabelBold\"\n"
9801 " default_values=\"0\"\n"
9802 " name=\"TopAxisLabelBold\"\n"
9803 " number_of_elements=\"1\">\n"
9804 " <BooleanDomain name=\"bool\" />\n"
9805 " <Documentation>Set the axis title bold.</Documentation>\n"
9806 " </IntVectorProperty>\n"
9807 " <IntVectorProperty command=\"SetTopAxisLabelItalic\"\n"
9808 " default_values=\"0\"\n"
9809 " name=\"TopAxisLabelItalic\"\n"
9810 " number_of_elements=\"1\">\n"
9811 " <BooleanDomain name=\"bool\" />\n"
9812 " <Documentation>Set the axis title italic.</Documentation>\n"
9813 " </IntVectorProperty>\n"
9814 " <DoubleVectorProperty command=\"SetTopAxisLabelColor\"\n"
9815 " default_values=\"0 0 0\"\n"
9816 " name=\"TopAxisLabelColor\"\n"
9817 " number_of_elements=\"3\">\n"
9818 " <DoubleRangeDomain max=\"1\"\n"
9819 " min=\"0\"\n"
9820 " name=\"range\" />\n"
9821 " </DoubleVectorProperty>\n"
9822 "\n"
9823 " <PropertyGroup label=\"Top Axis\">\n"
9824 " <Property name=\"TopAxisTitle\"/>\n"
9825 " <Property name=\"ShowTopAxisGrid\"/>\n"
9826 " <Property name=\"TopAxisGridColor\"/>\n"
9827 " <Property name=\"TopAxisColor\"/>\n"
9828 " </PropertyGroup>\n"
9829 "\n"
9830 " <PropertyGroup label=\"Top Axis Title Properties\"\n"
9831 " panel_widget=\"FontEditor\"\n"
9832 " panel_visibility=\"advanced\">\n"
9833 " <Property name=\"TopAxisTitleColor\" function=\"Color\"/>\n"
9834 " <Property name=\"TopAxisTitleFontFamily\" function=\"Family\"/>\n"
9835 " <Property name=\"TopAxisTitleFontFile\" function=\"File\"/>\n"
9836 " <Property name=\"TopAxisTitleBold\" function=\"Bold\" />\n"
9837 " <Property name=\"TopAxisTitleItalic\" function=\"Italics\"/>\n"
9838 " <Property name=\"TopAxisTitleFontSize\" function=\"Size\" />\n"
9839 " <!-- next properties are not available -->\n"
9840 " <!-- <Property name=\"TopAxisTitleOpacity\" function=\"Opacity\"/> -->\n"
9841 " <!-- <Property name=\"TopAxisTitleShadow\" function=\"Shadow\" /> -->\n"
9842 " </PropertyGroup>\n"
9843 "\n"
9844 " <PropertyGroup label=\"Top Axis Range\">\n"
9845 " <Property name=\"TopAxisLogScale\"/>\n"
9846 " <Property name=\"TopAxisUseCustomRange\"/>\n"
9847 " <Property name=\"TopAxisRangeMinimum\"/>\n"
9848 " <Property name=\"TopAxisRangeMaximum\"/>\n"
9849 " </PropertyGroup>\n"
9850 "\n"
9851 " <PropertyGroup label=\"Top Axis Labels\">\n"
9852 " <Property name=\"ShowTopAxisLabels\"/>\n"
9853 " <Property name=\"TopAxisLabelNotation\"/>\n"
9854 " <Property name=\"TopAxisLabelPrecision\"/>\n"
9855 " <Property name=\"TopAxisUseCustomLabels\"/>\n"
9856 " <Property name=\"TopAxisLabels\"/>\n"
9857 " </PropertyGroup>\n"
9858 "\n"
9859 " <PropertyGroup label=\"Top Axis Label Properties\"\n"
9860 " panel_widget=\"FontEditor\"\n"
9861 " panel_visibility=\"advanced\">\n"
9862 " <Property name=\"TopAxisLabelColor\" function=\"Color\"/>\n"
9863 " <Property name=\"TopAxisLabelFontFamily\" function=\"Family\"/>\n"
9864 " <Property name=\"TopAxisLabelFontFile\" function=\"File\"/>\n"
9865 " <Property name=\"TopAxisLabelBold\" function=\"Bold\" />\n"
9866 " <Property name=\"TopAxisLabelItalic\" function=\"Italics\"/>\n"
9867 " <Property name=\"TopAxisLabelFontSize\" function=\"Size\" />\n"
9868 " <!-- next properties are not available -->\n"
9869 " <!-- <Property name=\"TopAxisLabelOpacity\" function=\"Opacity\"/> -->\n"
9870 " <!-- <Property name=\"TopAxisLabelShadow\" function=\"Shadow\" /> -->\n"
9871 " </PropertyGroup>\n"
9872 " <!-- end top axis -->\n"
9873 " </ContextViewProxy>\n"
9874 "\n"
9875 " <!-- ================================================================== -->\n"
9876 " <Proxy name=\"ComparativeViewBase\">\n"
9877 " <DoubleVectorProperty command=\"SetViewTime\"\n"
9878 " default_values=\"none\"\n"
9879 " name=\"ViewTime\"\n"
9880 " number_of_elements=\"1\"\n"
9881 " panel_visibility=\"never\"\n"
9882 " state_ignored=\"1\">\n"
9883 " <DoubleRangeDomain name=\"range\" />\n"
9884 " <Documentation>The pipeline update time for this view. This gets passed\n"
9885 " to all representations added to this view.</Documentation>\n"
9886 " </DoubleVectorProperty>\n"
9887 " <DoubleVectorProperty default_values=\"none\"\n"
9888 " name=\"CacheKey\"\n"
9889 " number_of_elements=\"1\"\n"
9890 " panel_visibility=\"never\"\n"
9891 " state_ignored=\"1\"\n"
9892 " is_internal=\"1\">\n"
9893 " <DoubleRangeDomain name=\"range\" />\n"
9894 " <Documentation>This is the cache key used to identify which cache\n"
9895 " entry to use for rendering when caching is enabled.</Documentation>\n"
9896 " </DoubleVectorProperty>\n"
9897 " <IntVectorProperty default_values=\"0\"\n"
9898 " name=\"UseCache\"\n"
9899 " number_of_elements=\"1\"\n"
9900 " panel_visibility=\"never\"\n"
9901 " state_ignored=\"1\"\n"
9902 " is_internal=\"1\">\n"
9903 " <BooleanDomain name=\"bool\" />\n"
9904 " <Documentation>Indicates whether to use cache for subsequent\n"
9905 " renderings.</Documentation>\n"
9906 " </IntVectorProperty>\n"
9907 " <IntVectorProperty command=\"SetViewPosition\"\n"
9908 " default_values=\"0 0\"\n"
9909 " name=\"ViewPosition\"\n"
9910 " panel_visibility=\"never\"\n"
9911 " number_of_elements=\"2\">\n"
9912 " <Hints>\n"
9913 " <NoDefault />\n"
9914 " </Hints>\n"
9915 " <Documentation>Set the position on this view in the multiview\n"
9916 " configuration.</Documentation>\n"
9917 ;
9918 
9919 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
9921 " </IntVectorProperty>\n"
9922 " <IntVectorProperty command=\"SetViewSize\"\n"
9923 " default_values=\"400 400\"\n"
9924 " ignore_synchronization=\"1\"\n"
9925 " name=\"ViewSize\"\n"
9926 " number_of_elements=\"2\"\n"
9927 " panel_visibility=\"never\"\n"
9928 " state_ignored=\"1\">\n"
9929 " <Hints>\n"
9930 " <NoDefault />\n"
9931 " </Hints>\n"
9932 " <Documentation>Set the size of this view in the multiview\n"
9933 " configuration.</Documentation>\n"
9934 " </IntVectorProperty>\n"
9935 " <IntVectorProperty command=\"Build\"\n"
9936 " default_values=\"2 2\"\n"
9937 " name=\"Dimensions\"\n"
9938 " panel_visibility=\"never\"\n"
9939 " number_of_elements=\"2\">\n"
9940 " <IntRangeDomain max=\"10 10\"\n"
9941 " min=\"1 1\"\n"
9942 " name=\"range\" />\n"
9943 " </IntVectorProperty>\n"
9944 " <IntVectorProperty command=\"SetOverlayAllComparisons\"\n"
9945 " default_values=\"0\"\n"
9946 " name=\"OverlayAllComparisons\"\n"
9947 " panel_visibility=\"never\"\n"
9948 " number_of_elements=\"1\">\n"
9949 " <BooleanDomain name=\"bool\" />\n"
9950 " </IntVectorProperty>\n"
9951 " <IntVectorProperty command=\"SetSpacing\"\n"
9952 " default_values=\"1 1\"\n"
9953 " name=\"Spacing\"\n"
9954 " panel_visibility=\"never\"\n"
9955 " number_of_elements=\"2\">\n"
9956 " <IntRangeDomain max=\"10 10\"\n"
9957 " min=\"0 0\"\n"
9958 " name=\"range\" />\n"
9959 " </IntVectorProperty>\n"
9960 " <ProxyProperty argument_type=\"SMProxy\"\n"
9961 " command=\"AddRepresentation\"\n"
9962 " name=\"Representations\"\n"
9963 " remove_command=\"RemoveRepresentation\"\n"
9964 " repeatable=\"1\">\n"
9965 " <Documentation>Representations in this view.</Documentation>\n"
9966 " </ProxyProperty>\n"
9967 " <ProxyProperty argument_type=\"SMProxy\"\n"
9968 " command=\"AddCue\"\n"
9969 " name=\"Cues\"\n"
9970 " remove_command=\"RemoveCue\">\n"
9971 " <Documentation>Animation cues for changing parameters.</Documentation>\n"
9972 " </ProxyProperty>\n"
9973 " </Proxy>\n"
9974 " </ProxyGroup>\n"
9975 "\n"
9976 " <!-- ******************************************************************** -->\n"
9977 " <ProxyGroup name=\"views\">\n"
9978 " <!-- ================================================================== -->\n"
9979 " <RenderViewProxy base_proxygroup=\"internal_views\"\n"
9980 " base_proxyname=\"ViewBase\"\n"
9981 " class=\"vtkPVRenderView\"\n"
9982 " name=\"RenderView\"\n"
9983 " label=\"Render View\"\n"
9984 " processes=\"client|renderserver|dataserver\">\n"
9985 " <Documentation>View proxy for a 3D interactive render\n"
9986 " view.</Documentation>\n"
9987 " <IntVectorProperty command=\"SetShowAnnotation\"\n"
9988 " default_values=\"0\"\n"
9989 " number_of_elements=\"1\"\n"
9990 " name=\"ShowAnnotation\"\n"
9991 " panel_visibility=\"never\">\n"
9992 " <BooleanDomain name=\"bool\" />\n"
9993 " <Documentation>\n"
9994 " Set whether to see annotation providing advanced debugging and performance\n"
9995 " information about each render.\n"
9996 " </Documentation>\n"
9997 " <Hints>\n"
9998 " <PropertyLink group=\"settings\"\n"
9999 " proxy=\"RenderViewSettings\"\n"
10000 " property=\"ShowAnnotation\"/>\n"
10001 " </Hints>\n"
10002 " </IntVectorProperty>\n"
10003 " <DoubleVectorProperty command=\"SetAnnotationColor\"\n"
10004 " default_values=\"1 1 1\"\n"
10005 " name=\"AnnotationColor\"\n"
10006 " panel_widget=\"color_selector_with_palette\"\n"
10007 " panel_visibility=\"never\"\n"
10008 " number_of_elements=\"3\">\n"
10009 " <Hints>\n"
10010 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"TextAnnotationColor\" unlink_if_modified=\"1\" />\n"
10011 " </Hints>\n"
10012 " </DoubleVectorProperty>\n"
10013 " <IntVectorProperty command=\"SetUseInteractiveRenderingForScreenshots\"\n"
10014 " default_values=\"0\"\n"
10015 " name=\"UseInteractiveRenderingForScreenshots\"\n"
10016 " panel_visibility=\"never\"\n"
10017 " number_of_elements=\"1\">\n"
10018 " <BooleanDomain name=\"bool\" />\n"
10019 " <Documentation>Set whether InteractiveRender() should be used during\n"
10020 " CaptureWindow calls. Default is to use StillRender().</Documentation>\n"
10021 " </IntVectorProperty>\n"
10022 " <IntVectorProperty command=\"SetInteractionMode\"\n"
10023 " default_values=\"0\"\n"
10024 " name=\"InteractionMode\"\n"
10025 " number_of_elements=\"1\"\n"
10026 " panel_visibility=\"never\"\n"
10027 " state_ignored=\"1\">\n"
10028 " <EnumerationDomain name=\"enum\">\n"
10029 " <Entry text=\"3D\"\n"
10030 " value=\"0\" />\n"
10031 " <Entry text=\"2D\"\n"
10032 " value=\"1\" />\n"
10033 " <Entry text=\"Selection\"\n"
10034 " value=\"2\" />\n"
10035 " </EnumerationDomain>\n"
10036 " </IntVectorProperty>\n"
10037 " <IntVectorProperty command=\"SetStillRenderImageReductionFactor\"\n"
10038 " default_values=\"1\"\n"
10039 " name=\"StillRenderImageReductionFactor\"\n"
10040 " panel_visibility=\"never\"\n"
10041 " number_of_elements=\"1\">\n"
10042 " <IntRangeDomain max=\"20\"\n"
10043 " min=\"1\"\n"
10044 " name=\"range\" />\n"
10045 " <Documentation>Get/Set the reduction-factor to use when for\n"
10046 " StillRender(). This is typically set to 1, but in some cases with\n"
10047 " terrible connectivity or really large displays, one may want to use a\n"
10048 " sub-sampled image even for StillRender(). This is set it number of\n"
10049 " pixels to be sub-sampled by. Note that image reduction factors have no\n"
10050 " effect when in built-in mode.</Documentation>\n"
10051 " <Hints>\n"
10052 " <PropertyLink group=\"settings\"\n"
10053 " proxy=\"RenderViewSettings\"\n"
10054 " property=\"StillRenderImageReductionFactor\"/>\n"
10055 " </Hints>\n"
10056 " </IntVectorProperty>\n"
10057 " <DoubleVectorProperty default_values=\"100.0\"\n"
10058 " name=\"CollectGeometryThreshold\"\n"
10059 " panel_visibility=\"never\"\n"
10060 " number_of_elements=\"1\">\n"
10061 " <Documentation>DEPRECATED: Simply set UseOutlineForLODRendering flag to\n"
10062 " true, and whenever LOD rendering is employed, we rendering outlines, is\n"
10063 " possible.</Documentation>\n"
10064 " </DoubleVectorProperty>\n"
10065 " <IntVectorProperty command=\"SetInteractiveRenderImageReductionFactor\"\n"
10066 " default_values=\"2\"\n"
10067 " name=\"ImageReductionFactor\"\n"
10068 " panel_visibility=\"never\"\n"
10069 " number_of_elements=\"1\">\n"
10070 " <IntRangeDomain max=\"20\"\n"
10071 " min=\"1\"\n"
10072 " name=\"range\" />\n"
10073 " <Documentation>Get/Set the reduction-factor to use when for\n"
10074 " InteractiveRender(). This is set it number of pixels to be sub-sampled\n"
10075 " by. Note that image reduction factors have no effect when in built-in\n"
10076 " mode.</Documentation>\n"
10077 " <Hints>\n"
10078 " <PropertyLink group=\"settings\"\n"
10079 " proxy=\"RenderViewSettings\"\n"
10080 " property=\"ImageReductionFactor\"/>\n"
10081 " </Hints>\n"
10082 " </IntVectorProperty>\n"
10083 " <IntVectorProperty command=\"SetSuppressRendering\"\n"
10084 " default_values=\"0\"\n"
10085 " name=\"SuppressRendering\"\n"
10086 " panel_visibility=\"never\"\n"
10087 " number_of_elements=\"1\">\n"
10088 " <BooleanDomain name=\"bool\" />\n"
10089 " <Documentation>When set to true, this will suppress rendering\n"
10090 " into a window yet still perform all the updates that normally\n"
10091 " happen as a part of rendering.</Documentation>\n"
10092 " </IntVectorProperty>\n"
10093 " <DoubleVectorProperty command=\"SetRemoteRenderingThreshold\"\n"
10094 " default_values=\"20.0\"\n"
10095 " ignore_synchronization=\"1\"\n"
10096 " name=\"RemoteRenderThreshold\"\n"
10097 " panel_visibility=\"never\"\n"
10098 " number_of_elements=\"1\">\n"
10099 " <DoubleRangeDomain min=\"0\"\n"
10100 " name=\"range\" />\n"
10101 " <Documentation>The threshold used to determine if the compositing\n"
10102 " should be used for rendering. The value is rendering-geometry size in\n"
10103 " MBs.</Documentation>\n"
10104 " <Hints>\n"
10105 " <PropertyLink group=\"settings\"\n"
10106 " proxy=\"RenderViewSettings\"\n"
10107 " property=\"RemoteRenderThreshold\"/>\n"
10108 " </Hints>\n"
10109 " </DoubleVectorProperty>\n"
10110 " <DoubleVectorProperty command=\"SetLODRenderingThreshold\"\n"
10111 " default_values=\"5\"\n"
10112 " name=\"LODThreshold\"\n"
10113 " panel_visibility=\"never\"\n"
10114 " number_of_elements=\"1\">\n"
10115 " <Documentation>Set the memory size threshold above which LOD will be\n"
10116 " used while rendering interactively. The value is rendering-geometry\n"
10117 " size in MBs.</Documentation>\n"
10118 " <DoubleRangeDomain min=\"0\"\n"
10119 " name=\"range\" />\n"
10120 " <Hints>\n"
10121 " <PropertyLink group=\"settings\"\n"
10122 " proxy=\"RenderViewSettings\"\n"
10123 " property=\"LODThreshold\"/>\n"
10124 " </Hints>\n"
10125 " </DoubleVectorProperty>\n"
10126 " <DoubleVectorProperty command=\"SetLODResolution\"\n"
10127 " default_values=\"0.5\"\n"
10128 " name=\"LODResolution\"\n"
10129 " panel_visibility=\"never\"\n"
10130 " number_of_elements=\"1\">\n"
10131 " <DoubleRangeDomain max=\"1.0\"\n"
10132 " min=\"0\"\n"
10133 " name=\"range\" />\n"
10134 " <Documentation>Set the LOD resolution. 0 implies lowest level or\n"
10135 " detail, while 1 implies maximum level of detail.</Documentation>\n"
10136 " <Hints>\n"
10137 " <PropertyLink group=\"settings\"\n"
10138 " proxy=\"RenderViewSettings\"\n"
10139 " property=\"LODResolution\"/>\n"
10140 " </Hints>\n"
10141 " </DoubleVectorProperty>\n"
10142 " <IntVectorProperty command=\"SetUseOutlineForLODRendering\"\n"
10143 " default_values=\"0\"\n"
10144 " name=\"UseOutlineForLODRendering\"\n"
10145 " panel_visibility=\"never\"\n"
10146 " number_of_elements=\"1\">\n"
10147 " <BooleanDomain name=\"bool\" />\n"
10148 " <Documentation>When set to true, this overrides the LODResolution. In\n"
10149 " that case, when using LOD for rendering, if possible, the data is\n"
10150 " rendered as outlines.</Documentation>\n"
10151 " <Hints>\n"
10152 " <PropertyLink group=\"settings\"\n"
10153 " proxy=\"RenderViewSettings\"\n"
10154 " property=\"UseOutlineForLODRendering\"/>\n"
10155 " </Hints>\n"
10156 " </IntVectorProperty>\n"
10157 " <StringVectorProperty command=\"ConfigureCompressor\"\n"
10158 " default_values=\"vtkLZ4Compressor 0 3\"\n"
10159 " name=\"CompressorConfig\"\n"
10160 " panel_visibility=\"never\"\n"
10161 " number_of_elements=\"1\">\n"
10162 " <Documentation>Used to configure the image compression used for\n"
10163 " client-server image transfer when doing interactive\n"
10164 " renders.</Documentation>\n"
10165 " <Hints>\n"
10166 " <PropertyLink group=\"settings\"\n"
10167 " proxy=\"RenderViewSettings\"\n"
10168 " property=\"CompressorConfig\"/>\n"
10169 " </Hints>\n"
10170 " </StringVectorProperty>\n"
10171 "\n"
10172 " <ProxyProperty name=\"AxesGrid\"\n"
10173 " command=\"SetGridAxes3DActor\"\n"
10174 " panel_widget=\"proxy_editor\">\n"
10175 " <ProxyListDomain name=\"proxy_list\">\n"
10176 " <Proxy group=\"annotations\" name=\"GridAxes3DActor\" />\n"
10177 " </ProxyListDomain>\n"
10178 " <Hints>\n"
10179 " <ProxyEditorPropertyWidget property=\"Visibility\">\n"
10180 " <!-- tell pqProxyEditorPropertyWidget that use the \"Visibility\"\n"
10181 " property on the GridAxes3DActor proxy for a checkbox\n"
10182 " on the UI -->\n"
10183 " </ProxyEditorPropertyWidget>\n"
10184 " </Hints>\n"
10185 " </ProxyProperty>\n"
10186 "\n"
10187 " <!-- Center and Orientation Axes -->\n"
10188 " <IntVectorProperty command=\"SetCenterAxesVisibility\"\n"
10189 " default_values=\"0\"\n"
10190 " name=\"CenterAxesVisibility\"\n"
10191 " number_of_elements=\"1\">\n"
10192 " <BooleanDomain name=\"bool\" />\n"
10193 " <Documentation>Toggle the visibility of the axes showing the center of\n"
10194 " rotation in the scene.</Documentation>\n"
10195 " </IntVectorProperty>\n"
10196 " <IntVectorProperty command=\"SetOrientationAxesVisibility\"\n"
10197 " default_values=\"1\"\n"
10198 " name=\"OrientationAxesVisibility\"\n"
10199 " number_of_elements=\"1\">\n"
10200 " <BooleanDomain name=\"bool\" />\n"
10201 " <Documentation>Toggle the visibility of the axes showing the\n"
10202 " viewing direction.</Documentation>\n"
10203 " </IntVectorProperty>\n"
10204 " <IntVectorProperty command=\"SetOrientationAxesInteractivity\"\n"
10205 " default_values=\"0\"\n"
10206 " panel_visibility=\"advanced\"\n"
10207 " name=\"OrientationAxesInteractivity\"\n"
10208 " number_of_elements=\"1\">\n"
10209 " <BooleanDomain name=\"bool\" />\n"
10210 " <Documentation>Allows repositioning of the orientation\n"
10211 " axes.</Documentation>\n"
10212 " </IntVectorProperty>\n"
10213 " <DoubleVectorProperty command=\"SetOrientationAxesLabelColor\"\n"
10214 " default_values=\"1 1 1\"\n"
10215 " name=\"OrientationAxesLabelColor\"\n"
10216 " panel_widget=\"color_selector_with_palette\"\n"
10217 " panel_visibility=\"advanced\"\n"
10218 " number_of_elements=\"3\">\n"
10219 " <Hints>\n"
10220 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"TextAnnotationColor\" unlink_if_modified=\"1\" />\n"
10221 " </Hints>\n"
10222 " </DoubleVectorProperty>\n"
10223 " <DoubleVectorProperty command=\"SetOrientationAxesOutlineColor\"\n"
10224 " default_values=\"1 1 1\"\n"
10225 " name=\"OrientationAxesOutlineColor\"\n"
10226 " panel_widget=\"color_selector_with_palette\"\n"
10227 " panel_visibility=\"advanced\"\n"
10228 " number_of_elements=\"3\">\n"
10229 " <Hints>\n"
10230 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"ForegroundColor\" unlink_if_modified=\"1\" />\n"
10231 ;
10232 
10233 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
10235 " </Hints>\n"
10236 " </DoubleVectorProperty>\n"
10237 "\n"
10238 " <DoubleVectorProperty command=\"SetCenterOfRotation\"\n"
10239 " default_values=\"0 0 0\"\n"
10240 " name=\"CenterOfRotation\"\n"
10241 " panel_visibility=\"never\"\n"
10242 " number_of_elements=\"3\">\n"
10243 " <Documentation>Center of rotation for the interactor.</Documentation>\n"
10244 " </DoubleVectorProperty>\n"
10245 " <DoubleVectorProperty command=\"SetRotationFactor\"\n"
10246 " default_values=\"1\"\n"
10247 " name=\"RotationFactor\"\n"
10248 " panel_visibility=\"never\"\n"
10249 " number_of_elements=\"1\">\n"
10250 " <Documentation>Rotation speed factor for the interactor. This default\n"
10251 " rotation speed is multipied by this factor. Default value is 1.\n"
10252 " </Documentation>\n"
10253 " </DoubleVectorProperty>\n"
10254 " <DoubleVectorProperty default_values=\"0\"\n"
10255 " name=\"NonInteractiveRenderDelay\"\n"
10256 " panel_visibility=\"never\"\n"
10257 " number_of_elements=\"1\">\n"
10258 " <Documentation>Set the delay (in seconds) after an interactive render\n"
10259 " before switching to a full-res render.</Documentation>\n"
10260 " <Hints>\n"
10261 " <PropertyLink group=\"settings\"\n"
10262 " proxy=\"RenderViewSettings\"\n"
10263 " property=\"NonInteractiveRenderDelay\"/>\n"
10264 " </Hints>\n"
10265 " </DoubleVectorProperty>\n"
10266 " <IntVectorProperty name=\"EnableRenderOnInteraction\"\n"
10267 " default_values=\"1\"\n"
10268 " panel_visibility=\"never\"\n"
10269 " number_of_elements=\"1\">\n"
10270 " <BooleanDomain name=\"bool\" />\n"
10271 " <Documentation>\n"
10272 " Set whether the view must render automatically on interaction. If application\n"
10273 " wants to manage renders explicitly, set this to 0 (Off). 1 (On) by default.\n"
10274 " </Documentation>\n"
10275 " </IntVectorProperty>\n"
10276 " <IntVectorProperty name=\"Camera3DManipulators\"\n"
10277 " command=\"SetCamera3DManipulators\"\n"
10278 " argument_is_array=\"1\"\n"
10279 " number_of_elements=\"9\"\n"
10280 " default_values=\"4 1 2 3 4 1 2 4 6\"\n"
10281 " panel_visibility=\"never\">\n"
10282 " <Documentation>\n"
10283 " Set the interactions mode for 3D interaction. The values are specified\n"
10284 " in order as (left button, middle button, right button), and repeated for\n"
10285 " shift key and control key modifiers.\n"
10286 " </Documentation>\n"
10287 " <Hints>\n"
10288 " <PropertyLink group=\"settings\"\n"
10289 " proxy=\"RenderViewInteractionSettings\"\n"
10290 " property=\"Camera3DManipulators\"/>\n"
10291 " </Hints>\n"
10292 " <EnumerationDomain name=\"enum\">\n"
10293 " <Entry text=\"None\" value=\"0\" />\n"
10294 " <Entry text=\"Pan\" value=\"1\" />\n"
10295 " <Entry text=\"Zoom\" value=\"2\" />\n"
10296 " <Entry text=\"Roll\" value=\"3\" />\n"
10297 " <Entry text=\"Rotate\" value=\"4\" />\n"
10298 " <Entry text=\"Multi-Rotate\" value=\"5\" />\n"
10299 " <Entry text=\"ZoomToMouse\" value=\"6\" />\n"
10300 " </EnumerationDomain>\n"
10301 " </IntVectorProperty>\n"
10302 "\n"
10303 " <IntVectorProperty name=\"Camera2DManipulators\"\n"
10304 " command=\"SetCamera2DManipulators\"\n"
10305 " argument_is_array=\"1\"\n"
10306 " number_of_elements=\"9\"\n"
10307 " default_values=\"1 3 2 2 2 6 3 1 4\"\n"
10308 " panel_visibility=\"never\">\n"
10309 " <Documentation>\n"
10310 " Set the interactions mode for 2D interaction. The values are specified\n"
10311 " in order as (left button, middle button, right button), and repeated for\n"
10312 " shift key and control key modifiers.\n"
10313 " </Documentation>\n"
10314 " <Hints>\n"
10315 " <PropertyLink group=\"settings\"\n"
10316 " proxy=\"RenderViewInteractionSettings\"\n"
10317 " property=\"Camera2DManipulators\"/>\n"
10318 " </Hints>\n"
10319 " <EnumerationDomain name=\"enum\">\n"
10320 " <Entry text=\"None\" value=\"0\" />\n"
10321 " <Entry text=\"Pan\" value=\"1\" />\n"
10322 " <Entry text=\"Zoom\" value=\"2\" />\n"
10323 " <Entry text=\"Roll\" value=\"3\" />\n"
10324 " <Entry text=\"Rotate\" value=\"4\" />\n"
10325 " <Entry text=\"ZoomToMouse\" value=\"6\" />\n"
10326 " </EnumerationDomain>\n"
10327 " </IntVectorProperty>\n"
10328 " <DoubleVectorProperty command=\"SetCamera2DMouseWheelMotionFactor\"\n"
10329 " default_values=\"1\"\n"
10330 " name=\"Camera2DMouseWheelMotionFactor\"\n"
10331 " number_of_elements=\"1\"\n"
10332 " panel_visibility=\"never\">\n"
10333 " <DoubleRangeDomain max=\"10\"\n"
10334 " min=\"0\"\n"
10335 " name=\"range\"\n"
10336 " resolution=\"0.01\" />\n"
10337 " <Hints>\n"
10338 " <PropertyLink group=\"settings\"\n"
10339 " proxy=\"RenderViewInteractionSettings\"\n"
10340 " property=\"Camera2DMouseWheelMotionFactor\"/>\n"
10341 " </Hints>\n"
10342 " <Documentation>Set the wheel motion factor for 2D interaction.</Documentation>\n"
10343 " </DoubleVectorProperty>\n"
10344 " <DoubleVectorProperty command=\"SetCamera3DMouseWheelMotionFactor\"\n"
10345 " default_values=\"1\"\n"
10346 " name=\"Camera3DMouseWheelMotionFactor\"\n"
10347 " number_of_elements=\"1\"\n"
10348 " panel_visibility=\"never\">\n"
10349 " <DoubleRangeDomain max=\"10\"\n"
10350 " min=\"0\"\n"
10351 " name=\"range\"\n"
10352 " resolution=\"0.01\" />\n"
10353 " <Hints>\n"
10354 " <PropertyLink group=\"settings\"\n"
10355 " proxy=\"RenderViewInteractionSettings\"\n"
10356 " property=\"Camera3DMouseWheelMotionFactor\"/>\n"
10357 " </Hints>\n"
10358 " <Documentation>Set the wheel motion factor for 3D interaction.</Documentation>\n"
10359 " </DoubleVectorProperty>\n"
10360 " <IntVectorProperty command=\"SetUseLightKit\"\n"
10361 " default_values=\"1\"\n"
10362 " name=\"UseLight\"\n"
10363 " number_of_elements=\"1\">\n"
10364 " <Documentation>Enable/Disable the LightKit.</Documentation>\n"
10365 " <BooleanDomain name=\"bool\" />\n"
10366 " </IntVectorProperty>\n"
10367 " <!-- Key Light -->\n"
10368 " <DoubleVectorProperty command=\"SetKeyLightWarmth\"\n"
10369 " default_values=\"0.60\"\n"
10370 " name=\"KeyLightWarmth\"\n"
10371 " number_of_elements=\"1\">\n"
10372 " <DoubleRangeDomain max=\"1\"\n"
10373 " min=\"0\"\n"
10374 " name=\"range\"\n"
10375 " resolution=\"0.01\" />\n"
10376 " </DoubleVectorProperty>\n"
10377 " <DoubleVectorProperty command=\"SetKeyLightIntensity\"\n"
10378 " default_values=\"0.75\"\n"
10379 " name=\"KeyLightIntensity\"\n"
10380 " number_of_elements=\"1\">\n"
10381 " <DoubleRangeDomain max=\"1\"\n"
10382 " min=\"0\"\n"
10383 " name=\"range\"\n"
10384 " resolution=\"0.05\" />\n"
10385 " </DoubleVectorProperty>\n"
10386 " <DoubleVectorProperty command=\"SetKeyLightElevation\"\n"
10387 " default_values=\"50.0\"\n"
10388 " name=\"KeyLightElevation\"\n"
10389 " number_of_elements=\"1\">\n"
10390 " <DoubleRangeDomain max=\"90\"\n"
10391 " min=\"0\"\n"
10392 " name=\"range\"\n"
10393 " resolution=\"1\" />\n"
10394 " </DoubleVectorProperty>\n"
10395 " <DoubleVectorProperty command=\"SetKeyLightAzimuth\"\n"
10396 " default_values=\"10.0\"\n"
10397 " name=\"KeyLightAzimuth\"\n"
10398 " number_of_elements=\"1\">\n"
10399 " <DoubleRangeDomain max=\"90\"\n"
10400 " min=\"-90\"\n"
10401 " name=\"range\"\n"
10402 " resolution=\"1\" />\n"
10403 " </DoubleVectorProperty>\n"
10404 " <!-- Fill Light -->\n"
10405 " <DoubleVectorProperty command=\"SetFillLightWarmth\"\n"
10406 " default_values=\"0.40\"\n"
10407 " name=\"FillLightWarmth\"\n"
10408 " number_of_elements=\"1\">\n"
10409 " <DoubleRangeDomain max=\"1\"\n"
10410 " min=\"0\"\n"
10411 " name=\"range\"\n"
10412 " resolution=\"0.01\" />\n"
10413 " </DoubleVectorProperty>\n"
10414 " <DoubleVectorProperty command=\"SetKeyToFillRatio\"\n"
10415 " default_values=\"3.0\"\n"
10416 " name=\"FillLightK:F Ratio\"\n"
10417 " number_of_elements=\"1\">\n"
10418 " <DoubleRangeDomain max=\"15\"\n"
10419 " min=\"1\"\n"
10420 " name=\"range\"\n"
10421 " resolution=\"0.1\" />\n"
10422 " </DoubleVectorProperty>\n"
10423 " <DoubleVectorProperty command=\"SetFillLightElevation\"\n"
10424 " default_values=\"-75.0\"\n"
10425 " name=\"FillLightElevation\"\n"
10426 " number_of_elements=\"1\">\n"
10427 " <DoubleRangeDomain max=\"10\"\n"
10428 " min=\"-90\"\n"
10429 " name=\"range\"\n"
10430 " resolution=\"1\" />\n"
10431 " </DoubleVectorProperty>\n"
10432 " <DoubleVectorProperty command=\"SetFillLightAzimuth\"\n"
10433 " default_values=\"-10.0\"\n"
10434 " name=\"FillLightAzimuth\"\n"
10435 " number_of_elements=\"1\">\n"
10436 " <DoubleRangeDomain max=\"90\"\n"
10437 " min=\"-90\"\n"
10438 " name=\"range\"\n"
10439 " resolution=\"1\" />\n"
10440 " </DoubleVectorProperty>\n"
10441 " <!-- Back Light -->\n"
10442 " <DoubleVectorProperty command=\"SetBackLightWarmth\"\n"
10443 " default_values=\"0.50\"\n"
10444 " name=\"BackLightWarmth\"\n"
10445 " number_of_elements=\"1\">\n"
10446 " <DoubleRangeDomain max=\"1\"\n"
10447 " min=\"0\"\n"
10448 " name=\"range\"\n"
10449 " resolution=\"0.01\" />\n"
10450 " </DoubleVectorProperty>\n"
10451 " <DoubleVectorProperty command=\"SetKeyToBackRatio\"\n"
10452 " default_values=\"3.5\"\n"
10453 " name=\"BackLightK:B Ratio\"\n"
10454 " number_of_elements=\"1\">\n"
10455 " <DoubleRangeDomain max=\"15\"\n"
10456 " min=\"1\"\n"
10457 " name=\"range\"\n"
10458 " resolution=\"0.1\" />\n"
10459 " </DoubleVectorProperty>\n"
10460 " <DoubleVectorProperty command=\"SetBackLightElevation\"\n"
10461 " default_values=\"0.0\"\n"
10462 " name=\"BackLightElevation\"\n"
10463 " number_of_elements=\"1\">\n"
10464 " <DoubleRangeDomain max=\"45\"\n"
10465 " min=\"-45\"\n"
10466 " name=\"range\"\n"
10467 " resolution=\"1\" />\n"
10468 " </DoubleVectorProperty>\n"
10469 " <DoubleVectorProperty command=\"SetBackLightAzimuth\"\n"
10470 " default_values=\"110.0\"\n"
10471 " name=\"BackLightAzimuth\"\n"
10472 " number_of_elements=\"1\">\n"
10473 " <DoubleRangeDomain max=\"170\"\n"
10474 " min=\"60\"\n"
10475 " name=\"range\"\n"
10476 " resolution=\"1\" />\n"
10477 " </DoubleVectorProperty>\n"
10478 " <!-- Head Light -->\n"
10479 " <DoubleVectorProperty command=\"SetHeadLightWarmth\"\n"
10480 " default_values=\"0.50\"\n"
10481 " name=\"HeadLightWarmth\"\n"
10482 " number_of_elements=\"1\">\n"
10483 " <DoubleRangeDomain max=\"1\"\n"
10484 " min=\"0\"\n"
10485 " name=\"range\"\n"
10486 " resolution=\"0.01\" />\n"
10487 " </DoubleVectorProperty>\n"
10488 " <DoubleVectorProperty command=\"SetKeyToHeadRatio\"\n"
10489 " default_values=\"3.0\"\n"
10490 " name=\"HeadLightK:H Ratio\"\n"
10491 " number_of_elements=\"1\">\n"
10492 " <DoubleRangeDomain max=\"15\"\n"
10493 " min=\"1\"\n"
10494 " name=\"range\"\n"
10495 " resolution=\"0.1\" />\n"
10496 " </DoubleVectorProperty>\n"
10497 " <!-- Maintain Luminance -->\n"
10498 " <IntVectorProperty command=\"SetMaintainLuminance\"\n"
10499 " default_values=\"0\"\n"
10500 " name=\"MaintainLuminance\"\n"
10501 " number_of_elements=\"1\">\n"
10502 " <BooleanDomain name=\"bool\" />\n"
10503 " </IntVectorProperty>\n"
10504 "\n"
10505 " <IntVectorProperty command=\"SetUseHiddenLineRemoval\"\n"
10506 " default_values=\"0\"\n"
10507 " name=\"HiddenLineRemoval\"\n"
10508 " number_of_elements=\"1\">\n"
10509 " <BooleanDomain name=\"bool\" />\n"
10510 " <Documentation>\n"
10511 " Use a hidden line removal technique to hide wireframe surfaces that\n"
10512 " are occluded by other wireframe surfaces. Note that this is disabled\n"
10513 " when rendering distributed geometry in parallel.\n"
10514 " </Documentation>\n"
10515 " </IntVectorProperty>\n"
10516 "\n"
10517 " <IntVectorProperty command=\"SetUseDepthPeeling\"\n"
10518 " default_values=\"1\"\n"
10519 " name=\"DepthPeeling\"\n"
10520 " panel_visibility=\"never\"\n"
10521 " number_of_elements=\"1\">\n"
10522 " <BooleanDomain name=\"bool\" />\n"
10523 " <Hints>\n"
10524 " <PropertyLink group=\"settings\"\n"
10525 " proxy=\"RenderViewSettings\"\n"
10526 " property=\"DepthPeeling\"/>\n"
10527 " </Hints>\n"
10528 " </IntVectorProperty>\n"
10529 "\n"
10530 " <IntVectorProperty command=\"SetUseDepthPeelingForVolumes\"\n"
10531 " default_values=\"1\"\n"
10532 " name=\"DepthPeelingForVolumes\"\n"
10533 " panel_visibility=\"never\"\n"
10534 " number_of_elements=\"1\">\n"
10535 " <BooleanDomain name=\"bool\" />\n"
10536 " <Hints>\n"
10537 " <PropertyLink group=\"settings\"\n"
10538 " proxy=\"RenderViewSettings\"\n"
10539 " property=\"DepthPeelingForVolumes\"/>\n"
10540 " </Hints>\n"
10541 " </IntVectorProperty>\n"
10542 "\n"
10543 " <IntVectorProperty command=\"SetMaximumNumberOfPeels\"\n"
10544 " default_values=\"4\"\n"
10545 " name=\"MaximumNumberOfPeels\"\n"
10546 " panel_visibility=\"never\"\n"
10547 " number_of_elements=\"1\">\n"
10548 " <Documentation>In case of depth peeling, define the maximum number of\n"
10549 " peeling layers. Initial value is 4. A special value of 0 means no\n"
10550 " maximum limit. It has to be a positive value.</Documentation>\n"
10551 " <IntRangeDomain min=\"0\"\n"
10552 " name=\"range\" />\n"
10553 " <Hints>\n"
10554 " <PropertyLink group=\"settings\"\n"
10555 " proxy=\"RenderViewSettings\"\n"
10556 " property=\"MaximumNumberOfPeels\"/>\n"
10557 " </Hints>\n"
10558 " </IntVectorProperty>\n"
10559 ;
10560 
10561 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
10563 "\n"
10564 " <IntVectorProperty command=\"SetUseFXAA\"\n"
10565 " default_values=\"0\"\n"
10566 " name=\"UseFXAA\"\n"
10567 " panel_visibility=\"never\"\n"
10568 " number_of_elements=\"1\">\n"
10569 " <BooleanDomain name=\"bool\" />\n"
10570 " <Hints>\n"
10571 " <PropertyLink group=\"settings\"\n"
10572 " proxy=\"RenderViewSettings\"\n"
10573 " property=\"UseFXAA\"/>\n"
10574 " </Hints>\n"
10575 " </IntVectorProperty>\n"
10576 " <DoubleVectorProperty command=\"SetFXAARelativeContrastThreshold\"\n"
10577 " default_values=\"0.125\"\n"
10578 " name=\"FXAARelativeContrastThreshold\"\n"
10579 " panel_visibility=\"never\"\n"
10580 " number_of_elements=\"1\">\n"
10581 " <Hints>\n"
10582 " <PropertyLink group=\"settings\"\n"
10583 " proxy=\"RenderViewSettings\"\n"
10584 " property=\"FXAARelativeContrastThreshold\" />\n"
10585 " </Hints>\n"
10586 " </DoubleVectorProperty>\n"
10587 " <DoubleVectorProperty command=\"SetFXAAHardContrastThreshold\"\n"
10588 " default_values=\"0.0625\"\n"
10589 " name=\"FXAAHardContrastThreshold\"\n"
10590 " panel_visibility=\"never\"\n"
10591 " number_of_elements=\"1\">\n"
10592 " <Hints>\n"
10593 " <PropertyLink group=\"settings\"\n"
10594 " proxy=\"RenderViewSettings\"\n"
10595 " property=\"FXAAHardContrastThreshold\" />\n"
10596 " </Hints>\n"
10597 " </DoubleVectorProperty>\n"
10598 " <DoubleVectorProperty command=\"SetFXAASubpixelBlendLimit\"\n"
10599 " default_values=\"0.75\"\n"
10600 " name=\"FXAASubpixelBlendLimit\"\n"
10601 " panel_visibility=\"never\"\n"
10602 " number_of_elements=\"1\">\n"
10603 " <Hints>\n"
10604 " <PropertyLink group=\"settings\"\n"
10605 " proxy=\"RenderViewSettings\"\n"
10606 " property=\"FXAASubpixelBlendLimit\" />\n"
10607 " </Hints>\n"
10608 " </DoubleVectorProperty>\n"
10609 " <DoubleVectorProperty command=\"SetFXAASubpixelContrastThreshold\"\n"
10610 " default_values=\"0.25\"\n"
10611 " name=\"FXAASubpixelContrastThreshold\"\n"
10612 " panel_visibility=\"never\"\n"
10613 " number_of_elements=\"1\">\n"
10614 " <Hints>\n"
10615 " <PropertyLink group=\"settings\"\n"
10616 " proxy=\"RenderViewSettings\"\n"
10617 " property=\"FXAASubpixelContrastThreshold\" />\n"
10618 " </Hints>\n"
10619 " </DoubleVectorProperty>\n"
10620 " <IntVectorProperty command=\"SetFXAAUseHighQualityEndpoints\"\n"
10621 " default_values=\"1\"\n"
10622 " name=\"FXAAUseHighQualityEndpoints\"\n"
10623 " panel_visibility=\"never\"\n"
10624 " number_of_elements=\"1\">\n"
10625 " <BooleanDomain name=\"bool\" />\n"
10626 " <Hints>\n"
10627 " <PropertyLink group=\"settings\"\n"
10628 " proxy=\"RenderViewSettings\"\n"
10629 " property=\"FXAAUseHighQualityEndpoints\" />\n"
10630 " </Hints>\n"
10631 " </IntVectorProperty>\n"
10632 " <IntVectorProperty command=\"SetFXAAEndpointSearchIterations\"\n"
10633 " default_values=\"12\"\n"
10634 " name=\"FXAAEndpointSearchIterations\"\n"
10635 " panel_visibility=\"never\"\n"
10636 " number_of_elements=\"1\">\n"
10637 " <Hints>\n"
10638 " <PropertyLink group=\"settings\"\n"
10639 " proxy=\"RenderViewSettings\"\n"
10640 " property=\"FXAAEndpointSearchIterations\" />\n"
10641 " </Hints>\n"
10642 " </IntVectorProperty>\n"
10643 "\n"
10644 " <IntVectorProperty name=\"UseToneMapping\"\n"
10645 " command=\"SetUseToneMapping\"\n"
10646 " default_values=\"0\"\n"
10647 " panel_visibility=\"advanced\"\n"
10648 " number_of_elements=\"1\">\n"
10649 " <BooleanDomain name=\"bool\" />\n"
10650 " <Documentation>\n"
10651 " Enable / Disable tone mapping. Tone mapping is a technique to preserve the colors when the scene is too dark or too bright.\n"
10652 " Refer to the settings for more configuration.\n"
10653 " </Documentation>\n"
10654 " </IntVectorProperty>\n"
10655 " <DoubleVectorProperty name=\"Exposure\"\n"
10656 " command=\"SetExposure\"\n"
10657 " default_values=\"1.0\"\n"
10658 " number_of_elements=\"1\"\n"
10659 " panel_visibility=\"advanced\">\n"
10660 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"10.0\" />\n"
10661 " <Documentation>\n"
10662 " Set the exposure coefficient.\n"
10663 " </Documentation>\n"
10664 " <Hints>\n"
10665 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
10666 " <Expression type=\"and\">\n"
10667 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"enabled_state\" property=\"UseToneMapping\"\n"
10668 " value=\"1\" />\n"
10669 " <Expression type=\"or\">\n"
10670 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
10671 " mode=\"visibility\"\n"
10672 " property=\"ToneMappingType\"\n"
10673 " value=\"2\" />\n"
10674 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
10675 " mode=\"visibility\"\n"
10676 " property=\"ToneMappingType\"\n"
10677 " value=\"3\" />\n"
10678 " </Expression>\n"
10679 " </Expression>\n"
10680 " </PropertyWidgetDecorator>\n"
10681 " </Hints>\n"
10682 " </DoubleVectorProperty>\n"
10683 " <IntVectorProperty name=\"ToneMappingType\"\n"
10684 " command=\"SetToneMappingType\"\n"
10685 " number_of_elements=\"1\"\n"
10686 " default_values=\"3\"\n"
10687 " panel_visibility=\"never\">\n"
10688 " <Hints>\n"
10689 " <PropertyLink group=\"settings\"\n"
10690 " proxy=\"RenderViewSettings\"\n"
10691 " property=\"ToneMappingType\"/>\n"
10692 " </Hints>\n"
10693 " </IntVectorProperty>\n"
10694 " <DoubleVectorProperty name=\"Contrast\"\n"
10695 " command=\"SetContrast\"\n"
10696 " default_values=\"1.6773\"\n"
10697 " number_of_elements=\"1\"\n"
10698 " panel_visibility=\"never\">\n"
10699 " <Hints>\n"
10700 " <PropertyLink group=\"settings\"\n"
10701 " proxy=\"RenderViewSettings\"\n"
10702 " property=\"Contrast\"/>\n"
10703 " </Hints>\n"
10704 " </DoubleVectorProperty>\n"
10705 " <DoubleVectorProperty name=\"Shoulder\"\n"
10706 " command=\"SetShoulder\"\n"
10707 " default_values=\"0.9714\"\n"
10708 " number_of_elements=\"1\"\n"
10709 " panel_visibility=\"never\">\n"
10710 " <Hints>\n"
10711 " <PropertyLink group=\"settings\"\n"
10712 " proxy=\"RenderViewSettings\"\n"
10713 " property=\"Shoulder\"/>\n"
10714 " </Hints>\n"
10715 " </DoubleVectorProperty>\n"
10716 " <DoubleVectorProperty name=\"MidIn\"\n"
10717 " command=\"SetMidIn\"\n"
10718 " default_values=\"0.18\"\n"
10719 " number_of_elements=\"1\"\n"
10720 " panel_visibility=\"never\">\n"
10721 " <Hints>\n"
10722 " <PropertyLink group=\"settings\"\n"
10723 " proxy=\"RenderViewSettings\"\n"
10724 " property=\"MidIn\"/>\n"
10725 " </Hints>\n"
10726 " </DoubleVectorProperty>\n"
10727 " <DoubleVectorProperty name=\"MidOut\"\n"
10728 " command=\"SetMidOut\"\n"
10729 " default_values=\"0.18\"\n"
10730 " number_of_elements=\"1\"\n"
10731 " panel_visibility=\"never\">\n"
10732 " <Hints>\n"
10733 " <PropertyLink group=\"settings\"\n"
10734 " proxy=\"RenderViewSettings\"\n"
10735 " property=\"MidOut\"/>\n"
10736 " </Hints>\n"
10737 " </DoubleVectorProperty>\n"
10738 " <DoubleVectorProperty name=\"HdrMax\"\n"
10739 " command=\"SetHdrMax\"\n"
10740 " default_values=\"11.0785\"\n"
10741 " number_of_elements=\"1\"\n"
10742 " panel_visibility=\"never\">\n"
10743 " <Hints>\n"
10744 " <PropertyLink group=\"settings\"\n"
10745 " proxy=\"RenderViewSettings\"\n"
10746 " property=\"HdrMax\"/>\n"
10747 " </Hints>\n"
10748 " </DoubleVectorProperty>\n"
10749 " <IntVectorProperty name=\"UseACES\"\n"
10750 " command=\"SetUseACES\"\n"
10751 " default_values=\"1\"\n"
10752 " number_of_elements=\"1\"\n"
10753 " panel_visibility=\"never\">\n"
10754 " <BooleanDomain name=\"bool\" />\n"
10755 " <Hints>\n"
10756 " <PropertyLink group=\"settings\"\n"
10757 " proxy=\"RenderViewSettings\"\n"
10758 " property=\"UseACES\"/>\n"
10759 " </Hints>\n"
10760 " </IntVectorProperty>\n"
10761 " <IntVectorProperty name=\"GenericFilmicPresets\"\n"
10762 " command=\"SetGenericFilmicPresets\"\n"
10763 " number_of_elements=\"1\"\n"
10764 " default_values=\"1\"\n"
10765 " panel_visibility=\"never\">\n"
10766 " <Hints>\n"
10767 " <PropertyLink group=\"settings\"\n"
10768 " proxy=\"RenderViewSettings\"\n"
10769 " property=\"GenericFilmicPresets\"/>\n"
10770 " </Hints>\n"
10771 " </IntVectorProperty>\n"
10772 "\n"
10773 " <IntVectorProperty name=\"UseSSAO\"\n"
10774 " command=\"SetUseSSAO\"\n"
10775 " label=\"Use Ambient Occlusion\"\n"
10776 " default_values=\"0\"\n"
10777 " panel_visibility=\"advanced\"\n"
10778 " number_of_elements=\"1\">\n"
10779 " <BooleanDomain name=\"bool\" />\n"
10780 " <Documentation>\n"
10781 " Enable / Disable screen space ambient occlusion.\n"
10782 " </Documentation>\n"
10783 " </IntVectorProperty>\n"
10784 " <IntVectorProperty name=\"UseSSAODefaultPresets\"\n"
10785 " command=\"SetUseSSAODefaultPresets\"\n"
10786 " default_values=\"1\"\n"
10787 " number_of_elements=\"1\"\n"
10788 " panel_visibility=\"never\">\n"
10789 " <BooleanDomain name=\"bool\" />\n"
10790 " <Hints>\n"
10791 " <PropertyLink group=\"settings\"\n"
10792 " proxy=\"RenderViewSettings\"\n"
10793 " property=\"UseSSAODefaultPresets\"/>\n"
10794 " </Hints>\n"
10795 " </IntVectorProperty>\n"
10796 " <DoubleVectorProperty name=\"Radius\"\n"
10797 " command=\"SetRadius\"\n"
10798 " default_values=\"0.5\"\n"
10799 " number_of_elements=\"1\"\n"
10800 " panel_visibility=\"never\">\n"
10801 " <Hints>\n"
10802 " <PropertyLink group=\"settings\"\n"
10803 " proxy=\"RenderViewSettings\"\n"
10804 " property=\"Radius\"/>\n"
10805 " </Hints>\n"
10806 " </DoubleVectorProperty>\n"
10807 " <DoubleVectorProperty name=\"Bias\"\n"
10808 " command=\"SetBias\"\n"
10809 " default_values=\"0.01\"\n"
10810 " number_of_elements=\"1\"\n"
10811 " panel_visibility=\"never\">\n"
10812 " <Hints>\n"
10813 " <PropertyLink group=\"settings\"\n"
10814 " proxy=\"RenderViewSettings\"\n"
10815 " property=\"Bias\"/>\n"
10816 " </Hints>\n"
10817 " </DoubleVectorProperty>\n"
10818 " <IntVectorProperty name=\"KernelSize\"\n"
10819 " command=\"SetKernelSize\"\n"
10820 " default_values=\"32\"\n"
10821 " number_of_elements=\"1\"\n"
10822 " panel_visibility=\"never\">\n"
10823 " <Hints>\n"
10824 " <PropertyLink group=\"settings\"\n"
10825 " proxy=\"RenderViewSettings\"\n"
10826 " property=\"KernelSize\"/>\n"
10827 " </Hints>\n"
10828 " </IntVectorProperty>\n"
10829 " <IntVectorProperty name=\"Blur\"\n"
10830 " command=\"SetBlur\"\n"
10831 " default_values=\"0\"\n"
10832 " number_of_elements=\"1\"\n"
10833 " panel_visibility=\"never\">\n"
10834 " <BooleanDomain name=\"bool\" />\n"
10835 " <Hints>\n"
10836 " <PropertyLink group=\"settings\"\n"
10837 " proxy=\"RenderViewSettings\"\n"
10838 " property=\"Blur\"/>\n"
10839 " </Hints>\n"
10840 " </IntVectorProperty>\n"
10841 "\n"
10842 " <IntVectorProperty command=\"SetStereoCapableWindow\"\n"
10843 " default_values=\"none\"\n"
10844 " name=\"StereoCapableWindow\"\n"
10845 " number_of_elements=\"1\"\n"
10846 " is_internal=\"1\">\n"
10847 " <BooleanDomain name=\"bool\" />\n"
10848 " </IntVectorProperty>\n"
10849 " <IntVectorProperty command=\"SetStereoRender\"\n"
10850 " default_values=\"0\"\n"
10851 " name=\"StereoRender\"\n"
10852 " number_of_elements=\"1\"\n"
10853 " panel_visibility=\"never\">\n"
10854 " <BooleanDomain name=\"bool\" />\n"
10855 " </IntVectorProperty>\n"
10856 " <IntVectorProperty command=\"SetStereoType\"\n"
10857 " default_values=\"none\"\n"
10858 " name=\"StereoType\"\n"
10859 " number_of_elements=\"1\">\n"
10860 " <Documentation>\n"
10861 " Set the stereo rendering mode to use. In client-server configurations,\n"
10862 " you may also want to set the ServerStereoType.\n"
10863 " </Documentation>\n"
10864 " <EnumerationDomain name=\"enum\">\n"
10865 " <Entry text=\"Crystal Eyes\"\n"
10866 " value=\"1\" />\n"
10867 " <Entry text=\"Red-Blue\"\n"
10868 " value=\"2\" />\n"
10869 " <Entry text=\"Interlaced\"\n"
10870 " value=\"3\" />\n"
10871 " <Entry text=\"Left\"\n"
10872 " value=\"4\" />\n"
10873 " <Entry text=\"Right\"\n"
10874 " value=\"5\" />\n"
10875 " <Entry text=\"Dresden\"\n"
10876 " value=\"6\" />\n"
10877 " <Entry text=\"Anaglyph\"\n"
10878 " value=\"7\" />\n"
10879 " <Entry text=\"Checkerboard\"\n"
10880 " value=\"8\" />\n"
10881 " <Entry text=\"SplitViewportHorizontal\"\n"
10882 " value=\"9\" />\n"
10883 " <Entry text=\"None\"\n"
10884 " value=\"10\" />\n"
10885 " </EnumerationDomain>\n"
10886 " <Hints>\n"
10887 " <NoDefault />\n"
10888 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
10889 " <Property name=\"StereoRender\" />\n"
10890 " </PropertyWidgetDecorator>\n"
10891 " </Hints>\n"
10892 " </IntVectorProperty>\n"
10893 " <IntVectorProperty command=\"SetServerStereoType\"\n"
10894 " default_values=\"0\"\n"
10895 " name=\"ServerStereoType\"\n"
10896 " number_of_elements=\"1\">\n"
10897 " <Documentation>\n"
10898 " This property allows you to set a different stereo mode for the server processes.\n"
10899 " Note that the stereo type selected on the client and server must be *compatible*, i.e.\n"
10900 " if the stereo type on the client side needs 2 renders each frame, the stereo type on the\n"
10901 ;
10902 
10903 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
10905 " server must do exactly the same, otherwise deadlocks may ensue.\n"
10906 " </Documentation>\n"
10907 " <EnumerationDomain name=\"enum\">\n"
10908 " <Entry text=\"Same As Client\" value=\"0\" />\n"
10909 " <Entry text=\"Crystal Eyes\" value=\"1\" />\n"
10910 " <Entry text=\"Red-Blue\" value=\"2\" />\n"
10911 " <Entry text=\"Interlaced\" value=\"3\" />\n"
10912 " <Entry text=\"Left\" value=\"4\" />\n"
10913 " <Entry text=\"Right\" value=\"5\" />\n"
10914 " <Entry text=\"Dresden\" value=\"6\" />\n"
10915 " <Entry text=\"Anaglyph\" value=\"7\" />\n"
10916 " <Entry text=\"Checkerboard\" value=\"8\" />\n"
10917 " <Entry text=\"SplitViewportHorizontal\" value=\"9\" />\n"
10918 " <Entry text=\"None\" value=\"10\" />\n"
10919 " </EnumerationDomain>\n"
10920 " <Hints>\n"
10921 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
10922 " <Property name=\"StereoRender\" />\n"
10923 " </PropertyWidgetDecorator>\n"
10924 " </Hints>\n"
10925 " </IntVectorProperty>\n"
10926 " <IntVectorProperty command=\"SetMultiSamples\"\n"
10927 " default_values=\"0\"\n"
10928 " name=\"MultiSamples\"\n"
10929 " panel_visibility=\"never\"\n"
10930 " number_of_elements=\"1\">\n"
10931 " </IntVectorProperty>\n"
10932 " <IntVectorProperty command=\"SetAlphaBitPlanes\"\n"
10933 " default_values=\"1\"\n"
10934 " name=\"AlphaBitPlanes\"\n"
10935 " panel_visibility=\"never\"\n"
10936 " number_of_elements=\"1\">\n"
10937 " <BooleanDomain name=\"bool\" />\n"
10938 " </IntVectorProperty>\n"
10939 " <IntVectorProperty command=\"SetStencilCapable\"\n"
10940 " default_values=\"1\"\n"
10941 " name=\"StencilCapable\"\n"
10942 " panel_visibility=\"never\"\n"
10943 " number_of_elements=\"1\">\n"
10944 " <BooleanDomain name=\"bool\" />\n"
10945 " </IntVectorProperty>\n"
10946 " <ProxyProperty command=\"AddRepresentation\"\n"
10947 " is_internal=\"1\"\n"
10948 " name=\"HiddenRepresentations\"\n"
10949 " remove_command=\"RemoveRepresentation\"\n"
10950 " repeatable=\"1\">\n"
10951 " <Documentation>This property is meant for adding/removing\n"
10952 " representation secretly. e.g. 3D widgets etc. This property is not\n"
10953 " saved in states nor it recorded by undo-redo.</Documentation>\n"
10954 " </ProxyProperty>\n"
10955 " <ProxyProperty command=\"AddPropToRenderer\"\n"
10956 " is_internal=\"1\"\n"
10957 " name=\"HiddenProps\"\n"
10958 " remove_command=\"RemovePropFromRenderer\"\n"
10959 " repeatable=\"1\">\n"
10960 " <Documentation>This property is meant for adding/removing props\n"
10961 " secretly. e.g. 3D widgets etc. This property is not saved in states nor\n"
10962 " it recorded by undo-redo.</Documentation>\n"
10963 " </ProxyProperty>\n"
10964 " <SubProxy>\n"
10965 " <Proxy name=\"ActiveCamera\"\n"
10966 " proxygroup=\"camera\"\n"
10967 " proxyname=\"Camera\"></Proxy>\n"
10968 " <ExposedProperties>\n"
10969 " <Property name=\"CameraPositionInfo\" panel_visibility=\"never\"/>\n"
10970 " <Property name=\"CameraPosition\" panel_visibility=\"never\"/>\n"
10971 " <Property name=\"CameraFocalPointInfo\" panel_visibility=\"never\"/>\n"
10972 " <Property name=\"CameraFocalPoint\" panel_visibility=\"never\"/>\n"
10973 " <Property name=\"CameraViewUpInfo\" panel_visibility=\"never\"/>\n"
10974 " <Property name=\"CameraViewUp\" panel_visibility=\"never\"/>\n"
10975 " <Property name=\"CameraViewAngle\" panel_visibility=\"never\"/>\n"
10976 " <Property name=\"CameraFocalDiskInfo\" panel_visibility=\"never\"/>\n"
10977 " <Property name=\"CameraFocalDisk\" panel_visibility=\"never\"/>\n"
10978 " <Property name=\"CameraFocalDistanceInfo\" panel_visibility=\"never\"/>\n"
10979 " <Property name=\"CameraFocalDistance\" panel_visibility=\"never\"/>\n"
10980 " <Property name=\"CameraParallelScale\" panel_visibility=\"never\"/>\n"
10981 " <Property name=\"CameraParallelScaleInfo\" panel_visibility=\"never\"/>\n"
10982 " <Property name=\"EyeAngle\" panel_visibility=\"never\"/>\n"
10983 " <Property name=\"EyeTransformMatrix\" />\n"
10984 " <Property name=\"ModelTransformMatrix\" />\n"
10985 " </ExposedProperties>\n"
10986 " </SubProxy>\n"
10987 " <IntVectorProperty command=\"SetParallelProjection\"\n"
10988 " default_values=\"0\"\n"
10989 " ignore_synchronization=\"1\"\n"
10990 " name=\"CameraParallelProjection\"\n"
10991 " number_of_elements=\"1\"\n"
10992 " panel_visibility=\"default\">\n"
10993 " <BooleanDomain name=\"bool\" />\n"
10994 " <Documentation>\n"
10995 " Enable/disable parallel projection mode.\n"
10996 " </Documentation>\n"
10997 " </IntVectorProperty>\n"
10998 "\n"
10999 " <DoubleVectorProperty command=\"SetBackground\"\n"
11000 " default_values=\"0.329 0.349 0.427\"\n"
11001 " name=\"Background\"\n"
11002 " panel_widget=\"color_selector_with_palette\"\n"
11003 " number_of_elements=\"3\">\n"
11004 " <DoubleRangeDomain max=\"1 1 1\"\n"
11005 " min=\"0 0 0\"\n"
11006 " name=\"range\" />\n"
11007 " <Hints>\n"
11008 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"BackgroundColor\" unlink_if_modified=\"1\" />\n"
11009 " </Hints>\n"
11010 " </DoubleVectorProperty>\n"
11011 " <DoubleVectorProperty command=\"SetBackground2\"\n"
11012 " default_values=\"0 0 0.165\"\n"
11013 " name=\"Background2\"\n"
11014 " panel_widget=\"color_selector\"\n"
11015 " number_of_elements=\"3\">\n"
11016 " <DoubleRangeDomain max=\"1 1 1\"\n"
11017 " min=\"0 0 0\"\n"
11018 " name=\"range\" />\n"
11019 " </DoubleVectorProperty>\n"
11020 " <IntVectorProperty command=\"SetGradientBackground\"\n"
11021 " default_values=\"0\"\n"
11022 " name=\"UseGradientBackground\"\n"
11023 " number_of_elements=\"1\">\n"
11024 " <BooleanDomain name=\"bool\" />\n"
11025 " <Hints>\n"
11026 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"UseGradientBackground\"\n"
11027 " unlink_if_modified=\"1\" />\n"
11028 " </Hints>\n"
11029 " </IntVectorProperty>\n"
11030 " <IntVectorProperty command=\"SetTexturedBackground\"\n"
11031 " default_values=\"0\"\n"
11032 " name=\"UseTexturedBackground\"\n"
11033 " number_of_elements=\"1\">\n"
11034 " <BooleanDomain name=\"bool\" />\n"
11035 " </IntVectorProperty>\n"
11036 " <IntVectorProperty command=\"SetSkyboxBackground\"\n"
11037 " default_values=\"0\"\n"
11038 " name=\"UseSkyboxBackground\"\n"
11039 " number_of_elements=\"1\">\n"
11040 " <Documentation>\n"
11041 " Enable skybox texture.\n"
11042 " </Documentation>\n"
11043 " <BooleanDomain name=\"bool\" />\n"
11044 " </IntVectorProperty>\n"
11045 " <IntVectorProperty command=\"SetUseEnvironmentLighting\"\n"
11046 " default_values=\"0\"\n"
11047 " name=\"UseEnvironmentLighting\"\n"
11048 " number_of_elements=\"1\">\n"
11049 " <Documentation>\n"
11050 " Enable skybox light contribution. This feature is only compatible with PBR interpolation.\n"
11051 " </Documentation>\n"
11052 " <BooleanDomain name=\"bool\" />\n"
11053 " </IntVectorProperty>\n"
11054 " <ProxyProperty command=\"SetBackgroundTexture\"\n"
11055 " name=\"BackgroundTexture\" panel_widget=\"texture_selector\">\n"
11056 " <ProxyGroupDomain name=\"groups\">\n"
11057 " <Group name=\"textures\" />\n"
11058 " </ProxyGroupDomain>\n"
11059 " </ProxyProperty>\n"
11060 " <Property\n"
11061 " name=\"CaptureZBuffer\"\n"
11062 " command=\"CaptureZBuffer\"\n"
11063 " >\n"
11064 " <Documentation>A helper function to get the Z buffer from\n"
11065 " a RenderView.</Documentation>\n"
11066 " </Property>\n"
11067 " <DoubleVectorProperty\n"
11068 " command=\"SetMaxClipBounds\"\n"
11069 " default_values=\"0.0 -1.0 0.0 -1.0 0.0 -1.0\"\n"
11070 " name=\"MaxClipBounds\"\n"
11071 " number_of_elements=\"6\"\n"
11072 " argument_is_array=\"1\"\n"
11073 " animateable=\"0\"\n"
11074 " >\n"
11075 " <DoubleRangeDomain name=\"range\" />\n"
11076 " <Documentation>Set the most conservative clipping range.</Documentation>\n"
11077 " </DoubleVectorProperty>\n"
11078 " <Property\n"
11079 " name=\"CaptureValuesFloat\"\n"
11080 " command=\"CaptureValuesFloat\"\n"
11081 " >\n"
11082 " <Documentation>A helper function to get the FLOATING_POINT value\n"
11083 " buffer from the vtkValuePass.</Documentation>\n"
11084 " </Property>\n"
11085 " <IntVectorProperty\n"
11086 " name=\"LockBounds\"\n"
11087 " command=\"SetLockBounds\"\n"
11088 " default_values=\"0\"\n"
11089 " animateable=\"0\"\n"
11090 " number_of_elements=\"1\"\n"
11091 " >\n"
11092 " <BooleanDomain name=\"bool\" />\n"
11093 " <Documentation>A helper function to force consistent Z buffer\n"
11094 " captures from a RenderView.</Documentation>\n"
11095 " </IntVectorProperty>\n"
11096 " <Property\n"
11097 " name=\"BeginValueCapture\"\n"
11098 " command=\"BeginValueCapture\"\n"
11099 " >\n"
11100 " <Documentation>Initiates a render state where RGB colors\n"
11101 " encode values from a particular array.</Documentation>\n"
11102 " </Property>\n"
11103 " <IntVectorProperty\n"
11104 " name=\"DrawCells\"\n"
11105 " command=\"SetDrawCells\"\n"
11106 " default_values=\"0\"\n"
11107 " animateable=\"0\"\n"
11108 " number_of_elements=\"1\"\n"
11109 " >\n"
11110 " <BooleanDomain name=\"bool\" />\n"
11111 " <Documentation>RGB colors will come directly from a cell (1)\n"
11112 " or point (0) aligned array.</Documentation>\n"
11113 " </IntVectorProperty>\n"
11114 " <StringVectorProperty\n"
11115 " name=\"ArrayNameToDraw\"\n"
11116 " command=\"SetArrayNameToDraw\"\n"
11117 " default_values=\"\"\n"
11118 " animateable=\"0\"\n"
11119 " number_of_elements=\"1\"\n"
11120 " >\n"
11121 " <Documentation>RGB colors will come directly from a named\n"
11122 " array.</Documentation>\n"
11123 " </StringVectorProperty>\n"
11124 " <IntVectorProperty\n"
11125 " name=\"ArrayNumberToDraw\"\n"
11126 " command=\"SetArrayNumberToDraw\"\n"
11127 " default_values=\"0\"\n"
11128 " animateable=\"0\"\n"
11129 " number_of_elements=\"1\"\n"
11130 " >\n"
11131 " <IntRangeDomain name=\"range\" />\n"
11132 " <Documentation>RGB colors will come directly from the numbered\n"
11133 " array.</Documentation>\n"
11134 " </IntVectorProperty>\n"
11135 " <IntVectorProperty\n"
11136 " name=\"ValueRenderingMode\"\n"
11137 " command=\"SetValueRenderingModeCommand\"\n"
11138 " default_values=\"1\"\n"
11139 " animateable=\"0\"\n"
11140 " number_of_elements=\"1\"\n"
11141 " >\n"
11142 " <IntRangeDomain name=\"range\" />\n"
11143 " <Documentation>Select rendering mode of the value pass (either INVERTIBLE_LUT (1) or\n"
11144 " FLOATING_POINT (2)).</Documentation>\n"
11145 " </IntVectorProperty>\n"
11146 " <IntVectorProperty\n"
11147 " name=\"ValueRenderingModeGet\"\n"
11148 " command=\"GetValueRenderingModeCommand\"\n"
11149 " default_values=\"1\"\n"
11150 " information_only=\"1\"\n"
11151 " >\n"
11152 " <Documentation>Get active rendering mode of the value pass (either INVERTIBLE_LUT (1) or\n"
11153 " FLOATING_POINT (2)).</Documentation>\n"
11154 " </IntVectorProperty>\n"
11155 " <IntVectorProperty\n"
11156 " name=\"ArrayComponentToDraw\"\n"
11157 " command=\"SetArrayComponentToDraw\"\n"
11158 " default_values=\"0\"\n"
11159 " animateable=\"0\"\n"
11160 " number_of_elements=\"1\"\n"
11161 " >\n"
11162 " <IntRangeDomain name=\"range\" />\n"
11163 " <Documentation>RGB colors will come directly from the numbered\n"
11164 " component of the array.</Documentation>\n"
11165 " </IntVectorProperty>\n"
11166 " <DoubleVectorProperty\n"
11167 " name=\"ScalarRange\"\n"
11168 " argument_is_array=\"0\"\n"
11169 " command=\"SetScalarRange\"\n"
11170 " default_values=\"0.0 -1.0\"\n"
11171 " animateable=\"0\"\n"
11172 " number_of_elements=\"2\"\n"
11173 " >\n"
11174 " <DoubleRangeDomain name=\"range\" />\n"
11175 " <Documentation>Map linearly between the min and max values to\n"
11176 " produce RGB colors.</Documentation>\n"
11177 " </DoubleVectorProperty>\n"
11178 " <Property\n"
11179 " name=\"EndValueCapture\"\n"
11180 " command=\"EndValueCapture\"\n"
11181 " >\n"
11182 " <Documentation>Terminates the render state where RGB colors\n"
11183 " encode values from a particular array and returns to normal\n"
11184 " behavior.</Documentation>\n"
11185 " </Property>\n"
11186 " <Property\n"
11187 " name=\"StartCaptureLuminance\"\n"
11188 " command=\"StartCaptureLuminance\"\n"
11189 " >\n"
11190 " <Documentation>Initiates a render state where lighting contributions are\n"
11191 " encoded into RGB.</Documentation>\n"
11192 " </Property>\n"
11193 " <Property\n"
11194 " name=\"StopCaptureLuminance\"\n"
11195 " command=\"StopCaptureLuminance\"\n"
11196 " >\n"
11197 " <Documentation>Terminates the render state where lighting contributions\n"
11198 " are encoded into RGB.</Documentation>\n"
11199 " </Property>\n"
11200 " <IntVectorProperty name=\"EnableOSPRay\"\n"
11201 " label=\"Enable Ray Tracing\"\n"
11202 " command=\"SetEnableOSPRay\"\n"
11203 " default_values=\"0\"\n"
11204 " animateable=\"0\"\n"
11205 " number_of_elements=\"1\">\n"
11206 " <BooleanDomain name=\"bool\" />\n"
11207 " <Documentation>Switches between rasterization and ray tracing.</Documentation>\n"
11208 " <Hints>\n"
11209 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11210 " </Hints>\n"
11211 " </IntVectorProperty>\n"
11212 " <StringVectorProperty name=\"OSPRayRendererType\"\n"
11213 " command=\"SetOSPRayRendererType\"\n"
11214 " label=\"Back End\"\n"
11215 " default_values=\"scivis\"\n"
11216 " number_of_elements=\"1\">\n"
11217 " <RendererDomain name=\"list\">\n"
11218 " </RendererDomain>\n"
11219 " <Documentation>Selects a specific ray traced rendering engine.</Documentation>\n"
11220 " <Hints>\n"
11221 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11222 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11223 " mode=\"visibility\"\n"
11224 " property=\"EnableOSPRay\"\n"
11225 " values=\"1\" />\n"
11226 " </Hints>\n"
11227 " </StringVectorProperty>\n"
11228 " <IntVectorProperty\n"
11229 " name=\"Shadows\"\n"
11230 " command=\"SetShadows\"\n"
11231 " default_values=\"0\"\n"
11232 " animateable=\"0\"\n"
11233 " number_of_elements=\"1\">\n"
11234 " <BooleanDomain name=\"bool\" />\n"
11235 " <Documentation>Controls whether OSPRay raycaster back end casts shadow rays\n"
11236 " or not.</Documentation>\n"
11237 " <Hints>\n"
11238 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11239 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11240 " <Expression type=\"and\">\n"
11241 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11242 " mode=\"visibility\"\n"
11243 " property=\"EnableOSPRay\"\n"
11244 " values=\"1\" />\n"
11245 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11246 " <Property name=\"OSPRayRendererType\" function=\"equals\" value=\"OSPRay raycaster\"/>\n"
11247 ;
11248 
11249 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
11251 " </PropertyWidgetDecorator>\n"
11252 " </Expression>\n"
11253 " </PropertyWidgetDecorator>\n"
11254 " </Hints>\n"
11255 " </IntVectorProperty>\n"
11256 " <IntVectorProperty\n"
11257 " name=\"AmbientSamples\"\n"
11258 " command=\"SetAmbientOcclusionSamples\"\n"
11259 " default_values=\"0\"\n"
11260 " animateable=\"0\"\n"
11261 " number_of_elements=\"1\">\n"
11262 " <IntRangeDomain\n"
11263 " min=\"0\"\n"
11264 " name=\"range\"/>\n"
11265 " <Documentation>Sets the number of occlusion query rays that\n"
11266 " OSPRay raycaster sends at each intersection.</Documentation>\n"
11267 " <Hints>\n"
11268 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11269 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11270 " <Expression type=\"and\">\n"
11271 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11272 " mode=\"visibility\"\n"
11273 " property=\"EnableOSPRay\"\n"
11274 " values=\"1\" />\n"
11275 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11276 " <Property name=\"OSPRayRendererType\" function=\"equals\" value=\"OSPRay raycaster\"/>\n"
11277 " </PropertyWidgetDecorator>\n"
11278 " </Expression>\n"
11279 " </PropertyWidgetDecorator>\n"
11280 " </Hints>\n"
11281 " </IntVectorProperty>\n"
11282 " <IntVectorProperty\n"
11283 " name=\"SamplesPerPixel\"\n"
11284 " command=\"SetSamplesPerPixel\"\n"
11285 " default_values=\"1\"\n"
11286 " animateable=\"0\"\n"
11287 " number_of_elements=\"1\">\n"
11288 " <IntRangeDomain\n"
11289 " min=\"1\"\n"
11290 " name=\"range\"/>\n"
11291 " <Documentation>Set the number of primary rays that ray tracers\n"
11292 " shoot per pixel.</Documentation>\n"
11293 " <Hints>\n"
11294 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11295 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11296 " mode=\"visibility\"\n"
11297 " property=\"EnableOSPRay\"\n"
11298 " values=\"1\" />\n"
11299 " </Hints>\n"
11300 " </IntVectorProperty>\n"
11301 " <IntVectorProperty\n"
11302 " name=\"MaxFrames\"\n"
11303 " label=\"Progressive Passes\"\n"
11304 " command=\"SetMaxFrames\"\n"
11305 " default_values=\"1\"\n"
11306 " animateable=\"0\"\n"
11307 " number_of_elements=\"1\">\n"
11308 " <IntRangeDomain\n"
11309 " min=\"1\"\n"
11310 " name=\"range\"/>\n"
11311 " <Documentation>Set the number of render passes ray tracers take to\n"
11312 " improve image quality. Note, this requires turning on the\n"
11313 " 'Enable Streaming' setting in Edit->Preferences/Settings.</Documentation>\n"
11314 " <Hints>\n"
11315 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11316 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11317 " mode=\"visibility\"\n"
11318 " property=\"EnableOSPRay\"\n"
11319 " values=\"1\" />\n"
11320 " </Hints>\n"
11321 " </IntVectorProperty>\n"
11322 " <IntVectorProperty\n"
11323 " name=\"RouletteDepth\"\n"
11324 " command=\"SetRouletteDepth\"\n"
11325 " default_values=\"5\"\n"
11326 " animateable=\"0\"\n"
11327 " number_of_elements=\"1\">\n"
11328 " <IntRangeDomain\n"
11329 " min=\"0\"\n"
11330 " name=\"range\"/>\n"
11331 " <Documentation>Set the path traced recursion depth at which to start Russian roulette termination.</Documentation>\n"
11332 " <Hints>\n"
11333 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11334 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11335 " <Expression type=\"and\">\n"
11336 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11337 " mode=\"visibility\"\n"
11338 " property=\"EnableOSPRay\"\n"
11339 " values=\"1\" />\n"
11340 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11341 " <Property name=\"OSPRayRendererType\" function=\"equals\" value=\"OSPRay pathtracer\"/>\n"
11342 " </PropertyWidgetDecorator>\n"
11343 " </Expression>\n"
11344 " </PropertyWidgetDecorator>\n"
11345 " </Hints>\n"
11346 " </IntVectorProperty>\n"
11347 " <DoubleVectorProperty\n"
11348 " name=\"VolumeAnisotropy\"\n"
11349 " command=\"SetVolumeAnisotropy\"\n"
11350 " default_values=\"0.0\"\n"
11351 " animateable=\"0\"\n"
11352 " number_of_elements=\"1\">\n"
11353 " <DoubleRangeDomain\n"
11354 " min=\"-1.0\"\n"
11355 " max=\"1.0\"\n"
11356 " name=\"range\"/>\n"
11357 " <Documentation>Set the tendency for light to scatter back towards (negative) or away from (positive) the light source within path traced volumes.</Documentation>\n"
11358 " <Hints>\n"
11359 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11360 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11361 " <Expression type=\"and\">\n"
11362 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11363 " mode=\"visibility\"\n"
11364 " property=\"EnableOSPRay\"\n"
11365 " values=\"1\" />\n"
11366 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11367 " <Property name=\"OSPRayRendererType\" function=\"equals\" value=\"OSPRay pathtracer\"/>\n"
11368 " </PropertyWidgetDecorator>\n"
11369 " </Expression>\n"
11370 " </PropertyWidgetDecorator>\n"
11371 " </Hints>\n"
11372 " </DoubleVectorProperty>\n"
11373 " <IntVectorProperty\n"
11374 " name=\"Denoise\"\n"
11375 " command=\"SetDenoise\"\n"
11376 " default_values=\"1\"\n"
11377 " animateable=\"0\"\n"
11378 " number_of_elements=\"1\">\n"
11379 " <BooleanDomain name=\"bool\" />\n"
11380 " <Documentation>Controls whether to denoise images. This option will have no effect without a denoiser library and until progressive passes or samples per pixel exceeds four.</Documentation>\n"
11381 " <Hints>\n"
11382 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11383 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11384 " mode=\"visibility\"\n"
11385 " property=\"EnableOSPRay\"\n"
11386 " values=\"1\" />\n"
11387 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11388 " <Expression type=\"or\">\n"
11389 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11390 " <Property name=\"MaxFrames\" function=\"greaterthan\" value=\"3\"/>\n"
11391 " </PropertyWidgetDecorator>\n"
11392 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11393 " <Property name=\"SamplesPerPixel\" function=\"greaterthan\" value=\"3\" />\n"
11394 " </PropertyWidgetDecorator>\n"
11395 " </Expression>\n"
11396 " </PropertyWidgetDecorator>\n"
11397 " </Hints>\n"
11398 " </IntVectorProperty>\n"
11399 " <DoubleVectorProperty\n"
11400 " name=\"LightScale\"\n"
11401 " command=\"SetLightScale\"\n"
11402 " default_values=\"1.0\"\n"
11403 " animateable=\"0\"\n"
11404 " number_of_elements=\"1\">\n"
11405 " <DoubleRangeDomain\n"
11406 " min=\"0.0\"\n"
11407 " name=\"range\"/>\n"
11408 " <Documentation>Diminish or amplify all lights in the scene.</Documentation>\n"
11409 " <Hints>\n"
11410 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11411 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11412 " mode=\"visibility\"\n"
11413 " property=\"EnableOSPRay\"\n"
11414 " values=\"1\" />\n"
11415 " </Hints>\n"
11416 " </DoubleVectorProperty>\n"
11417 " <IntVectorProperty\n"
11418 " name=\"OSPRayTemporalCacheSize\"\n"
11419 " label=\"Temporal Cache Size\"\n"
11420 " command=\"SetTimeCacheSize\"\n"
11421 " default_values=\"0\"\n"
11422 " animateable=\"0\"\n"
11423 " number_of_elements=\"1\">\n"
11424 " <IntRangeDomain\n"
11425 " min=\"0\"\n"
11426 " name=\"range\"/>\n"
11427 " <Documentation>Set the size of the timestep cache that speeds up flip book animation in ray tracers.</Documentation>\n"
11428 " <Hints>\n"
11429 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11430 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11431 " mode=\"visibility\"\n"
11432 " property=\"EnableOSPRay\"\n"
11433 " values=\"1\" />\n"
11434 " </Hints>\n"
11435 " </IntVectorProperty>\n"
11436 " <IntVectorProperty command=\"SetBackgroundMode\"\n"
11437 " label=\"Background mode\"\n"
11438 " default_values=\"2\"\n"
11439 " name=\"BackgroundMode\"\n"
11440 " number_of_elements=\"1\">\n"
11441 " <EnumerationDomain name=\"enum\">\n"
11442 " <!--<Entry text=\"None\"\n"
11443 " value=\"0\" /> Disabled since needs more work. -->\n"
11444 " <Entry text=\"Backplate\"\n"
11445 " value=\"1\" />\n"
11446 " <Entry text=\"Environment\"\n"
11447 " value=\"2\" />\n"
11448 " <Entry text=\"Both\"\n"
11449 " value=\"3\" />\n"
11450 " </EnumerationDomain>\n"
11451 " <Documentation>\n"
11452 " Background behavior for path tracers. Backplate does not move or affect materials. Environment does.\n"
11453 " </Documentation>\n"
11454 " <Hints>\n"
11455 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11456 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11457 " <Expression type=\"and\">\n"
11458 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11459 " mode=\"visibility\"\n"
11460 " property=\"EnableOSPRay\"\n"
11461 " values=\"1\" />\n"
11462 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11463 " <Property name=\"OSPRayRendererType\" function=\"contains\" value=\"pathtracer\"/>\n"
11464 " </PropertyWidgetDecorator>\n"
11465 " </Expression>\n"
11466 " </PropertyWidgetDecorator>\n"
11467 " </Hints>\n"
11468 " </IntVectorProperty>\n"
11469 " <DoubleVectorProperty\n"
11470 " name=\"BackgroundNorth\"\n"
11471 " label=\"Environment North\"\n"
11472 " command=\"SetBackgroundNorth\"\n"
11473 " default_values=\"0.0 1.0 0.0\"\n"
11474 " animateable=\"0\"\n"
11475 " number_of_elements=\"3\">\n"
11476 " <Documentation>Sets north pole for gradient and image environmental background in path tracers.</Documentation>\n"
11477 " <Hints>\n"
11478 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11479 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11480 " <Expression type=\"and\">\n"
11481 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11482 " mode=\"visibility\"\n"
11483 " property=\"EnableOSPRay\"\n"
11484 " values=\"1\" />\n"
11485 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11486 " <Property name=\"OSPRayRendererType\" function=\"contains\" value=\"pathtracer\"/>\n"
11487 " </PropertyWidgetDecorator>\n"
11488 " </Expression>\n"
11489 " </PropertyWidgetDecorator>\n"
11490 " </Hints>\n"
11491 " </DoubleVectorProperty>\n"
11492 " <DoubleVectorProperty\n"
11493 " name=\"BackgroundEast\"\n"
11494 " command=\"SetBackgroundEast\"\n"
11495 " label=\"Environment East\"\n"
11496 " default_values=\"1.0 0.0 0.0\"\n"
11497 " animateable=\"0\"\n"
11498 " number_of_elements=\"3\">\n"
11499 " <Documentation>Sets east direction for image environmental background in path tracers.</Documentation>\n"
11500 " <Hints>\n"
11501 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11502 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11503 " <Expression type=\"and\">\n"
11504 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11505 " mode=\"visibility\"\n"
11506 " property=\"EnableOSPRay\"\n"
11507 " values=\"1\" />\n"
11508 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11509 " <Property name=\"OSPRayRendererType\" function=\"contains\" value=\"pathtracer\"/>\n"
11510 " </PropertyWidgetDecorator>\n"
11511 " </Expression>\n"
11512 " </PropertyWidgetDecorator>\n"
11513 " </Hints>\n"
11514 " </DoubleVectorProperty>\n"
11515 " <DoubleVectorProperty command=\"SetEnvironmentalBG\"\n"
11516 " default_values=\"0.329 0.349 0.427\"\n"
11517 " name=\"EnvironmentalBG\"\n"
11518 " panel_widget=\"color_selector_with_palette\"\n"
11519 " number_of_elements=\"3\">\n"
11520 " <DoubleRangeDomain max=\"1 1 1\"\n"
11521 " min=\"0 0 0\"\n"
11522 " name=\"range\" />\n"
11523 " <Hints>\n"
11524 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11525 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11526 " <Expression type=\"and\">\n"
11527 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11528 " mode=\"visibility\"\n"
11529 " property=\"EnableOSPRay\"\n"
11530 " values=\"1\" />\n"
11531 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11532 " <Property name=\"OSPRayRendererType\" function=\"contains\" value=\"pathtracer\"/>\n"
11533 " </PropertyWidgetDecorator>\n"
11534 " </Expression>\n"
11535 " </PropertyWidgetDecorator>\n"
11536 " </Hints>\n"
11537 " </DoubleVectorProperty>\n"
11538 " <DoubleVectorProperty command=\"SetEnvironmentalBG2\"\n"
11539 " default_values=\"0 0 0.165\"\n"
11540 " name=\"EnvironmentalBG2\"\n"
11541 " panel_widget=\"color_selector\"\n"
11542 " number_of_elements=\"3\">\n"
11543 " <DoubleRangeDomain max=\"1 1 1\"\n"
11544 " min=\"0 0 0\"\n"
11545 " name=\"range\" />\n"
11546 " <Hints>\n"
11547 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11548 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11549 " <Expression type=\"and\">\n"
11550 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11551 " mode=\"visibility\"\n"
11552 " property=\"EnableOSPRay\"\n"
11553 " values=\"1\" />\n"
11554 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11555 " <Property name=\"OSPRayRendererType\" function=\"contains\" value=\"pathtracer\"/>\n"
11556 " </PropertyWidgetDecorator>\n"
11557 " </Expression>\n"
11558 " </PropertyWidgetDecorator>\n"
11559 " </Hints>\n"
11560 " </DoubleVectorProperty>\n"
11561 " <IntVectorProperty command=\"SetGradientEnvironmentalBG\"\n"
11562 " default_values=\"0\"\n"
11563 " name=\"UseGradientEnvironmentalBG\"\n"
11564 " number_of_elements=\"1\">\n"
11565 " <BooleanDomain name=\"bool\" />\n"
11566 " <Hints>\n"
11567 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11568 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11569 " <Expression type=\"and\">\n"
11570 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11571 ;
11572 
11573 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
11575 " mode=\"visibility\"\n"
11576 " property=\"EnableOSPRay\"\n"
11577 " values=\"1\" />\n"
11578 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11579 " <Property name=\"OSPRayRendererType\" function=\"contains\" value=\"pathtracer\"/>\n"
11580 " </PropertyWidgetDecorator>\n"
11581 " </Expression>\n"
11582 " </PropertyWidgetDecorator>\n"
11583 " </Hints>\n"
11584 " </IntVectorProperty>\n"
11585 " <IntVectorProperty command=\"SetTexturedEnvironmentalBG\"\n"
11586 " default_values=\"0\"\n"
11587 " name=\"UseTexturedEnvironmentalBG\"\n"
11588 " number_of_elements=\"1\">\n"
11589 " <BooleanDomain name=\"bool\" />\n"
11590 " <Hints>\n"
11591 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11592 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11593 " <Expression type=\"and\">\n"
11594 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11595 " mode=\"visibility\"\n"
11596 " property=\"EnableOSPRay\"\n"
11597 " values=\"1\" />\n"
11598 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11599 " <Property name=\"OSPRayRendererType\" function=\"contains\" value=\"pathtracer\"/>\n"
11600 " </PropertyWidgetDecorator>\n"
11601 " </Expression>\n"
11602 " </PropertyWidgetDecorator>\n"
11603 " </Hints>\n"
11604 " </IntVectorProperty>\n"
11605 " <ProxyProperty command=\"SetEnvironmentalBGTexture\"\n"
11606 " name=\"EnvironmentalBGTexture\"\n"
11607 " panel_widget=\"texture_selector\">\n"
11608 " <ProxyGroupDomain name=\"groups\">\n"
11609 " <Group name=\"textures\" />\n"
11610 " </ProxyGroupDomain>\n"
11611 " <Hints>\n"
11612 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11613 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11614 " <Expression type=\"and\">\n"
11615 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11616 " mode=\"visibility\"\n"
11617 " property=\"EnableOSPRay\"\n"
11618 " values=\"1\" />\n"
11619 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11620 " <Property name=\"OSPRayRendererType\" function=\"contains\" value=\"pathtracer\"/>\n"
11621 " </PropertyWidgetDecorator>\n"
11622 " </Expression>\n"
11623 " </PropertyWidgetDecorator>\n"
11624 " </Hints>\n"
11625 " </ProxyProperty>\n"
11626 " <ProxyProperty\n"
11627 " name=\"AdditionalLights\"\n"
11628 " command=\"AddLight\"\n"
11629 " remove_command=\"RemoveLight\"\n"
11630 " repeatable=\"1\">\n"
11631 " </ProxyProperty>\n"
11632 " <ProxyProperty command=\"SetMaterialLibrary\"\n"
11633 " name=\"OSPRayMaterialLibrary\"\n"
11634 " label=\"OSPRay Material Library\"\n"
11635 " number_of_elements=\"1\"\n"
11636 " panel_visibility=\"never\"\n"
11637 " default_values=\"None\">\n"
11638 " <Documentation>Container for a set of material specifications.</Documentation>\n"
11639 " </ProxyProperty>\n"
11640 " <PropertyGroup label=\"Orientation Axes\">\n"
11641 " <Property name=\"OrientationAxesVisibility\"/>\n"
11642 " <Property name=\"OrientationAxesInteractivity\"/>\n"
11643 " <Property name=\"OrientationAxesLabelColor\"/>\n"
11644 " <Property name=\"OrientationAxesOutlineColor\"/>\n"
11645 " </PropertyGroup>\n"
11646 " <PropertyGroup label=\"Render Passes\">\n"
11647 " <Property name=\"UseToneMapping\"/>\n"
11648 " <Property name=\"Exposure\"/>\n"
11649 " <Property name=\"UseSSAO\"/>\n"
11650 " </PropertyGroup>\n"
11651 " <PropertyGroup name=\"Lights\"\n"
11652 " label=\"Lights\"\n"
11653 " panel_visibility=\"never\">\n"
11654 " <!-- Light Kit -->\n"
11655 " <Property name=\"UseLight\"/>\n"
11656 " <!-- Key Light -->\n"
11657 " <Property name=\"KeyLightWarmth\"/>\n"
11658 " <Property name=\"KeyLightIntensity\"/>\n"
11659 " <Property name=\"KeyLightElevation\"/>\n"
11660 " <Property name=\"KeyLightAzimuth\"/>\n"
11661 " <!-- Fill Light -->\n"
11662 " <Property name=\"FillLightWarmth\"/>\n"
11663 " <Property name=\"FillLightK:F Ratio\"/>\n"
11664 " <Property name=\"FillLightElevation\"/>\n"
11665 " <Property name=\"FillLightAzimuth\"/>\n"
11666 " <!-- Back Light -->\n"
11667 " <Property name=\"BackLightWarmth\"/>\n"
11668 " <Property name=\"BackLightK:B Ratio\"/>\n"
11669 " <Property name=\"BackLightElevation\"/>\n"
11670 " <Property name=\"BackLightAzimuth\"/>\n"
11671 " <!-- Head Light -->\n"
11672 " <Property name=\"HeadLightWarmth\"/>\n"
11673 " <Property name=\"HeadLightK:H Ratio\"/>\n"
11674 " <Property name=\"MaintainLuminance\"/>\n"
11675 " </PropertyGroup>\n"
11676 " <PropertyGroup label=\"Background\" panel_widget=\"BackgroundEditor\" panel_visibility=\"advanced\">\n"
11677 " <Property name=\"Background\"/>\n"
11678 " <Property name=\"Background2\"/>\n"
11679 " <Property name=\"UseGradientBackground\"/>\n"
11680 " <Property name=\"UseTexturedBackground\"/>\n"
11681 " <Property name=\"UseSkyboxBackground\"/>\n"
11682 " <Property name=\"UseEnvironmentLighting\"/>\n"
11683 " <Property name=\"BackgroundTexture\"/>\n"
11684 " </PropertyGroup>\n"
11685 " <PropertyGroup label=\"Stereo\">\n"
11686 " <Property name=\"StereoCapableWindow\" />\n"
11687 " <Property name=\"StereoRender\" />\n"
11688 " <Property name=\"StereoType\" />\n"
11689 " <Property name=\"ServerStereoType\" />\n"
11690 " </PropertyGroup>\n"
11691 " <PropertyGroup label=\"Cinema Export\"\n"
11692 " panel_visibility=\"never\">\n"
11693 " <Property name=\"ValueRenderingMode\"/>\n"
11694 " <Property name=\"ValueRenderingModeGet\"/>\n"
11695 " <Property name=\"CaptureZBuffer\"/>\n"
11696 " <Property name=\"MaxClipBounds\"/>\n"
11697 " <Property name=\"LockBounds\"/>\n"
11698 " <Property name=\"BeginValueCapture\" />\n"
11699 " <Property name=\"DrawCells\"/>\n"
11700 " <Property name=\"ArrayNameToDraw\"/>\n"
11701 " <Property name=\"ArrayNumberToDraw\"/>\n"
11702 " <Property name=\"ArrayComponentToDraw\"/>\n"
11703 " <Property name=\"ScalarRange\"/>\n"
11704 " <Property name=\"EndValueCapture\"/>\n"
11705 " <Property name=\"CaptureValuesFloat\" />\n"
11706 " <Property name=\"StartCaptureLuminance\" />\n"
11707 " <Property name=\"StopCaptureLuminance\" />\n"
11708 " </PropertyGroup>\n"
11709 " <PropertyGroup label=\"Ray Traced Rendering\"\n"
11710 " panel_visibility=\"advanced\">\n"
11711 " <Property name=\"EnableOSPRay\"/>\n"
11712 " <Property name=\"Shadows\"/>\n"
11713 " <Property name=\"OSPRayRendererType\"/>\n"
11714 " <Property name=\"AmbientSamples\"/>\n"
11715 " <Property name=\"SamplesPerPixel\"/>\n"
11716 " <Property name=\"RouletteDepth\"/>\n"
11717 " <Property name=\"MaxFrames\"/>\n"
11718 " <Property name=\"Denoise\"/>\n"
11719 " <Property name=\"VolumeAnisotropy\"/>\n"
11720 " <Property name=\"LightScale\"/>\n"
11721 " <Property name=\"OSPRayTemporalCacheSize\"/>\n"
11722 " <Property name=\"BackgroundNorth\"/>\n"
11723 " <Property name=\"BackgroundEast\"/>\n"
11724 " <Property name=\"BackgroundMode\"/>\n"
11725 " </PropertyGroup>\n"
11726 " <PropertyGroup label=\"Path Traced Environment\" panel_widget=\"EnvironmentalBGEditor\" panel_visibility=\"default\">\n"
11727 " <Property name=\"EnvironmentalBG\"/>\n"
11728 " <Property name=\"EnvironmentalBG2\"/>\n"
11729 " <Property name=\"UseGradientEnvironmentalBG\"/>\n"
11730 " <Property name=\"UseTexturedEnvironmentalBG\"/>\n"
11731 " <Property name=\"EnvironmentalBGTexture\"/>\n"
11732 " <Hints>\n"
11733 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
11734 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
11735 " <Expression type=\"and\">\n"
11736 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
11737 " mode=\"visibility\"\n"
11738 " property=\"EnableOSPRay\"\n"
11739 " values=\"1\" />\n"
11740 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
11741 " <Property name=\"OSPRayRendererType\" function=\"equals\" value=\"OSPRay pathtracer\"/>\n"
11742 " </PropertyWidgetDecorator>\n"
11743 " </Expression>\n"
11744 " </PropertyWidgetDecorator>\n"
11745 " </Hints>\n"
11746 " </PropertyGroup>\n"
11747 "\n"
11748 " <SubProxy command=\"SetDeliveryManager\">\n"
11749 " <Proxy name=\"DeliveryManager\"\n"
11750 " proxygroup=\"delivery_managers\"\n"
11751 " proxyname=\"RenderViewDeliveryManager\"/>\n"
11752 " </SubProxy>\n"
11753 " </RenderViewProxy>\n"
11754 "\n"
11755 " <!-- ================================================================== -->\n"
11756 " <OrthographicSliceViewProxy base_proxygroup=\"views\"\n"
11757 " base_proxyname=\"RenderView\"\n"
11758 " class=\"vtkPVOrthographicSliceView\"\n"
11759 " processes=\"client|renderserver|dataserver\"\n"
11760 " label=\"Orthographic Slice View\"\n"
11761 " name=\"OrthographicSliceView\">\n"
11762 " <DoubleVectorProperty name=\"SlicePosition\"\n"
11763 " command=\"SetSlicePosition\"\n"
11764 " number_of_elements=\"3\"\n"
11765 " default_values=\"0 0 0\">\n"
11766 " <Documentation>\n"
11767 " Set the slice position.\n"
11768 " </Documentation>\n"
11769 " <DoubleRangeDomain name=\"range\" />\n"
11770 " </DoubleVectorProperty>\n"
11771 "\n"
11772 " <DoubleVectorProperty name=\"SliceIncrements\"\n"
11773 " command=\"SetSliceIncrements\"\n"
11774 " number_of_elements=\"3\"\n"
11775 " default_values=\"1 1 1\">\n"
11776 " <DoubleRangeDomain name=\"range\" />\n"
11777 " <Documentation>\n"
11778 " When interacting using the thumb wheel, set the increments to use\n"
11779 " to change the slice position.\n"
11780 " </Documentation>\n"
11781 " </DoubleVectorProperty>\n"
11782 "\n"
11783 " <IntVectorProperty name=\"ShowSliceAnnotations\"\n"
11784 " command=\"SetSliceAnnotationsVisibility\"\n"
11785 " number_of_elements=\"1\"\n"
11786 " default_values=\"1\">\n"
11787 " <BooleanDomain name=\"bool\" />\n"
11788 " </IntVectorProperty>\n"
11789 "\n"
11790 " </OrthographicSliceViewProxy>\n"
11791 "\n"
11792 " <!-- ================================================================== -->\n"
11793 " <ContextViewProxy base_proxygroup=\"internal_views\"\n"
11794 " base_proxyname=\"XYChartViewBase4Axes\"\n"
11795 " class=\"vtkPVXYChartView\"\n"
11796 " name=\"XYChartView\"\n"
11797 " label=\"Line Chart View\"\n"
11798 " processes=\"client|renderserver|dataserver\"\n"
11799 " representation_name=\"XYChartRepresentation\"\n"
11800 " post_creation=\"SetChartTypeToLine\" >\n"
11801 " <Documentation>This is the proxy for the XY line chart\n"
11802 " view.</Documentation>\n"
11803 " </ContextViewProxy>\n"
11804 " <!-- ================================================================== -->\n"
11805 " <ContextViewProxy base_proxygroup=\"internal_views\"\n"
11806 " base_proxyname=\"XYChartViewBase4Axes\"\n"
11807 " class=\"vtkPVXYChartView\"\n"
11808 " name=\"XYPointChartView\"\n"
11809 " label=\"Point Chart View\"\n"
11810 " processes=\"client|renderserver|dataserver\"\n"
11811 " representation_name=\"XYPointChartRepresentation\"\n"
11812 " post_creation=\"SetChartTypeToPoint\" >\n"
11813 " <Documentation>This is the proxy for the XY point chart\n"
11814 " view.</Documentation>\n"
11815 " </ContextViewProxy>\n"
11816 " <!-- ================================================================== -->\n"
11817 " <ContextViewProxy base_proxygroup=\"internal_views\"\n"
11818 " base_proxyname=\"XYChartViewBase4Axes\"\n"
11819 " class=\"vtkPVXYChartView\"\n"
11820 " name=\"QuartileChartView\"\n"
11821 " label=\"Quartile Chart View\"\n"
11822 " processes=\"client|renderserver|dataserver\"\n"
11823 " representation_name=\"QuartileChartRepresentation\"\n"
11824 " post_creation=\"SetChartTypeToArea\" >\n"
11825 " <Documentation>This is the proxy for the Quartile chart view.</Documentation>\n"
11826 " </ContextViewProxy>\n"
11827 " <!-- ================================================================== -->\n"
11828 " <ContextViewProxy base_proxygroup=\"internal_views\"\n"
11829 " base_proxyname=\"XYChartViewBase4Axes\"\n"
11830 " class=\"vtkPVXYChartView\"\n"
11831 " name=\"XYBarChartView\"\n"
11832 " label=\"Bar Chart View\"\n"
11833 " processes=\"client|renderserver|dataserver\"\n"
11834 " representation_name=\"XYBarChartRepresentation\"\n"
11835 " post_creation=\"SetChartTypeToBar\" >\n"
11836 " <Documentation>This is the proxy for bar chart view.</Documentation>\n"
11837 " </ContextViewProxy>\n"
11838 " <!-- ================================================================== -->\n"
11839 " <ContextViewProxy base_proxygroup=\"internal_views\"\n"
11840 " base_proxyname=\"XYChartViewBase4Axes\"\n"
11841 " class=\"vtkPVXYChartView\"\n"
11842 " name=\"XYHistogramChartView\"\n"
11843 " label=\"Histogram View\"\n"
11844 " processes=\"client|renderserver|dataserver\"\n"
11845 " post_creation=\"SetChartTypeToBar\"\n"
11846 " representation_name=\"HistogramChartRepresentation\"\n"
11847 " skip_plotable_check=\"1\">\n"
11848 " <Documentation>This is the proxy for the histogram chart view.</Documentation>\n"
11849 " <Hints>\n"
11850 " <ShowOneRepresentationAtATime type=\"HistogramChartRepresentation\" />\n"
11851 " <!-- When present, vtkSMParaViewPipelineController::Show() will\n"
11852 " result in hiding other representations that are currently visible\n"
11853 " -->\n"
11854 " </Hints>\n"
11855 " </ContextViewProxy>\n"
11856 " <!-- ================================================================== -->\n"
11857 " <ContextViewProxy base_proxygroup=\"internal_views\"\n"
11858 " base_proxyname=\"XYChartViewTitle\"\n"
11859 " class=\"vtkPVXYChartView\"\n"
11860 " name=\"BoxChartView\"\n"
11861 " label=\"Box Chart View\"\n"
11862 " processes=\"client|renderserver|dataserver\"\n"
11863 " representation_name=\"BoxChartRepresentation\"\n"
11864 " post_creation=\"SetChartTypeToBox\" >\n"
11865 " <Documentation>This is the proxy for box chart view.</Documentation>\n"
11866 " <IntVectorProperty command=\"SetLegendVisibility\"\n"
11867 " default_values=\"1\"\n"
11868 " panel_visibility=\"never\"\n"
11869 " name=\"ShowLegend\"\n"
11870 " number_of_elements=\"1\">\n"
11871 " <BooleanDomain name=\"bool\" />\n"
11872 " </IntVectorProperty>\n"
11873 " <IntVectorProperty command=\"SetLegendSymbolWidth\"\n"
11874 " default_values=\"25\"\n"
11875 " name=\"LegendSymbolWidth\"\n"
11876 " number_of_elements=\"1\"\n"
11877 " panel_visibility=\"never\">\n"
11878 " </IntVectorProperty>\n"
11879 " </ContextViewProxy>\n"
11880 " <!-- ================================================================== -->\n"
11881 " <ContextViewProxy base_proxygroup=\"internal_views\"\n"
11882 " base_proxyname=\"ViewBase\"\n"
11883 " class=\"vtkPVXYChartView\"\n"
11884 " name=\"ParallelCoordinatesChartView\"\n"
11885 ;
11886 
11887 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
11889 " label=\"Parallel Coordinates View\"\n"
11890 " processes=\"client|renderserver|dataserver\"\n"
11891 " representation_name=\"ParallelCoordinatesRepresentation\"\n"
11892 " post_creation=\"SetChartTypeToParallelCoordinates\"\n"
11893 " skip_plotable_check=\"1\">\n"
11894 " <Documentation>\n"
11895 " This is the proxy for parallel coordinates chart view.\n"
11896 " </Documentation>\n"
11897 " <SubProxy command=\"SetDeliveryManager\">\n"
11898 " <Proxy name=\"DeliveryManager\"\n"
11899 " proxygroup=\"delivery_managers\"\n"
11900 " proxyname=\"ContextViewDeliveryManager\"/>\n"
11901 " </SubProxy>\n"
11902 " <Hints>\n"
11903 " <ShowOneRepresentationAtATime type=\"ParallelCoordinatesRepresentation\" />\n"
11904 " <!-- When present, vtkSMParaViewPipelineController::Show() will\n"
11905 " result in hiding other representations that are currently visible\n"
11906 " -->\n"
11907 " </Hints>\n"
11908 " </ContextViewProxy>\n"
11909 " <!-- ================================================================== -->\n"
11910 " <PlotMatrixViewProxy base_proxygroup=\"internal_views\"\n"
11911 " base_proxyname=\"XYChartViewTitle\"\n"
11912 " class=\"vtkPVPlotMatrixView\"\n"
11913 " name=\"PlotMatrixView\"\n"
11914 " label=\"Plot Matrix View\"\n"
11915 " processes=\"client|renderserver|dataserver\"\n"
11916 " representation_name=\"PlotMatrixRepresentation\"\n"
11917 " skip_plotable_check=\"1\">\n"
11918 " <Documentation>This is the proxy for the plot matrix\n"
11919 " view.</Documentation>\n"
11920 " <IntVectorProperty command=\"SetBorderLeft\"\n"
11921 " default_values=\"50\"\n"
11922 " name=\"BorderLeft\"\n"
11923 " number_of_elements=\"1\"\n"
11924 " panel_visibility=\"advanced\">\n"
11925 " <IntRangeDomain min=\"0\" name=\"range\" />\n"
11926 " </IntVectorProperty>\n"
11927 " <IntVectorProperty command=\"SetBorderBottom\"\n"
11928 " default_values=\"40\"\n"
11929 " name=\"BorderBottom\"\n"
11930 " number_of_elements=\"1\"\n"
11931 " panel_visibility=\"advanced\">\n"
11932 " <IntRangeDomain min=\"0\" name=\"range\" />\n"
11933 " </IntVectorProperty>\n"
11934 " <IntVectorProperty command=\"SetBorderRight\"\n"
11935 " default_values=\"50\"\n"
11936 " name=\"BorderRight\"\n"
11937 " number_of_elements=\"1\"\n"
11938 " panel_visibility=\"advanced\">\n"
11939 " <IntRangeDomain min=\"0\" name=\"range\" />\n"
11940 " </IntVectorProperty>\n"
11941 " <IntVectorProperty command=\"SetBorderTop\"\n"
11942 " default_values=\"40\"\n"
11943 " name=\"BorderTop\"\n"
11944 " number_of_elements=\"1\"\n"
11945 " panel_visibility=\"advanced\">\n"
11946 " <IntRangeDomain min=\"0\" name=\"range\" />\n"
11947 " </IntVectorProperty>\n"
11948 " <IntVectorProperty command=\"SetGutterX\"\n"
11949 " default_values=\"15\"\n"
11950 " name=\"GutterX\"\n"
11951 " number_of_elements=\"1\"\n"
11952 " panel_visibility=\"advanced\">\n"
11953 " <IntRangeDomain min=\"0\" name=\"range\" />\n"
11954 " </IntVectorProperty>\n"
11955 " <IntVectorProperty command=\"SetGutterY\"\n"
11956 " default_values=\"15\"\n"
11957 " name=\"GutterY\"\n"
11958 " number_of_elements=\"1\"\n"
11959 " panel_visibility=\"advanced\">\n"
11960 " <IntRangeDomain min=\"0\" name=\"range\" />\n"
11961 " </IntVectorProperty>\n"
11962 " <IntVectorProperty command=\"SetNumberOfAnimationFrames\"\n"
11963 " default_values=\"25\"\n"
11964 " name=\"NumberOfAnimationFrames\"\n"
11965 " number_of_elements=\"1\"\n"
11966 " panel_visibility=\"advanced\">\n"
11967 " <IntRangeDomain min=\"0\" name=\"range\" />\n"
11968 " </IntVectorProperty>\n"
11969 "\n"
11970 " <PropertyGroup label=\"Border\">\n"
11971 " <Property name=\"BorderLeft\"/>\n"
11972 " <Property name=\"BorderBottom\"/>\n"
11973 " <Property name=\"BorderRight\"/>\n"
11974 " <Property name=\"BorderTop\"/>\n"
11975 " </PropertyGroup>\n"
11976 "\n"
11977 " <PropertyGroup label=\"Spacing (Gutter)\">\n"
11978 " <Property name=\"GutterX\"/>\n"
11979 " <Property name=\"GutterY\"/>\n"
11980 " </PropertyGroup>\n"
11981 "\n"
11982 " <DoubleVectorProperty command=\"SetScatterPlotSelectedRowColumnColor\"\n"
11983 " default_values=\"0.8 0 0 0.4\"\n"
11984 " name=\"ScatterPlotSelectedRowColumnColor\"\n"
11985 " number_of_elements=\"4\"\n"
11986 " panel_widget=\"color_selector\"\n"
11987 " panel_visibility=\"advanced\">\n"
11988 " <DoubleRangeDomain max=\"1 1 1 1\"\n"
11989 " min=\"0 0 0 0\"\n"
11990 " name=\"range\" />\n"
11991 " </DoubleVectorProperty>\n"
11992 "\n"
11993 " <DoubleVectorProperty command=\"SetScatterPlotSelectedActiveColor\"\n"
11994 " default_values=\"0 0.8 0 0.4\"\n"
11995 " name=\"ScatterPlotSelectedActiveColor\"\n"
11996 " number_of_elements=\"4\"\n"
11997 " panel_widget=\"color_selector\"\n"
11998 " panel_visibility=\"advanced\">\n"
11999 " <DoubleRangeDomain max=\"1 1 1 1\"\n"
12000 " min=\"0 0 0 0\"\n"
12001 " name=\"range\" />\n"
12002 " </DoubleVectorProperty>\n"
12003 "\n"
12004 " <!-- activeplot -->\n"
12005 " <DoubleVectorProperty command=\"SetActivePlotBackgroundColor\"\n"
12006 " default_values=\"1 1 1 0\"\n"
12007 " name=\"ActivePlotBackgroundColor\"\n"
12008 " number_of_elements=\"4\"\n"
12009 " panel_widget=\"color_selector\"\n"
12010 " panel_visibility=\"advanced\">\n"
12011 " <DoubleRangeDomain max=\"1 1 1 1\"\n"
12012 " min=\"0 0 0 0\"\n"
12013 " name=\"range\" />\n"
12014 " </DoubleVectorProperty>\n"
12015 " <DoubleVectorProperty command=\"SetActivePlotAxisColor\"\n"
12016 " default_values=\"0 0 0\"\n"
12017 " name=\"ActivePlotAxisColor\"\n"
12018 " panel_widget=\"color_selector\"\n"
12019 " number_of_elements=\"3\"\n"
12020 " panel_visibility=\"advanced\">\n"
12021 " <DoubleRangeDomain max=\"1 1 1\"\n"
12022 " min=\"0 0 0\"\n"
12023 " name=\"range\" />\n"
12024 " </DoubleVectorProperty>\n"
12025 " <DoubleVectorProperty command=\"SetActivePlotGridColor\"\n"
12026 " default_values=\"0.95 0.95 0.95\"\n"
12027 " name=\"ActivePlotGridColor\"\n"
12028 " panel_widget=\"color_selector\"\n"
12029 " number_of_elements=\"3\"\n"
12030 " panel_visibility=\"advanced\">\n"
12031 " <DoubleRangeDomain max=\"1 1 1\"\n"
12032 " min=\"0 0 0\"\n"
12033 " name=\"range\" />\n"
12034 " </DoubleVectorProperty>\n"
12035 " <IntVectorProperty command=\"SetActivePlotGridVisibility\"\n"
12036 " default_values=\"1\"\n"
12037 " name=\"ActivePlotGridVisibility\"\n"
12038 " number_of_elements=\"1\"\n"
12039 " panel_visibility=\"advanced\">\n"
12040 " <BooleanDomain name=\"bool\" />\n"
12041 " </IntVectorProperty>\n"
12042 " <IntVectorProperty command=\"SetActivePlotAxisLabelVisibility\"\n"
12043 " default_values=\"1\"\n"
12044 " name=\"ActivePlotAxisLabelVisibility\"\n"
12045 " number_of_elements=\"1\"\n"
12046 " panel_visibility=\"advanced\">\n"
12047 " <BooleanDomain name=\"bool\" />\n"
12048 " </IntVectorProperty>\n"
12049 " <IntVectorProperty command=\"SetActivePlotAxisLabelNotation\"\n"
12050 " default_values=\"0\"\n"
12051 " panel_visibility=\"advanced\"\n"
12052 " name=\"ActivePlotAxisLabelNotation\"\n"
12053 " number_of_elements=\"1\">\n"
12054 " <EnumerationDomain name=\"enum\">\n"
12055 " <Entry text=\"Mixed\"\n"
12056 " value=\"0\" />\n"
12057 " <Entry text=\"Scientific\"\n"
12058 " value=\"1\" />\n"
12059 " <Entry text=\"Fixed\"\n"
12060 " value=\"2\" />\n"
12061 " </EnumerationDomain>\n"
12062 " </IntVectorProperty>\n"
12063 " <IntVectorProperty command=\"SetActivePlotAxisLabelPrecision\"\n"
12064 " default_values=\"2\"\n"
12065 " panel_visibility=\"advanced\"\n"
12066 " name=\"ActivePlotAxisLabelPrecision\"\n"
12067 " number_of_elements=\"1\">\n"
12068 " <IntRangeDomain name=\"range\" min=\"0\"/>\n"
12069 " </IntVectorProperty>\n"
12070 " <StringVectorProperty command=\"SetActivePlotAxisLabelFontFamily\"\n"
12071 " default_values=\"Arial\"\n"
12072 " name=\"ActivePlotAxisLabelFontFamily\"\n"
12073 " number_of_elements=\"1\">\n"
12074 " <StringListDomain name=\"list\">\n"
12075 " <String value=\"Arial\" />\n"
12076 " <String value=\"Courier\" />\n"
12077 " <String value=\"Times\" />\n"
12078 " <String value=\"File\" />\n"
12079 " </StringListDomain>\n"
12080 " <Documentation>Set the font familyname.</Documentation>\n"
12081 " </StringVectorProperty>\n"
12082 " <StringVectorProperty command=\"SetActivePlotAxisLabelFontFile\"\n"
12083 " name=\"ActivePlotAxisLabelFontFile\"\n"
12084 " number_of_elements=\"1\"\n"
12085 " default_values=\"\">\n"
12086 " <Documentation>Set the font file.</Documentation>\n"
12087 " </StringVectorProperty>\n"
12088 " <IntVectorProperty command=\"SetActivePlotAxisLabelFontSize\"\n"
12089 " default_values=\"12\"\n"
12090 " name=\"ActivePlotAxisLabelFontSize\"\n"
12091 " number_of_elements=\"1\">\n"
12092 " <Documentation>Set the axis title font size.</Documentation>\n"
12093 " </IntVectorProperty>\n"
12094 " <IntVectorProperty command=\"SetActivePlotAxisLabelBold\"\n"
12095 " default_values=\"0\"\n"
12096 " name=\"ActivePlotAxisLabelBold\"\n"
12097 " number_of_elements=\"1\">\n"
12098 " <BooleanDomain name=\"bool\" />\n"
12099 " <Documentation>Set the axis title bold.</Documentation>\n"
12100 " </IntVectorProperty>\n"
12101 " <IntVectorProperty command=\"SetActivePlotAxisLabelItalic\"\n"
12102 " default_values=\"0\"\n"
12103 " name=\"ActivePlotAxisLabelItalic\"\n"
12104 " number_of_elements=\"1\">\n"
12105 " <BooleanDomain name=\"bool\" />\n"
12106 " <Documentation>Set the axis title italic.</Documentation>\n"
12107 " </IntVectorProperty>\n"
12108 " <DoubleVectorProperty command=\"SetActivePlotAxisLabelColor\"\n"
12109 " default_values=\"0 0 0\"\n"
12110 " name=\"ActivePlotAxisLabelColor\"\n"
12111 " number_of_elements=\"3\">\n"
12112 " <DoubleRangeDomain max=\"1\"\n"
12113 " min=\"0\"\n"
12114 " name=\"range\" />\n"
12115 " </DoubleVectorProperty>\n"
12116 "\n"
12117 " <PropertyGroup label=\"ActivePlot\"\n"
12118 " panel_visibility=\"advanced\">\n"
12119 " <Property name=\"ActivePlotBackgroundColor\"/>\n"
12120 " <Property name=\"ActivePlotAxisColor\"/>\n"
12121 " <Property name=\"ActivePlotGridColor\"/>\n"
12122 " <Property name=\"ActivePlotGridVisibility\"/>\n"
12123 " <Property name=\"ActivePlotAxisLabelVisibility\"/>\n"
12124 " <Property name=\"ActivePlotAxisLabelNotation\"/>\n"
12125 " <Property name=\"ActivePlotAxisLabelPrecision\"/>\n"
12126 " </PropertyGroup>\n"
12127 " <PropertyGroup label=\"ActivePlot Axis Label Properties\"\n"
12128 " panel_widget=\"FontEditor\"\n"
12129 " panel_visibility=\"advanced\">\n"
12130 " <Property name=\"ActivePlotAxisLabelColor\" function=\"Color\"/>\n"
12131 " <Property name=\"ActivePlotAxisLabelFontFamily\" function=\"Family\"/>\n"
12132 " <Property name=\"ActivePlotAxisLabelFontFile\" function=\"File\"/>\n"
12133 " <Property name=\"ActivePlotAxisLabelBold\" function=\"Bold\" />\n"
12134 " <Property name=\"ActivePlotAxisLabelItalic\" function=\"Italics\"/>\n"
12135 " <Property name=\"ActivePlotAxisLabelFontSize\" function=\"Size\" />\n"
12136 " </PropertyGroup>\n"
12137 "\n"
12138 " <!-- scatterplot -->\n"
12139 " <DoubleVectorProperty command=\"SetScatterPlotBackgroundColor\"\n"
12140 " default_values=\"1 1 1 0\"\n"
12141 " name=\"ScatterPlotBackgroundColor\"\n"
12142 " number_of_elements=\"4\"\n"
12143 " panel_widget=\"color_selector\"\n"
12144 " panel_visibility=\"advanced\">\n"
12145 " <DoubleRangeDomain max=\"1 1 1 1\"\n"
12146 " min=\"0 0 0 0\"\n"
12147 " name=\"range\" />\n"
12148 " </DoubleVectorProperty>\n"
12149 " <DoubleVectorProperty command=\"SetScatterPlotAxisColor\"\n"
12150 " default_values=\"0 0 0\"\n"
12151 " name=\"ScatterPlotAxisColor\"\n"
12152 " panel_widget=\"color_selector\"\n"
12153 " number_of_elements=\"3\"\n"
12154 " panel_visibility=\"advanced\">\n"
12155 " <DoubleRangeDomain max=\"1 1 1\"\n"
12156 " min=\"0 0 0\"\n"
12157 " name=\"range\" />\n"
12158 " </DoubleVectorProperty>\n"
12159 " <DoubleVectorProperty command=\"SetScatterPlotGridColor\"\n"
12160 " default_values=\"0.95 0.95 0.95\"\n"
12161 " name=\"ScatterPlotGridColor\"\n"
12162 " panel_widget=\"color_selector\"\n"
12163 " number_of_elements=\"3\"\n"
12164 " panel_visibility=\"advanced\">\n"
12165 " <DoubleRangeDomain max=\"1 1 1\"\n"
12166 " min=\"0 0 0\"\n"
12167 " name=\"range\" />\n"
12168 " </DoubleVectorProperty>\n"
12169 " <IntVectorProperty command=\"SetScatterPlotGridVisibility\"\n"
12170 " default_values=\"1\"\n"
12171 " name=\"ScatterPlotGridVisibility\"\n"
12172 " number_of_elements=\"1\"\n"
12173 " panel_visibility=\"advanced\">\n"
12174 " <BooleanDomain name=\"bool\" />\n"
12175 " </IntVectorProperty>\n"
12176 " <IntVectorProperty command=\"SetScatterPlotAxisLabelVisibility\"\n"
12177 " default_values=\"1\"\n"
12178 " name=\"ScatterPlotAxisLabelVisibility\"\n"
12179 " number_of_elements=\"1\"\n"
12180 " panel_visibility=\"advanced\">\n"
12181 " <BooleanDomain name=\"bool\" />\n"
12182 " </IntVectorProperty>\n"
12183 " <IntVectorProperty command=\"SetScatterPlotAxisLabelNotation\"\n"
12184 " default_values=\"0\"\n"
12185 " panel_visibility=\"advanced\"\n"
12186 " name=\"ScatterPlotAxisLabelNotation\"\n"
12187 " number_of_elements=\"1\">\n"
12188 " <EnumerationDomain name=\"enum\">\n"
12189 " <Entry text=\"Mixed\"\n"
12190 " value=\"0\" />\n"
12191 " <Entry text=\"Scientific\"\n"
12192 " value=\"1\" />\n"
12193 " <Entry text=\"Fixed\"\n"
12194 " value=\"2\" />\n"
12195 ;
12196 
12197 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
12199 " </EnumerationDomain>\n"
12200 " </IntVectorProperty>\n"
12201 " <IntVectorProperty command=\"SetScatterPlotAxisLabelPrecision\"\n"
12202 " default_values=\"2\"\n"
12203 " panel_visibility=\"advanced\"\n"
12204 " name=\"ScatterPlotAxisLabelPrecision\"\n"
12205 " number_of_elements=\"1\">\n"
12206 " <IntRangeDomain name=\"range\" min=\"0\"/>\n"
12207 " </IntVectorProperty>\n"
12208 " <StringVectorProperty command=\"SetScatterPlotAxisLabelFontFamily\"\n"
12209 " default_values=\"Arial\"\n"
12210 " name=\"ScatterPlotAxisLabelFontFamily\"\n"
12211 " number_of_elements=\"1\">\n"
12212 " <StringListDomain name=\"list\">\n"
12213 " <String value=\"Arial\" />\n"
12214 " <String value=\"Courier\" />\n"
12215 " <String value=\"Times\" />\n"
12216 " <String value=\"File\" />\n"
12217 " </StringListDomain>\n"
12218 " <Documentation>Set the font familyname.</Documentation>\n"
12219 " </StringVectorProperty>\n"
12220 " <StringVectorProperty command=\"SetScatterPlotAxisLabelFontFile\"\n"
12221 " name=\"ScatterPlotAxisLabelFontFile\"\n"
12222 " number_of_elements=\"1\"\n"
12223 " default_values=\"\">\n"
12224 " <Documentation>Set the font file.</Documentation>\n"
12225 " </StringVectorProperty>\n"
12226 " <IntVectorProperty command=\"SetScatterPlotAxisLabelFontSize\"\n"
12227 " default_values=\"12\"\n"
12228 " name=\"ScatterPlotAxisLabelFontSize\"\n"
12229 " number_of_elements=\"1\">\n"
12230 " <Documentation>Set the axis title font size.</Documentation>\n"
12231 " </IntVectorProperty>\n"
12232 " <IntVectorProperty command=\"SetScatterPlotAxisLabelBold\"\n"
12233 " default_values=\"0\"\n"
12234 " name=\"ScatterPlotAxisLabelBold\"\n"
12235 " number_of_elements=\"1\">\n"
12236 " <BooleanDomain name=\"bool\" />\n"
12237 " <Documentation>Set the axis title bold.</Documentation>\n"
12238 " </IntVectorProperty>\n"
12239 " <IntVectorProperty command=\"SetScatterPlotAxisLabelItalic\"\n"
12240 " default_values=\"0\"\n"
12241 " name=\"ScatterPlotAxisLabelItalic\"\n"
12242 " number_of_elements=\"1\">\n"
12243 " <BooleanDomain name=\"bool\" />\n"
12244 " <Documentation>Set the axis title italic.</Documentation>\n"
12245 " </IntVectorProperty>\n"
12246 " <DoubleVectorProperty command=\"SetScatterPlotAxisLabelColor\"\n"
12247 " default_values=\"0 0 0\"\n"
12248 " name=\"ScatterPlotAxisLabelColor\"\n"
12249 " number_of_elements=\"3\">\n"
12250 " <DoubleRangeDomain max=\"1\"\n"
12251 " min=\"0\"\n"
12252 " name=\"range\" />\n"
12253 " </DoubleVectorProperty>\n"
12254 "\n"
12255 " <PropertyGroup label=\"ScatterPlot\"\n"
12256 " panel_visibility=\"advanced\">\n"
12257 " <Property name=\"ScatterPlotBackgroundColor\"/>\n"
12258 " <Property name=\"ScatterPlotAxisColor\"/>\n"
12259 " <Property name=\"ScatterPlotGridColor\"/>\n"
12260 " <Property name=\"ScatterPlotGridVisibility\"/>\n"
12261 " <Property name=\"ScatterPlotAxisLabelVisibility\"/>\n"
12262 " <Property name=\"ScatterPlotAxisLabelNotation\"/>\n"
12263 " <Property name=\"ScatterPlotAxisLabelPrecision\"/>\n"
12264 " </PropertyGroup>\n"
12265 " <PropertyGroup label=\"ScatterPlot Axis Label Properties\"\n"
12266 " panel_widget=\"FontEditor\"\n"
12267 " panel_visibility=\"advanced\">\n"
12268 " <Property name=\"ScatterPlotAxisLabelColor\" function=\"Color\"/>\n"
12269 " <Property name=\"ScatterPlotAxisLabelFontFamily\" function=\"Family\"/>\n"
12270 " <Property name=\"ScatterPlotAxisLabelFontFile\" function=\"File\"/>\n"
12271 " <Property name=\"ScatterPlotAxisLabelBold\" function=\"Bold\" />\n"
12272 " <Property name=\"ScatterPlotAxisLabelItalic\" function=\"Italics\"/>\n"
12273 " <Property name=\"ScatterPlotAxisLabelFontSize\" function=\"Size\" />\n"
12274 " </PropertyGroup>\n"
12275 "\n"
12276 " <!-- histogram -->\n"
12277 " <DoubleVectorProperty command=\"SetHistogramBackgroundColor\"\n"
12278 " default_values=\"0.5 0.5 0.5 0.4\"\n"
12279 " name=\"HistogramBackgroundColor\"\n"
12280 " number_of_elements=\"4\"\n"
12281 " panel_widget=\"color_selector\"\n"
12282 " panel_visibility=\"advanced\">\n"
12283 " <DoubleRangeDomain max=\"1 1 1 1\"\n"
12284 " min=\"0 0 0 0\"\n"
12285 " name=\"range\" />\n"
12286 " </DoubleVectorProperty>\n"
12287 " <DoubleVectorProperty command=\"SetHistogramAxisColor\"\n"
12288 " default_values=\"0 0 0\"\n"
12289 " name=\"HistogramAxisColor\"\n"
12290 " panel_widget=\"color_selector\"\n"
12291 " number_of_elements=\"3\"\n"
12292 " panel_visibility=\"advanced\">\n"
12293 " <DoubleRangeDomain max=\"1 1 1\"\n"
12294 " min=\"0 0 0\"\n"
12295 " name=\"range\" />\n"
12296 " </DoubleVectorProperty>\n"
12297 " <DoubleVectorProperty command=\"SetHistogramGridColor\"\n"
12298 " default_values=\"0.95 0.95 0.95\"\n"
12299 " name=\"HistogramGridColor\"\n"
12300 " panel_widget=\"color_selector\"\n"
12301 " number_of_elements=\"3\"\n"
12302 " panel_visibility=\"advanced\">\n"
12303 " <DoubleRangeDomain max=\"1 1 1\"\n"
12304 " min=\"0 0 0\"\n"
12305 " name=\"range\" />\n"
12306 " </DoubleVectorProperty>\n"
12307 " <IntVectorProperty command=\"SetHistogramGridVisibility\"\n"
12308 " default_values=\"1\"\n"
12309 " name=\"HistogramGridVisibility\"\n"
12310 " number_of_elements=\"1\"\n"
12311 " panel_visibility=\"advanced\">\n"
12312 " <BooleanDomain name=\"bool\" />\n"
12313 " </IntVectorProperty>\n"
12314 " <IntVectorProperty command=\"SetHistogramAxisLabelVisibility\"\n"
12315 " default_values=\"1\"\n"
12316 " name=\"HistogramAxisLabelVisibility\"\n"
12317 " number_of_elements=\"1\"\n"
12318 " panel_visibility=\"advanced\">\n"
12319 " <BooleanDomain name=\"bool\" />\n"
12320 " </IntVectorProperty>\n"
12321 " <IntVectorProperty command=\"SetHistogramAxisLabelNotation\"\n"
12322 " default_values=\"0\"\n"
12323 " panel_visibility=\"advanced\"\n"
12324 " name=\"HistogramAxisLabelNotation\"\n"
12325 " number_of_elements=\"1\">\n"
12326 " <EnumerationDomain name=\"enum\">\n"
12327 " <Entry text=\"Mixed\"\n"
12328 " value=\"0\" />\n"
12329 " <Entry text=\"Scientific\"\n"
12330 " value=\"1\" />\n"
12331 " <Entry text=\"Fixed\"\n"
12332 " value=\"2\" />\n"
12333 " </EnumerationDomain>\n"
12334 " </IntVectorProperty>\n"
12335 " <IntVectorProperty command=\"SetHistogramAxisLabelPrecision\"\n"
12336 " default_values=\"2\"\n"
12337 " panel_visibility=\"advanced\"\n"
12338 " name=\"HistogramAxisLabelPrecision\"\n"
12339 " number_of_elements=\"1\">\n"
12340 " <IntRangeDomain name=\"range\" min=\"0\"/>\n"
12341 " </IntVectorProperty>\n"
12342 " <StringVectorProperty command=\"SetHistogramAxisLabelFontFamily\"\n"
12343 " default_values=\"Arial\"\n"
12344 " name=\"HistogramAxisLabelFontFamily\"\n"
12345 " number_of_elements=\"1\">\n"
12346 " <StringListDomain name=\"list\">\n"
12347 " <String value=\"Arial\" />\n"
12348 " <String value=\"Courier\" />\n"
12349 " <String value=\"Times\" />\n"
12350 " <String value=\"File\" />\n"
12351 " </StringListDomain>\n"
12352 " <Documentation>Set the font familyname.</Documentation>\n"
12353 " </StringVectorProperty>\n"
12354 " <StringVectorProperty command=\"SetHistogramAxisLabelFontFile\"\n"
12355 " name=\"HistogramAxisLabelFontFile\"\n"
12356 " number_of_elements=\"1\"\n"
12357 " default_values=\"\">\n"
12358 " <Documentation>Set the font file.</Documentation>\n"
12359 " </StringVectorProperty>\n"
12360 " <IntVectorProperty command=\"SetHistogramAxisLabelFontSize\"\n"
12361 " default_values=\"12\"\n"
12362 " name=\"HistogramAxisLabelFontSize\"\n"
12363 " number_of_elements=\"1\">\n"
12364 " <Documentation>Set the axis title font size.</Documentation>\n"
12365 " </IntVectorProperty>\n"
12366 " <IntVectorProperty command=\"SetHistogramAxisLabelBold\"\n"
12367 " default_values=\"0\"\n"
12368 " name=\"HistogramAxisLabelBold\"\n"
12369 " number_of_elements=\"1\">\n"
12370 " <BooleanDomain name=\"bool\" />\n"
12371 " <Documentation>Set the axis title bold.</Documentation>\n"
12372 " </IntVectorProperty>\n"
12373 " <IntVectorProperty command=\"SetHistogramAxisLabelItalic\"\n"
12374 " default_values=\"0\"\n"
12375 " name=\"HistogramAxisLabelItalic\"\n"
12376 " number_of_elements=\"1\">\n"
12377 " <BooleanDomain name=\"bool\" />\n"
12378 " <Documentation>Set the axis title italic.</Documentation>\n"
12379 " </IntVectorProperty>\n"
12380 " <DoubleVectorProperty command=\"SetHistogramAxisLabelColor\"\n"
12381 " default_values=\"0 0 0\"\n"
12382 " name=\"HistogramAxisLabelColor\"\n"
12383 " number_of_elements=\"3\">\n"
12384 " <DoubleRangeDomain max=\"1\"\n"
12385 " min=\"0\"\n"
12386 " name=\"range\" />\n"
12387 " </DoubleVectorProperty>\n"
12388 "\n"
12389 " <PropertyGroup label=\"Histogram\"\n"
12390 " panel_visibility=\"advanced\">\n"
12391 " <Property name=\"HistogramBackgroundColor\"/>\n"
12392 " <Property name=\"HistogramAxisColor\"/>\n"
12393 " <Property name=\"HistogramGridColor\"/>\n"
12394 " <Property name=\"HistogramGridVisibility\"/>\n"
12395 " <Property name=\"HistogramAxisLabelVisibility\"/>\n"
12396 " <Property name=\"HistogramAxisLabelNotation\"/>\n"
12397 " <Property name=\"HistogramAxisLabelPrecision\"/>\n"
12398 " </PropertyGroup>\n"
12399 " <PropertyGroup label=\"Histogram Axis Label Properties\"\n"
12400 " panel_widget=\"FontEditor\"\n"
12401 " panel_visibility=\"advanced\">\n"
12402 " <Property name=\"HistogramAxisLabelColor\" function=\"Color\"/>\n"
12403 " <Property name=\"HistogramAxisLabelFontFamily\" function=\"Family\"/>\n"
12404 " <Property name=\"HistogramAxisLabelFontFile\" function=\"File\"/>\n"
12405 " <Property name=\"HistogramAxisLabelBold\" function=\"Bold\" />\n"
12406 " <Property name=\"HistogramAxisLabelItalic\" function=\"Italics\"/>\n"
12407 " <Property name=\"HistogramAxisLabelFontSize\" function=\"Size\" />\n"
12408 " </PropertyGroup>\n"
12409 "\n"
12410 " <Hints>\n"
12411 " <ShowOneRepresentationAtATime type=\"PlotMatrixRepresentation\" />\n"
12412 " <!-- When present, vtkSMParaViewPipelineController::Show() will\n"
12413 " result in hiding other representations that are currently visible\n"
12414 " -->\n"
12415 " </Hints>\n"
12416 "\n"
12417 " <!-- end of PlotMatrixViewProxy -->\n"
12418 " </PlotMatrixViewProxy>\n"
12419 " <!-- ================================================================== -->\n"
12420 " <SpreadSheetViewProxy base_proxygroup=\"internal_views\"\n"
12421 " base_proxyname=\"ViewBase\"\n"
12422 " class=\"vtkSpreadSheetView\"\n"
12423 " name=\"SpreadSheetView\"\n"
12424 " label=\"SpreadSheet View\"\n"
12425 " processes=\"client|dataserver|renderserver\"\n"
12426 " representation_name=\"SpreadSheetRepresentation\">\n"
12427 " <IntVectorProperty name=\"CellFontSize\"\n"
12428 " default_values=\"9\"\n"
12429 " number_of_elements=\"1\">\n"
12430 " <IntRangeDomain min=\"1\" max=\"48\" name=\"range\" />\n"
12431 " <Documentation>Sets the font size for cells in the\n"
12432 " spreadsheet.</Documentation>\n"
12433 " </IntVectorProperty>\n"
12434 " <IntVectorProperty name=\"HeaderFontSize\"\n"
12435 " default_values=\"9\"\n"
12436 " number_of_elements=\"1\">\n"
12437 " <IntRangeDomain min=\"1\" max=\"48\" name=\"range\" />\n"
12438 " <Documentation>Sets the font size for row and column headers\n"
12439 " in the spreadsheet.</Documentation>\n"
12440 " </IntVectorProperty>\n"
12441 " <IntVectorProperty command=\"SetShowExtractedSelection\"\n"
12442 " default_values=\"0\"\n"
12443 " name=\"SelectionOnly\"\n"
12444 " number_of_elements=\"1\"\n"
12445 " panel_visibility=\"never\">\n"
12446 " <Documentation>When set to 1, this representations shows only the\n"
12447 " selected cells (or points). The change will effect only after calling\n"
12448 " Update(). Note that changing this will clean all cache.</Documentation>\n"
12449 " <BooleanDomain name=\"bool\" />\n"
12450 " </IntVectorProperty>\n"
12451 " <IntVectorProperty command=\"SetGenerateCellConnectivity\"\n"
12452 " default_values=\"0\"\n"
12453 " name=\"GenerateCellConnectivity\"\n"
12454 " number_of_elements=\"1\"\n"
12455 " panel_visibility=\"never\">\n"
12456 " <BooleanDomain name=\"bool\" />\n"
12457 " <Documentation>Generation of the cell connectivity.</Documentation>\n"
12458 " </IntVectorProperty>\n"
12459 " <StringVectorProperty command=\"SetColumnNameToSort\"\n"
12460 " name=\"ColumnToSort\"\n"
12461 " number_of_elements=\"1\"\n"
12462 " panel_visibility=\"never\">\n"
12463 " </StringVectorProperty>\n"
12464 " <IntVectorProperty command=\"SetInvertSortOrder\"\n"
12465 " default_values=\"0\"\n"
12466 " name=\"InvertOrder\"\n"
12467 " number_of_elements=\"1\"\n"
12468 " panel_visibility=\"never\">\n"
12469 " <BooleanDomain name=\"bool\" />\n"
12470 " </IntVectorProperty>\n"
12471 " <IdTypeVectorProperty command=\"SetBlockSize\"\n"
12472 " default_values=\"1024\"\n"
12473 " name=\"BlockSize\"\n"
12474 " number_of_elements=\"1\"\n"
12475 " panel_visibility=\"never\">\n"
12476 " <Documentation>Get/Set the number of rows that fit within one block.\n"
12477 " The output of this filter will have at most BlockSize\n"
12478 " rows.</Documentation>\n"
12479 " </IdTypeVectorProperty>\n"
12480 " <StringVectorProperty command=\"HideColumnByLabel\"\n"
12481 " clean_command=\"ClearHiddenColumnsByLabel\"\n"
12482 " name=\"HiddenColumnLabels\"\n"
12483 " number_of_elements_per_command=\"1\"\n"
12484 " panel_visibility=\"never\"\n"
12485 " default_values_delimiter=\";\"\n"
12486 " default_values=\"Block Number\"\n"
12487 " number_of_elements=\"1\"\n"
12488 " repeat_command=\"1\">\n"
12489 " <Documentation>This is list of labels for columns that will be hidden\n"
12490 " in the view i.e. these columns won't be show in the GUI or exported\n"
12491 " when exporting the view.\n"
12492 " </Documentation>\n"
12493 " </StringVectorProperty>\n"
12494 " <IntVectorProperty command=\"SetFieldAssociation\"\n"
12495 ;
12496 
12497 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
12499 " default_values=\"0\"\n"
12500 " name=\"FieldAssociation\"\n"
12501 " number_of_elements=\"1\"\n"
12502 " panel_visibility=\"never\">\n"
12503 " <Documentation>Select the attribute data to pass.</Documentation>\n"
12504 " <FieldDataDomain enable_field_data=\"1\"\n"
12505 " name=\"enum\">\n"
12506 " </FieldDataDomain>\n"
12507 " </IntVectorProperty>\n"
12508 "\n"
12509 " <Hints>\n"
12510 " <ShowOneRepresentationAtATime />\n"
12511 " <!-- When present, vtkSMParaViewPipelineController::Show() will\n"
12512 " result in hiding other representations that are currently visible\n"
12513 " -->\n"
12514 " </Hints>\n"
12515 "\n"
12516 " <!-- End of SpreadSheetView -->\n"
12517 " </SpreadSheetViewProxy>\n"
12518 "\n"
12519 " <!-- ================================================================== -->\n"
12520 " <RenderViewProxy name=\"RenderViewWithEDL\" class=\"vtkPVRenderViewWithEDL\"\n"
12521 " label=\"Eye Dome Lighting\"\n"
12522 " processes=\"client|renderserver|dataserver\"\n"
12523 " base_proxygroup=\"views\"\n"
12524 " base_proxyname=\"RenderView\">\n"
12525 " <!-- End of EyeDomeLighting View -->\n"
12526 " </RenderViewProxy>\n"
12527 "\n"
12528 " </ProxyGroup>\n"
12529 "\n"
12530 " <!-- ==================================================================== -->\n"
12531 " <ProxyGroup name=\"internal_representations\">\n"
12532 " <PVRepresentationProxy class=\"vtkPVCompositeRepresentation\"\n"
12533 " name=\"PVRepresentationBase\"\n"
12534 " processes=\"client|renderserver|dataserver\">\n"
12535 " <Documentation>ParaView's default representation for showing any type of\n"
12536 " dataset in the render view.</Documentation>\n"
12537 " <InputProperty command=\"SetSelectionConnection\"\n"
12538 " name=\"Selection\">\n"
12539 " <DataTypeDomain name=\"input_type\">\n"
12540 " <DataType value=\"vtkSelection\" />\n"
12541 " </DataTypeDomain>\n"
12542 " <Documentation>Set the selection.</Documentation>\n"
12543 " </InputProperty>\n"
12544 " <IntVectorProperty command=\"SetVisibility\"\n"
12545 " default_values=\"1\"\n"
12546 " name=\"Visibility\"\n"
12547 " number_of_elements=\"1\"\n"
12548 " panel_visibility=\"never\">\n"
12549 " <BooleanDomain name=\"bool\" />\n"
12550 " <Documentation>Set the visibility for this\n"
12551 " representation.</Documentation>\n"
12552 " </IntVectorProperty>\n"
12553 " <IntVectorProperty command=\"SetForceUseCache\"\n"
12554 " default_values=\"0\"\n"
12555 " is_internal=\"1\"\n"
12556 " name=\"ForceUseCache\"\n"
12557 " number_of_elements=\"1\">\n"
12558 " <BooleanDomain name=\"bool\" />\n"
12559 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
12560 " and representations cache based on what the view tells it. However in\n"
12561 " some cases we may want to force a representation to cache irrespective\n"
12562 " of the view (e.g. comparative views). In which case these ivars can up\n"
12563 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
12564 " Instead, ForcedCacheKey is used.</Documentation>\n"
12565 " </IntVectorProperty>\n"
12566 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
12567 " default_values=\"none\"\n"
12568 " is_internal=\"1\"\n"
12569 " name=\"ForcedCacheKey\"\n"
12570 " number_of_elements=\"1\">\n"
12571 " <DoubleRangeDomain name=\"range\" />\n"
12572 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
12573 " and representations cache based on what the view tells it. However in\n"
12574 " some cases we may want to force a representation to cache irrespective\n"
12575 " of the view (e.g. comparative views). In which case these ivars can up\n"
12576 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
12577 " Instead, ForcedCacheKey is used.</Documentation>\n"
12578 " </DoubleVectorProperty>\n"
12579 " <IntVectorProperty command=\"SetSelectionVisibility\"\n"
12580 " default_values=\"1\"\n"
12581 " name=\"SelectionVisibility\"\n"
12582 " number_of_elements=\"1\"\n"
12583 " panel_visibility=\"never\">\n"
12584 " <BooleanDomain name=\"bool\" />\n"
12585 " <Documentation>Set the visibility for the selection, if\n"
12586 " any.</Documentation>\n"
12587 " </IntVectorProperty>\n"
12588 " <RepresentationType subproxy=\"OutlineRepresentation\"\n"
12589 " text=\"Outline\" />\n"
12590 " <RepresentationType subproxy=\"FeatureEdgesRepresentation\"\n"
12591 " text=\"Feature Edges\" />\n"
12592 " <RepresentationType subproxy=\"SurfaceRepresentation\"\n"
12593 " subtype=\"Points\"\n"
12594 " text=\"Points\" />\n"
12595 " <RepresentationType subproxy=\"SurfaceRepresentation\"\n"
12596 " subtype=\"Wireframe\"\n"
12597 " text=\"Wireframe\" />\n"
12598 " <RepresentationType subproxy=\"SurfaceRepresentation\"\n"
12599 " subtype=\"Surface\"\n"
12600 " text=\"Surface\" />\n"
12601 " <RepresentationType subproxy=\"SurfaceRepresentation\"\n"
12602 " subtype=\"Surface With Edges\"\n"
12603 " text=\"Surface With Edges\" />\n"
12604 " <RepresentationType subproxy=\"Glyph3DRepresentation\"\n"
12605 " subtype=\"Surface\"\n"
12606 " text=\"3D Glyphs\" />\n"
12607 " <RepresentationType subproxy=\"PointGaussianRepresentation\"\n"
12608 " text=\"Point Gaussian\" />\n"
12609 " <StringVectorProperty command=\"GetRepresentationTypes\"\n"
12610 " information_only=\"1\"\n"
12611 " name=\"RepresentationTypesInfo\"\n"
12612 " si_class=\"vtkSIDataArrayProperty\">\n"
12613 " <Documentation>Property that lists the available representation types.\n"
12614 " This is used by the domain for \"Representation\" to setup the list of\n"
12615 " types available correctly.</Documentation>\n"
12616 " </StringVectorProperty>\n"
12617 " <StringVectorProperty command=\"SetActiveRepresentation\"\n"
12618 " default_values=\"Surface\"\n"
12619 " name=\"Representation\"\n"
12620 " number_of_elements=\"1\"\n"
12621 " panel_visibility=\"default\"\n"
12622 " panel_widget=\"display_representation_selector\" >\n"
12623 " <Documentation>Choose the type for the representation.</Documentation>\n"
12624 " <RepresentationTypeDomain name=\"list\">\n"
12625 " <RequiredProperties>\n"
12626 " <Property function=\"StringList\"\n"
12627 " name=\"RepresentationTypesInfo\" />\n"
12628 " <Property function=\"Input\"\n"
12629 " name=\"Input\" />\n"
12630 " </RequiredProperties>\n"
12631 " </RepresentationTypeDomain>\n"
12632 " </StringVectorProperty>\n"
12633 " <StringVectorProperty command=\"SetCellFieldDataArrayName\"\n"
12634 " default_values=\"vtkOriginalCellIds\"\n"
12635 " name=\"SelectionCellFieldDataArrayName\"\n"
12636 " number_of_elements=\"1\"\n"
12637 " panel_visibility=\"never\">\n"
12638 " <ArrayListDomain input_domain_name=\"input_array_cell\"\n"
12639 " name=\"array_list\">\n"
12640 " <RequiredProperties>\n"
12641 " <Property function=\"Input\" name=\"Input\" />\n"
12642 " </RequiredProperties>\n"
12643 " </ArrayListDomain>\n"
12644 " </StringVectorProperty>\n"
12645 " <StringVectorProperty command=\"SetPointFieldDataArrayName\"\n"
12646 " default_values=\"vtkOriginalPointIds\"\n"
12647 " name=\"SelectionPointFieldDataArrayName\"\n"
12648 " number_of_elements=\"1\"\n"
12649 " panel_visibility=\"never\">\n"
12650 " <ArrayListDomain input_domain_name=\"input_array_point\"\n"
12651 " name=\"array_list\">\n"
12652 " <RequiredProperties>\n"
12653 " <Property function=\"Input\" name=\"Input\" />\n"
12654 " </RequiredProperties>\n"
12655 " </ArrayListDomain>\n"
12656 " </StringVectorProperty>\n"
12657 " <SubProxy>\n"
12658 " <Proxy name=\"SurfaceRepresentation\"\n"
12659 " proxygroup=\"representations\"\n"
12660 " proxyname=\"SurfaceRepresentation\"></Proxy>\n"
12661 " <ExposedProperties>\n"
12662 " <PropertyGroup panel_visibility=\"default\"\n"
12663 " panel_widget=\"ColorEditor\"\n"
12664 " label=\"Coloring\" >\n"
12665 " <Property name=\"AmbientColor\" />\n"
12666 " <Property name=\"ColorArrayName\" />\n"
12667 " <Property name=\"DiffuseColor\" />\n"
12668 " <Property name=\"LookupTable\" />\n"
12669 " <Property name=\"UseSeparateColorMap\" />\n"
12670 " </PropertyGroup>\n"
12671 "\n"
12672 " <PropertyGroup label=\"Scalar Coloring\">\n"
12673 " <Property name=\"MapScalars\"\n"
12674 " panel_visibility=\"advanced\" />\n"
12675 " <Property name=\"MultiComponentsMapping\"\n"
12676 " panel_visibility=\"advanced\" />\n"
12677 " <Property name=\"InterpolateScalarsBeforeMapping\"\n"
12678 " panel_visibility=\"advanced\" />\n"
12679 " </PropertyGroup>\n"
12680 "\n"
12681 " <PropertyGroup label=\"Styling\">\n"
12682 " <Property name=\"Opacity\"\n"
12683 " panel_visibility=\"default\" />\n"
12684 " <Property name=\"PointSize\"\n"
12685 " panel_visibility=\"advanced\"\n"
12686 " panel_visibility_default_for_representation=\"points\" />\n"
12687 " <Property name=\"LineWidth\"\n"
12688 " panel_visibility=\"advanced\"\n"
12689 " panel_visibility_default_for_representation=\"wireframe\" />\n"
12690 " <Property name=\"RenderLinesAsTubes\"\n"
12691 " panel_visibility=\"advanced\"\n"
12692 " panel_visibility_default_for_representation=\"wireframe\"/>\n"
12693 " <Property name=\"RenderPointsAsSpheres\"\n"
12694 " panel_visibility=\"advanced\"\n"
12695 " panel_visibility_default_for_representation=\"points\"/>\n"
12696 " <Hints>\n"
12697 " <!--Hide for volume and slice representation-->\n"
12698 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
12699 " <Expression type=\"or\">\n"
12700 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12701 " mode=\"visibility\"\n"
12702 " property=\"Representation\"\n"
12703 " value=\"Surface\" />\n"
12704 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12705 " mode=\"visibility\"\n"
12706 " property=\"Representation\"\n"
12707 " value=\"Surface With Edges\" />\n"
12708 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12709 " mode=\"visibility\"\n"
12710 " property=\"Representation\"\n"
12711 " value=\"Outline\" />\n"
12712 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12713 " mode=\"visibility\"\n"
12714 " property=\"Representation\"\n"
12715 " value=\"Points\" />\n"
12716 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12717 " mode=\"visibility\"\n"
12718 " property=\"Representation\"\n"
12719 " value=\"Wireframe\" />\n"
12720 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12721 " mode=\"visibility\"\n"
12722 " property=\"Representation\"\n"
12723 " value=\"3D Glyphs\" />\n"
12724 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12725 " mode=\"visibility\"\n"
12726 " property=\"Representation\"\n"
12727 " value=\"Point Gaussian\" />\n"
12728 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12729 " mode=\"visibility\"\n"
12730 " property=\"Representation\"\n"
12731 " value=\"Feature Edges\" />\n"
12732 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12733 " mode=\"visibility\"\n"
12734 " property=\"Representation\"\n"
12735 " value=\"Stream Lines\" />\n"
12736 " </Expression>\n"
12737 " </PropertyWidgetDecorator>\n"
12738 " </Hints>\n"
12739 " </PropertyGroup>\n"
12740 "\n"
12741 " <PropertyGroup label=\"Lighting\">\n"
12742 " <Property name=\"Interpolation\"\n"
12743 " panel_visibility=\"advanced\" />\n"
12744 " <Property name=\"Specular\"\n"
12745 " panel_visibility=\"default\" />\n"
12746 " <Property name=\"SpecularColor\"\n"
12747 " panel_widget=\"color_selector\"\n"
12748 " panel_visibility=\"advanced\" />\n"
12749 " <Property name=\"InteractiveSelectionColor\"\n"
12750 " panel_visibility=\"never\" />\n"
12751 " <Property name=\"SpecularPower\"\n"
12752 " panel_visibility=\"advanced\" />\n"
12753 " <Property name=\"Luminosity\"\n"
12754 " panel_visibility=\"advanced\" />\n"
12755 " <Property name=\"Ambient\" panel_visibility=\"advanced\"/>\n"
12756 " <Property name=\"Diffuse\" panel_visibility=\"advanced\"/>\n"
12757 " <Property name=\"Roughness\" panel_visibility=\"advanced\"/>\n"
12758 " <Property name=\"Metallic\" panel_visibility=\"advanced\"/>\n"
12759 " <Property name=\"EdgeTint\"\n"
12760 " panel_widget=\"color_selector\"\n"
12761 " panel_visibility=\"advanced\"/>\n"
12762 " <Property name=\"SelectTCoordArray\" panel_visibility=\"advanced\"/>\n"
12763 " <Property name=\"SelectNormalArray\" panel_visibility=\"advanced\"/>\n"
12764 " <Property name=\"SelectTangentArray\" panel_visibility=\"advanced\"/>\n"
12765 " <Property name=\"Texture\" panel_visibility=\"advanced\"/>\n"
12766 " <Property name=\"RepeatTextures\" panel_visibility=\"advanced\"/>\n"
12767 " <Property name=\"InterpolateTextures\" panel_visibility=\"advanced\"/>\n"
12768 " <Property name=\"SeamlessU\" panel_visibility=\"advanced\"/>\n"
12769 " <Property name=\"SeamlessV\" panel_visibility=\"advanced\"/>\n"
12770 " <Property name=\"UseMipmapTextures\" panel_visibility=\"advanced\"/>\n"
12771 " <Property name=\"BaseColorTexture\" panel_visibility=\"advanced\"/>\n"
12772 " <Property name=\"NormalTexture\" panel_visibility=\"advanced\"/>\n"
12773 " <Property name=\"NormalScale\" panel_visibility=\"advanced\"/>\n"
12774 " <Property name=\"MaterialTexture\" panel_visibility=\"advanced\"/>\n"
12775 " <Property name=\"OcclusionStrength\" panel_visibility=\"advanced\"/>\n"
12776 " <Property name=\"EmissiveTexture\" panel_visibility=\"advanced\"/>\n"
12777 " <Property name=\"EmissiveFactor\" panel_visibility=\"advanced\"/>\n"
12778 ;
12779 
12780 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
12782 " <Property name=\"FlipTextures\" panel_visibility=\"advanced\"/>\n"
12783 " <!--Hide for volumes and non surface representations-->\n"
12784 " <Hints>\n"
12785 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
12786 " <Expression type=\"or\">\n"
12787 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12788 " mode=\"visibility\"\n"
12789 " property=\"Representation\"\n"
12790 " value=\"Surface\" />\n"
12791 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12792 " mode=\"visibility\"\n"
12793 " property=\"Representation\"\n"
12794 " value=\"Surface With Edges\" />\n"
12795 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12796 " mode=\"visibility\"\n"
12797 " property=\"Representation\"\n"
12798 " value=\"3D Glyphs\" />\n"
12799 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12800 " mode=\"visibility\"\n"
12801 " property=\"RenderLinesAsTubes\"\n"
12802 " value=\"1\" />\n"
12803 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12804 " mode=\"visibility\"\n"
12805 " property=\"RenderPointsAsSpheres\"\n"
12806 " value=\"1\" />\n"
12807 " </Expression>\n"
12808 " </PropertyWidgetDecorator>\n"
12809 " </Hints>\n"
12810 " </PropertyGroup>\n"
12811 "\n"
12812 " <PropertyGroup label=\"Edge Styling\">\n"
12813 " <Property name=\"EdgeColor\"\n"
12814 " panel_widget=\"color_selector_with_palette\"\n"
12815 " panel_visibility=\"advanced\"\n"
12816 " panel_visibility_default_for_representation=\"Surface With Edges\" />\n"
12817 " </PropertyGroup>\n"
12818 "\n"
12819 " <PropertyGroup label=\"Backface Styling\">\n"
12820 " <Property name=\"BackfaceRepresentation\"\n"
12821 " panel_visibility=\"advanced\" />\n"
12822 " <Property name=\"BackfaceAmbientColor\"\n"
12823 " panel_widget=\"color_selector\"\n"
12824 " panel_visibility=\"advanced\" />\n"
12825 " <Property name=\"BackfaceDiffuseColor\"\n"
12826 " panel_widget=\"color_selector\"\n"
12827 " panel_visibility=\"advanced\" />\n"
12828 " <Property name=\"BackfaceOpacity\"\n"
12829 " panel_visibility=\"advanced\" />\n"
12830 " </PropertyGroup>\n"
12831 "\n"
12832 " <PropertyGroup label=\"Transforming\">\n"
12833 " <Property name=\"Position\"\n"
12834 " panel_visibility=\"advanced\" />\n"
12835 " <Property name=\"Scale\"\n"
12836 " panel_visibility=\"advanced\" />\n"
12837 " <Property name=\"Orientation\"\n"
12838 " panel_visibility=\"advanced\" />\n"
12839 " <Property name=\"Origin\"\n"
12840 " panel_visibility=\"advanced\" />\n"
12841 " <Property name=\"CoordinateShiftScaleMethod\"\n"
12842 " panel_visibility=\"advanced\"/>\n"
12843 " </PropertyGroup>\n"
12844 "\n"
12845 " <PropertyGroup label=\"Miscellaneous\">\n"
12846 " <Property name=\"Pickable\"\n"
12847 " panel_visibility=\"advanced\" />\n"
12848 " <Property name=\"StaticMode\"\n"
12849 " panel_visibility=\"never\" />\n"
12850 " <Property name=\"SuppressLOD\"\n"
12851 " panel_visibility=\"never\" />\n"
12852 " <Property name=\"UserTransform\"\n"
12853 " panel_visibility=\"never\" />\n"
12854 " <Property name=\"Triangulate\"\n"
12855 " panel_visibility=\"advanced\" />\n"
12856 " <Property name=\"UseShaderReplacements\"\n"
12857 " panel_visibility=\"advanced\" />\n"
12858 " <Property name=\"ShaderReplacements\"\n"
12859 " panel_visibility=\"advanced\" />\n"
12860 " <Property name=\"NonlinearSubdivisionLevel\"\n"
12861 " panel_visibility=\"advanced\" />\n"
12862 " <Property name=\"BlockVisibility\"\n"
12863 " panel_visibility=\"never\" />\n"
12864 " <Property name=\"BlockColor\"\n"
12865 " panel_visibility=\"never\" />\n"
12866 " <Property name=\"BlockOpacity\"\n"
12867 " panel_visibility=\"never\" />\n"
12868 " <Property name=\"BlockColorsDistinctValues\"\n"
12869 " panel_visibility=\"advanced\" />\n"
12870 " <Property name=\"UseDataPartitions\"\n"
12871 " panel_visibility=\"advanced\" />\n"
12872 " </PropertyGroup>\n"
12873 "\n"
12874 " <PropertyGroup panel_visibility=\"advanced\"\n"
12875 " label=\"Ray Tracing\" >\n"
12876 " <Property name=\"OSPRayUseScaleArray\" />\n"
12877 " <Property name=\"OSPRayScaleArray\" />\n"
12878 " <Property name=\"OSPRayScaleFunction\" />\n"
12879 " <Property name=\"OSPRayMaterial\" />\n"
12880 " </PropertyGroup>\n"
12881 "\n"
12882 " </ExposedProperties>\n"
12883 " </SubProxy>\n"
12884 " <SubProxy>\n"
12885 " <Proxy name=\"OutlineRepresentation\"\n"
12886 " proxygroup=\"representations\"\n"
12887 " proxyname=\"OutlineRepresentation\"></Proxy>\n"
12888 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
12889 " <Exception name=\"Input\" />\n"
12890 " <Exception name=\"Visibility\" />\n"
12891 " </ShareProperties>\n"
12892 " </SubProxy>\n"
12893 " <SubProxy>\n"
12894 " <Proxy name=\"FeatureEdgesRepresentation\"\n"
12895 " proxygroup=\"representations\"\n"
12896 " proxyname=\"FeatureEdgesRepresentation\"></Proxy>\n"
12897 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
12898 " <Exception name=\"Input\" />\n"
12899 " <Exception name=\"Visibility\" />\n"
12900 " </ShareProperties>\n"
12901 " </SubProxy>\n"
12902 " <SubProxy>\n"
12903 " <Proxy name=\"Glyph3DRepresentation\"\n"
12904 " proxygroup=\"representations\"\n"
12905 " proxyname=\"Glyph3DRepresentation\"></Proxy>\n"
12906 " <ExposedProperties>\n"
12907 " <PropertyGroup label=\"Glyph Parameters\"\n"
12908 " panel_visibility=\"advanced\">\n"
12909 " <Property name=\"Masking\"\n"
12910 " panel_visibility=\"never\" />\n"
12911 " <Property name=\"MeshVisibility\"\n"
12912 " panel_visibility=\"never\" />\n"
12913 " <Property name=\"Orient\"\n"
12914 " panel_visibility=\"advanced\" />\n"
12915 " <Property name=\"OrientationMode\"\n"
12916 " panel_visibility=\"advanced\" />\n"
12917 " <Property name=\"SelectOrientationVectors\"\n"
12918 " panel_visibility=\"advanced\" />\n"
12919 " <Property name=\"Scaling\"\n"
12920 " panel_visibility=\"advanced\" />\n"
12921 " <Property name=\"ScaleMode\"\n"
12922 " panel_visibility=\"advanced\" />\n"
12923 " <Property name=\"ScaleFactor\"\n"
12924 " panel_visibility=\"advanced\" />\n"
12925 " <Property name=\"SelectMaskArray\"\n"
12926 " panel_visibility=\"never\" />\n"
12927 " <Property name=\"SelectScaleArray\"\n"
12928 " panel_visibility=\"advanced\" />\n"
12929 " <Property name=\"GlyphType\"\n"
12930 " panel_visibility=\"advanced\"\n"
12931 " panel_visibility_default_for_representation=\"3d glyphs\"/>\n"
12932 " <Property name=\"UseGlyphTable\"\n"
12933 " panel_visibility=\"advanced\"/>\n"
12934 " <Property name=\"GlyphTableIndexArray\"\n"
12935 " panel_visibility=\"advanced\"/>\n"
12936 " <Property name=\"UseCompositeGlyphTable\"\n"
12937 " panel_visibility=\"advanced\"/>\n"
12938 " <Property name=\"UseGlyphCullingAndLOD\"\n"
12939 " panel_visibility=\"advanced\"/>\n"
12940 " <Property name=\"LODValues\"\n"
12941 " panel_visibility=\"advanced\"/>\n"
12942 " <Property name=\"ColorByLODIndex\"\n"
12943 " panel_visibility=\"advanced\"/>\n"
12944 " <Hints>\n"
12945 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12946 " mode=\"visibility\"\n"
12947 " property=\"Representation\"\n"
12948 " value=\"3D Glyphs\" />\n"
12949 " </Hints>\n"
12950 " </PropertyGroup>\n"
12951 " </ExposedProperties>\n"
12952 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
12953 " <Exception name=\"Input\" />\n"
12954 " <Exception name=\"Visibility\" />\n"
12955 " </ShareProperties>\n"
12956 " </SubProxy>\n"
12957 " <SubProxy>\n"
12958 " <Proxy name=\"PointGaussianRepresentation\"\n"
12959 " proxygroup=\"representations\" proxyname=\"PointGaussianRepresentation\">\n"
12960 " </Proxy>\n"
12961 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
12962 " <Exception name=\"Input\" />\n"
12963 " <Exception name=\"Visibility\" />\n"
12964 " </ShareProperties>\n"
12965 " <ExposedProperties>\n"
12966 " <PropertyGroup label=\"Point Gaussian\">\n"
12967 " <Property name=\"GaussianRadius\" />\n"
12968 " <Property name=\"ShaderPreset\" />\n"
12969 " <Property name=\"CustomTriangleScale\" />\n"
12970 " <Property name=\"CustomShader\" />\n"
12971 " <Property name=\"Emissive\" />\n"
12972 " <Property name=\"ScaleByArray\" />\n"
12973 " <Property name=\"SetScaleArray\" />\n"
12974 " <Property name=\"ScaleArrayComponent\" />\n"
12975 " <Property name=\"UseScaleFunction\" />\n"
12976 " <Property name=\"ScaleTransferFunction\" />\n"
12977 " <Property name=\"OpacityByArray\" />\n"
12978 " <Property name=\"OpacityArray\" />\n"
12979 " <Property name=\"OpacityArrayComponent\" />\n"
12980 " <Property name=\"OpacityTransferFunction\" />\n"
12981 " <Hints>\n"
12982 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
12983 " mode=\"visibility\"\n"
12984 " property=\"Representation\"\n"
12985 " value=\"Point Gaussian\" />\n"
12986 " </Hints>\n"
12987 " </PropertyGroup>\n"
12988 " </ExposedProperties>\n"
12989 " </SubProxy>\n"
12990 " <ProxyProperty name=\"DataAxesGrid\"\n"
12991 " command=\"SetGridAxesRepresentation\"\n"
12992 " panel_widget=\"proxy_editor\" >\n"
12993 " <ProxyListDomain name=\"proxy_list\">\n"
12994 " <Proxy group=\"representations\" name=\"GridAxesRepresentation\" />\n"
12995 " </ProxyListDomain>\n"
12996 " <Hints>\n"
12997 " <!-- tell pqProxyEditorPropertyWidget that use the \"GridAxesVisibility\"\n"
12998 " property on the GridAxes3DRepr for a checkbox on the UI -->\n"
12999 " <ProxyEditorPropertyWidget property=\"GridAxesVisibility\" />\n"
13000 " </Hints>\n"
13001 " </ProxyProperty>\n"
13002 " <SubProxy command=\"SetSelectionRepresentation\">\n"
13003 " <Proxy name=\"SelectionRepresentation\"\n"
13004 " proxygroup=\"representations\"\n"
13005 " proxyname=\"SelectionRepresentation\" />\n"
13006 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
13007 " <Exception name=\"Input\" />\n"
13008 " <Exception name=\"Visibility\" />\n"
13009 " <Exception name=\"Representation\" />\n"
13010 " <Exception name=\"Color\" />\n"
13011 " <Exception name=\"LineWidth\" />\n"
13012 " <Exception name=\"Opacity\" />\n"
13013 " <Exception name=\"PointSize\" />\n"
13014 " </ShareProperties>\n"
13015 " <ExposedProperties>\n"
13016 " <Property exposed_name=\"SelectionColor\" name=\"Color\" panel_visibility=\"never\" />\n"
13017 " <Property exposed_name=\"SelectionOpacity\" name=\"Opacity\" panel_visibility=\"never\" />\n"
13018 " <Property exposed_name=\"SelectionUseOutline\" name=\"UseOutline\" panel_visibility=\"never\" />\n"
13019 " <Property exposed_name=\"SelectionRepresentation\" name=\"Representation\" panel_visibility=\"never\" />\n"
13020 " <Property exposed_name=\"SelectionPointSize\" name=\"PointSize\" panel_visibility=\"never\" />\n"
13021 " <Property exposed_name=\"SelectionLineWidth\" name=\"LineWidth\" panel_visibility=\"never\" />\n"
13022 " <Property exposed_name=\"SelectionCellLabelVisibility\" name=\"CellLabelVisibility\" panel_visibility=\"never\"/>\n"
13023 " <PropertyGroup label=\"Cell Label Font\" panel_visibility=\"never\" panel_widget=\"FontEditor\">\n"
13024 " <Property exposed_name=\"SelectionCellLabelBold\" name=\"CellLabelBold\" function=\"Bold\"/>\n"
13025 " <Property exposed_name=\"SelectionCellLabelColor\" name=\"CellLabelColor\" function=\"Color\"/>\n"
13026 " <Property exposed_name=\"SelectionCellLabelFontFamily\" name=\"CellLabelFontFamily\" function=\"Family\"/>\n"
13027 " <Property exposed_name=\"SelectionCellLabelFontFile\" name=\"CellLabelFontFile\" function=\"File\"/>\n"
13028 " <Property exposed_name=\"SelectionCellLabelFontSize\" name=\"CellLabelFontSize\" function=\"Size\"/>\n"
13029 " <Property exposed_name=\"SelectionCellLabelItalic\" name=\"CellLabelItalic\" function=\"Italics\"/>\n"
13030 " <Property exposed_name=\"SelectionCellLabelJustification\" name=\"CellLabelJustification\" function=\"Justification\"/>\n"
13031 " <Property exposed_name=\"SelectionCellLabelOpacity\" name=\"CellLabelOpacity\" function=\"Opacity\"/>\n"
13032 " <Property exposed_name=\"SelectionCellLabelShadow\" name=\"CellLabelShadow\" function=\"Shadow\"/>\n"
13033 " </PropertyGroup>\n"
13034 " <Property exposed_name=\"SelectionCellLabelFormat\" name=\"CellLabelFormat\" panel_visibility=\"never\"/>\n"
13035 " <Property exposed_name=\"SelectionPointLabelVisibility\" name=\"PointLabelVisibility\" panel_visibility=\"never\"/>\n"
13036 " <Property exposed_name=\"SelectionMaximumNumberOfLabels\" name=\"MaximumNumberOfLabels\"/>\n"
13037 " <PropertyGroup label=\"Point Label Font\" panel_visibility=\"never\" panel_widget=\"FontEditor\">\n"
13038 " <Property exposed_name=\"SelectionPointLabelBold\" name=\"PointLabelBold\" function=\"Bold\"/>\n"
13039 " <Property exposed_name=\"SelectionPointLabelColor\" name=\"PointLabelColor\" function=\"Color\"/>\n"
13040 " <Property exposed_name=\"SelectionPointLabelFontFamily\" name=\"PointLabelFontFamily\" function=\"Family\"/>\n"
13041 " <Property exposed_name=\"SelectionPointLabelFontFile\" name=\"PointLabelFontFile\" function=\"File\"/>\n"
13042 " <Property exposed_name=\"SelectionPointLabelFontSize\" name=\"PointLabelFontSize\" function=\"Size\"/>\n"
13043 " <Property exposed_name=\"SelectionPointLabelItalic\" name=\"PointLabelItalic\" function=\"Italics\"/>\n"
13044 " <Property exposed_name=\"SelectionPointLabelJustification\" name=\"PointLabelJustification\" function=\"Justification\"/>\n"
13045 " <Property exposed_name=\"SelectionPointLabelOpacity\" name=\"PointLabelOpacity\" function=\"Opacity\"/>\n"
13046 " <Property exposed_name=\"SelectionPointLabelShadow\" name=\"PointLabelShadow\" function=\"Shadow\"/>\n"
13047 " </PropertyGroup>\n"
13048 " <Property exposed_name=\"SelectionPointLabelFormat\" name=\"PointLabelFormat\" panel_visibility=\"never\"/>\n"
13049 " </ExposedProperties>\n"
13050 " </SubProxy>\n"
13051 " <ProxyProperty name=\"PolarAxes\"\n"
13052 " command=\"SetPolarAxesRepresentation\"\n"
13053 " panel_visibility=\"advanced\"\n"
13054 " panel_widget=\"proxy_editor\">\n"
13055 " <ProxyListDomain name=\"proxy_list\">\n"
13056 ;
13057 
13058 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
13060 " <Proxy group=\"representations\" name=\"PolarAxesRepresentation\" />\n"
13061 " </ProxyListDomain>\n"
13062 " <Hints>\n"
13063 " <ProxyEditorPropertyWidget property=\"Visibility\"/>\n"
13064 " <!-- tell pqProxyEditorPropertyWidget that use the \"Visibility\"\n"
13065 " property on the PolarAxesActor proxy for a checkbox\n"
13066 " on the UI -->\n"
13067 " </Hints>\n"
13068 " </ProxyProperty>\n"
13069 " <PropertyGroup label=\"Annotations\">\n"
13070 " <Property name=\"PolarAxes\"\n"
13071 " panel_visibility=\"advanced\" />\n"
13072 " </PropertyGroup>\n"
13073 " </PVRepresentationProxy>\n"
13074 " </ProxyGroup>\n"
13075 "\n"
13076 " <!-- ==================================================================== -->\n"
13077 " <ProxyGroup name=\"representations\">\n"
13078 " <!-- ================================================================== -->\n"
13079 " <PVRepresentationProxy base_proxygroup=\"internal_representations\"\n"
13080 " base_proxyname=\"PVRepresentationBase\"\n"
13081 " class=\"vtkPVCompositeRepresentation\"\n"
13082 " name=\"GeometryRepresentation\"\n"
13083 " processes=\"client|renderserver|dataserver\">\n"
13084 " <Documentation>ParaView's default representation for showing any type of\n"
13085 " dataset in the render view.</Documentation>\n"
13086 " <InputProperty command=\"SetInputConnection\"\n"
13087 " name=\"Input\">\n"
13088 " <DataTypeDomain composite_data_supported=\"1\"\n"
13089 " name=\"input_type\">\n"
13090 " <DataType value=\"vtkDataSet\" />\n"
13091 " <DataType value=\"vtkGenericDataSet\" />\n"
13092 " <DataType value=\"vtkHyperTreeGrid\" />\n"
13093 " </DataTypeDomain>\n"
13094 " <InputArrayDomain attribute_type=\"cell\"\n"
13095 " name=\"input_array_cell\"\n"
13096 " optional=\"1\"></InputArrayDomain>\n"
13097 " <InputArrayDomain attribute_type=\"point\"\n"
13098 " name=\"input_array_point\"\n"
13099 " optional=\"1\"></InputArrayDomain>\n"
13100 " <Documentation>Set the input to the representation.</Documentation>\n"
13101 " </InputProperty>\n"
13102 " <!-- End of GeometryRepresentation -->\n"
13103 " </PVRepresentationProxy>\n"
13104 " <!-- ================================================================== -->\n"
13105 " <PVRepresentationProxy base_proxygroup=\"representations\"\n"
13106 " base_proxyname=\"UnstructuredGridRepresentation\"\n"
13107 " class=\"vtkPVCompositeRepresentation\"\n"
13108 " name=\"UnstructuredGridBaseRepresentation\"\n"
13109 " processes=\"client|renderserver|dataserver\">\n"
13110 " <Deprecated deprecated_in=\"5.4\" to_remove_in=\"5.5\">\n"
13111 " This is no longer needed. Simply use UniformGridVolumeRepresentation.\n"
13112 " </Deprecated>\n"
13113 " </PVRepresentationProxy>\n"
13114 "\n"
13115 " <!-- ================================================================== -->\n"
13116 "\n"
13117 " <PVRepresentationProxy base_proxygroup=\"internal_representations\"\n"
13118 " base_proxyname=\"PVRepresentationBase\"\n"
13119 " class=\"vtkPVCompositeRepresentation\"\n"
13120 " name=\"UnstructuredGridRepresentation\"\n"
13121 " processes=\"client|renderserver|dataserver\">\n"
13122 " <Documentation>This representation is used to show unstructured grid as\n"
13123 " Surface/Outline/Points/Wireframe/Volume</Documentation>\n"
13124 " <!-- this adds to what is already defined in PVRepresentationBase -->\n"
13125 " <RepresentationType subproxy=\"VolumeRepresentation\"\n"
13126 " text=\"Volume\" />\n"
13127 " <InputProperty command=\"SetInputConnection\"\n"
13128 " name=\"Input\">\n"
13129 " <DataTypeDomain composite_data_supported=\"1\"\n"
13130 " name=\"input_type\">\n"
13131 " <DataType value=\"vtkUnstructuredGrid\" />\n"
13132 " <DataType value=\"vtkUnstructuredGridBase\" />\n"
13133 " </DataTypeDomain>\n"
13134 " <InputArrayDomain attribute_type=\"cell\"\n"
13135 " name=\"input_array_cell\"\n"
13136 " optional=\"1\"></InputArrayDomain>\n"
13137 " <InputArrayDomain attribute_type=\"point\"\n"
13138 " name=\"input_array_point\"\n"
13139 " optional=\"1\"></InputArrayDomain>\n"
13140 " <Documentation>Set the input to the representation.</Documentation>\n"
13141 " </InputProperty>\n"
13142 " <SubProxy>\n"
13143 " <Proxy name=\"VolumeRepresentation\"\n"
13144 " proxygroup=\"representations\"\n"
13145 " proxyname=\"UnstructuredGridVolumeRepresentation\" />\n"
13146 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
13147 " <Exception name=\"Input\" />\n"
13148 " <Exception name=\"Visibility\" />\n"
13149 " </ShareProperties>\n"
13150 " <ExposedProperties>\n"
13151 " <PropertyGroup label=\"Volume Rendering\">\n"
13152 " <Property name=\"ScalarOpacityFunction\" />\n"
13153 " <Property name=\"ScalarOpacityUnitDistance\"\n"
13154 " panel_visibility=\"advanced\" />\n"
13155 " <Property name=\"UseSeparateOpacityArray\"\n"
13156 " panel_visibility=\"advanced\" />\n"
13157 " <Property name=\"OpacityArrayName\"\n"
13158 " panel_visibility=\"advanced\" />\n"
13159 " <Property name=\"OpacityComponent\"\n"
13160 " panel_visibility=\"advanced\" />\n"
13161 " <Property name=\"ExtractedBlockIndex\"\n"
13162 " panel_visibility=\"advanced\" />\n"
13163 " <Property name=\"SelectMapper\"\n"
13164 " panel_visibility=\"advanced\"\n"
13165 " panel_visibility_default_for_representation=\"volume\" />\n"
13166 " <Property name=\"SamplingDimensions\"\n"
13167 " panel_visibility=\"advanced\"\n"
13168 " panel_visibility_default_for_representation=\"volume\"/>\n"
13169 " <Property name=\"UseFloatingPointFrameBuffer\" />\n"
13170 " <Hints>\n"
13171 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
13172 " <Expression type=\"or\">\n"
13173 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13174 " mode=\"visibility\"\n"
13175 " property=\"Representation\"\n"
13176 " value=\"Volume\" />\n"
13177 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13178 " mode=\"visibility\"\n"
13179 " property=\"Representation\"\n"
13180 " value=\"NVIDIA IndeX\" />\n"
13181 " </Expression>\n"
13182 " </PropertyWidgetDecorator>\n"
13183 " </Hints>\n"
13184 " </PropertyGroup>\n"
13185 " </ExposedProperties>\n"
13186 " </SubProxy>\n"
13187 " <Hints>\n"
13188 " <!-- pqDisplayRepresentationWidget respects this hint to put out\n"
13189 " a warning for the user before switching to this type of Representation.\n"
13190 " The user can then accept or reject the change.\n"
13191 " BUG #15117\n"
13192 " -->\n"
13193 " <WarnOnRepresentationChange value=\"Volume\" />\n"
13194 " </Hints>\n"
13195 " <!-- End of UnstructuredGridRepresentation -->\n"
13196 " </PVRepresentationProxy>\n"
13197 "\n"
13198 " <!-- ================================================================== -->\n"
13199 " <PVRepresentationProxy base_proxygroup=\"internal_representations\"\n"
13200 " base_proxyname=\"PVRepresentationBase\"\n"
13201 " class=\"vtkPVCompositeRepresentation\"\n"
13202 " name=\"StructuredGridRepresentation\"\n"
13203 " processes=\"client|renderserver|dataserver\">\n"
13204 " <Documentation>This representation is used to show structured grid as\n"
13205 " Surface/Outline/Points/Wireframe/Volume</Documentation>\n"
13206 " <!-- this adds to what is already defined in PVRepresentationBase -->\n"
13207 " <RepresentationType subproxy=\"VolumeRepresentation\"\n"
13208 " text=\"Volume\" />\n"
13209 " <InputProperty command=\"SetInputConnection\"\n"
13210 " name=\"Input\">\n"
13211 " <DataTypeDomain composite_data_supported=\"1\"\n"
13212 " name=\"input_type\">\n"
13213 " <DataType value=\"vtkStructuredGrid\" />\n"
13214 " </DataTypeDomain>\n"
13215 " <InputArrayDomain attribute_type=\"point\"\n"
13216 " name=\"input_array_point\"\n"
13217 " optional=\"1\"></InputArrayDomain>\n"
13218 " <Documentation>Set the input to the representation.</Documentation>\n"
13219 " </InputProperty>\n"
13220 " <SubProxy>\n"
13221 " <Proxy name=\"VolumeRepresentation\"\n"
13222 " proxygroup=\"representations\"\n"
13223 " proxyname=\"StructuredGridVolumeRepresentation\" />\n"
13224 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
13225 " <Exception name=\"Input\" />\n"
13226 " <Exception name=\"Visibility\" />\n"
13227 " </ShareProperties>\n"
13228 " <ExposedProperties>\n"
13229 " <PropertyGroup label=\"Volume Rendering\">\n"
13230 " <Property name=\"ScalarOpacityFunction\" />\n"
13231 " <Property name=\"ScalarOpacityUnitDistance\"\n"
13232 " panel_visibility=\"advanced\" />\n"
13233 " <Property name=\"ExtractedBlockIndex\"\n"
13234 " panel_visibility=\"never\" />\n"
13235 " <Property name=\"SelectMapper\"\n"
13236 " panel_visibility=\"advanced\"\n"
13237 " panel_visibility_default_for_representation=\"volume\" />\n"
13238 " <Property name=\"SamplingDimensions\"\n"
13239 " panel_visibility=\"advanced\"\n"
13240 " panel_visibility_default_for_representation=\"volume\"/>\n"
13241 " <Hints>\n"
13242 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13243 " mode=\"visibility\"\n"
13244 " property=\"Representation\"\n"
13245 " value=\"Volume\" />\n"
13246 " </Hints>\n"
13247 " </PropertyGroup>\n"
13248 " </ExposedProperties>\n"
13249 " </SubProxy>\n"
13250 " <Hints>\n"
13251 " <!-- pqDisplayRepresentationWidget respects this hint to put out\n"
13252 " a warning for the user before switching to this type of Representation.\n"
13253 " The user can then accept or reject the change.\n"
13254 " BUG #15117\n"
13255 " -->\n"
13256 " <WarnOnRepresentationChange value=\"Volume\" />\n"
13257 " </Hints>\n"
13258 " <!-- End of StructuredGridRepresentation -->\n"
13259 " </PVRepresentationProxy>\n"
13260 " <PVRepresentationProxy base_proxygroup=\"internal_representations\"\n"
13261 " base_proxyname=\"PVRepresentationBase\"\n"
13262 " class=\"vtkPVCompositeRepresentation\"\n"
13263 " name=\"UniformGridRepresentation\"\n"
13264 " processes=\"client|renderserver|dataserver\">\n"
13265 " <Documentation>This representation is used to show image data as\n"
13266 " Surface/Outline/Points/Wireframe/Volume/Slice.</Documentation>\n"
13267 " <!-- this adds to the types already defined in PVRepresentationBase -->\n"
13268 " <RepresentationType subproxy=\"VolumeRepresentation\"\n"
13269 " text=\"Volume\" />\n"
13270 " <RepresentationType subproxy=\"SliceRepresentation\"\n"
13271 " text=\"Slice\" />\n"
13272 " <InputProperty command=\"SetInputConnection\"\n"
13273 " name=\"Input\">\n"
13274 " <DataTypeDomain composite_data_supported=\"1\"\n"
13275 " name=\"input_type\">\n"
13276 " <DataType value=\"vtkImageData\" />\n"
13277 " <DataType value=\"vtkRectilinearGrid\" />\n"
13278 " </DataTypeDomain>\n"
13279 " <InputArrayDomain attribute_type=\"cell\"\n"
13280 " name=\"input_array_cell\"\n"
13281 " optional=\"1\"></InputArrayDomain>\n"
13282 " <InputArrayDomain attribute_type=\"point\"\n"
13283 " name=\"input_array_point\"\n"
13284 " optional=\"1\"></InputArrayDomain>\n"
13285 " <Documentation>Set the input to the representation.</Documentation>\n"
13286 " </InputProperty>\n"
13287 " <SubProxy>\n"
13288 " <Proxy name=\"VolumeRepresentation\"\n"
13289 " proxygroup=\"representations\"\n"
13290 " proxyname=\"UniformGridVolumeRepresentation\" />\n"
13291 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
13292 " <Exception name=\"Input\" />\n"
13293 " <Exception name=\"Visibility\" />\n"
13294 " </ShareProperties>\n"
13295 " <ExposedProperties>\n"
13296 " <PropertyGroup label=\"Volume Rendering\">\n"
13297 " <Property name=\"ScalarOpacityUnitDistance\"\n"
13298 " panel_visibility=\"advanced\" />\n"
13299 " <Property name=\"ScalarOpacityFunction\" />\n"
13300 " <Property name=\"UseSeparateOpacityArray\"\n"
13301 " panel_visibility=\"advanced\" />\n"
13302 " <Property name=\"OpacityArrayName\"\n"
13303 " panel_visibility=\"advanced\" />\n"
13304 " <Property name=\"OpacityComponent\"\n"
13305 " panel_visibility=\"advanced\" />\n"
13306 " <Property name=\"VolumeRenderingMode\"\n"
13307 " panel_visibility=\"advanced\"\n"
13308 " panel_visibility_default_for_representation=\"volume\" />\n"
13309 " <Property name=\"Shade\"\n"
13310 " panel_visibility=\"advanced\"\n"
13311 " panel_visibility_default_for_representation=\"volume\" />\n"
13312 " <Property name=\"InterpolationType\"\n"
13313 " panel_visibility=\"never\" />\n"
13314 " <Property name=\"BlendMode\" />\n"
13315 " <Property name=\"IsosurfaceValues\" />\n"
13316 " <Property name=\"SliceFunction\" />\n"
13317 " <Property name=\"UseCropping\" />\n"
13318 " <Hints>\n"
13319 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
13320 " <Expression type=\"or\">\n"
13321 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13322 " mode=\"visibility\"\n"
13323 " property=\"Representation\"\n"
13324 " value=\"Volume\" />\n"
13325 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13326 " mode=\"visibility\"\n"
13327 " property=\"Representation\"\n"
13328 " value=\"NVIDIA IndeX\" />\n"
13329 " </Expression>\n"
13330 " </PropertyWidgetDecorator>\n"
13331 " </Hints>\n"
13332 " </PropertyGroup>\n"
13333 " <PropertyGroup label=\"Cropping Parameters\" panel_widget=\"InteractiveBox\">\n"
13334 " <Property function=\"Position\" name=\"CroppingOrigin\" />\n"
13335 " <Property function=\"Scale\" name=\"CroppingScale\" />\n"
13336 " <Property function=\"Input\" name=\"DummyInput\" />\n"
13337 " <Hints>\n"
13338 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
13339 " <Expression type=\"and\">\n"
13340 " <Expression type=\"or\">\n"
13341 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13342 " mode=\"visibility\"\n"
13343 " property=\"Representation\"\n"
13344 " value=\"Volume\" />\n"
13345 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13346 " mode=\"visibility\"\n"
13347 " property=\"Representation\"\n"
13348 " value=\"NVIDIA IndeX\" />\n"
13349 ;
13350 
13351 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
13353 " </Expression>\n"
13354 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13355 " mode=\"visibility\"\n"
13356 " property=\"UseCropping\"\n"
13357 " value=\"1\" />\n"
13358 " </Expression>\n"
13359 " </PropertyWidgetDecorator>\n"
13360 " </Hints>\n"
13361 " </PropertyGroup>\n"
13362 " </ExposedProperties>\n"
13363 " <LinkProperties>\n"
13364 " <Property name=\"DummyInput\" with_property=\"Input\" />\n"
13365 " </LinkProperties>\n"
13366 " </SubProxy>\n"
13367 " <SubProxy>\n"
13368 " <Proxy name=\"SliceRepresentation\"\n"
13369 " proxygroup=\"representations\"\n"
13370 " proxyname=\"ImageSliceRepresentation\" />\n"
13371 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
13372 " <Exception name=\"Input\" />\n"
13373 " <Exception name=\"Visibility\" />\n"
13374 " </ShareProperties>\n"
13375 " <ExposedProperties>\n"
13376 " <PropertyGroup label=\"Slicing\">\n"
13377 " <Property name=\"SliceMode\"\n"
13378 " panel_visibility=\"advanced\"\n"
13379 " panel_visibility_default_for_representation=\"slice\" />\n"
13380 " <Property name=\"Slice\"\n"
13381 " panel_visibility=\"advanced\"\n"
13382 " panel_visibility_default_for_representation=\"slice\" />\n"
13383 " <Hints>\n"
13384 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13385 " mode=\"visibility\"\n"
13386 " property=\"Representation\"\n"
13387 " value=\"Slice\" />\n"
13388 " </Hints>\n"
13389 " </PropertyGroup>\n"
13390 " </ExposedProperties>\n"
13391 " </SubProxy>\n"
13392 " <Hints>\n"
13393 " <!-- pqDisplayRepresentationWidget respects this hint to put out\n"
13394 " a warning for the user before switching to this type of Representation.\n"
13395 " The user can then accept or reject the change.\n"
13396 " BUG #15117\n"
13397 " -->\n"
13398 " <WarnOnRepresentationChange value=\"Volume\" />\n"
13399 " </Hints>\n"
13400 " <!-- End of UniformGridRepresentation -->\n"
13401 " </PVRepresentationProxy>\n"
13402 " <!-- ================================================================== -->\n"
13403 " <PVRepresentationProxy base_proxygroup=\"internal_representations\"\n"
13404 " base_proxyname=\"PVRepresentationBase\"\n"
13405 " class=\"vtkPVCompositeRepresentation\"\n"
13406 " name=\"AMRRepresentation\"\n"
13407 " processes=\"client|renderserver|dataserver\">\n"
13408 " <Documentation>This representation is used to show AMR data as\n"
13409 " Surface/Outline/Points/Wireframe/Volume.</Documentation>\n"
13410 " <!-- this adds to the types already defined in PVRepresentationBase -->\n"
13411 " <RepresentationType subproxy=\"VolumeRepresentation\"\n"
13412 " text=\"Volume\" />\n"
13413 " <RepresentationType subproxy=\"AMROutlineRepresentation\"\n"
13414 " text=\"AMR Blocks\" />\n"
13415 " <InputProperty command=\"SetInputConnection\"\n"
13416 " name=\"Input\">\n"
13417 " <DataTypeDomain name=\"input_type\">\n"
13418 " <DataType value=\"vtkOverlappingAMR\" />\n"
13419 " </DataTypeDomain>\n"
13420 " <InputArrayDomain attribute_type=\"cell\"\n"
13421 " name=\"input_array_cell\"\n"
13422 " optional=\"1\"></InputArrayDomain>\n"
13423 " <InputArrayDomain attribute_type=\"point\"\n"
13424 " name=\"input_array_point\"\n"
13425 " optional=\"1\"></InputArrayDomain>\n"
13426 " <Documentation>Set the input to the representation.</Documentation>\n"
13427 " </InputProperty>\n"
13428 "\n"
13429 " <SubProxy>\n"
13430 " <Proxy name=\"VolumeRepresentation\"\n"
13431 " proxygroup=\"internal_representations\"\n"
13432 " proxyname=\"AMRVolumeRepresentation\" />\n"
13433 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
13434 " <Exception name=\"Input\" />\n"
13435 " </ShareProperties>\n"
13436 " <ExposedProperties>\n"
13437 " <PropertyGroup label=\"Volume Rendering\">\n"
13438 " <Property name=\"ScalarOpacityUnitDistance\"\n"
13439 " panel_visibility=\"advanced\" />\n"
13440 " <Property name=\"ScalarOpacityFunction\" />\n"
13441 " <Property name=\"VolumeRenderingMode\" />\n"
13442 " <Property name=\"ResamplingMode\" />\n"
13443 " <Property name=\"StreamingRequestSize\" />\n"
13444 " <Property name=\"NumberOfSamples\" />\n"
13445 " <Property name=\"Shade\" />\n"
13446 " <Hints>\n"
13447 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13448 " mode=\"visibility\"\n"
13449 " property=\"Representation\"\n"
13450 " value=\"Volume\" />\n"
13451 " </Hints>\n"
13452 " </PropertyGroup>\n"
13453 " </ExposedProperties>\n"
13454 " </SubProxy>\n"
13455 "\n"
13456 " <SubProxy>\n"
13457 " <Proxy name=\"AMROutlineRepresentation\"\n"
13458 " proxygroup=\"internal_representations\"\n"
13459 " proxyname=\"AMROutlineRepresentation\" />\n"
13460 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
13461 " <Exception name=\"Input\" />\n"
13462 " </ShareProperties>\n"
13463 " </SubProxy>\n"
13464 "\n"
13465 " <Hints>\n"
13466 " <!-- pqDisplayRepresentationWidget respects this hint to put out\n"
13467 " a warning for the user before switching to this type of Representation.\n"
13468 " The user can then accept or reject the change.\n"
13469 " BUG #15117\n"
13470 " -->\n"
13471 " <WarnOnRepresentationChange value=\"Volume\" />\n"
13472 " </Hints>\n"
13473 "\n"
13474 " <!-- End of AMRRepresentation -->\n"
13475 " </PVRepresentationProxy>\n"
13476 "\n"
13477 " <!-- ================================================================== -->\n"
13478 " <RepresentationProxy class=\"vtkStructuredGridVolumeRepresentation\"\n"
13479 " name=\"StructuredGridVolumeRepresentation\"\n"
13480 " processes=\"client|renderserver|dataserver\"\n"
13481 " si_class=\"vtkSIUnstructuredGridVolumeRepresentationProxy\"\n"
13482 " base_proxygroup=\"representations\"\n"
13483 " base_proxyname=\"UnstructuredGridVolumeRepresentation\">\n"
13484 " </RepresentationProxy>\n"
13485 "\n"
13486 " <!-- ================================================================== -->\n"
13487 " <RepresentationProxy class=\"vtkImageVolumeRepresentation\"\n"
13488 " name=\"UniformGridVolumeRepresentation\"\n"
13489 " processes=\"client|renderserver|dataserver\"\n"
13490 " si_class=\"vtkSIProxy\">\n"
13491 " <Documentation>Representation for rendering a vtkImageData as\n"
13492 " volume.</Documentation>\n"
13493 " <InputProperty command=\"SetInputConnection\"\n"
13494 " name=\"Input\">\n"
13495 " <DataTypeDomain composite_data_supported=\"0\"\n"
13496 " name=\"input_type\">\n"
13497 " <DataType value=\"vtkImageData\" />\n"
13498 " </DataTypeDomain>\n"
13499 " <InputArrayDomain attribute_type=\"any\"\n"
13500 " name=\"input_array_any\">\n"
13501 " </InputArrayDomain>\n"
13502 " <Documentation>Set the input to the representation.</Documentation>\n"
13503 " </InputProperty>\n"
13504 " <IntVectorProperty command=\"SetVisibility\"\n"
13505 " default_values=\"1\"\n"
13506 " name=\"Visibility\"\n"
13507 " number_of_elements=\"1\">\n"
13508 " <BooleanDomain name=\"bool\" />\n"
13509 " <Documentation>Set the visibility for this\n"
13510 " representation.</Documentation>\n"
13511 " </IntVectorProperty>\n"
13512 " <IntVectorProperty command=\"SetForceUseCache\"\n"
13513 " default_values=\"0\"\n"
13514 " is_internal=\"1\"\n"
13515 " name=\"ForceUseCache\"\n"
13516 " number_of_elements=\"1\">\n"
13517 " <BooleanDomain name=\"bool\" />\n"
13518 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
13519 " and representations cache based on what the view tells it. However in\n"
13520 " some cases we may want to force a representation to cache irrespective\n"
13521 " of the view (e.g. comparative views). In which case these ivars can up\n"
13522 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
13523 " Instead, ForcedCacheKey is used.</Documentation>\n"
13524 " </IntVectorProperty>\n"
13525 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
13526 " default_values=\"none\"\n"
13527 " is_internal=\"1\"\n"
13528 " name=\"ForcedCacheKey\"\n"
13529 " number_of_elements=\"1\">\n"
13530 " <DoubleRangeDomain name=\"range\" />\n"
13531 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
13532 " and representations cache based on what the view tells it. However in\n"
13533 " some cases we may want to force a representation to cache irrespective\n"
13534 " of the view (e.g. comparative views). In which case these ivars can up\n"
13535 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
13536 " Instead, ForcedCacheKey is used.</Documentation>\n"
13537 " </DoubleVectorProperty>\n"
13538 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
13539 " element_types=\"0 0 0 0 2\"\n"
13540 " name=\"ColorArrayName\"\n"
13541 " no_custom_default=\"1\"\n"
13542 " number_of_elements=\"5\">\n"
13543 " <Documentation>\n"
13544 " Set the array to color with. One must specify the field association and\n"
13545 " the array name of the array. If the array is missing, scalar coloring will\n"
13546 " automatically be disabled.\n"
13547 " </Documentation>\n"
13548 " <RepresentedArrayListDomain name=\"array_list\"\n"
13549 " input_domain_name=\"input_array_any\">\n"
13550 " <RequiredProperties>\n"
13551 " <Property function=\"Input\" name=\"Input\" />\n"
13552 " </RequiredProperties>\n"
13553 " </RepresentedArrayListDomain>\n"
13554 " </StringVectorProperty>\n"
13555 " <IntVectorProperty command=\"SetUseSeparateOpacityArray\"\n"
13556 " default_values=\"0\"\n"
13557 " name=\"UseSeparateOpacityArray\"\n"
13558 " number_of_elements=\"1\"\n"
13559 " panel_visibility=\"advanced\">\n"
13560 " <BooleanDomain name=\"bool\"/>\n"
13561 " <Documentation>\n"
13562 " If this property is on, the Opacity Array will be used to determine the\n"
13563 " point gaussian sprites.\n"
13564 " </Documentation>\n"
13565 " </IntVectorProperty>\n"
13566 " <StringVectorProperty name=\"OpacityArrayName\"\n"
13567 " command=\"SelectOpacityArray\"\n"
13568 " number_of_elements=\"5\"\n"
13569 " element_types=\"0 0 0 0 2\"\n"
13570 " label=\"Volume Opacity Array\"\n"
13571 " panel_visibility=\"advanced\">\n"
13572 " <ArrayListDomain name=\"array_list\"\n"
13573 " input_domain_name=\"input_point_array\">\n"
13574 " <RequiredProperties>\n"
13575 " <Property name=\"Input\" function=\"Input\"/>\n"
13576 " </RequiredProperties>\n"
13577 " </ArrayListDomain>\n"
13578 " <Documentation>\n"
13579 " This property specifies the name of the input array to map to opacity.\n"
13580 " </Documentation>\n"
13581 " <Hints>\n"
13582 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
13583 " <Property name=\"UseSeparateOpacityArray\" function=\"boolean\" />\n"
13584 " </PropertyWidgetDecorator>\n"
13585 " </Hints>\n"
13586 " </StringVectorProperty>\n"
13587 " <IntVectorProperty animateable=\"0\"\n"
13588 " command=\"SelectOpacityArrayComponent\"\n"
13589 " default_values=\"0\"\n"
13590 " name=\"OpacityComponent\"\n"
13591 " number_of_elements=\"1\">\n"
13592 " <NumberOfComponentsDomain name=\"comps\" enable_magnitude=\"1\">\n"
13593 " <RequiredProperties>\n"
13594 " <Property function=\"Input\"\n"
13595 " name=\"Input\" />\n"
13596 " <Property function=\"ArraySelection\"\n"
13597 " name=\"OpacityArrayName\" />\n"
13598 " </RequiredProperties>\n"
13599 " </NumberOfComponentsDomain>\n"
13600 " <Documentation>\n"
13601 " This property indicates the component of the array to be used for opacity.\n"
13602 " </Documentation>\n"
13603 " <Hints>\n"
13604 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
13605 " <Property name=\"UseSeparateOpacityArray\" function=\"boolean\" />\n"
13606 " </PropertyWidgetDecorator>\n"
13607 " </Hints>\n"
13608 " </IntVectorProperty>\n"
13609 " <DoubleVectorProperty command=\"SetPosition\"\n"
13610 " default_values=\"0 0 0\"\n"
13611 " name=\"Position\"\n"
13612 " number_of_elements=\"3\">\n"
13613 " <DoubleRangeDomain name=\"range\" />\n"
13614 " </DoubleVectorProperty>\n"
13615 " <DoubleVectorProperty command=\"SetScale\"\n"
13616 " default_values=\"1 1 1\"\n"
13617 " name=\"Scale\"\n"
13618 " number_of_elements=\"3\">\n"
13619 " <DoubleRangeDomain name=\"range\" />\n"
13620 " </DoubleVectorProperty>\n"
13621 " <DoubleVectorProperty command=\"SetOrientation\"\n"
13622 " default_values=\"0 0 0\"\n"
13623 " name=\"Orientation\"\n"
13624 " number_of_elements=\"3\">\n"
13625 " <DoubleRangeDomain name=\"range\" />\n"
13626 " </DoubleVectorProperty>\n"
13627 " <DoubleVectorProperty command=\"SetOrigin\"\n"
13628 " default_values=\"0 0 0\"\n"
13629 " name=\"Origin\"\n"
13630 " number_of_elements=\"3\">\n"
13631 " <DoubleRangeDomain name=\"range\" />\n"
13632 " </DoubleVectorProperty>\n"
13633 " <IntVectorProperty command=\"SetPickable\"\n"
13634 " default_values=\"1\"\n"
13635 " name=\"Pickable\"\n"
13636 " number_of_elements=\"1\">\n"
13637 " <Hints>\n"
13638 " <NoDefault />\n"
13639 " </Hints>\n"
13640 " <BooleanDomain name=\"bool\" />\n"
13641 " </IntVectorProperty>\n"
13642 " <IntVectorProperty command=\"SetInterpolationType\"\n"
13643 " default_values=\"2\"\n"
13644 " name=\"InterpolationType\"\n"
13645 " number_of_elements=\"1\">\n"
13646 " <EnumerationDomain name=\"enum\">\n"
13647 " <Entry text=\"Nearest\"\n"
13648 " value=\"0\" />\n"
13649 " <Entry text=\"Linear\"\n"
13650 " value=\"1\" />\n"
13651 " <Entry text=\"Cubic\"\n"
13652 " value=\"2\" />\n"
13653 " </EnumerationDomain>\n"
13654 " </IntVectorProperty>\n"
13655 " <ProxyProperty command=\"SetColor\"\n"
13656 " name=\"LookupTable\" >\n"
13657 " <ProxyGroupDomain name=\"groups\">\n"
13658 " <Group name=\"transfer_functions\" />\n"
13659 " </ProxyGroupDomain>\n"
13660 " </ProxyProperty>\n"
13661 " <DoubleVectorProperty command=\"SetAmbient\"\n"
13662 " default_values=\"0.0\"\n"
13663 " name=\"Ambient\"\n"
13664 " number_of_elements=\"1\">\n"
13665 " <DoubleRangeDomain max=\"1\"\n"
13666 " min=\"0\"\n"
13667 " name=\"range\" />\n"
13668 " </DoubleVectorProperty>\n"
13669 " <DoubleVectorProperty command=\"SetDiffuse\"\n"
13670 " default_values=\"1.0\"\n"
13671 " name=\"Diffuse\"\n"
13672 ;
13673 
13674 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
13676 " number_of_elements=\"1\">\n"
13677 " <DoubleRangeDomain max=\"1\"\n"
13678 " min=\"0\"\n"
13679 " name=\"range\" />\n"
13680 " </DoubleVectorProperty>\n"
13681 " <DoubleVectorProperty command=\"SetSpecular\"\n"
13682 " default_values=\"0.0\"\n"
13683 " name=\"Specular\"\n"
13684 " number_of_elements=\"1\">\n"
13685 " <DoubleRangeDomain max=\"1\"\n"
13686 " min=\"0\"\n"
13687 " name=\"range\" />\n"
13688 " </DoubleVectorProperty>\n"
13689 " <DoubleVectorProperty command=\"SetSpecularPower\"\n"
13690 " default_values=\"100.0\"\n"
13691 " name=\"SpecularPower\"\n"
13692 " number_of_elements=\"1\">\n"
13693 " <DoubleRangeDomain max=\"100\"\n"
13694 " min=\"0\"\n"
13695 " name=\"range\" />\n"
13696 " </DoubleVectorProperty>\n"
13697 " <IntVectorProperty command=\"SetShade\"\n"
13698 " default_values=\"0\"\n"
13699 " name=\"Shade\"\n"
13700 " number_of_elements=\"1\">\n"
13701 " <BooleanDomain name=\"bool\" />\n"
13702 " <Documentation>Enable/Disable shading.</Documentation>\n"
13703 " </IntVectorProperty>\n"
13704 " <IntVectorProperty command=\"SetMapScalars\"\n"
13705 " default_values=\"1\"\n"
13706 " name=\"MapScalars\"\n"
13707 " number_of_elements=\"1\">\n"
13708 " <BooleanDomain name=\"bool\" />\n"
13709 " <Documentation>When enabled, LookupTable will always be\n"
13710 " used for scalar mapping. Otherwise, when up to 4 component\n"
13711 " scalars are present, the components are clamped to a valid\n"
13712 " color interval (0-255 for an integral type and 0.0-1.0 for a\n"
13713 " floating point type) and then directly used as\n"
13714 " color.</Documentation>\n"
13715 " </IntVectorProperty>\n"
13716 " <IntVectorProperty command=\"SetMultiComponentsMapping\"\n"
13717 " default_values=\"0\"\n"
13718 " name=\"MultiComponentsMapping\"\n"
13719 " number_of_elements=\"1\">\n"
13720 " <BooleanDomain name=\"bool\" />\n"
13721 " <Hints>\n"
13722 " <PropertyWidgetDecorator type=\"MultiComponentsDecorator\"\n"
13723 " components=\"2 4\" />\n"
13724 " </Hints>\n"
13725 " </IntVectorProperty>\n"
13726 " <ProxyProperty command=\"SetScalarOpacity\"\n"
13727 " name=\"ScalarOpacityFunction\">\n"
13728 " <ProxyGroupDomain name=\"groups\">\n"
13729 " <Group name=\"piecewise_functions\" />\n"
13730 " </ProxyGroupDomain>\n"
13731 " </ProxyProperty>\n"
13732 " <IntVectorProperty command=\"SetRequestedRenderMode\"\n"
13733 " default_values=\"0\"\n"
13734 " name=\"VolumeRenderingMode\"\n"
13735 " number_of_elements=\"1\">\n"
13736 " <EnumerationDomain name=\"enum\">\n"
13737 " <Entry text=\"Smart\" value=\"0\" />\n"
13738 " <Entry text=\"Ray Cast Only\" value=\"1\" />\n"
13739 " <Entry text=\"GPU Based\" value=\"2\" />\n"
13740 " <Entry text=\"OSPRay Based\" value=\"3\" />\n"
13741 " </EnumerationDomain>\n"
13742 " </IntVectorProperty>\n"
13743 " <DoubleVectorProperty command=\"SetScalarOpacityUnitDistance\"\n"
13744 " default_values=\"1\"\n"
13745 " name=\"ScalarOpacityUnitDistance\"\n"
13746 " number_of_elements=\"1\">\n"
13747 " <BoundsDomain mode=\"approximate_cell_length\"\n"
13748 " name=\"bounds\" >\n"
13749 " <RequiredProperties>\n"
13750 " <Property function=\"Input\"\n"
13751 " name=\"Input\" />\n"
13752 " </RequiredProperties>\n"
13753 " </BoundsDomain>\n"
13754 " <Hints>\n"
13755 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13756 " mode=\"visibility\"\n"
13757 " property=\"BlendMode\"\n"
13758 " value=\"6\"\n"
13759 " inverse=\"1\" />\n"
13760 " </Hints>\n"
13761 " </DoubleVectorProperty>\n"
13762 " <IntVectorProperty command=\"SetBlendMode\"\n"
13763 " default_values=\"0\"\n"
13764 " name=\"BlendMode\"\n"
13765 " number_of_elements=\"1\">\n"
13766 " <EnumerationDomain name=\"enum\">\n"
13767 " <!-- See vtkVolumeMapper::BlendModes -->\n"
13768 " <Entry text=\"Composite\"\n"
13769 " value=\"0\" />\n"
13770 " <Entry text=\"Isosurface\"\n"
13771 " value=\"5\" />\n"
13772 " <Entry text=\"Slice\"\n"
13773 " value=\"6\" />\n"
13774 " </EnumerationDomain>\n"
13775 " <Documentation>This property specifies how the samples should be blended</Documentation>\n"
13776 " </IntVectorProperty>\n"
13777 " <DoubleVectorProperty animateable=\"1\"\n"
13778 " command=\"SetIsosurfaceValue\"\n"
13779 " label=\"Isosurfaces\"\n"
13780 " name=\"IsosurfaceValues\"\n"
13781 " number_of_elements=\"0\"\n"
13782 " number_of_elements_per_command=\"1\"\n"
13783 " repeat_command=\"1\"\n"
13784 " set_number_command=\"SetNumberOfIsosurfaces\"\n"
13785 " use_index=\"1\">\n"
13786 " <ArrayRangeDomain name=\"scalar_range\">\n"
13787 " <RequiredProperties>\n"
13788 " <Property function=\"Input\"\n"
13789 " name=\"Input\" />\n"
13790 " <Property function=\"ArraySelection\"\n"
13791 " name=\"ColorArrayName\" />\n"
13792 " </RequiredProperties>\n"
13793 " </ArrayRangeDomain>\n"
13794 " <Documentation>This property specifies the values at which to display\n"
13795 " isosurfaces and also the number of such values.</Documentation>\n"
13796 " <Hints>\n"
13797 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13798 " mode=\"visibility\"\n"
13799 " property=\"BlendMode\"\n"
13800 " value=\"5\" />\n"
13801 " <!-- enable this widget when BlendMode==Isosurface -->\n"
13802 " </Hints>\n"
13803 " </DoubleVectorProperty>\n"
13804 " <ProxyProperty command=\"SetSliceFunction\"\n"
13805 " label=\"Slice Type\"\n"
13806 " name=\"SliceFunction\">\n"
13807 " <ProxyGroupDomain name=\"groups\">\n"
13808 " <Group name=\"implicit_functions\" />\n"
13809 " </ProxyGroupDomain>\n"
13810 " <ProxyListDomain name=\"proxy_list\">\n"
13811 " <Proxy group=\"implicit_functions\"\n"
13812 " name=\"Plane\" />\n"
13813 " </ProxyListDomain>\n"
13814 " <Documentation>This property sets the parameters of the slice\n"
13815 " function.</Documentation>\n"
13816 " <Hints>\n"
13817 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13818 " mode=\"visibility\"\n"
13819 " property=\"BlendMode\"\n"
13820 " value=\"6\" />\n"
13821 " <!-- enable this widget when BlendMode==Slice -->\n"
13822 " </Hints>\n"
13823 " </ProxyProperty>\n"
13824 " <IntVectorProperty command=\"SetCropping\"\n"
13825 " default_values=\"0\"\n"
13826 " name=\"UseCropping\"\n"
13827 " number_of_elements=\"1\">\n"
13828 " <BooleanDomain name=\"bool\"/>\n"
13829 " <Documentation>This property specifies if the cropping is enabled.</Documentation>\n"
13830 " </IntVectorProperty>\n"
13831 " <DoubleVectorProperty animateable=\"1\"\n"
13832 " command=\"SetCroppingOrigin\"\n"
13833 " name=\"CroppingOrigin\"\n"
13834 " number_of_elements=\"3\"\n"
13835 " argument_is_array=\"1\"\n"
13836 " default_values=\"0 0 0\">\n"
13837 " <Documentation>This property specifies the cropping origin.</Documentation>\n"
13838 " </DoubleVectorProperty>\n"
13839 " <DoubleVectorProperty animateable=\"1\"\n"
13840 " command=\"SetCroppingScale\"\n"
13841 " name=\"CroppingScale\"\n"
13842 " number_of_elements=\"3\"\n"
13843 " argument_is_array=\"1\"\n"
13844 " default_values=\"1 1 1\">\n"
13845 " <Documentation>This property specifies the cropping scale.</Documentation>\n"
13846 " </DoubleVectorProperty>\n"
13847 " <InputProperty is_internal=\"1\" name=\"DummyInput\" />\n"
13848 " <Hints>\n"
13849 " <ProxyList>\n"
13850 " <Link name=\"DummyInput\"\n"
13851 " with_property=\"Input\" />\n"
13852 " </ProxyList>\n"
13853 " </Hints>\n"
13854 "\n"
13855 " <!-- end of UniformGridVolumeRepresentation -->\n"
13856 " </RepresentationProxy>\n"
13857 "\n"
13858 " <!-- ================================================================== -->\n"
13859 " <RepresentationProxy class=\"vtkOutlineRepresentation\"\n"
13860 " name=\"OutlineRepresentation\"\n"
13861 " processes=\"client|renderserver|dataserver\"\n"
13862 " base_proxygroup=\"representations\"\n"
13863 " base_proxyname=\"SurfaceRepresentation\" >\n"
13864 " <Documentation>\n"
13865 " Representation for showing an outline for any dataset.\n"
13866 " </Documentation>\n"
13867 " <!-- end of OutlineRepresentation -->\n"
13868 " </RepresentationProxy>\n"
13869 "\n"
13870 " <!-- ================================================================== -->\n"
13871 " <RepresentationProxy class=\"vtkFeatureEdgesRepresentation\"\n"
13872 " name=\"FeatureEdgesRepresentation\"\n"
13873 " processes=\"client|renderserver|dataserver\"\n"
13874 " base_proxygroup=\"representations\"\n"
13875 " base_proxyname=\"SurfaceRepresentation\" >\n"
13876 " <Documentation>\n"
13877 " Representation for showing feature edges for any dataset.\n"
13878 " </Documentation>\n"
13879 " <!-- end of OutlineRepresentation -->\n"
13880 " </RepresentationProxy>\n"
13881 "\n"
13882 " <!-- ================================================================== -->\n"
13883 " <RepresentationProxy base_proxyname=\"PVRepresentationBase\"\n"
13884 " name=\"PointGaussianRepresentation\"\n"
13885 " class=\"vtkPointGaussianRepresentation\"\n"
13886 " processes=\"client|renderserver|dataserver\">\n"
13887 " <Documentation>\n"
13888 " </Documentation>\n"
13889 " <InputProperty command=\"SetInputConnection\"\n"
13890 " name=\"Input\">\n"
13891 " <DataTypeDomain composite_data_supported=\"0\"\n"
13892 " name=\"input_type\">\n"
13893 " <DataType value=\"vtkDataSet\"/>\n"
13894 " </DataTypeDomain>\n"
13895 " <InputArrayDomain attribute_type=\"point\"\n"
13896 " name=\"input_point_array\"\n"
13897 " optional=\"1\">\n"
13898 " </InputArrayDomain>\n"
13899 " </InputProperty>\n"
13900 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
13901 " element_types=\"0 0 0 0 2\"\n"
13902 " name=\"ColorArrayName\"\n"
13903 " number_of_elements=\"5\">\n"
13904 " <Documentation>\n"
13905 " Set the array to color with. One must specify the field association and\n"
13906 " the array name of the array. If the array is missing, scalar coloring will\n"
13907 " automatically be disabled.\n"
13908 " </Documentation>\n"
13909 " <RepresentedArrayListDomain name=\"array_list\"\n"
13910 " input_domain_name=\"input_array_any\">\n"
13911 " <RequiredProperties>\n"
13912 " <Property function=\"Input\" name=\"Input\" />\n"
13913 " </RequiredProperties>\n"
13914 " </RepresentedArrayListDomain>\n"
13915 " </StringVectorProperty>\n"
13916 " <IntVectorProperty command=\"SetMapScalars\"\n"
13917 " default_values=\"1\"\n"
13918 " name=\"MapScalars\"\n"
13919 " number_of_elements=\"1\">\n"
13920 " <BooleanDomain name=\"bool\" />\n"
13921 " <Documentation>When set to True, LookupTable will always be\n"
13922 " used for scalar mapping. Otherwise, when up to 4 component\n"
13923 " scalars are present, the components are clamped to a valid\n"
13924 " color interval (0-255 for an integral type and 0.0-1.0 for a\n"
13925 " floating point type) and then directly used as\n"
13926 " color.</Documentation>\n"
13927 " </IntVectorProperty>\n"
13928 " <ProxyProperty command=\"SetLookupTable\"\n"
13929 " name=\"LookupTable\" >\n"
13930 " <Documentation>Set the lookup-table to use to map data array to colors.\n"
13931 " Lookuptable is only used with MapScalars to ON.</Documentation>\n"
13932 " <ProxyGroupDomain name=\"groups\">\n"
13933 " <Group name=\"lookup_tables\" />\n"
13934 " </ProxyGroupDomain>\n"
13935 " </ProxyProperty>\n"
13936 " <DoubleVectorProperty command=\"SetSplatSize\"\n"
13937 " default_values=\"0.0\"\n"
13938 " name=\"GaussianRadius\"\n"
13939 " label=\"Gaussian Radius\"\n"
13940 " number_of_elements=\"1\">\n"
13941 " <BoundsDomain name=\"range\" mode=\"scaled_extent\" scale_factor=\"0.005\">\n"
13942 " <RequiredProperties>\n"
13943 " <Property function=\"Input\" name=\"Input\" />\n"
13944 " </RequiredProperties>\n"
13945 " </BoundsDomain>\n"
13946 " <Documentation>\n"
13947 " The radius of the gaussian blur for each point.\n"
13948 " </Documentation>\n"
13949 " </DoubleVectorProperty>\n"
13950 " <IntVectorProperty command=\"SelectShaderPreset\"\n"
13951 " default_values=\"1\"\n"
13952 " name=\"ShaderPreset\"\n"
13953 " number_of_elements=\"1\">\n"
13954 " <EnumerationDomain name=\"enum\">\n"
13955 " <Entry text=\"Gaussian Blur\"\n"
13956 " value=\"0\" />\n"
13957 " <Entry text=\"Sphere\"\n"
13958 " value=\"1\" />\n"
13959 " <Entry text=\"Black-edged circle\"\n"
13960 " value=\"2\" />\n"
13961 " <Entry text=\"Plain circle\"\n"
13962 " value=\"3\" />\n"
13963 " <Entry text=\"Triangle\"\n"
13964 " value=\"4\" />\n"
13965 " <Entry text=\"Square Outline\"\n"
13966 " value=\"5\" />\n"
13967 " <Entry text=\"Custom\"\n"
13968 " value=\"6\" />\n"
13969 " </EnumerationDomain>\n"
13970 " </IntVectorProperty>\n"
13971 " <IntVectorProperty animateable=\"0\"\n"
13972 " command=\"SetCustomTriangleScale\"\n"
13973 " default_values=\"3\"\n"
13974 " name=\"CustomTriangleScale\"\n"
13975 " number_of_elements=\"1\"\n"
13976 " panel_visibility=\"advanced\">\n"
13977 " <Documentation>\n"
13978 " Sets the scale of the triangle geometry drawn, automatically\n"
13979 " set when using preset but needed with custom shader code\n"
13980 " </Documentation>\n"
13981 " <Hints>\n"
13982 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
13983 " mode=\"visibility\"\n"
13984 " property=\"ShaderPreset\"\n"
13985 " value=\"6\" />\n"
13986 " <!-- show this widget when using CustomShader -->\n"
13987 " </Hints>\n"
13988 " </IntVectorProperty>\n"
13989 " <StringVectorProperty command=\"SetCustomShader\"\n"
13990 " default_values=\"\n"
13991 "// This custom shader code define a gaussian blur&#xa;\n"
13992 "// Please take a look into vtkSMPointGaussianRepresentation.cxx&#xa;\n"
13993 "// for other custom shader examples&#xa;\n"
13994 "//VTK::Color::Impl&#xa;\n"
13995 " float dist2 = dot(offsetVCVSOutput.xy,offsetVCVSOutput.xy);&#xa;\n"
13996 " float gaussian = exp(-0.5*dist2);&#xa;\n"
13997 " opacity = opacity*gaussian;&#xa;\"\n"
13998 " label=\"Custom Shader Code\"\n"
13999 ;
14000 
14001 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
14003 " name=\"CustomShader\"\n"
14004 " number_of_elements=\"1\"\n"
14005 " panel_visibility=\"advanced\">\n"
14006 " <Documentation>\n"
14007 " Sets the custom shader code\n"
14008 " </Documentation>\n"
14009 " <Hints>\n"
14010 " <Widget type=\"multi_line\" />\n"
14011 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
14012 " mode=\"visibility\"\n"
14013 " property=\"ShaderPreset\"\n"
14014 " value=\"6\" />\n"
14015 " <!-- show this widget when using CustomShader -->\n"
14016 " </Hints>\n"
14017 " </StringVectorProperty>\n"
14018 " <IntVectorProperty command=\"SetEmissive\"\n"
14019 " default_values=\"0\"\n"
14020 " name=\"Emissive\"\n"
14021 " number_of_elements=\"1\"\n"
14022 " panel_visibility=\"advanced\">\n"
14023 " <BooleanDomain name=\"bool\" />\n"
14024 " <Documentation>\n"
14025 " Should the splat be emissive like a light source or not. For cosmology emissive should be on. For scanned point clouds typically it would be off.\n"
14026 " </Documentation>\n"
14027 " </IntVectorProperty>\n"
14028 " <IntVectorProperty command=\"SetScaleByArray\"\n"
14029 " default_values=\"0\"\n"
14030 " name=\"ScaleByArray\"\n"
14031 " number_of_elements=\"1\"\n"
14032 " label=\"Use Scale Array\"\n"
14033 " panel_visibility=\"advanced\">\n"
14034 " <BooleanDomain name=\"bool\"/>\n"
14035 " <Documentation>\n"
14036 " If this property is on, the Scale Array will be used to determine that radii\n"
14037 " of the gaussians. Otherwise the Default Radius will be used.\n"
14038 " </Documentation>\n"
14039 " </IntVectorProperty>\n"
14040 " <StringVectorProperty name=\"SetScaleArray\"\n"
14041 " command=\"SelectScaleArray\"\n"
14042 " number_of_elements=\"5\"\n"
14043 " element_types=\"0 0 0 0 2\"\n"
14044 " label=\"Gaussian Scale Array\"\n"
14045 " panel_visibility=\"advanced\">\n"
14046 " <ArrayListDomain name=\"array_list\"\n"
14047 " input_domain_name=\"input_point_array\">\n"
14048 " <RequiredProperties>\n"
14049 " <Property name=\"Input\" function=\"Input\"/>\n"
14050 " </RequiredProperties>\n"
14051 " </ArrayListDomain>\n"
14052 " <Documentation>\n"
14053 " This property specifies the name of the input array to scale the splats by.\n"
14054 " </Documentation>\n"
14055 " <Hints>\n"
14056 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
14057 " <Property name=\"ScaleByArray\" function=\"boolean\" />\n"
14058 " </PropertyWidgetDecorator>\n"
14059 " </Hints>\n"
14060 " </StringVectorProperty>\n"
14061 " <IntVectorProperty animateable=\"0\"\n"
14062 " command=\"SelectScaleArrayComponent\"\n"
14063 " default_values=\"0\"\n"
14064 " name=\"ScaleArrayComponent\"\n"
14065 " number_of_elements=\"1\">\n"
14066 " <NumberOfComponentsDomain name=\"comps\" enable_magnitude=\"1\">\n"
14067 " <RequiredProperties>\n"
14068 " <Property function=\"Input\"\n"
14069 " name=\"Input\" />\n"
14070 " <Property function=\"ArraySelection\"\n"
14071 " name=\"SetScaleArray\" />\n"
14072 " </RequiredProperties>\n"
14073 " </NumberOfComponentsDomain>\n"
14074 " <Documentation>\n"
14075 " This property indicates the component of the array to be used for scaling.\n"
14076 " </Documentation>\n"
14077 " <Hints>\n"
14078 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
14079 " <Property name=\"ScaleByArray\" function=\"boolean\" />\n"
14080 " </PropertyWidgetDecorator>\n"
14081 " </Hints>\n"
14082 " </IntVectorProperty>\n"
14083 " <IntVectorProperty command=\"SetUseScaleFunction\"\n"
14084 " default_values=\"1\"\n"
14085 " name=\"UseScaleFunction\"\n"
14086 " number_of_elements=\"1\"\n"
14087 " label=\"Use Scale Transfer Function\"\n"
14088 " panel_visibility=\"advanced\">\n"
14089 " <BooleanDomain name=\"bool\"/>\n"
14090 " <Documentation>\n"
14091 " If this property is enabled, the Scale Transfer Function is used to map\n"
14092 " the scale values of the Scale Array. Otherwise, the scale values are used as-is.\n"
14093 " </Documentation>\n"
14094 " <Hints>\n"
14095 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
14096 " <Property name=\"ScaleByArray\" function=\"boolean\" />\n"
14097 " </PropertyWidgetDecorator>\n"
14098 " </Hints>\n"
14099 " </IntVectorProperty>\n"
14100 " <ProxyProperty command=\"SetScaleTransferFunction\"\n"
14101 " name=\"ScaleTransferFunction\"\n"
14102 " panel_visibility=\"advanced\"\n"
14103 " panel_widget=\"transfer_function_editor\" >\n"
14104 " <Documentation>Set the piecewise function used to map data array to sprite size.\n"
14105 " ScaleTransferFunction is only used if ScaleByArray is set.</Documentation>\n"
14106 " <RangedTransferFunctionDomain name=\"proxy_list\">\n"
14107 " <RequiredProperties>\n"
14108 " <Property function=\"Input\" name=\"Input\" />\n"
14109 " <Property function=\"ArraySelection\" name=\"SetScaleArray\" />\n"
14110 " <Property function=\"ComponentSelection\" name=\"ScaleArrayComponent\" />\n"
14111 " </RequiredProperties>\n"
14112 " </RangedTransferFunctionDomain>\n"
14113 " <Hints>\n"
14114 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
14115 " <Expression type=\"and\">\n"
14116 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
14117 " <Property name=\"ScaleByArray\" function=\"boolean\" />\n"
14118 " </PropertyWidgetDecorator>\n"
14119 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
14120 " <Property name=\"UseScaleFunction\" function=\"boolean\" />\n"
14121 " </PropertyWidgetDecorator>\n"
14122 " </Expression>\n"
14123 " </PropertyWidgetDecorator>\n"
14124 " </Hints>\n"
14125 " </ProxyProperty>\n"
14126 " <IntVectorProperty command=\"SetOpacityByArray\"\n"
14127 " default_values=\"0\"\n"
14128 " name=\"OpacityByArray\"\n"
14129 " number_of_elements=\"1\"\n"
14130 " label=\"Use Opacity Array\"\n"
14131 " panel_visibility=\"advanced\">\n"
14132 " <BooleanDomain name=\"bool\"/>\n"
14133 " <Documentation>\n"
14134 " If this property is on, the Opacity Array will be used to determine the\n"
14135 " point gaussian sprites.\n"
14136 " </Documentation>\n"
14137 " </IntVectorProperty>\n"
14138 " <StringVectorProperty name=\"OpacityArray\"\n"
14139 " command=\"SelectOpacityArray\"\n"
14140 " number_of_elements=\"5\"\n"
14141 " element_types=\"0 0 0 0 2\"\n"
14142 " label=\"Gaussian Opacity Array\"\n"
14143 " panel_visibility=\"advanced\">\n"
14144 " <ArrayListDomain name=\"array_list\"\n"
14145 " input_domain_name=\"input_point_array\">\n"
14146 " <RequiredProperties>\n"
14147 " <Property name=\"Input\" function=\"Input\"/>\n"
14148 " </RequiredProperties>\n"
14149 " </ArrayListDomain>\n"
14150 " <Documentation>\n"
14151 " This property specifies the name of the input array to map to point opacity.\n"
14152 " </Documentation>\n"
14153 " <Hints>\n"
14154 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
14155 " <Property name=\"OpacityByArray\" function=\"boolean\" />\n"
14156 " </PropertyWidgetDecorator>\n"
14157 " </Hints>\n"
14158 " </StringVectorProperty>\n"
14159 " <IntVectorProperty animateable=\"0\"\n"
14160 " command=\"SelectOpacityArrayComponent\"\n"
14161 " default_values=\"0\"\n"
14162 " name=\"OpacityArrayComponent\"\n"
14163 " number_of_elements=\"1\">\n"
14164 " <NumberOfComponentsDomain name=\"comps\" enable_magnitude=\"1\">\n"
14165 " <RequiredProperties>\n"
14166 " <Property function=\"Input\"\n"
14167 " name=\"Input\" />\n"
14168 " <Property function=\"ArraySelection\"\n"
14169 " name=\"OpacityArray\" />\n"
14170 " </RequiredProperties>\n"
14171 " </NumberOfComponentsDomain>\n"
14172 " <Documentation>\n"
14173 " This property indicates the component of the array to be used for opacity.\n"
14174 " </Documentation>\n"
14175 " <Hints>\n"
14176 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
14177 " <Property name=\"OpacityByArray\" function=\"boolean\" />\n"
14178 " </PropertyWidgetDecorator>\n"
14179 " </Hints>\n"
14180 " </IntVectorProperty>\n"
14181 " <ProxyProperty command=\"SetOpacityTransferFunction\"\n"
14182 " name=\"OpacityTransferFunction\"\n"
14183 " panel_visibility=\"advanced\"\n"
14184 " panel_widget=\"transfer_function_editor\">\n"
14185 " <Documentation>Set the piecewise function used to map data array to sprite opacity.\n"
14186 " OpacityTransferFunction is only used if ScaleByArray is set and OpacityArray is\n"
14187 " also given.</Documentation>\n"
14188 " <RangedTransferFunctionDomain name=\"proxy_list\">\n"
14189 " <RequiredProperties>\n"
14190 " <Property function=\"Input\" name=\"Input\" />\n"
14191 " <Property function=\"ArraySelection\" name=\"OpacityArray\" />\n"
14192 " <Property function=\"ComponentSelection\" name=\"OpacityArrayComponent\" />\n"
14193 " </RequiredProperties>\n"
14194 " </RangedTransferFunctionDomain>\n"
14195 " <Hints>\n"
14196 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
14197 " <Property name=\"OpacityByArray\" function=\"boolean\" />\n"
14198 " </PropertyWidgetDecorator>\n"
14199 " </Hints>\n"
14200 " </ProxyProperty>\n"
14201 " <DoubleVectorProperty command=\"SetOpacity\"\n"
14202 " default_values=\"1.0\"\n"
14203 " name=\"Opacity\"\n"
14204 " number_of_elements=\"1\">\n"
14205 " <DoubleRangeDomain max=\"1\" min=\"0\" name=\"range\" />\n"
14206 " <Documentation>\n"
14207 " The opacity to use when rendering the model.\n"
14208 " </Documentation>\n"
14209 " </DoubleVectorProperty>\n"
14210 " <DoubleVectorProperty command=\"SetEdgeColor\"\n"
14211 " default_values=\"0 0 0.5\"\n"
14212 " name=\"EdgeColor\"\n"
14213 " number_of_elements=\"3\">\n"
14214 " <Documentation>Set the edge color. This color is used to draw the edge\n"
14215 " for the polygonal data when EdgeVisibility is on.</Documentation>\n"
14216 " <DoubleRangeDomain max=\"1 1 1\"\n"
14217 " min=\"0 0 0\"\n"
14218 " name=\"range\" />\n"
14219 " <Hints>\n"
14220 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"EdgeColor\" unlink_if_modified=\"1\" />\n"
14221 " </Hints>\n"
14222 " </DoubleVectorProperty>\n"
14223 " <DoubleVectorProperty command=\"SetAmbientColor\"\n"
14224 " default_values=\"1.0 1.0 1.0\"\n"
14225 " name=\"AmbientColor\"\n"
14226 " number_of_elements=\"3\">\n"
14227 " <DoubleRangeDomain max=\"1 1 1\"\n"
14228 " min=\"0 0 0\"\n"
14229 " name=\"range\" />\n"
14230 " <Hints>\n"
14231 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"ForegroundColor\" unlink_if_modified=\"1\" />\n"
14232 " </Hints>\n"
14233 " </DoubleVectorProperty>\n"
14234 " <DoubleVectorProperty command=\"SetDiffuseColor\"\n"
14235 " default_values=\"1.0 1.0 1.0\"\n"
14236 " name=\"DiffuseColor\"\n"
14237 " number_of_elements=\"3\">\n"
14238 " <DoubleRangeDomain max=\"1 1 1\"\n"
14239 " min=\"0 0 0\"\n"
14240 " name=\"range\" />\n"
14241 " <Hints>\n"
14242 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"SurfaceColor\" unlink_if_modified=\"1\" />\n"
14243 " </Hints>\n"
14244 " <Documentation>\n"
14245 " The diffuse color of the model\n"
14246 " </Documentation>\n"
14247 " </DoubleVectorProperty>\n"
14248 " <DoubleVectorProperty command=\"SetSpecularColor\"\n"
14249 " default_values=\"1.0 1.0 1.0\"\n"
14250 " name=\"SpecularColor\"\n"
14251 " number_of_elements=\"3\">\n"
14252 " <DoubleRangeDomain max=\"1 1 1\"\n"
14253 " min=\"0 0 0\"\n"
14254 " name=\"range\" />\n"
14255 " <Documentation>\n"
14256 " The specular color of the model\n"
14257 " </Documentation>\n"
14258 " </DoubleVectorProperty>\n"
14259 " <DoubleVectorProperty command=\"SetPointSize\"\n"
14260 " default_values=\"2.0\"\n"
14261 " name=\"PointSize\"\n"
14262 " number_of_elements=\"1\">\n"
14263 " <DoubleRangeDomain min=\"0\"\n"
14264 " name=\"range\" />\n"
14265 " </DoubleVectorProperty>\n"
14266 " <DoubleVectorProperty command=\"SetPosition\"\n"
14267 " default_values=\"0 0 0\"\n"
14268 " label=\"Translation\"\n"
14269 " name=\"Position\"\n"
14270 " number_of_elements=\"3\">\n"
14271 " <DoubleRangeDomain name=\"range\" />\n"
14272 " </DoubleVectorProperty>\n"
14273 " <DoubleVectorProperty command=\"SetScale\"\n"
14274 " default_values=\"1 1 1\"\n"
14275 " name=\"Scale\"\n"
14276 " number_of_elements=\"3\">\n"
14277 " <DoubleRangeDomain name=\"range\" />\n"
14278 " </DoubleVectorProperty>\n"
14279 " <DoubleVectorProperty command=\"SetOrientation\"\n"
14280 " default_values=\"0 0 0\"\n"
14281 " name=\"Orientation\"\n"
14282 " number_of_elements=\"3\">\n"
14283 " <DoubleRangeDomain name=\"range\" />\n"
14284 " </DoubleVectorProperty>\n"
14285 " <DoubleVectorProperty command=\"SetOrigin\"\n"
14286 " default_values=\"0 0 0\"\n"
14287 " name=\"Origin\"\n"
14288 " number_of_elements=\"3\">\n"
14289 " <DoubleRangeDomain name=\"range\" />\n"
14290 " </DoubleVectorProperty>\n"
14291 " <IntVectorProperty command=\"SetPickable\"\n"
14292 " default_values=\"1\"\n"
14293 " name=\"Pickable\"\n"
14294 " number_of_elements=\"1\">\n"
14295 " <Hints>\n"
14296 " <NoDefault />\n"
14297 " </Hints>\n"
14298 " <BooleanDomain name=\"bool\" />\n"
14299 " </IntVectorProperty>\n"
14300 " <!-- End of PointGaussianRepresentation -->\n"
14301 " </RepresentationProxy>\n"
14302 "\n"
14303 " <!-- ================================================================== -->\n"
14304 " <RepresentationProxy class=\"vtkUnstructuredGridVolumeRepresentation\"\n"
14305 " name=\"UnstructuredGridVolumeRepresentation\"\n"
14306 " processes=\"client|renderserver|dataserver\"\n"
14307 " si_class=\"vtkSIUnstructuredGridVolumeRepresentationProxy\">\n"
14308 " <Documentation>Representation for rendering a vtkImageData as\n"
14309 " volume.</Documentation>\n"
14310 " <InputProperty command=\"SetInputConnection\"\n"
14311 " name=\"Input\">\n"
14312 " <DataTypeDomain composite_data_supported=\"1\"\n"
14313 " name=\"input_type\">\n"
14314 " <DataType value=\"vtkUnstructuredGridBase\" />\n"
14315 " </DataTypeDomain>\n"
14316 " <InputArrayDomain name=\"input_array_any\">\n"
14317 " </InputArrayDomain>\n"
14318 ;
14319 
14320 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
14322 " <Documentation>Set the input to the representation.</Documentation>\n"
14323 " </InputProperty>\n"
14324 " <IntVectorProperty command=\"SetVisibility\"\n"
14325 " default_values=\"1\"\n"
14326 " name=\"Visibility\"\n"
14327 " number_of_elements=\"1\">\n"
14328 " <BooleanDomain name=\"bool\" />\n"
14329 " <Documentation>Set the visibility for this\n"
14330 " representation.</Documentation>\n"
14331 " </IntVectorProperty>\n"
14332 " <IntVectorProperty command=\"SetForceUseCache\"\n"
14333 " default_values=\"0\"\n"
14334 " is_internal=\"1\"\n"
14335 " name=\"ForceUseCache\"\n"
14336 " number_of_elements=\"1\">\n"
14337 " <BooleanDomain name=\"bool\" />\n"
14338 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
14339 " and representations cache based on what the view tells it. However in\n"
14340 " some cases we may want to force a representation to cache irrespective\n"
14341 " of the view (e.g. comparative views). In which case these ivars can up\n"
14342 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
14343 " Instead, ForcedCacheKey is used.</Documentation>\n"
14344 " </IntVectorProperty>\n"
14345 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
14346 " default_values=\"none\"\n"
14347 " is_internal=\"1\"\n"
14348 " name=\"ForcedCacheKey\"\n"
14349 " number_of_elements=\"1\">\n"
14350 " <DoubleRangeDomain name=\"range\" />\n"
14351 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
14352 " and representations cache based on what the view tells it. However in\n"
14353 " some cases we may want to force a representation to cache irrespective\n"
14354 " of the view (e.g. comparative views). In which case these ivars can up\n"
14355 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
14356 " Instead, ForcedCacheKey is used.</Documentation>\n"
14357 " </DoubleVectorProperty>\n"
14358 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
14359 " element_types=\"0 0 0 0 2\"\n"
14360 " name=\"ColorArrayName\"\n"
14361 " no_custom_default=\"1\"\n"
14362 " number_of_elements=\"5\" >\n"
14363 " <Documentation>\n"
14364 " Set the array to color with. One must specify the field association and\n"
14365 " the array name of the array. If the array is missing, scalar coloring will\n"
14366 " automatically be disabled.\n"
14367 " </Documentation>\n"
14368 " <RepresentedArrayListDomain name=\"array_list\"\n"
14369 " input_domain_name=\"input_array_any\">\n"
14370 " <RequiredProperties>\n"
14371 " <Property function=\"Input\" name=\"Input\" />\n"
14372 " </RequiredProperties>\n"
14373 " </RepresentedArrayListDomain>\n"
14374 " </StringVectorProperty>\n"
14375 " <IntVectorProperty command=\"SetUseSeparateOpacityArray\"\n"
14376 " default_values=\"0\"\n"
14377 " name=\"UseSeparateOpacityArray\"\n"
14378 " number_of_elements=\"1\"\n"
14379 " panel_visibility=\"advanced\">\n"
14380 " <BooleanDomain name=\"bool\"/>\n"
14381 " <Documentation>\n"
14382 " If this property is on, the Opacity Array will be used to determine the\n"
14383 " point gaussian sprites.\n"
14384 " </Documentation>\n"
14385 " </IntVectorProperty>\n"
14386 " <StringVectorProperty name=\"OpacityArrayName\"\n"
14387 " command=\"SelectOpacityArray\"\n"
14388 " number_of_elements=\"5\"\n"
14389 " element_types=\"0 0 0 0 2\"\n"
14390 " label=\"Volume Opacity Array\"\n"
14391 " panel_visibility=\"advanced\">\n"
14392 " <ArrayListDomain name=\"array_list\"\n"
14393 " input_domain_name=\"input_point_array\">\n"
14394 " <RequiredProperties>\n"
14395 " <Property name=\"Input\" function=\"Input\"/>\n"
14396 " </RequiredProperties>\n"
14397 " </ArrayListDomain>\n"
14398 " <Documentation>\n"
14399 " This property specifies the name of the input array to map to opacity.\n"
14400 " </Documentation>\n"
14401 " <Hints>\n"
14402 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
14403 " <Property name=\"UseSeparateOpacityArray\" function=\"boolean\" />\n"
14404 " </PropertyWidgetDecorator>\n"
14405 " </Hints>\n"
14406 " </StringVectorProperty>\n"
14407 " <IntVectorProperty animateable=\"0\"\n"
14408 " command=\"SelectOpacityArrayComponent\"\n"
14409 " default_values=\"0\"\n"
14410 " name=\"OpacityComponent\"\n"
14411 " number_of_elements=\"1\">\n"
14412 " <NumberOfComponentsDomain name=\"comps\" enable_magnitude=\"1\">\n"
14413 " <RequiredProperties>\n"
14414 " <Property function=\"Input\"\n"
14415 " name=\"Input\" />\n"
14416 " <Property function=\"ArraySelection\"\n"
14417 " name=\"OpacityArrayName\" />\n"
14418 " </RequiredProperties>\n"
14419 " </NumberOfComponentsDomain>\n"
14420 " <Documentation>\n"
14421 " This property indicates the component of the array to be used for opacity.\n"
14422 " </Documentation>\n"
14423 " <Hints>\n"
14424 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
14425 " <Property name=\"UseSeparateOpacityArray\" function=\"boolean\" />\n"
14426 " </PropertyWidgetDecorator>\n"
14427 " </Hints>\n"
14428 " </IntVectorProperty>\n"
14429 " <IntVectorProperty command=\"SetExtractedBlockIndex\"\n"
14430 " default_values=\"0\"\n"
14431 " name=\"ExtractedBlockIndex\"\n"
14432 " number_of_elements=\"1\">\n"
14433 " <Documentation>In case of multiblock datasets, choose the index of\n"
14434 " the dataset to volume render. The index must point to an\n"
14435 " unstructured grid dataset. If the input is not a multiblock dataset\n"
14436 " then this index is ignored.</Documentation>\n"
14437 " <CompositeTreeDomain mode=\"leaves\"\n"
14438 " name=\"tree\">\n"
14439 " <RequiredProperties>\n"
14440 " <Property function=\"Input\"\n"
14441 " name=\"Input\" />\n"
14442 " </RequiredProperties>\n"
14443 " </CompositeTreeDomain>\n"
14444 " </IntVectorProperty>\n"
14445 " <DoubleVectorProperty command=\"SetPosition\"\n"
14446 " default_values=\"0 0 0\"\n"
14447 " name=\"Position\"\n"
14448 " number_of_elements=\"3\">\n"
14449 " <DoubleRangeDomain name=\"range\" />\n"
14450 " </DoubleVectorProperty>\n"
14451 " <DoubleVectorProperty command=\"SetScale\"\n"
14452 " default_values=\"1 1 1\"\n"
14453 " name=\"Scale\"\n"
14454 " number_of_elements=\"3\">\n"
14455 " <DoubleRangeDomain name=\"range\" />\n"
14456 " </DoubleVectorProperty>\n"
14457 " <DoubleVectorProperty command=\"SetOrientation\"\n"
14458 " default_values=\"0 0 0\"\n"
14459 " name=\"Orientation\"\n"
14460 " number_of_elements=\"3\">\n"
14461 " <DoubleRangeDomain name=\"range\" />\n"
14462 " </DoubleVectorProperty>\n"
14463 " <DoubleVectorProperty command=\"SetOrigin\"\n"
14464 " default_values=\"0 0 0\"\n"
14465 " name=\"Origin\"\n"
14466 " number_of_elements=\"3\">\n"
14467 " <DoubleRangeDomain name=\"range\" />\n"
14468 " </DoubleVectorProperty>\n"
14469 " <IntVectorProperty command=\"SetPickable\"\n"
14470 " default_values=\"1\"\n"
14471 " name=\"Pickable\"\n"
14472 " number_of_elements=\"1\">\n"
14473 " <Hints>\n"
14474 " <NoDefault />\n"
14475 " </Hints>\n"
14476 " <BooleanDomain name=\"bool\" />\n"
14477 " </IntVectorProperty>\n"
14478 " <IntVectorProperty command=\"SetInterpolationType\"\n"
14479 " default_values=\"1\"\n"
14480 " name=\"InterpolationType\"\n"
14481 " number_of_elements=\"1\">\n"
14482 " <EnumerationDomain name=\"enum\">\n"
14483 " <Entry text=\"Nearest\"\n"
14484 " value=\"0\" />\n"
14485 " <Entry text=\"Linear\"\n"
14486 " value=\"1\" />\n"
14487 " </EnumerationDomain>\n"
14488 " </IntVectorProperty>\n"
14489 " <ProxyProperty command=\"SetColor\"\n"
14490 " name=\"LookupTable\" >\n"
14491 " <ProxyGroupDomain name=\"groups\">\n"
14492 " <Group name=\"transfer_functions\" />\n"
14493 " </ProxyGroupDomain>\n"
14494 " </ProxyProperty>\n"
14495 " <IntVectorProperty command=\"SetMapScalars\"\n"
14496 " default_values=\"1\"\n"
14497 " name=\"MapScalars\"\n"
14498 " number_of_elements=\"1\">\n"
14499 " <BooleanDomain name=\"bool\" />\n"
14500 " <Documentation>When enabled, LookupTable will always be\n"
14501 " used for scalar mapping. Otherwise, when up to 4 component\n"
14502 " scalars are present, the components are clamped to a valid\n"
14503 " color interval (0-255 for an integral type and 0.0-1.0 for a\n"
14504 " floating point type) and then directly used as\n"
14505 " color.</Documentation>\n"
14506 " </IntVectorProperty>\n"
14507 " <IntVectorProperty command=\"SetMultiComponentsMapping\"\n"
14508 " default_values=\"0\"\n"
14509 " name=\"MultiComponentsMapping\"\n"
14510 " number_of_elements=\"1\">\n"
14511 " <BooleanDomain name=\"bool\" />\n"
14512 " <Hints>\n"
14513 " <PropertyWidgetDecorator type=\"MultiComponentsDecorator\"\n"
14514 " components=\"2 4\" />\n"
14515 " </Hints>\n"
14516 " </IntVectorProperty>\n"
14517 " <ProxyProperty command=\"SetScalarOpacity\"\n"
14518 " name=\"ScalarOpacityFunction\" >\n"
14519 " <ProxyGroupDomain name=\"groups\">\n"
14520 " <Group name=\"piecewise_functions\" />\n"
14521 " </ProxyGroupDomain>\n"
14522 " </ProxyProperty>\n"
14523 " <StringVectorProperty command=\"SetActiveVolumeMapper\"\n"
14524 " default_values=\"Projected tetra\"\n"
14525 " name=\"SelectMapper\"\n"
14526 " number_of_elements=\"1\">\n"
14527 " <Documentation>Select the volume mapper to use for Volume\n"
14528 " rendering.</Documentation>\n"
14529 " <StringListDomain name=\"list\">\n"
14530 " <String value=\"Projected tetra\" />\n"
14531 " <String value=\"Z sweep\" />\n"
14532 " <String value=\"Bunyk ray cast\" />\n"
14533 " <String value=\"Resample To Image\" />\n"
14534 " </StringListDomain>\n"
14535 " </StringVectorProperty>\n"
14536 " <IntVectorProperty command=\"SetSamplingDimensions\"\n"
14537 " default_values=\"128 128 128\"\n"
14538 " name=\"SamplingDimensions\"\n"
14539 " number_of_elements=\"3\">\n"
14540 " <IntRangeDomain name=\"range\" min=\"1 1 1\"/>\n"
14541 " <Documentation>\n"
14542 " How many linear samples we want along each axis\n"
14543 " </Documentation>\n"
14544 " <Hints>\n"
14545 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
14546 " mode=\"visibility\"\n"
14547 " property=\"SelectMapper\"\n"
14548 " value=\"Resample To Image\" />\n"
14549 " </Hints>\n"
14550 " </IntVectorProperty>\n"
14551 " <DoubleVectorProperty command=\"SetScalarOpacityUnitDistance\"\n"
14552 " default_values=\"1\"\n"
14553 " name=\"ScalarOpacityUnitDistance\"\n"
14554 " number_of_elements=\"1\">\n"
14555 " <BoundsDomain mode=\"approximate_cell_length\"\n"
14556 " name=\"bounds\" >\n"
14557 " <RequiredProperties>\n"
14558 " <Property function=\"Input\"\n"
14559 " name=\"Input\" />\n"
14560 " </RequiredProperties>\n"
14561 " </BoundsDomain>\n"
14562 " </DoubleVectorProperty>\n"
14563 " <IntVectorProperty command=\"SetUseDataPartitions\"\n"
14564 " default_values=\"0\"\n"
14565 " name=\"UseDataPartitions\"\n"
14566 " number_of_elements=\"1\">\n"
14567 " <BooleanDomain name=\"bool\" />\n"
14568 " <Documentation>Specify whether or not to redistribute the data when actor is translucent.\n"
14569 " Default is false.</Documentation>\n"
14570 " </IntVectorProperty>\n"
14571 " <SubProxy>\n"
14572 " <Proxy name=\"VolumeDummyMapper\"\n"
14573 " proxygroup=\"mappers\"\n"
14574 " proxyname=\"DummyVolumeMapper\"></Proxy>\n"
14575 " <ExposedProperties>\n"
14576 " <Property name=\"RayCastFunction\" />\n"
14577 " </ExposedProperties>\n"
14578 " </SubProxy>\n"
14579 " <SubProxy>\n"
14580 " <Proxy name=\"VolumeBunykMapper\"\n"
14581 " proxygroup=\"mappers\"\n"
14582 " proxyname=\"UnstructuredGridVolumeRayCastMapper\"></Proxy>\n"
14583 " <ShareProperties subproxy=\"VolumeDummyMapper\"></ShareProperties>\n"
14584 " </SubProxy>\n"
14585 " <SubProxy>\n"
14586 " <Proxy name=\"VolumeZSweepMapper\"\n"
14587 " proxygroup=\"mappers\"\n"
14588 " proxyname=\"UnstructuredGridVolumeZSweepMapper\"></Proxy>\n"
14589 " <ShareProperties subproxy=\"VolumeDummyMapper\"></ShareProperties>\n"
14590 " </SubProxy>\n"
14591 " <SubProxy>\n"
14592 " <Proxy name=\"VolumePTMapper\"\n"
14593 " proxygroup=\"mappers\"\n"
14594 " proxyname=\"ProjectedTetrahedraMapper\"></Proxy>\n"
14595 " <ShareProperties subproxy=\"VolumeDummyMapper\"></ShareProperties>\n"
14596 " <ExposedProperties>\n"
14597 " <Property name=\"UseFloatingPointFrameBuffer\" />\n"
14598 " </ExposedProperties>\n"
14599 " </SubProxy>\n"
14600 " <SubProxy>\n"
14601 " <Proxy name=\"VolumeResampleToImageMapper\"\n"
14602 " proxygroup=\"mappers\"\n"
14603 " proxyname=\"UnstructuredGridResampleToImageMapper\"></Proxy>\n"
14604 " </SubProxy>\n"
14605 " <!-- end of UnstructuredGridVolumeRepresentation -->\n"
14606 " </RepresentationProxy>\n"
14607 "\n"
14608 " <!-- ================================================================== -->\n"
14609 " <RepresentationProxy class=\"vtkImageSliceRepresentation\"\n"
14610 " name=\"ImageSliceRepresentation\"\n"
14611 " processes=\"client|renderserver|dataserver\">\n"
14612 " <Documentation>Representation to show 2D images. If the input image has\n"
14613 " 3D extents, then this representation shows a single Z\n"
14614 " slice.</Documentation>\n"
14615 " <InputProperty command=\"SetInputConnection\"\n"
14616 " name=\"Input\">\n"
14617 " <Documentation>Set the input to the representation. Must be a\n"
14618 " vtkImageData producer.</Documentation>\n"
14619 " <DataTypeDomain composite_data_supported=\"0\"\n"
14620 " name=\"input_type\">\n"
14621 " <DataType value=\"vtkImageData\" />\n"
14622 " </DataTypeDomain>\n"
14623 " <InputArrayDomain attribute_type=\"any\"\n"
14624 " name=\"input_array_any\"></InputArrayDomain>\n"
14625 " </InputProperty>\n"
14626 " <IntVectorProperty command=\"SetVisibility\"\n"
14627 " default_values=\"1\"\n"
14628 " name=\"Visibility\"\n"
14629 " number_of_elements=\"1\">\n"
14630 " <BooleanDomain name=\"bool\" />\n"
14631 " <Documentation>Set the visibility for this\n"
14632 " representation.</Documentation>\n"
14633 " </IntVectorProperty>\n"
14634 " <IntVectorProperty command=\"SetForceUseCache\"\n"
14635 " default_values=\"0\"\n"
14636 " is_internal=\"1\"\n"
14637 " name=\"ForceUseCache\"\n"
14638 " number_of_elements=\"1\">\n"
14639 " <BooleanDomain name=\"bool\" />\n"
14640 ;
14641 
14642 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
14644 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
14645 " and representations cache based on what the view tells it. However in\n"
14646 " some cases we may want to force a representation to cache irrespective\n"
14647 " of the view (e.g. comparative views). In which case these ivars can up\n"
14648 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
14649 " Instead, ForcedCacheKey is used.</Documentation>\n"
14650 " </IntVectorProperty>\n"
14651 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
14652 " default_values=\"none\"\n"
14653 " is_internal=\"1\"\n"
14654 " name=\"ForcedCacheKey\"\n"
14655 " number_of_elements=\"1\">\n"
14656 " <DoubleRangeDomain name=\"range\" />\n"
14657 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
14658 " and representations cache based on what the view tells it. However in\n"
14659 " some cases we may want to force a representation to cache irrespective\n"
14660 " of the view (e.g. comparative views). In which case these ivars can up\n"
14661 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
14662 " Instead, ForcedCacheKey is used.</Documentation>\n"
14663 " </DoubleVectorProperty>\n"
14664 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
14665 " element_types=\"0 0 0 0 2\"\n"
14666 " name=\"ColorArrayName\"\n"
14667 " no_custom_default=\"1\"\n"
14668 " number_of_elements=\"5\">\n"
14669 " <Documentation>\n"
14670 " Set the array to color with. One must specify the field association and\n"
14671 " the array name of the array. If the array is missing, scalar coloring will\n"
14672 " automatically be disabled.\n"
14673 " </Documentation>\n"
14674 " <RepresentedArrayListDomain name=\"array_list\"\n"
14675 " input_domain_name=\"input_array_any\">\n"
14676 " <RequiredProperties>\n"
14677 " <Property function=\"Input\" name=\"Input\" />\n"
14678 " </RequiredProperties>\n"
14679 " </RepresentedArrayListDomain>\n"
14680 " </StringVectorProperty>\n"
14681 " <IntVectorProperty command=\"SetSlice\"\n"
14682 " default_values=\"0\"\n"
14683 " name=\"Slice\"\n"
14684 " number_of_elements=\"1\">\n"
14685 " <Documentation>Set the current slice number. Slice number is used to\n"
14686 " load a 2D slice from a 3D input image. If the input image is 2D, then\n"
14687 " the slice number if ignored. The direction of the slice is determined\n"
14688 " by SliceMode.</Documentation>\n"
14689 " <DimensionsDomain name=\"dims\">\n"
14690 " <RequiredProperties>\n"
14691 " <Property function=\"Input\"\n"
14692 " name=\"Input\" />\n"
14693 " <Property function=\"Direction\"\n"
14694 " name=\"SliceMode\" />\n"
14695 " </RequiredProperties>\n"
14696 " </DimensionsDomain>\n"
14697 " </IntVectorProperty>\n"
14698 " <IntVectorProperty command=\"SetSliceMode\"\n"
14699 " default_values=\"5\"\n"
14700 " label=\"Slice Direction\"\n"
14701 " name=\"SliceMode\"\n"
14702 " number_of_elements=\"1\">\n"
14703 " <Documentation>Determines the direction of slicing to obtain a 2D slice\n"
14704 " from a 3D image.</Documentation>\n"
14705 " <EnumerationDomain name=\"enum\">\n"
14706 " <Entry text=\"XY Plane\"\n"
14707 " value=\"5\" />\n"
14708 " <Entry text=\"YZ Plane\"\n"
14709 " value=\"6\" />\n"
14710 " <Entry text=\"XZ Plane\"\n"
14711 " value=\"7\" />\n"
14712 " </EnumerationDomain>\n"
14713 " </IntVectorProperty>\n"
14714 " <IntVectorProperty command=\"SetMapScalars\"\n"
14715 " default_values=\"1\"\n"
14716 " name=\"MapScalars\"\n"
14717 " number_of_elements=\"1\">\n"
14718 " <BooleanDomain name=\"bool\" />\n"
14719 " <Documentation>When set to True, LookupTable will always be\n"
14720 " used for scalar mapping. Otherwise, when up to 4 component\n"
14721 " scalars are present, the components are clamped to a valid\n"
14722 " color interval (0-255 for an integral type and 0.0-1.0 for a\n"
14723 " floating point type) and then directly used as\n"
14724 " color.</Documentation>\n"
14725 " </IntVectorProperty>\n"
14726 "\n"
14727 " <ProxyProperty command=\"SetLookupTable\"\n"
14728 " name=\"LookupTable\" >\n"
14729 " <Documentation>Set the lookup table to use for scalar\n"
14730 " mapping.</Documentation>\n"
14731 " <ProxyGroupDomain name=\"groups\">\n"
14732 " <Group name=\"lookup_tables\" />\n"
14733 " </ProxyGroupDomain>\n"
14734 " </ProxyProperty>\n"
14735 " <IntVectorProperty command=\"SetUseXYPlane\"\n"
14736 " default_values=\"0\"\n"
14737 " name=\"UseXYPlane\"\n"
14738 " number_of_elements=\"1\">\n"
14739 " <BooleanDomain name=\"bool\" />\n"
14740 " <Documentation>When set, the image slice is always rendered in the XY\n"
14741 " plane (Z==0) irrespective of the image bounds. Default if\n"
14742 " Off.</Documentation>\n"
14743 " </IntVectorProperty>\n"
14744 " <DoubleVectorProperty command=\"SetPosition\"\n"
14745 " default_values=\"0 0 0\"\n"
14746 " name=\"Position\"\n"
14747 " number_of_elements=\"3\">\n"
14748 " <DoubleRangeDomain name=\"range\" />\n"
14749 " </DoubleVectorProperty>\n"
14750 " <DoubleVectorProperty command=\"SetScale\"\n"
14751 " default_values=\"1 1 1\"\n"
14752 " name=\"Scale\"\n"
14753 " number_of_elements=\"3\">\n"
14754 " <DoubleRangeDomain name=\"range\" />\n"
14755 " </DoubleVectorProperty>\n"
14756 " <DoubleVectorProperty command=\"SetOrientation\"\n"
14757 " default_values=\"0 0 0\"\n"
14758 " name=\"Orientation\"\n"
14759 " number_of_elements=\"3\">\n"
14760 " <DoubleRangeDomain name=\"range\" />\n"
14761 " </DoubleVectorProperty>\n"
14762 " <DoubleVectorProperty command=\"SetOrigin\"\n"
14763 " default_values=\"0 0 0\"\n"
14764 " name=\"Origin\"\n"
14765 " number_of_elements=\"3\">\n"
14766 " <DoubleRangeDomain name=\"range\" />\n"
14767 " </DoubleVectorProperty>\n"
14768 " <IntVectorProperty command=\"SetPickable\"\n"
14769 " default_values=\"1\"\n"
14770 " name=\"Pickable\"\n"
14771 " number_of_elements=\"1\">\n"
14772 " <Hints>\n"
14773 " <NoDefault />\n"
14774 " </Hints>\n"
14775 " <BooleanDomain name=\"bool\" />\n"
14776 " </IntVectorProperty>\n"
14777 " <DoubleVectorProperty command=\"SetOpacity\"\n"
14778 " default_values=\"1.0\"\n"
14779 " name=\"Opacity\"\n"
14780 " number_of_elements=\"1\">\n"
14781 " <DoubleRangeDomain max=\"1\"\n"
14782 " min=\"0\"\n"
14783 " name=\"range\" />\n"
14784 " </DoubleVectorProperty>\n"
14785 " <!-- End of ImageSliceRepresentation -->\n"
14786 " </RepresentationProxy>\n"
14787 "\n"
14788 " <!-- ================================================================== -->\n"
14789 " <RepresentationProxy base_proxygroup=\"internal_representations\"\n"
14790 " base_proxyname=\"SurfaceRepresentationBase\"\n"
14791 " class=\"vtkGeometryRepresentationWithFaces\"\n"
14792 " name=\"SurfaceRepresentation\"\n"
14793 " processes=\"client|renderserver|dataserver\">\n"
14794 " <Documentation>Representation to show any dataset in a 3D render\n"
14795 " view.</Documentation>\n"
14796 " <InputProperty command=\"SetInputConnection\"\n"
14797 " name=\"Input\">\n"
14798 " <DataTypeDomain name=\"input_type\">\n"
14799 " <DataType value=\"vtkDataSet\" />\n"
14800 " <DataType value=\"vtkHyperTreeGrid\" />\n"
14801 " </DataTypeDomain>\n"
14802 " <InputArrayDomain attribute_type=\"any\"\n"
14803 " name=\"input_array_any\" />\n"
14804 " <InputArrayDomain attribute_type=\"cell\"\n"
14805 " name=\"input_array_cell\"\n"
14806 " optional=\"1\" />\n"
14807 " <InputArrayDomain attribute_type=\"point\"\n"
14808 " name=\"input_array_point\"\n"
14809 " optional=\"1\" />\n"
14810 " <InputArrayDomain attribute_type=\"cell\"\n"
14811 " name=\"input_array_cell_1\"\n"
14812 " number_of_components=\"1\"\n"
14813 " optional=\"1\" />\n"
14814 " <InputArrayDomain attribute_type=\"point\"\n"
14815 " name=\"input_array_point_1\"\n"
14816 " number_of_components=\"1\"\n"
14817 " optional=\"1\" />\n"
14818 " <InputArrayDomain attribute_type=\"point\"\n"
14819 " name=\"input_array_point_2\"\n"
14820 " number_of_components=\"2\"\n"
14821 " optional=\"1\" />\n"
14822 " <InputArrayDomain attribute_type=\"cell\"\n"
14823 " name=\"input_array_cell_3\"\n"
14824 " number_of_components=\"3\"\n"
14825 " optional=\"1\" />\n"
14826 " <InputArrayDomain attribute_type=\"point\"\n"
14827 " name=\"input_array_point_3\"\n"
14828 " number_of_components=\"3\"\n"
14829 " optional=\"1\" />\n"
14830 " <Documentation>Set the input to the representation.</Documentation>\n"
14831 " </InputProperty>\n"
14832 " <IntVectorProperty command=\"SetBackfaceRepresentation\"\n"
14833 " default_values=\"400\"\n"
14834 " name=\"BackfaceRepresentation\"\n"
14835 " number_of_elements=\"1\">\n"
14836 " <Documentation>Choose the representation type for the\n"
14837 " backface.</Documentation>\n"
14838 " <EnumerationDomain name=\"enum\">\n"
14839 " <Entry text=\"Follow Frontface\"\n"
14840 " value=\"400\" />\n"
14841 " <Entry text=\"Cull Backface\"\n"
14842 " value=\"401\" />\n"
14843 " <Entry text=\"Cull Frontface\"\n"
14844 " value=\"402\" />\n"
14845 " <Entry text=\"Points\"\n"
14846 " value=\"0\" />\n"
14847 " <Entry text=\"Wireframe\"\n"
14848 " value=\"1\" />\n"
14849 " <Entry text=\"Surface\"\n"
14850 " value=\"2\" />\n"
14851 " <Entry text=\"Surface With Edges\"\n"
14852 " value=\"3\" />\n"
14853 " </EnumerationDomain>\n"
14854 " </IntVectorProperty>\n"
14855 " <DoubleVectorProperty command=\"SetBackfaceOpacity\"\n"
14856 " default_values=\"1.0\"\n"
14857 " name=\"BackfaceOpacity\"\n"
14858 " number_of_elements=\"1\">\n"
14859 " <DoubleRangeDomain max=\"1\"\n"
14860 " min=\"0\"\n"
14861 " name=\"range\" />\n"
14862 " </DoubleVectorProperty>\n"
14863 " <DoubleVectorProperty command=\"SetBackfaceAmbientColor\"\n"
14864 " default_values=\"1.0 1.0 1.0\"\n"
14865 " name=\"BackfaceAmbientColor\"\n"
14866 " number_of_elements=\"3\">\n"
14867 " <DoubleRangeDomain max=\"1 1 1\"\n"
14868 " min=\"0 0 0\"\n"
14869 " name=\"range\" />\n"
14870 " </DoubleVectorProperty>\n"
14871 " <DoubleVectorProperty command=\"SetBackfaceDiffuseColor\"\n"
14872 " default_values=\"1.0 1.0 1.0\"\n"
14873 " name=\"BackfaceDiffuseColor\"\n"
14874 " number_of_elements=\"3\">\n"
14875 " <DoubleRangeDomain max=\"1 1 1\"\n"
14876 " min=\"0 0 0\"\n"
14877 " name=\"range\" />\n"
14878 " <Hints>\n"
14879 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"SurfaceColor\" unlink_if_modified=\"1\" />\n"
14880 " </Hints>\n"
14881 " </DoubleVectorProperty>\n"
14882 " </RepresentationProxy>\n"
14883 " <!-- ================================================================== -->\n"
14884 " <RepresentationProxy base_proxygroup=\"internal_representations\"\n"
14885 " base_proxyname=\"SurfaceRepresentationBase\"\n"
14886 " class=\"vtkGlyph3DRepresentation\"\n"
14887 " name=\"Glyph3DRepresentation\"\n"
14888 " processes=\"client|renderserver|dataserver\">\n"
14889 " <Documentation>Representation to show any dataset in a 3D render\n"
14890 " view.</Documentation>\n"
14891 " <InputProperty command=\"SetInputConnection\"\n"
14892 " name=\"Input\">\n"
14893 " <DataTypeDomain name=\"input_type\">\n"
14894 " <DataType value=\"vtkDataSet\" />\n"
14895 " </DataTypeDomain>\n"
14896 " <InputArrayDomain name=\"scale_array\"\n"
14897 " number_of_components=\"1,3\"\n"
14898 " optional=\"1\" />\n"
14899 " <InputArrayDomain name=\"vector_array\"\n"
14900 " number_of_components=\"3,4\"\n"
14901 " optional=\"1\" />\n"
14902 " <Documentation>Set the input to the representation.</Documentation>\n"
14903 " </InputProperty>\n"
14904 " <InputProperty command=\"SetInputConnection\"\n"
14905 " label=\"Glyph Type\"\n"
14906 " name=\"GlyphType\"\n"
14907 " panel_visibility=\"advanced\"\n"
14908 " port_index=\"1\">\n"
14909 " <Documentation>Specify the source objects.</Documentation>\n"
14910 " <DataTypeDomain name=\"input_type\">\n"
14911 " <DataType value=\"vtkPolyData\" />\n"
14912 " <DataType value=\"vtkDataObjectTree\" />\n"
14913 " </DataTypeDomain>\n"
14914 " <ProxyListDomain name=\"proxy_list\">\n"
14915 " <Proxy group=\"sources\" name=\"ArrowSource\" />\n"
14916 " <Proxy group=\"sources\" name=\"ConeSource\" />\n"
14917 " <Proxy group=\"sources\" name=\"CubeSource\" />\n"
14918 " <Proxy group=\"sources\" name=\"CylinderSource\" />\n"
14919 " <Proxy group=\"sources\" name=\"LineSource\" />\n"
14920 " <Proxy group=\"sources\" name=\"SphereSource\" />\n"
14921 " <Proxy group=\"sources\" name=\"GlyphSource2D\" />\n"
14922 " <Proxy group=\"internal_filters\" name=\"PipelineConnection\" />\n"
14923 " </ProxyListDomain>\n"
14924 " <Hints>\n"
14925 " <ProxyPropertyWidget selected_proxy_panel_visibility=\"advanced\" />\n"
14926 " <!-- show the selected proxy's panel, only in advanced mode. -->\n"
14927 " </Hints>\n"
14928 " </InputProperty>\n"
14929 " <IntVectorProperty command=\"SetMeshVisibility\"\n"
14930 " default_values=\"0\"\n"
14931 " name=\"MeshVisibility\"\n"
14932 " number_of_elements=\"1\">\n"
14933 " <BooleanDomain name=\"bool\" />\n"
14934 " <Documentation>Get/Set the visibility of the original\n"
14935 " mesh.</Documentation>\n"
14936 " </IntVectorProperty>\n"
14937 " <StringVectorProperty command=\"SetMaskArray\"\n"
14938 " default_values=\"\"\n"
14939 " label=\"Mask Array\"\n"
14940 " name=\"SelectMaskArray\"\n"
14941 " number_of_elements=\"1\"></StringVectorProperty>\n"
14942 " <StringVectorProperty command=\"SetScaleArray\"\n"
14943 " default_values=\"\"\n"
14944 " label=\"Scale Array\"\n"
14945 " name=\"SelectScaleArray\"\n"
14946 " number_of_elements=\"1\">\n"
14947 " <ArrayListDomain attribute_type=\"Scalars\"\n"
14948 " input_domain_name=\"scale_array\"\n"
14949 " name=\"array_list\"\n"
14950 " none_string=\"None\">\n"
14951 " <RequiredProperties>\n"
14952 " <Property function=\"Input\"\n"
14953 ;
14954 
14955 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
14957 " name=\"Input\" />\n"
14958 " </RequiredProperties>\n"
14959 " </ArrayListDomain>\n"
14960 " </StringVectorProperty>\n"
14961 " <IntVectorProperty command=\"SetScaling\"\n"
14962 " default_values=\"0\"\n"
14963 " name=\"Scaling\"\n"
14964 " number_of_elements=\"1\">\n"
14965 " <BooleanDomain name=\"bool\" />\n"
14966 " <Documentation>Enable/Disable scaling of source\n"
14967 " geometry.</Documentation>\n"
14968 " </IntVectorProperty>\n"
14969 " <IntVectorProperty command=\"SetScaleMode\"\n"
14970 " default_values=\"0\"\n"
14971 " name=\"ScaleMode\"\n"
14972 " number_of_elements=\"1\">\n"
14973 " <EnumerationDomain name=\"enum\">\n"
14974 " <Entry text=\"No Data Scaling Off\"\n"
14975 " value=\"0\" />\n"
14976 " <Entry text=\"Magnitude\"\n"
14977 " value=\"1\" />\n"
14978 " <Entry text=\"Vector Components\"\n"
14979 " value=\"2\" />\n"
14980 " </EnumerationDomain>\n"
14981 " </IntVectorProperty>\n"
14982 " <StringVectorProperty command=\"SetOrientationArray\"\n"
14983 " default_values=\"\"\n"
14984 " label=\"Orientation Vectors\"\n"
14985 " name=\"SelectOrientationVectors\"\n"
14986 " number_of_elements=\"1\">\n"
14987 " <ArrayListDomain attribute_type=\"Vectors\"\n"
14988 " input_domain_name=\"vector_array\"\n"
14989 " name=\"array_list\"\n"
14990 " none_string=\"None\">\n"
14991 " <RequiredProperties>\n"
14992 " <Property function=\"Input\"\n"
14993 " name=\"Input\" />\n"
14994 " </RequiredProperties>\n"
14995 " </ArrayListDomain>\n"
14996 " </StringVectorProperty>\n"
14997 " <DoubleVectorProperty command=\"SetScaleFactor\"\n"
14998 " default_values=\"1.0\"\n"
14999 " name=\"ScaleFactor\"\n"
15000 " number_of_elements=\"1\">\n"
15001 " <BoundsDomain mode=\"scaled_extent\"\n"
15002 " name=\"bounds\"\n"
15003 " scale_factor=\"0.1\">\n"
15004 " <RequiredProperties>\n"
15005 " <Property function=\"Input\"\n"
15006 " name=\"Input\" />\n"
15007 " </RequiredProperties>\n"
15008 " </BoundsDomain>\n"
15009 " <ArrayRangeDomain name=\"scalar_range\">\n"
15010 " <RequiredProperties>\n"
15011 " <Property function=\"Input\"\n"
15012 " name=\"Input\" />\n"
15013 " <Property function=\"ArraySelection\"\n"
15014 " name=\"SelectScaleArray\" />\n"
15015 " </RequiredProperties>\n"
15016 " </ArrayRangeDomain>\n"
15017 " <ArrayRangeDomain name=\"vector_range\">\n"
15018 " <RequiredProperties>\n"
15019 " <Property function=\"Input\"\n"
15020 " name=\"Input\" />\n"
15021 " <Property function=\"ArraySelection\"\n"
15022 " name=\"SelectOrientationVectors\" />\n"
15023 " </RequiredProperties>\n"
15024 " </ArrayRangeDomain>\n"
15025 " <Documentation>The value of this property will be used as a multiplier\n"
15026 " for scaling the glyphs before adding them to the\n"
15027 " output.</Documentation>\n"
15028 " </DoubleVectorProperty>\n"
15029 " <IntVectorProperty command=\"SetOrient\"\n"
15030 " default_values=\"0\"\n"
15031 " name=\"Orient\"\n"
15032 " number_of_elements=\"1\">\n"
15033 " <BooleanDomain name=\"bool\" />\n"
15034 " <Documentation>If this property is set to 1, the glyphs will be\n"
15035 " oriented based on the selected orientation vector\n"
15036 " array.</Documentation>\n"
15037 " </IntVectorProperty>\n"
15038 " <IntVectorProperty command=\"SetOrientationMode\"\n"
15039 " default_values=\"0\"\n"
15040 " name=\"OrientationMode\"\n"
15041 " number_of_elements=\"1\">\n"
15042 " <EnumerationDomain name=\"enum\">\n"
15043 " <Entry text=\"Direction\"\n"
15044 " value=\"0\" />\n"
15045 " <Entry text=\"Rotation\"\n"
15046 " value=\"1\" />\n"
15047 " <Entry text=\"Quaternion\"\n"
15048 " value=\"2\" />\n"
15049 " </EnumerationDomain>\n"
15050 " <Documentation>Orientation mode indicates if the OrientationArray\n"
15051 " provides the direction vector for the orientation, the rotations\n"
15052 " around each axes or the quaternion in WXYZ format. Default is DIRECTION.</Documentation>\n"
15053 " </IntVectorProperty>\n"
15054 " <IntVectorProperty command=\"SetMasking\"\n"
15055 " default_values=\"0\"\n"
15056 " name=\"Masking\"\n"
15057 " number_of_elements=\"1\">\n"
15058 " <BooleanDomain name=\"bool\" />\n"
15059 " <Documentation>Tells the mapper to skip glyphing input points that\n"
15060 " haves false values in the mask array. If there is no mask array (id\n"
15061 " access mode is set and there is no such id, or array name access mode\n"
15062 " is set and the there is no such name), masking is silently ignored. A\n"
15063 " mask array is a vtkBitArray with only one component.</Documentation>\n"
15064 " </IntVectorProperty>\n"
15065 " <IntVectorProperty command=\"SetSourceIndexing\"\n"
15066 " default_values=\"0\"\n"
15067 " name=\"UseGlyphTable\"\n"
15068 " number_of_elements=\"1\">\n"
15069 " <BooleanDomain name=\"bool\" />\n"
15070 " <Documentation>When enabled, the source index array would be used to select the\n"
15071 " glyph source. If not, only the first source input will be used to generate\n"
15072 " the glyph. It's a prerequisite to enable UseCompositeGlyphTable.</Documentation>\n"
15073 " </IntVectorProperty>\n"
15074 " <StringVectorProperty command=\"SetSourceIndexArray\"\n"
15075 " default_values=\"\"\n"
15076 " name=\"GlyphTableIndexArray\"\n"
15077 " number_of_elements=\"1\">\n"
15078 " <ArrayListDomain attribute_type=\"Scalars\"\n"
15079 " input_domain_name=\"input_array_point\"\n"
15080 " name=\"array_list\"\n"
15081 " none_string=\"None\">\n"
15082 " <RequiredProperties>\n"
15083 " <Property function=\"Input\"\n"
15084 " name=\"Input\" />\n"
15085 " </RequiredProperties>\n"
15086 " </ArrayListDomain>\n"
15087 " </StringVectorProperty>\n"
15088 " <IntVectorProperty command=\"SetUseSourceTableTree\"\n"
15089 " default_values=\"0\"\n"
15090 " name=\"UseCompositeGlyphTable\"\n"
15091 " number_of_elements=\"1\">\n"
15092 " <BooleanDomain name=\"bool\" />\n"
15093 " <Documentation>When true, the glyph data is expected to be a multiblock\n"
15094 " dataset, where each top-level node contains a separate glyph which may\n"
15095 " be selected by a point data array on the input dataset. UseGlyphTable\n"
15096 " must be enabled as a prerequisite.</Documentation>\n"
15097 " <Hints>\n"
15098 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
15099 " mode=\"visibility\"\n"
15100 " property=\"UseGlyphTable\"\n"
15101 " value=\"1\" />\n"
15102 " <!-- enable this widget when UseGlyphTable==1 -->\n"
15103 " </Hints>\n"
15104 " </IntVectorProperty>\n"
15105 " <IntVectorProperty command=\"SetUseCullingAndLOD\"\n"
15106 " default_values=\"0\"\n"
15107 " name=\"UseGlyphCullingAndLOD\"\n"
15108 " number_of_elements=\"1\">\n"
15109 " <BooleanDomain name=\"bool\" />\n"
15110 " <Documentation>When true, culling pass and level of details are enabled.\n"
15111 " The culling pass detects points outside the frustum view and LOD displays\n"
15112 " decimated geometry based on the distance between the camera and the instance.\n"
15113 " This allows to render a higher number of glyphs at interactive rate.\n"
15114 " This feature works only with OpenGL driver >= 4.0.\n"
15115 " </Documentation>\n"
15116 " </IntVectorProperty>\n"
15117 " <DoubleVectorProperty animateable=\"1\"\n"
15118 " command=\"SetLODDistanceAndTargetReduction\"\n"
15119 " label=\"LOD Values\"\n"
15120 " name=\"LODValues\"\n"
15121 " number_of_elements=\"0\"\n"
15122 " number_of_elements_per_command=\"2\"\n"
15123 " repeat_command=\"1\"\n"
15124 " set_number_command=\"SetNumberOfLOD\"\n"
15125 " use_index=\"1\">\n"
15126 " <ArrayRangeDomain name=\"scalar_range\">\n"
15127 " <RequiredProperties>\n"
15128 " <Property function=\"Input\"\n"
15129 " name=\"Input\" />\n"
15130 " <Property function=\"Input\"\n"
15131 " name=\"UseGlyphCullingAndLOD\" />\n"
15132 " </RequiredProperties>\n"
15133 " </ArrayRangeDomain>\n"
15134 " <Documentation>\n"
15135 " Configure LODs. The first value is the distance after which it is enabled.\n"
15136 " The second value is the decimation parameter (0 displays full geometry,\n"
15137 " 1 displays only a point)\n"
15138 " The maximum number of LODs depends on the GPU capacity.\n"
15139 " </Documentation>\n"
15140 " <Hints>\n"
15141 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
15142 " mode=\"visibility\"\n"
15143 " property=\"UseGlyphCullingAndLOD\"\n"
15144 " value=\"1\" />\n"
15145 " <!-- enable this widget when UseGlyphCullingAndLOD==1 -->+\n"
15146 " <ShowComponentLabels>\n"
15147 " <ComponentLabel component=\"0\" label=\"Distance\"/>\n"
15148 " <ComponentLabel component=\"1\" label=\"Decimation\"/>\n"
15149 " </ShowComponentLabels>\n"
15150 " </Hints>\n"
15151 " </DoubleVectorProperty>\n"
15152 " <IntVectorProperty command=\"SetColorByLODIndex\"\n"
15153 " default_values=\"0\"\n"
15154 " label = \"Color By LOD Index\"\n"
15155 " name=\"ColorByLODIndex\"\n"
15156 " number_of_elements=\"1\">\n"
15157 " <BooleanDomain name=\"bool\" />\n"
15158 " <Documentation>When true, each level of detail has its own color based on its index.\n"
15159 " It can be useful to correctly configure the levels of details.</Documentation>\n"
15160 " <Hints>\n"
15161 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
15162 " mode=\"visibility\"\n"
15163 " property=\"UseGlyphCullingAndLOD\"\n"
15164 " value=\"1\" />\n"
15165 " </Hints>\n"
15166 " </IntVectorProperty>\n"
15167 " <!-- end of Glyph3DRepresentation -->\n"
15168 " </RepresentationProxy>\n"
15169 " <!-- ================================================================== -->\n"
15170 " <RepresentationProxy class=\"vtkDataLabelRepresentation\"\n"
15171 " name=\"DataLabelRepresentation\"\n"
15172 " processes=\"client|renderserver|dataserver\">\n"
15173 " <Documentation>Representation used to add labels to points/cells of any\n"
15174 " dataset.</Documentation>\n"
15175 " <InputProperty command=\"SetInputConnection\"\n"
15176 " name=\"Input\">\n"
15177 " <InputArrayDomain name=\"input_array_any\"></InputArrayDomain>\n"
15178 " </InputProperty>\n"
15179 " <IntVectorProperty command=\"SetVisibility\"\n"
15180 " default_values=\"1\"\n"
15181 " name=\"Visibility\"\n"
15182 " number_of_elements=\"1\"\n"
15183 " panel_visibility=\"never\">\n"
15184 " <BooleanDomain name=\"bool\" />\n"
15185 " <Documentation>Set the visibility for this\n"
15186 " representation.</Documentation>\n"
15187 " </IntVectorProperty>\n"
15188 " <DoubleVectorProperty command=\"SetPointLabelColor\"\n"
15189 " default_values=\"1 1 0\"\n"
15190 " name=\"PointLabelColor\"\n"
15191 " number_of_elements=\"3\">\n"
15192 " <DoubleRangeDomain max=\"1 1 1\"\n"
15193 " min=\"0 0 0\"\n"
15194 " name=\"range\" />\n"
15195 " </DoubleVectorProperty>\n"
15196 " <DoubleVectorProperty command=\"SetPointLabelOpacity\"\n"
15197 " default_values=\"1.0\"\n"
15198 " name=\"PointLabelOpacity\"\n"
15199 " number_of_elements=\"1\">\n"
15200 " <DoubleRangeDomain max=\"1.0\"\n"
15201 " min=\"0.0\"\n"
15202 " name=\"range\" />\n"
15203 " </DoubleVectorProperty>\n"
15204 " <IntVectorProperty command=\"SetPointLabelFontFamily\"\n"
15205 " default_values=\"0\"\n"
15206 " name=\"PointLabelFontFamily\"\n"
15207 " number_of_elements=\"1\">\n"
15208 " <EnumerationDomain name=\"enum\">\n"
15209 " <Entry text=\"Arial\"\n"
15210 " value=\"0\" />\n"
15211 " <Entry text=\"Courier\"\n"
15212 " value=\"1\" />\n"
15213 " <Entry text=\"Times\"\n"
15214 " value=\"2\" />\n"
15215 " <Entry text=\"File\"\n"
15216 " value=\"4\" />\n"
15217 " </EnumerationDomain>\n"
15218 " </IntVectorProperty>\n"
15219 " <StringVectorProperty command=\"SetPointLabelFontFile\"\n"
15220 " name=\"PointLabelFontFile\"\n"
15221 " number_of_elements=\"1\"\n"
15222 " default_values=\"\">\n"
15223 " </StringVectorProperty>\n"
15224 " <IntVectorProperty command=\"SetMaximumNumberOfLabels\"\n"
15225 " default_values=\"100\"\n"
15226 " name=\"MaximumNumberOfLabels\"\n"
15227 " number_of_elements=\"1\">\n"
15228 " <IntRangeDomain min=\"1\"\n"
15229 " name=\"range\" />\n"
15230 " <Documentation>The maximum number of point labels shown. If the dataset\n"
15231 " contains more points that this number, a random subset of this size is\n"
15232 " chosen and labeled.</Documentation>\n"
15233 " <Hints>\n"
15234 " <PropertyLink group=\"settings\"\n"
15235 " proxy=\"GeneralSettings\"\n"
15236 " property=\"MaximumNumberOfDataRepresentationLabels\"/>\n"
15237 " </Hints>\n"
15238 " </IntVectorProperty>\n"
15239 " <IntVectorProperty command=\"SetPointLabelBold\"\n"
15240 " default_values=\"0\"\n"
15241 " name=\"PointLabelBold\"\n"
15242 " number_of_elements=\"1\">\n"
15243 " <BooleanDomain name=\"bool\" />\n"
15244 " </IntVectorProperty>\n"
15245 " <IntVectorProperty command=\"SetPointLabelItalic\"\n"
15246 " default_values=\"0\"\n"
15247 " name=\"PointLabelItalic\"\n"
15248 " number_of_elements=\"1\">\n"
15249 " <BooleanDomain name=\"bool\" />\n"
15250 " </IntVectorProperty>\n"
15251 " <IntVectorProperty command=\"SetPointLabelShadow\"\n"
15252 " default_values=\"0\"\n"
15253 " name=\"PointLabelShadow\"\n"
15254 " number_of_elements=\"1\">\n"
15255 " <BooleanDomain name=\"bool\" />\n"
15256 " </IntVectorProperty>\n"
15257 " <IntVectorProperty command=\"SetPointLabelFontSize\"\n"
15258 " default_values=\"18\"\n"
15259 " name=\"PointLabelFontSize\"\n"
15260 " number_of_elements=\"1\">\n"
15261 " <IntRangeDomain min=\"0\"\n"
15262 " name=\"range\" />\n"
15263 " </IntVectorProperty>\n"
15264 " <StringVectorProperty command=\"SetPointLabelFormat\"\n"
15265 " default_values=\"\"\n"
15266 " name=\"PointLabelFormat\"\n"
15267 " number_of_elements=\"1\">\n"
15268 " <Documentation>\n"
15269 " This should be a printf-style format string. By default,\n"
15270 ;
15271 
15272 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
15274 " the mapper will try to print each component of the tuple\n"
15275 " using a sane format: d for integers, f for floats, g for\n"
15276 " doubles, ld for longs, et cetera. If you need a different\n"
15277 " format, set it here. You can do things like limit the number\n"
15278 " of significant digits, add prefixes/suffixes, basically\n"
15279 " anything that printf can do. Leave empty to auto select an\n"
15280 " appropriate format.\n"
15281 " </Documentation>\n"
15282 " </StringVectorProperty>\n"
15283 " <IntVectorProperty command=\"SetPointLabelJustification\"\n"
15284 " default_values=\"0\"\n"
15285 " name=\"PointLabelJustification\"\n"
15286 " number_of_elements=\"1\">\n"
15287 " <EnumerationDomain name=\"enum\">\n"
15288 " <Entry text=\"Left\"\n"
15289 " value=\"0\" />\n"
15290 " <Entry text=\"Center\"\n"
15291 " value=\"1\" />\n"
15292 " <Entry text=\"Right\"\n"
15293 " value=\"2\" />\n"
15294 " </EnumerationDomain>\n"
15295 " </IntVectorProperty>\n"
15296 " <IntVectorProperty command=\"SetPointLabelVisibility\"\n"
15297 " default_values=\"0\"\n"
15298 " name=\"PointLabelVisibility\"\n"
15299 " number_of_elements=\"1\">\n"
15300 " <BooleanDomain name=\"bool\" />\n"
15301 " </IntVectorProperty>\n"
15302 " <IntVectorProperty command=\"SetPointLabelMode\"\n"
15303 " default_values=\"6\"\n"
15304 " name=\"PointLabelMode\"\n"
15305 " number_of_elements=\"1\">\n"
15306 " <EnumerationDomain name=\"enum\">\n"
15307 " <Entry text=\"IDs\"\n"
15308 " value=\"0\" />\n"
15309 " <Entry text=\"Scalars\"\n"
15310 " value=\"1\" />\n"
15311 " <Entry text=\"Vectors\"\n"
15312 " value=\"2\" />\n"
15313 " <Entry text=\"Normals\"\n"
15314 " value=\"3\" />\n"
15315 " <Entry text=\"TCoords\"\n"
15316 " value=\"4\" />\n"
15317 " <Entry text=\"Tensors\"\n"
15318 " value=\"5\" />\n"
15319 " <Entry text=\"FieldData\"\n"
15320 " value=\"6\" />\n"
15321 " </EnumerationDomain>\n"
15322 " </IntVectorProperty>\n"
15323 " <StringVectorProperty command=\"SetPointFieldDataArrayName\"\n"
15324 " name=\"PointFieldDataArrayName\"\n"
15325 " number_of_elements=\"1\">\n"
15326 " <ArrayListDomain input_domain_name=\"input_array\"\n"
15327 " name=\"array_list\">\n"
15328 " <RequiredProperties>\n"
15329 " <Property function=\"Input\"\n"
15330 " name=\"Input\" />\n"
15331 " </RequiredProperties>\n"
15332 " </ArrayListDomain>\n"
15333 " </StringVectorProperty>\n"
15334 " <DoubleVectorProperty command=\"SetCellLabelColor\"\n"
15335 " default_values=\"0.0 1.0 0.0\"\n"
15336 " name=\"CellLabelColor\"\n"
15337 " number_of_elements=\"3\">\n"
15338 " <DoubleRangeDomain max=\"1 1 1\"\n"
15339 " min=\"0 0 0\"\n"
15340 " name=\"range\" />\n"
15341 " </DoubleVectorProperty>\n"
15342 " <DoubleVectorProperty command=\"SetCellLabelOpacity\"\n"
15343 " default_values=\"1.0\"\n"
15344 " name=\"CellLabelOpacity\"\n"
15345 " number_of_elements=\"1\">\n"
15346 " <DoubleRangeDomain max=\"1.0\"\n"
15347 " min=\"0.0\"\n"
15348 " name=\"range\" />\n"
15349 " </DoubleVectorProperty>\n"
15350 " <IntVectorProperty command=\"SetCellLabelFontFamily\"\n"
15351 " default_values=\"0\"\n"
15352 " name=\"CellLabelFontFamily\"\n"
15353 " number_of_elements=\"1\">\n"
15354 " <EnumerationDomain name=\"enum\">\n"
15355 " <Entry text=\"Arial\"\n"
15356 " value=\"0\" />\n"
15357 " <Entry text=\"Courier\"\n"
15358 " value=\"1\" />\n"
15359 " <Entry text=\"Times\"\n"
15360 " value=\"2\" />\n"
15361 " <Entry text=\"File\"\n"
15362 " value=\"4\" />\n"
15363 " </EnumerationDomain>\n"
15364 " </IntVectorProperty>\n"
15365 " <StringVectorProperty command=\"SetCellLabelFontFile\"\n"
15366 " name=\"CellLabelFontFile\"\n"
15367 " number_of_elements=\"1\"\n"
15368 " default_values=\"\">\n"
15369 " </StringVectorProperty>\n"
15370 " <IntVectorProperty command=\"SetCellLabelBold\"\n"
15371 " default_values=\"0\"\n"
15372 " name=\"CellLabelBold\"\n"
15373 " number_of_elements=\"1\">\n"
15374 " <BooleanDomain name=\"bool\" />\n"
15375 " </IntVectorProperty>\n"
15376 " <IntVectorProperty command=\"SetCellLabelItalic\"\n"
15377 " default_values=\"0\"\n"
15378 " name=\"CellLabelItalic\"\n"
15379 " number_of_elements=\"1\">\n"
15380 " <BooleanDomain name=\"bool\" />\n"
15381 " </IntVectorProperty>\n"
15382 " <IntVectorProperty command=\"SetCellLabelShadow\"\n"
15383 " default_values=\"0\"\n"
15384 " name=\"CellLabelShadow\"\n"
15385 " number_of_elements=\"1\">\n"
15386 " <BooleanDomain name=\"bool\" />\n"
15387 " </IntVectorProperty>\n"
15388 " <IntVectorProperty command=\"SetCellLabelFontSize\"\n"
15389 " default_values=\"18\"\n"
15390 " name=\"CellLabelFontSize\"\n"
15391 " number_of_elements=\"1\">\n"
15392 " <IntRangeDomain min=\"0\"\n"
15393 " name=\"range\" />\n"
15394 " </IntVectorProperty>\n"
15395 " <StringVectorProperty command=\"SetCellLabelFormat\"\n"
15396 " default_values=\"\"\n"
15397 " name=\"CellLabelFormat\"\n"
15398 " number_of_elements=\"1\">\n"
15399 " <Documentation>\n"
15400 " This should be a printf-style format string. By default,\n"
15401 " the mapper will try to print each component of the tuple\n"
15402 " using a sane format: d for integers, f for floats, g for\n"
15403 " doubles, ld for longs, et cetera. If you need a different\n"
15404 " format, set it here. You can do things like limit the number\n"
15405 " of significant digits, add prefixes/suffixes, basically\n"
15406 " anything that printf can do. Leave empty to auto select an\n"
15407 " appropriate format.\n"
15408 " </Documentation>\n"
15409 " </StringVectorProperty>\n"
15410 " <IntVectorProperty command=\"SetCellLabelJustification\"\n"
15411 " default_values=\"0\"\n"
15412 " name=\"CellLabelJustification\"\n"
15413 " number_of_elements=\"1\">\n"
15414 " <EnumerationDomain name=\"enum\">\n"
15415 " <Entry text=\"Left\"\n"
15416 " value=\"0\" />\n"
15417 " <Entry text=\"Center\"\n"
15418 " value=\"1\" />\n"
15419 " <Entry text=\"Right\"\n"
15420 " value=\"2\" />\n"
15421 " </EnumerationDomain>\n"
15422 " </IntVectorProperty>\n"
15423 " <IntVectorProperty command=\"SetCellLabelVisibility\"\n"
15424 " default_values=\"0\"\n"
15425 " name=\"CellLabelVisibility\"\n"
15426 " number_of_elements=\"1\">\n"
15427 " <BooleanDomain name=\"bool\" />\n"
15428 " </IntVectorProperty>\n"
15429 " <IntVectorProperty command=\"SetCellLabelMode\"\n"
15430 " default_values=\"6\"\n"
15431 " name=\"CellLabelMode\"\n"
15432 " number_of_elements=\"1\">\n"
15433 " <EnumerationDomain name=\"enum\">\n"
15434 " <Entry text=\"IDs\"\n"
15435 " value=\"0\" />\n"
15436 " <Entry text=\"Scalars\"\n"
15437 " value=\"1\" />\n"
15438 " <Entry text=\"Vectors\"\n"
15439 " value=\"2\" />\n"
15440 " <Entry text=\"Normals\"\n"
15441 " value=\"3\" />\n"
15442 " <Entry text=\"TCoords\"\n"
15443 " value=\"4\" />\n"
15444 " <Entry text=\"Tensors\"\n"
15445 " value=\"5\" />\n"
15446 " <Entry text=\"FieldData\"\n"
15447 " value=\"6\" />\n"
15448 " </EnumerationDomain>\n"
15449 " </IntVectorProperty>\n"
15450 " <StringVectorProperty command=\"SetCellFieldDataArrayName\"\n"
15451 " name=\"CellFieldDataArrayName\"\n"
15452 " number_of_elements=\"1\">\n"
15453 " <ArrayListDomain input_domain_name=\"input_array\"\n"
15454 " name=\"array_list\">\n"
15455 " <RequiredProperties>\n"
15456 " <Property function=\"Input\"\n"
15457 " name=\"Input\" />\n"
15458 " </RequiredProperties>\n"
15459 " </ArrayListDomain>\n"
15460 " </StringVectorProperty>\n"
15461 " <!-- End of DataLabelRepresentation -->\n"
15462 " </RepresentationProxy>\n"
15463 " <!-- ================================================================== -->\n"
15464 " <RepresentationProxy class=\"vtkSelectionRepresentation\"\n"
15465 " name=\"SelectionRepresentation\"\n"
15466 " processes=\"client|renderserver|dataserver\"\n"
15467 " si_class=\"vtkSIProxy\">\n"
15468 " <Documentation>Proxy to show a selection as geometry.</Documentation>\n"
15469 " <InputProperty command=\"SetInputConnection\"\n"
15470 " name=\"Input\">\n"
15471 " <InputArrayDomain name=\"input_array_any\"></InputArrayDomain>\n"
15472 " </InputProperty>\n"
15473 " <IntVectorProperty command=\"SetVisibility\"\n"
15474 " default_values=\"1\"\n"
15475 " name=\"Visibility\"\n"
15476 " number_of_elements=\"1\">\n"
15477 " <BooleanDomain name=\"bool\" />\n"
15478 " <Documentation>Get/Set the visibility of the\n"
15479 " representation.</Documentation>\n"
15480 " </IntVectorProperty>\n"
15481 " <IntVectorProperty command=\"SetForceUseCache\"\n"
15482 " default_values=\"0\"\n"
15483 " is_internal=\"1\"\n"
15484 " name=\"ForceUseCache\"\n"
15485 " number_of_elements=\"1\">\n"
15486 " <BooleanDomain name=\"bool\" />\n"
15487 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
15488 " and representations cache based on what the view tells it. However in\n"
15489 " some cases we may want to force a representation to cache irrespective\n"
15490 " of the view (e.g. comparative views). In which case these ivars can up\n"
15491 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
15492 " Instead, ForcedCacheKey is used.</Documentation>\n"
15493 " </IntVectorProperty>\n"
15494 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
15495 " default_values=\"none\"\n"
15496 " is_internal=\"1\"\n"
15497 " name=\"ForcedCacheKey\"\n"
15498 " number_of_elements=\"1\">\n"
15499 " <DoubleRangeDomain name=\"range\" />\n"
15500 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
15501 " and representations cache based on what the view tells it. However in\n"
15502 " some cases we may want to force a representation to cache irrespective\n"
15503 " of the view (e.g. comparative views). In which case these ivars can up\n"
15504 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
15505 " Instead, ForcedCacheKey is used.</Documentation>\n"
15506 " </DoubleVectorProperty>\n"
15507 " <DoubleVectorProperty command=\"SetColor\"\n"
15508 " default_values=\"1.0 0.0 1.0\"\n"
15509 " name=\"Color\"\n"
15510 " number_of_elements=\"3\">\n"
15511 " <DoubleRangeDomain max=\"1 1 1\"\n"
15512 " min=\"0 0 0\"\n"
15513 " name=\"range\" />\n"
15514 " <Hints>\n"
15515 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"SelectionColor\" unlink_if_modified=\"1\" />\n"
15516 " </Hints>\n"
15517 " </DoubleVectorProperty>\n"
15518 " <DoubleVectorProperty command=\"SetLineWidth\"\n"
15519 " default_values=\"2.0\"\n"
15520 " name=\"LineWidth\"\n"
15521 " number_of_elements=\"1\">\n"
15522 " <DoubleRangeDomain min=\"0\"\n"
15523 " name=\"range\" />\n"
15524 " </DoubleVectorProperty>\n"
15525 " <DoubleVectorProperty command=\"SetOpacity\"\n"
15526 " default_values=\"1\"\n"
15527 " name=\"Opacity\"\n"
15528 " number_of_elements=\"1\">\n"
15529 " <DoubleRangeDomain max=\"1\"\n"
15530 " min=\"0\"\n"
15531 " name=\"range\" />\n"
15532 " </DoubleVectorProperty>\n"
15533 " <DoubleVectorProperty command=\"SetPointSize\"\n"
15534 " default_values=\"5.0\"\n"
15535 " name=\"PointSize\"\n"
15536 " number_of_elements=\"1\">\n"
15537 " <DoubleRangeDomain min=\"0\"\n"
15538 " name=\"range\" />\n"
15539 " </DoubleVectorProperty>\n"
15540 " <IntVectorProperty command=\"SetRenderLinesAsTubes\"\n"
15541 " default_values=\"0\"\n"
15542 " name=\"RenderLinesAsTubes\"\n"
15543 " number_of_elements=\"1\">\n"
15544 " <BooleanDomain name=\"bool\" />\n"
15545 " <Documentation>\n"
15546 " When set, all lines are rendered as 3D tubes, if supported by OpenGL driver.\n"
15547 " </Documentation>\n"
15548 " </IntVectorProperty>\n"
15549 " <IntVectorProperty command=\"SetRenderPointsAsSpheres\"\n"
15550 " default_values=\"0\"\n"
15551 " name=\"RenderPointsAsSpheres\"\n"
15552 " number_of_elements=\"1\">\n"
15553 " <BooleanDomain name=\"bool\" />\n"
15554 " <Documentation>\n"
15555 " When set, all points are rendered as 3D spheres, if supported by OpenGL driver.\n"
15556 " </Documentation>\n"
15557 " </IntVectorProperty>\n"
15558 " <IntVectorProperty command=\"SetRepresentation\"\n"
15559 " default_values=\"1\"\n"
15560 " name=\"Representation\"\n"
15561 " panel_widget=\"display_representation_selector\"\n"
15562 " number_of_elements=\"1\">\n"
15563 " <EnumerationDomain name=\"enum\">\n"
15564 " <Entry text=\"Points\"\n"
15565 " value=\"0\" />\n"
15566 " <Entry text=\"Wireframe\"\n"
15567 " value=\"1\" />\n"
15568 " <Entry text=\"Surface\"\n"
15569 " value=\"2\" />\n"
15570 " </EnumerationDomain>\n"
15571 " </IntVectorProperty>\n"
15572 " <IntVectorProperty command=\"SetUseOutline\"\n"
15573 " default_values=\"0\"\n"
15574 " name=\"UseOutline\"\n"
15575 " number_of_elements=\"1\">\n"
15576 " <BooleanDomain name=\"bool\" />\n"
15577 " </IntVectorProperty>\n"
15578 " <DoubleVectorProperty command=\"SetPosition\"\n"
15579 " default_values=\"0 0 0\"\n"
15580 " name=\"Position\"\n"
15581 " number_of_elements=\"3\">\n"
15582 " <DoubleRangeDomain name=\"range\" />\n"
15583 " </DoubleVectorProperty>\n"
15584 " <DoubleVectorProperty command=\"SetScale\"\n"
15585 " default_values=\"1 1 1\"\n"
15586 " name=\"Scale\"\n"
15587 " number_of_elements=\"3\">\n"
15588 " <DoubleRangeDomain name=\"range\" />\n"
15589 " </DoubleVectorProperty>\n"
15590 " <DoubleVectorProperty command=\"SetOrientation\"\n"
15591 " default_values=\"0 0 0\"\n"
15592 " name=\"Orientation\"\n"
15593 " number_of_elements=\"3\">\n"
15594 " <DoubleRangeDomain name=\"range\" />\n"
15595 " </DoubleVectorProperty>\n"
15596 " <DoubleVectorProperty command=\"SetOrigin\"\n"
15597 " default_values=\"0 0 0\"\n"
15598 " name=\"Origin\"\n"
15599 ;
15600 
15601 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
15603 " number_of_elements=\"3\">\n"
15604 " <DoubleRangeDomain name=\"range\" />\n"
15605 " </DoubleVectorProperty>\n"
15606 "\n"
15607 " <DoubleVectorProperty argument_is_array=\"1\"\n"
15608 " command=\"SetUserTransform\"\n"
15609 " default_values=\"1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1\"\n"
15610 " name=\"UserTransform\"\n"
15611 " number_of_elements=\"16\">\n"
15612 " <Documentation>\n"
15613 " In addition to the instance variables such as position and\n"
15614 " orientation, you can add an additional transformation for your own\n"
15615 " use. This transformation is concatenated with the actor's internal\n"
15616 " transformation, which you implicitly create through the use of\n"
15617 " Position, Origin, Orientation. The value is 4x4 matrix for the linear\n"
15618 " transform to use.\n"
15619 " </Documentation>\n"
15620 " </DoubleVectorProperty>\n"
15621 "\n"
15622 " <SubProxy command=\"SetLabelRepresentation\">\n"
15623 " <Proxy name=\"LabelRepresentation\"\n"
15624 " proxygroup=\"representations\"\n"
15625 " proxyname=\"DataLabelRepresentation\" />\n"
15626 " <ExposedProperties>\n"
15627 " <Property name=\"CellFieldDataArrayName\" />\n"
15628 " <Property name=\"CellLabelBold\" />\n"
15629 " <Property name=\"CellLabelColor\" />\n"
15630 " <Property name=\"CellLabelFontFamily\" />\n"
15631 " <Property name=\"CellLabelFontFile\" />\n"
15632 " <Property name=\"CellLabelFontSize\" />\n"
15633 " <Property name=\"CellLabelFormat\" />\n"
15634 " <Property name=\"CellLabelItalic\" />\n"
15635 " <Property name=\"CellLabelJustification\" />\n"
15636 " <Property name=\"CellLabelOpacity\" />\n"
15637 " <Property name=\"CellLabelShadow\" />\n"
15638 " <Property name=\"CellLabelVisibility\" />\n"
15639 " <Property name=\"PointFieldDataArrayName\" />\n"
15640 " <Property name=\"PointLabelBold\" />\n"
15641 " <Property name=\"PointLabelColor\" />\n"
15642 " <Property name=\"PointLabelFontFamily\" />\n"
15643 " <Property name=\"PointLabelFontFile\" />\n"
15644 " <Property name=\"PointLabelFontSize\" />\n"
15645 " <Property name=\"PointLabelFormat\" />\n"
15646 " <Property name=\"PointLabelItalic\" />\n"
15647 " <Property name=\"PointLabelJustification\" />\n"
15648 " <Property name=\"PointLabelOpacity\" />\n"
15649 " <Property name=\"PointLabelShadow\" />\n"
15650 " <Property name=\"PointLabelVisibility\" />\n"
15651 " <Property name=\"MaximumNumberOfLabels\" />\n"
15652 " </ExposedProperties>\n"
15653 " </SubProxy>\n"
15654 "\n"
15655 " <PropertyGroup label=\"Cell Label Font\" panel_visibility=\"never\" panel_widget=\"FontEditor\">\n"
15656 " <Property name=\"CellLabelBold\" function=\"Bold\"/>\n"
15657 " <Property name=\"CellLabelColor\" function=\"Color\"/>\n"
15658 " <Property name=\"CellLabelFontFamily\" function=\"Family\"/>\n"
15659 " <Property name=\"CellLabelFontFile\" function=\"File\"/>\n"
15660 " <Property name=\"CellLabelFontSize\" function=\"Size\"/>\n"
15661 " <Property name=\"CellLabelItalic\" function=\"Italics\"/>\n"
15662 " <Property name=\"CellLabelJustification\" function=\"Justification\"/>\n"
15663 " <Property name=\"CellLabelOpacity\" function=\"Opacity\"/>\n"
15664 " <Property name=\"CellLabelShadow\" function=\"Shadow\"/>\n"
15665 " </PropertyGroup>\n"
15666 "\n"
15667 " <PropertyGroup label=\"Point Label Font\" panel_visibility=\"never\" panel_widget=\"FontEditor\">\n"
15668 " <Property name=\"PointLabelBold\" function=\"Bold\"/>\n"
15669 " <Property name=\"PointLabelColor\" function=\"Color\"/>\n"
15670 " <Property name=\"PointLabelFontFamily\" function=\"Family\"/>\n"
15671 " <Property name=\"PointLabelFontFile\" function=\"File\"/>\n"
15672 " <Property name=\"PointLabelFontSize\" function=\"Size\"/>\n"
15673 " <Property name=\"PointLabelItalic\" function=\"Italics\"/>\n"
15674 " <Property name=\"PointLabelJustification\" function=\"Justification\"/>\n"
15675 " <Property name=\"PointLabelOpacity\" function=\"Opacity\"/>\n"
15676 " <Property name=\"PointLabelShadow\" function=\"Shadow\"/>\n"
15677 " </PropertyGroup>\n"
15678 " <!-- End of SelectionRepresentation -->\n"
15679 " </RepresentationProxy>\n"
15680 " <!-- ================================================================== -->\n"
15681 " <RepresentationProxy class=\"vtkPVGridAxes3DRepresentation\"\n"
15682 " name=\"GridAxesRepresentation\"\n"
15683 " processes=\"client|renderserver|dataserver\"\n"
15684 " si_class=\"vtkSIProxy\">\n"
15685 " <Documentation>Proxy to show a selection as geometry.</Documentation>\n"
15686 " <InputProperty command=\"SetInputConnection\"\n"
15687 " name=\"Input\">\n"
15688 " <InputArrayDomain name=\"input_array_any\"></InputArrayDomain>\n"
15689 " </InputProperty>\n"
15690 " <IntVectorProperty command=\"SetForceUseCache\"\n"
15691 " default_values=\"0\"\n"
15692 " is_internal=\"1\"\n"
15693 " name=\"ForceUseCache\"\n"
15694 " number_of_elements=\"1\">\n"
15695 " <BooleanDomain name=\"bool\" />\n"
15696 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
15697 " and representations cache based on what the view tells it. However in\n"
15698 " some cases we may want to force a representation to cache irrespective\n"
15699 " of the view (e.g. comparative views). In which case these ivars can up\n"
15700 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
15701 " Instead, ForcedCacheKey is used.</Documentation>\n"
15702 " </IntVectorProperty>\n"
15703 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
15704 " default_values=\"none\"\n"
15705 " is_internal=\"1\"\n"
15706 " name=\"ForcedCacheKey\"\n"
15707 " number_of_elements=\"1\">\n"
15708 " <DoubleRangeDomain name=\"range\" />\n"
15709 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
15710 " and representations cache based on what the view tells it. However in\n"
15711 " some cases we may want to force a representation to cache irrespective\n"
15712 " of the view (e.g. comparative views). In which case these ivars can up\n"
15713 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
15714 " Instead, ForcedCacheKey is used.</Documentation>\n"
15715 " </DoubleVectorProperty>\n"
15716 " <IntVectorProperty command=\"SetGridAxesVisibility\"\n"
15717 " name=\"GridAxesVisibility\"\n"
15718 " default_values=\"0\"\n"
15719 " panel_visibility=\"never\"\n"
15720 " number_of_elements=\"1\">\n"
15721 " <BooleanDomain name=\"bool\" />\n"
15722 " <Documentation>Show/hide an Axes Grid around the selected data.</Documentation>\n"
15723 " </IntVectorProperty>\n"
15724 " <DoubleVectorProperty command=\"SetPosition\"\n"
15725 " default_values=\"0 0 0\"\n"
15726 " name=\"Position\"\n"
15727 " panel_visibility=\"never\"\n"
15728 " number_of_elements=\"3\">\n"
15729 " <DoubleRangeDomain name=\"range\" />\n"
15730 " <Documentation>Keeps axes synced with actor transforms.</Documentation>\n"
15731 " </DoubleVectorProperty>\n"
15732 " <DoubleVectorProperty command=\"SetScale\"\n"
15733 " default_values=\"1 1 1\"\n"
15734 " name=\"Scale\"\n"
15735 " panel_visibility=\"never\"\n"
15736 " number_of_elements=\"3\">\n"
15737 " <DoubleRangeDomain name=\"range\" />\n"
15738 " <Documentation>Keeps axes synced with actor transforms.</Documentation>\n"
15739 " </DoubleVectorProperty>\n"
15740 " <Hints>\n"
15741 " <ProxyList>\n"
15742 " <Link name=\"Scale\" with_property=\"Scale\" />\n"
15743 " <Link name=\"Position\" with_property=\"Position\" />\n"
15744 " </ProxyList>\n"
15745 " </Hints>\n"
15746 "\n"
15747 " <SubProxy command=\"SetGridAxes\">\n"
15748 " <Proxy name=\"GridAxes\"\n"
15749 " proxygroup=\"annotations\"\n"
15750 " proxyname=\"GridAxes3DActor\" />\n"
15751 " <ExposedProperties>\n"
15752 " <PropertyGroup label=\"Title Texts\">\n"
15753 " <Property name=\"XTitle\"/>\n"
15754 " <Property name=\"YTitle\"/>\n"
15755 " <Property name=\"ZTitle\"/>\n"
15756 " </PropertyGroup>\n"
15757 " <PropertyGroup label=\"X Title Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
15758 " <Property name=\"XTitleColor\" function=\"Color\"/>\n"
15759 " <Property name=\"XTitleFontFamily\" function=\"Family\"/>\n"
15760 " <Property name=\"XTitleFontFile\" function=\"File\"/>\n"
15761 " <Property name=\"XTitleBold\" function=\"Bold\" />\n"
15762 " <Property name=\"XTitleItalic\" function=\"Italics\"/>\n"
15763 " <Property name=\"XTitleFontSize\" function=\"Size\" />\n"
15764 " <Property name=\"XTitleShadow\" function=\"Shadow\" />\n"
15765 " <Property name=\"XTitleOpacity\" function=\"Opacity\" />\n"
15766 " </PropertyGroup>\n"
15767 " <PropertyGroup label=\"Y Title Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
15768 " <Property name=\"YTitleColor\" function=\"Color\"/>\n"
15769 " <Property name=\"YTitleFontFamily\" function=\"Family\"/>\n"
15770 " <Property name=\"YTitleFontFile\" function=\"File\"/>\n"
15771 " <Property name=\"YTitleBold\" function=\"Bold\" />\n"
15772 " <Property name=\"YTitleItalic\" function=\"Italics\"/>\n"
15773 " <Property name=\"YTitleFontSize\" function=\"Size\" />\n"
15774 " <Property name=\"YTitleShadow\" function=\"Shadow\" />\n"
15775 " <Property name=\"YTitleOpacity\" function=\"Opacity\" />\n"
15776 " </PropertyGroup>\n"
15777 " <PropertyGroup label=\"Z Title Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
15778 " <Property name=\"ZTitleColor\" function=\"Color\"/>\n"
15779 " <Property name=\"ZTitleFontFamily\" function=\"Family\"/>\n"
15780 " <Property name=\"ZTitleFontFile\" function=\"File\"/>\n"
15781 " <Property name=\"ZTitleBold\" function=\"Bold\" />\n"
15782 " <Property name=\"ZTitleItalic\" function=\"Italics\"/>\n"
15783 " <Property name=\"ZTitleFontSize\" function=\"Size\" />\n"
15784 " <Property name=\"ZTitleShadow\" function=\"Shadow\" />\n"
15785 " <Property name=\"ZTitleOpacity\" function=\"Opacity\" />\n"
15786 " </PropertyGroup>\n"
15787 " <PropertyGroup label=\"Face Properties\">\n"
15788 " <Property name=\"FacesToRender\" />\n"
15789 " <Property name=\"CullBackface\" />\n"
15790 " <Property name=\"CullFrontface\" />\n"
15791 " <Property name=\"GridColor\"/>\n"
15792 " </PropertyGroup>\n"
15793 " <Property name=\"ShowGrid\"/>\n"
15794 " <Property name=\"ShowEdges\"/>\n"
15795 " <Property name=\"ShowTicks\"/>\n"
15796 " <PropertyGroup label=\"Label Properties\">\n"
15797 " <Property name=\"LabelUniqueEdgesOnly\" />\n"
15798 " <Property name=\"AxesToLabel\" />\n"
15799 " </PropertyGroup>\n"
15800 " <PropertyGroup label=\"X Axis Label Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
15801 " <Property name=\"XLabelColor\" function=\"Color\"/>\n"
15802 " <Property name=\"XLabelFontFamily\" function=\"Family\"/>\n"
15803 " <Property name=\"XLabelFontFile\" function=\"File\"/>\n"
15804 " <Property name=\"XLabelBold\" function=\"Bold\" />\n"
15805 " <Property name=\"XLabelItalic\" function=\"Italics\"/>\n"
15806 " <Property name=\"XLabelFontSize\" function=\"Size\" />\n"
15807 " <Property name=\"XLabelShadow\" function=\"Shadow\" />\n"
15808 " <Property name=\"XLabelOpacity\" function=\"Opacity\" />\n"
15809 " </PropertyGroup>\n"
15810 " <PropertyGroup label=\"Y Axis Label Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
15811 " <Property name=\"YLabelColor\" function=\"Color\"/>\n"
15812 " <Property name=\"YLabelFontFamily\" function=\"Family\"/>\n"
15813 " <Property name=\"YLabelFontFile\" function=\"File\"/>\n"
15814 " <Property name=\"YLabelBold\" function=\"Bold\" />\n"
15815 " <Property name=\"YLabelItalic\" function=\"Italics\"/>\n"
15816 " <Property name=\"YLabelFontSize\" function=\"Size\" />\n"
15817 " <Property name=\"YLabelShadow\" function=\"Shadow\" />\n"
15818 " <Property name=\"YLabelOpacity\" function=\"Opacity\" />\n"
15819 " </PropertyGroup>\n"
15820 " <PropertyGroup label=\"Z Axis Label Font Properties\" panel_widget=\"FontEditor\" panel_visibility=\"advanced\">\n"
15821 " <Property name=\"ZLabelColor\" function=\"Color\"/>\n"
15822 " <Property name=\"ZLabelFontFamily\" function=\"Family\"/>\n"
15823 " <Property name=\"ZLabelFontFile\" function=\"File\"/>\n"
15824 " <Property name=\"ZLabelBold\" function=\"Bold\" />\n"
15825 " <Property name=\"ZLabelItalic\" function=\"Italics\"/>\n"
15826 " <Property name=\"ZLabelFontSize\" function=\"Size\" />\n"
15827 " <Property name=\"ZLabelShadow\" function=\"Shadow\" />\n"
15828 " <Property name=\"ZLabelOpacity\" function=\"Opacity\" />\n"
15829 " </PropertyGroup>\n"
15830 " <PropertyGroup label=\"X Axis Label Properties\">\n"
15831 " <Property name=\"XAxisNotation\" />\n"
15832 " <Property name=\"XAxisPrecision\" />\n"
15833 " <Property name=\"XAxisUseCustomLabels\" />\n"
15834 " <Property name=\"XAxisLabels\" />\n"
15835 " </PropertyGroup>\n"
15836 " <PropertyGroup label=\"Y Axis Label Properties\">\n"
15837 " <Property name=\"YAxisNotation\" />\n"
15838 " <Property name=\"YAxisPrecision\" />\n"
15839 " <Property name=\"YAxisUseCustomLabels\" />\n"
15840 " <Property name=\"YAxisLabels\" />\n"
15841 " </PropertyGroup>\n"
15842 " <PropertyGroup label=\"Z Axis Label Properties\">\n"
15843 " <Property name=\"ZAxisNotation\" />\n"
15844 " <Property name=\"ZAxisPrecision\" />\n"
15845 " <Property name=\"ZAxisUseCustomLabels\" />\n"
15846 " <Property name=\"ZAxisLabels\" />\n"
15847 " </PropertyGroup>\n"
15848 " <PropertyGroup label=\"Bounds\">\n"
15849 " <Property name=\"UseCustomBounds\" />\n"
15850 " <Property name=\"CustomBounds\" />\n"
15851 " </PropertyGroup>\n"
15852 " </ExposedProperties>\n"
15853 " </SubProxy>\n"
15854 " <!-- End of GridAxesRepresentation -->\n"
15855 " </RepresentationProxy>\n"
15856 " <!-- ================================================================== -->\n"
15857 " <RepresentationProxy class=\"vtkMoleculeRepresentation\"\n"
15858 " name=\"MoleculeRepresentation\"\n"
15859 " processes=\"client|renderserver|dataserver\">\n"
15860 " <Documentation>Representation for a vtkMolecule.</Documentation>\n"
15861 " <InputProperty command=\"SetInputConnection\"\n"
15862 " name=\"Input\">\n"
15863 " <DataTypeDomain name=\"input_type\">\n"
15864 " <DataType value=\"vtkMolecule\" />\n"
15865 " </DataTypeDomain>\n"
15866 " <Documentation>Set the input molecule for the\n"
15867 " representation.</Documentation>\n"
15868 " <InputArrayDomain attribute_type=\"vertex\"\n"
15869 " name=\"input_array\"\n"
15870 " optional=\"1\" />\n"
15871 " </InputProperty>\n"
15872 " <IntVectorProperty command=\"SetVisibility\"\n"
15873 " default_values=\"1\"\n"
15874 " name=\"Visibility\"\n"
15875 " number_of_elements=\"1\"\n"
15876 " panel_visibility=\"never\">\n"
15877 " <BooleanDomain name=\"bool\" />\n"
15878 " <Documentation>Set the visibility for this\n"
15879 " representation.</Documentation>\n"
15880 ;
15881 
15882 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
15884 " </IntVectorProperty>\n"
15885 " <DoubleVectorProperty command=\"SetOpacity\"\n"
15886 " default_values=\"1.0\"\n"
15887 " name=\"Opacity\"\n"
15888 " number_of_elements=\"1\">\n"
15889 " <DoubleRangeDomain max=\"1\" min=\"0\" name=\"range\" />\n"
15890 " <Documentation>\n"
15891 " The opacity to use when rendering the model.\n"
15892 " </Documentation>\n"
15893 " </DoubleVectorProperty>\n"
15894 " <DoubleVectorProperty command=\"SetSpecular\"\n"
15895 " default_values=\"0.0\"\n"
15896 " name=\"Specular\"\n"
15897 " number_of_elements=\"1\">\n"
15898 " <DoubleRangeDomain max=\"1\" min=\"0\" name=\"range\" />\n"
15899 " <Documentation>\n"
15900 " The specularity to use when rendering the model.\n"
15901 " </Documentation>\n"
15902 " </DoubleVectorProperty>\n"
15903 " <DoubleVectorProperty command=\"SetSpecularPower\"\n"
15904 " default_values=\"100.0\"\n"
15905 " name=\"SpecularPower\"\n"
15906 " number_of_elements=\"1\">\n"
15907 " <DoubleRangeDomain max=\"100\" min=\"0\" name=\"range\" />\n"
15908 " <Documentation>\n"
15909 " The specularity to use when rendering the model.\n"
15910 " </Documentation>\n"
15911 " </DoubleVectorProperty>\n"
15912 " <IntVectorProperty command=\"SetMapScalars\"\n"
15913 " default_values=\"1\"\n"
15914 " name=\"MapScalars\"\n"
15915 " number_of_elements=\"1\">\n"
15916 " <BooleanDomain name=\"bool\" />\n"
15917 " <Documentation>When enabled, LookupTable will always be\n"
15918 " used for scalar mapping. Otherwise, when up to 4 component\n"
15919 " scalars are present, the components are clamped to a valid\n"
15920 " color interval (0-255 for an integral type and 0.0-1.0 for a\n"
15921 " floating point type) and then directly used as\n"
15922 " color.</Documentation>\n"
15923 " </IntVectorProperty>\n"
15924 " <IntVectorProperty command=\"SetRenderAtoms\"\n"
15925 " default_values=\"1\"\n"
15926 " name=\"RenderAtoms\"\n"
15927 " number_of_elements=\"1\">\n"
15928 " <BooleanDomain name=\"bool\" />\n"
15929 " <Documentation>Set the visibility for the atoms.</Documentation>\n"
15930 " </IntVectorProperty>\n"
15931 " <DoubleVectorProperty command=\"SetAtomicRadiusScaleFactor\"\n"
15932 " default_values=\"0.3\"\n"
15933 " name=\"AtomicRadiusFactor\"\n"
15934 " number_of_elements=\"1\">\n"
15935 " <DoubleRangeDomain max=\"3\" min=\"0\" name=\"range\" />\n"
15936 " <Documentation>The scale factor to apply on atom radius. Radius is expected to be in Angstrom. </Documentation>\n"
15937 " </DoubleVectorProperty>\n"
15938 " <IntVectorProperty command=\"SetAtomicRadiusType\"\n"
15939 " default_values=\"1\"\n"
15940 " label=\"Atomic Radius Type\"\n"
15941 " name=\"AtomicRadiusType\"\n"
15942 " number_of_elements=\"1\"\n"
15943 " panel_visibility=\"advanced\">\n"
15944 " <EnumerationDomain name=\"enum\">\n"
15945 " <Entry text=\"Covalent\"\n"
15946 " value=\"0\" />\n"
15947 " <Entry text=\"Van Der Waals\"\n"
15948 " value=\"1\" />\n"
15949 " <Entry text=\"Unit\"\n"
15950 " value=\"2\" />\n"
15951 " <Entry text=\"Input Array\"\n"
15952 " value=\"3\" />\n"
15953 " </EnumerationDomain>\n"
15954 " <Documentation>The radius type to use.</Documentation>\n"
15955 " </IntVectorProperty>\n"
15956 " <StringVectorProperty name=\"AtomicRadiusArrayName\"\n"
15957 " command=\"SetAtomicRadiusArray\"\n"
15958 " number_of_elements=\"1\"\n"
15959 " label=\"Atomic Radii Array\"\n"
15960 " panel_visibility=\"advanced\">\n"
15961 " <ArrayListDomain input_domain_name=\"input_array\"\n"
15962 " attribute_type=\"Scalars\"\n"
15963 " name=\"array_list\">\n"
15964 " <RequiredProperties>\n"
15965 " <Property name=\"Input\" function=\"Input\"/>\n"
15966 " </RequiredProperties>\n"
15967 " </ArrayListDomain>\n"
15968 " <Documentation>This property specifies the name of the input array to use for atom radii. Values are expected to be in Angstrom.\n"
15969 " </Documentation>\n"
15970 " </StringVectorProperty>\n"
15971 " <IntVectorProperty command=\"SetRenderBonds\"\n"
15972 " default_values=\"1\"\n"
15973 " name=\"RenderBonds\"\n"
15974 " number_of_elements=\"1\">\n"
15975 " <BooleanDomain name=\"bool\" />\n"
15976 " <Documentation>Set the visibility for the bonds.</Documentation>\n"
15977 " </IntVectorProperty>\n"
15978 " <DoubleVectorProperty command=\"SetBondRadius\"\n"
15979 " default_values=\"0.075\"\n"
15980 " name=\"BondRadius\"\n"
15981 " number_of_elements=\"1\">\n"
15982 " <DoubleRangeDomain max=\"0.5\" min=\"0\" name=\"range\" />\n"
15983 " <Documentation>The bond radius, in Angstrom. </Documentation>\n"
15984 " </DoubleVectorProperty>\n"
15985 " <IntVectorProperty command=\"SetUseMultiCylindersForBonds\"\n"
15986 " default_values=\"1\"\n"
15987 " name=\"MultiCylindersForBonds\"\n"
15988 " number_of_elements=\"1\">\n"
15989 " <BooleanDomain name=\"bool\" />\n"
15990 " <Documentation>Display multiple cylinders for high bond order.</Documentation>\n"
15991 " </IntVectorProperty>\n"
15992 " <IntVectorProperty command=\"SetBondColorMode\"\n"
15993 " default_values=\"1\"\n"
15994 " name=\"BondColorMode\"\n"
15995 " number_of_elements=\"1\">\n"
15996 " <BooleanDomain name=\"bool\" />\n"
15997 " <Documentation>Use atom color for bonds. If disabled, use the custom bond color.</Documentation>\n"
15998 " </IntVectorProperty>\n"
15999 " <DoubleVectorProperty command=\"SetBondColor\"\n"
16000 " default_values=\"1 1 1\"\n"
16001 " name=\"BondColor\"\n"
16002 " number_of_elements=\"3\"\n"
16003 " panel_widget=\"color_selector\"\n"
16004 " panel_visibility=\"default\">\n"
16005 " <Documentation>Sets the color for the bonds.</Documentation>\n"
16006 " </DoubleVectorProperty>\n"
16007 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
16008 " element_types=\"0 0 0 0 2\"\n"
16009 " name=\"ColorArrayName\"\n"
16010 " no_custom_default=\"1\"\n"
16011 " default_values_delimiter=\";\"\n"
16012 " default_values=\"0;0;0;4;Atomic Numbers\"\n"
16013 " panel_visibility=\"never\"\n"
16014 " number_of_elements=\"5\">\n"
16015 " <Documentation>\n"
16016 " Set the array to color with. One must specify the field association and\n"
16017 " the array name of the array. If the array is missing, scalar coloring will\n"
16018 " automatically be disabled.\n"
16019 " </Documentation>\n"
16020 " <RepresentedArrayListDomain name=\"array_list\">\n"
16021 " <RequiredProperties>\n"
16022 " <Property function=\"Input\" name=\"Input\" />\n"
16023 " </RequiredProperties>\n"
16024 " </RepresentedArrayListDomain>\n"
16025 " </StringVectorProperty>\n"
16026 " <ProxyProperty command=\"SetLookupTable\"\n"
16027 " name=\"LookupTable\" >\n"
16028 " <Documentation>Set the lookup-table to use to map data array to colors.\n"
16029 " Lookuptable is only used with MapScalars to ON.</Documentation>\n"
16030 " <ProxyGroupDomain name=\"groups\">\n"
16031 " <Group name=\"lookup_tables\" />\n"
16032 " </ProxyGroupDomain>\n"
16033 " </ProxyProperty>\n"
16034 " <!-- End of MoleculeRepresentation -->\n"
16035 " </RepresentationProxy>\n"
16036 " <PVMoleculeRepresentationProxy class=\"vtkPVCompositeRepresentation\"\n"
16037 " name=\"PVMoleculeRepresentation\"\n"
16038 " processes=\"client|renderserver|dataserver\">\n"
16039 " <Documentation>PVRepresentationProxy for vtkMolecule.</Documentation>\n"
16040 " <IntVectorProperty command=\"SetVisibility\"\n"
16041 " default_values=\"1\"\n"
16042 " name=\"Visibility\"\n"
16043 " number_of_elements=\"1\"\n"
16044 " panel_visibility=\"never\">\n"
16045 " <BooleanDomain name=\"bool\" />\n"
16046 " <Documentation>Set the visibility for this\n"
16047 " representation.</Documentation>\n"
16048 " </IntVectorProperty>\n"
16049 " <IntVectorProperty command=\"SetForceUseCache\"\n"
16050 " default_values=\"0\"\n"
16051 " is_internal=\"1\"\n"
16052 " name=\"ForceUseCache\"\n"
16053 " number_of_elements=\"1\">\n"
16054 " <BooleanDomain name=\"bool\" />\n"
16055 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16056 " and representations cache based on what the view tells it. However in\n"
16057 " some cases we may want to force a representation to cache irrespective\n"
16058 " of the view (e.g. comparative views). In which case these ivars can up\n"
16059 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16060 " Instead, ForcedCacheKey is used.</Documentation>\n"
16061 " </IntVectorProperty>\n"
16062 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
16063 " default_values=\"none\"\n"
16064 " is_internal=\"1\"\n"
16065 " name=\"ForcedCacheKey\"\n"
16066 " number_of_elements=\"1\">\n"
16067 " <DoubleRangeDomain name=\"range\" />\n"
16068 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16069 " and representations cache based on what the view tells it. However in\n"
16070 " some cases we may want to force a representation to cache irrespective\n"
16071 " of the view (e.g. comparative views). In which case these ivars can up\n"
16072 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16073 " Instead, ForcedCacheKey is used.</Documentation>\n"
16074 " </DoubleVectorProperty>\n"
16075 " <RepresentationType subproxy=\"MoleculeRepresentation\"\n"
16076 " subtype=\"Molecule\"\n"
16077 " text=\"Molecule\" />\n"
16078 " <StringVectorProperty command=\"GetRepresentationTypes\"\n"
16079 " information_only=\"1\"\n"
16080 " name=\"RepresentationTypesInfo\"\n"
16081 " si_class=\"vtkSIDataArrayProperty\">\n"
16082 " <Documentation>Property that lists the available representation types.\n"
16083 " This is used by the domain for \"Representation\" to setup the list of\n"
16084 " types available correctly.</Documentation>\n"
16085 " </StringVectorProperty>\n"
16086 " <StringVectorProperty command=\"SetActiveRepresentation\"\n"
16087 " default_values=\"Molecule\"\n"
16088 " name=\"Representation\"\n"
16089 " number_of_elements=\"1\"\n"
16090 " panel_visibility=\"default\"\n"
16091 " panel_widget=\"display_representation_selector\" >\n"
16092 " <Documentation>Choose the type for the representation.</Documentation>\n"
16093 " <RepresentationTypeDomain name=\"list\">\n"
16094 " <RequiredProperties>\n"
16095 " <Property function=\"StringList\"\n"
16096 " name=\"RepresentationTypesInfo\" />\n"
16097 " <Property function=\"Input\"\n"
16098 " name=\"Input\" />\n"
16099 " </RequiredProperties>\n"
16100 " </RepresentationTypeDomain>\n"
16101 " </StringVectorProperty>\n"
16102 " <InputProperty command=\"SetInputConnection\"\n"
16103 " name=\"Input\">\n"
16104 " <DataTypeDomain name=\"input_type\">\n"
16105 " <DataType value=\"vtkMolecule\" />\n"
16106 " </DataTypeDomain>\n"
16107 " <Documentation>Set the input to the representation.</Documentation>\n"
16108 " </InputProperty>\n"
16109 " <SubProxy>\n"
16110 " <Proxy name=\"MoleculeRepresentation\"\n"
16111 " proxygroup=\"representations\"\n"
16112 " proxyname=\"MoleculeRepresentation\" />\n"
16113 " <ExposedProperties>\n"
16114 " <PropertyGroup label=\"Coloring\">\n"
16115 " <Property name=\"Opacity\"\n"
16116 " panel_visibility=\"default\" />\n"
16117 " <Property name=\"Specular\"\n"
16118 " panel_visibility=\"default\" />\n"
16119 " <Property name=\"SpecularPower\"\n"
16120 " panel_visibility=\"default\" />\n"
16121 " <Property name=\"MapScalars\"\n"
16122 " panel_visibility=\"default\" />\n"
16123 " <Property name=\"ColorArrayName\"\n"
16124 " panel_visibility=\"default\" />\n"
16125 " <Property name=\"LookupTable\"\n"
16126 " panel_visibility=\"never\" />\n"
16127 " </PropertyGroup>\n"
16128 " <PropertyGroup label=\"Styling\"\n"
16129 " panel_widget=\"MoleculeParameters\">\n"
16130 " <Property name=\"RenderAtoms\"\n"
16131 " function=\"RenderAtoms\" />\n"
16132 " <Property name=\"AtomicRadiusFactor\"\n"
16133 " function=\"AtomicRadiusFactor\" />\n"
16134 " <Property name=\"AtomicRadiusType\"\n"
16135 " function=\"AtomicRadiusType\"/>\n"
16136 " <Proprety name=\"AtomicRadiusArrayName\"\n"
16137 " function=\"AtomicRadiusArrayName\"/>\n"
16138 " <Property name=\"RenderBonds\"\n"
16139 " function=\"RenderBonds\" />\n"
16140 " <Property name=\"BondRadius\"\n"
16141 " function=\"BondRadius\" />\n"
16142 " <Property name=\"MultiCylindersForBonds\"\n"
16143 " function=\"UseMultiCylindersForBonds\"/>\n"
16144 " <Property name=\"BondColorMode\"\n"
16145 " function=\"BondColorMode\"/>\n"
16146 " <Property name=\"BondColor\"\n"
16147 " function=\"BondColor\"/>\n"
16148 " </PropertyGroup>\n"
16149 " </ExposedProperties>\n"
16150 " </SubProxy>\n"
16151 " </PVMoleculeRepresentationProxy>\n"
16152 "\n"
16153 " <!-- =================================================================== -->\n"
16154 " <ChartRepresentationProxy class=\"vtkChartTextRepresentation\"\n"
16155 " name=\"ChartTextRepresentation\"\n"
16156 " processes=\"client|dataserver|renderserver\">\n"
16157 " <Documentation>Representation to show text in Chart views</Documentation>\n"
16158 " <InputProperty command=\"SetInputConnection\"\n"
16159 " name=\"Input\">\n"
16160 " <Documentation>Data input for the representation.</Documentation>\n"
16161 " <DataTypeDomain name=\"input_type\">\n"
16162 " <DataType value=\"vtkDataObject\" />\n"
16163 " </DataTypeDomain>\n"
16164 " </InputProperty>\n"
16165 " <IntVectorProperty command=\"SetVisibility\"\n"
16166 " default_values=\"1\"\n"
16167 " name=\"Visibility\"\n"
16168 " number_of_elements=\"1\"\n"
16169 " panel_visibility=\"never\">\n"
16170 " <BooleanDomain name=\"bool\" />\n"
16171 " <Documentation>Visibility of the representation.</Documentation>\n"
16172 " </IntVectorProperty>\n"
16173 " <IntVectorProperty command=\"SetForceUseCache\"\n"
16174 " default_values=\"0\"\n"
16175 " is_internal=\"1\"\n"
16176 " name=\"ForceUseCache\"\n"
16177 " number_of_elements=\"1\">\n"
16178 " <BooleanDomain name=\"bool\" />\n"
16179 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16180 ;
16181 
16182 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
16184 " and representations cache based on what the view tells it. However in\n"
16185 " some cases we may want to force a representation to cache irrespective\n"
16186 " of the view (e.g. comparative views). In which case these ivars can up\n"
16187 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16188 " Instead, ForcedCacheKey is used.</Documentation>\n"
16189 " </IntVectorProperty>\n"
16190 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
16191 " default_values=\"none\"\n"
16192 " is_internal=\"1\"\n"
16193 " name=\"ForcedCacheKey\"\n"
16194 " number_of_elements=\"1\">\n"
16195 " <DoubleRangeDomain name=\"range\" />\n"
16196 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16197 " and representations cache based on what the view tells it. However in\n"
16198 " some cases we may want to force a representation to cache irrespective\n"
16199 " of the view (e.g. comparative views). In which case these ivars can up\n"
16200 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16201 " Instead, ForcedCacheKey is used.</Documentation>\n"
16202 " </DoubleVectorProperty>\n"
16203 " <IntVectorProperty command=\"SetInteractivity\"\n"
16204 " default_values=\"0\"\n"
16205 " name=\"Interactivity\"\n"
16206 " number_of_elements=\"1\"\n"
16207 " panel_visibility=\"never\">\n"
16208 " <BooleanDomain name=\"bool\" />\n"
16209 " <Documentation>\n"
16210 " Set whether user should be able to interactively place the text in the view.\n"
16211 " </Documentation>\n"
16212 " <!-- for now, we hide this property since we don't users interact with\n"
16213 " the text right now -->\n"
16214 " </IntVectorProperty>\n"
16215 "\n"
16216 " <SubProxy command=\"SetTextProperty\">\n"
16217 " <Proxy name=\"Prop2DProperty\" proxygroup=\"properties\" proxyname=\"ChartTextProperty\" />\n"
16218 " <ExposedProperties>\n"
16219 " <PropertyGroup label=\"Font Properties\" panel_widget=\"FontEditor\">\n"
16220 " <Property name=\"Color\" function=\"Color\" />\n"
16221 " <Property name=\"Opacity\" function=\"Opacity\"/>\n"
16222 " <Property name=\"FontFamily\" function=\"Family\"/>\n"
16223 " <Property name=\"FontFile\" function=\"File\"/>\n"
16224 " <Property name=\"Bold\" function=\"Bold\"/>\n"
16225 " <Property name=\"Italic\" function=\"Italics\" />\n"
16226 " <Property name=\"Shadow\" function=\"Shadow\"/>\n"
16227 " <Property name=\"FontSize\" function=\"Size\"/>\n"
16228 " <Property name=\"Justification\" function=\"Justification\"/>\n"
16229 " <Property name=\"VerticalJustification\" default_values=\"1\" />\n"
16230 " </PropertyGroup>\n"
16231 " </ExposedProperties>\n"
16232 " </SubProxy>\n"
16233 "\n"
16234 " <IntVectorProperty command=\"SetLabelLocation\"\n"
16235 " default_values=\"4\"\n"
16236 " name=\"LabelLocation\"\n"
16237 " number_of_elements=\"1\">\n"
16238 " <EnumerationDomain name=\"enum\">\n"
16239 " <!-- for now, we skip interactive placement functionality\n"
16240 " <Entry text=\"AnyLocation\" value=\"0\" />\n"
16241 " -->\n"
16242 " <Entry text=\"LowerLeftCorner\" value=\"1\" />\n"
16243 " <Entry text=\"LowerRightCorner\" value=\"2\" />\n"
16244 " <Entry text=\"LowerCenter\" value=\"3\" />\n"
16245 " <Entry text=\"UpperLeftCorner\" value=\"4\" />\n"
16246 " <Entry text=\"UpperRightCorner\" value=\"5\" />\n"
16247 " <Entry text=\"UpperCenter\" value=\"6\" />\n"
16248 " </EnumerationDomain>\n"
16249 " <Documentation>Specify placement of the scalar bar actor.</Documentation>\n"
16250 " </IntVectorProperty>\n"
16251 "\n"
16252 " <PropertyGroup label=\"Text Position\" panel_widget=\"TextLocationEditor\">\n"
16253 " <Property name=\"LabelLocation\" function=\"WindowLocation\" />\n"
16254 " </PropertyGroup>\n"
16255 "\n"
16256 " </ChartRepresentationProxy>\n"
16257 "\n"
16258 " <!-- =================================================================== -->\n"
16259 " <ChartRepresentationProxy base_proxygroup=\"representations\"\n"
16260 " class=\"vtkXYChartRepresentation\"\n"
16261 " name=\"XYChartRepresentationBase\"\n"
16262 " processes=\"client|dataserver|renderserver\">\n"
16263 " <Documentation>API for representations used by XYChartView and XYBarChartView.\n"
16264 " </Documentation>\n"
16265 " <InputProperty command=\"SetInputConnection\"\n"
16266 " name=\"Input\">\n"
16267 " <Documentation>Data input for the representation.</Documentation>\n"
16268 " <DataTypeDomain name=\"input_type\">\n"
16269 " <DataType value=\"vtkDataObject\" />\n"
16270 " </DataTypeDomain>\n"
16271 " </InputProperty>\n"
16272 " <IntVectorProperty command=\"SetVisibility\"\n"
16273 " default_values=\"1\"\n"
16274 " name=\"Visibility\"\n"
16275 " number_of_elements=\"1\"\n"
16276 " panel_visibility=\"never\">\n"
16277 " <BooleanDomain name=\"bool\" />\n"
16278 " <Documentation>Visibility of the representation.</Documentation>\n"
16279 " </IntVectorProperty>\n"
16280 " <IntVectorProperty command=\"SetForceUseCache\"\n"
16281 " default_values=\"0\"\n"
16282 " is_internal=\"1\"\n"
16283 " name=\"ForceUseCache\"\n"
16284 " number_of_elements=\"1\">\n"
16285 " <BooleanDomain name=\"bool\" />\n"
16286 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16287 " and representations cache based on what the view tells it. However in\n"
16288 " some cases we may want to force a representation to cache irrespective\n"
16289 " of the view (e.g. comparative views). In which case these ivars can up\n"
16290 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16291 " Instead, ForcedCacheKey is used.</Documentation>\n"
16292 " </IntVectorProperty>\n"
16293 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
16294 " default_values=\"none\"\n"
16295 " is_internal=\"1\"\n"
16296 " name=\"ForcedCacheKey\"\n"
16297 " number_of_elements=\"1\">\n"
16298 " <DoubleRangeDomain name=\"range\" />\n"
16299 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16300 " and representations cache based on what the view tells it. However in\n"
16301 " some cases we may want to force a representation to cache irrespective\n"
16302 " of the view (e.g. comparative views). In which case these ivars can up\n"
16303 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16304 " Instead, ForcedCacheKey is used.</Documentation>\n"
16305 " </DoubleVectorProperty>\n"
16306 " <IntVectorProperty clean_command=\"ResetCompositeDataSetIndices\"\n"
16307 " command=\"AddCompositeDataSetIndex\"\n"
16308 " default_values=\"1\"\n"
16309 " number_of_elements=\"1\"\n"
16310 " name=\"CompositeDataSetIndex\"\n"
16311 " number_of_elements_per_command=\"1\"\n"
16312 " panel_visibility=\"default\"\n"
16313 " repeat_command=\"1\">\n"
16314 " <CompositeTreeDomain mode=\"leaves\" name=\"tree\">\n"
16315 " <RequiredProperties>\n"
16316 " <Property function=\"Input\" name=\"Input\" />\n"
16317 " </RequiredProperties>\n"
16318 " </CompositeTreeDomain>\n"
16319 " <Documentation>This property lists the ids of the blocks to extract\n"
16320 " from the input multiblock dataset.</Documentation>\n"
16321 " </IntVectorProperty>\n"
16322 " <IntVectorProperty command=\"SetFieldAssociation\"\n"
16323 " default_values=\"0\"\n"
16324 " name=\"AttributeType\"\n"
16325 " number_of_elements=\"1\">\n"
16326 " <Documentation>Select the attribute data to render.</Documentation>\n"
16327 " <FieldDataDomain enable_field_data=\"1\"\n"
16328 " name=\"enum\">\n"
16329 " <RequiredProperties>\n"
16330 " <Property function=\"Input\" name=\"Input\" />\n"
16331 " </RequiredProperties>\n"
16332 " </FieldDataDomain>\n"
16333 " </IntVectorProperty>\n"
16334 " <IntVectorProperty command=\"SetUseIndexForXAxis\"\n"
16335 " default_values=\"1\"\n"
16336 " name=\"UseIndexForXAxis\"\n"
16337 " number_of_elements=\"1\">\n"
16338 " <ChartUseIndexForAxisDomain name=\"bool\">\n"
16339 " <RequiredProperties>\n"
16340 " <Property function=\"ArraySelection\" name=\"XArrayName\" />\n"
16341 " </RequiredProperties>\n"
16342 " </ChartUseIndexForAxisDomain>\n"
16343 " <Documentation>When set, the array index will be used for X axis,\n"
16344 " otherwise the array identified by XArrayName will be\n"
16345 " used.</Documentation>\n"
16346 " </IntVectorProperty>\n"
16347 " <StringVectorProperty command=\"SetXAxisSeriesName\"\n"
16348 " default_values=\"\"\n"
16349 " name=\"XArrayName\"\n"
16350 " number_of_elements=\"1\">\n"
16351 " <Documentation>Set the array to use on X axis. This is used only when\n"
16352 " UseIndexForXAxis is set to 0.</Documentation>\n"
16353 " <ChartSeriesListDomain name=\"array_list\"\n"
16354 " hide_partial_arrays=\"1\">\n"
16355 " <RequiredProperties>\n"
16356 " <Property function=\"Input\" name=\"Input\" />\n"
16357 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
16358 " </RequiredProperties>\n"
16359 " </ChartSeriesListDomain>\n"
16360 " <Hints>\n"
16361 " <!-- the widget for this property is only enabled, when\n"
16362 " UseIndexForXAxis is unchecked. -->\n"
16363 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
16364 " <Property name=\"UseIndexForXAxis\" function=\"boolean_invert\" />\n"
16365 " </PropertyWidgetDecorator>\n"
16366 " </Hints>\n"
16367 " </StringVectorProperty>\n"
16368 " <PropertyGroup label=\"X Axis Parameters\">\n"
16369 " <Property name=\"UseIndexForXAxis\" />\n"
16370 " <Property name=\"XArrayName\" />\n"
16371 " </PropertyGroup>\n"
16372 " <StringVectorProperty command=\"SetSeriesVisibility\"\n"
16373 " element_types=\"2 0\"\n"
16374 " name=\"SeriesVisibility\"\n"
16375 " number_of_elements_per_command=\"2\"\n"
16376 " repeat_command=\"1\"\n"
16377 " clean_command=\"ClearSeriesVisibilities\">\n"
16378 " <Documentation>Set the series visibility.</Documentation>\n"
16379 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
16380 " hide_partial_arrays=\"0\"\n"
16381 " default_mode=\"visibility\">\n"
16382 " <RequiredProperties>\n"
16383 " <Property function=\"Input\" name=\"Input\" />\n"
16384 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
16385 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
16386 " </RequiredProperties>\n"
16387 " </ChartSeriesSelectionDomain>\n"
16388 " <Hints>\n"
16389 " <!-- when present, the SeriesEditor widget will allow user to\n"
16390 " re-order the series which will affect the rendered plot -->\n"
16391 " <SeriesEditor supports_reordering=\"1\" />\n"
16392 " </Hints>\n"
16393 " </StringVectorProperty>\n"
16394 " <StringVectorProperty command=\"SetLabel\"\n"
16395 " clean_command=\"ClearLabels\"\n"
16396 " element_types=\"2 2\"\n"
16397 " name=\"SeriesLabel\"\n"
16398 " number_of_elements_per_command=\"2\"\n"
16399 " repeat_command=\"1\">\n"
16400 " <Documentation>Set the series labels.</Documentation>\n"
16401 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
16402 " hide_partial_arrays=\"0\"\n"
16403 " default_mode=\"label\">\n"
16404 " <RequiredProperties>\n"
16405 " <Property function=\"Input\" name=\"Input\" />\n"
16406 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
16407 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
16408 " </RequiredProperties>\n"
16409 " </ChartSeriesSelectionDomain>\n"
16410 " </StringVectorProperty>\n"
16411 " <StringVectorProperty command=\"SetColor\"\n"
16412 " clean_command=\"ClearColors\"\n"
16413 " element_types=\"2 1 1 1\"\n"
16414 " name=\"SeriesColor\"\n"
16415 " number_of_elements_per_command=\"4\"\n"
16416 " repeat_command=\"1\">\n"
16417 " <Documentation>Set the series line/bar color.</Documentation>\n"
16418 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
16419 " hide_partial_arrays=\"0\"\n"
16420 " default_mode=\"color\">\n"
16421 " <RequiredProperties>\n"
16422 " <Property function=\"Input\" name=\"Input\" />\n"
16423 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
16424 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
16425 " </RequiredProperties>\n"
16426 " </ChartSeriesSelectionDomain>\n"
16427 " </StringVectorProperty>\n"
16428 " <StringVectorProperty command=\"SetAxisCorner\"\n"
16429 " clean_command=\"ClearAxisCorners\"\n"
16430 " element_types=\"2 0\"\n"
16431 " name=\"SeriesPlotCorner\"\n"
16432 " number_of_elements_per_command=\"2\"\n"
16433 " repeat_command=\"1\">\n"
16434 " <Documentation>Set the series axis corner.</Documentation>\n"
16435 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
16436 " hide_partial_arrays=\"0\"\n"
16437 " default_mode=\"value\"\n"
16438 " default_value=\"0\">\n"
16439 " <RequiredProperties>\n"
16440 " <Property function=\"Input\" name=\"Input\" />\n"
16441 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
16442 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
16443 " </RequiredProperties>\n"
16444 " </ChartSeriesSelectionDomain>\n"
16445 " </StringVectorProperty>\n"
16446 " <!--\n"
16447 " Set the palette SelectionColor color to all the plots in the chart.\n"
16448 " -->\n"
16449 " <DoubleVectorProperty command=\"SetSelectionColor\"\n"
16450 " default_values=\"1.0 0.0 1.0\"\n"
16451 " name=\"Color\"\n"
16452 " number_of_elements=\"3\"\n"
16453 " panel_visibility=\"never\">\n"
16454 " <DoubleRangeDomain max=\"1 1 1\"\n"
16455 " min=\"0 0 0\"\n"
16456 " name=\"range\" />\n"
16457 " <Hints>\n"
16458 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"SelectionColor\" unlink_if_modified=\"1\" />\n"
16459 " </Hints>\n"
16460 " </DoubleVectorProperty>\n"
16461 " <SubProxy command=\"SetSelectionRepresentation\">\n"
16462 " <!--\n"
16463 " SelectionRepresentation proxy is used to convey the selection to view.\n"
16464 " We keep this separate as subproxy so that when the selection is\n"
16465 " modified, we don't have to update the representation as well, we can\n"
16466 " only update the SelectionRepresentation.\n"
16467 " -->\n"
16468 " <RepresentationProxy name=\"SelectionRepresentation\"\n"
16469 " class=\"vtkChartSelectionRepresentation\"\n"
16470 ;
16471 
16472 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
16474 " processes=\"client|dataserver|renderserver\">\n"
16475 " <InputProperty command=\"SetInputConnection\"\n"
16476 " name=\"SelectionInput\"/>\n"
16477 " </RepresentationProxy>\n"
16478 " </SubProxy>\n"
16479 "\n"
16480 " <StringVectorProperty command=\"SetSeriesLabelPrefix\"\n"
16481 " name=\"SeriesLabelPrefix\"\n"
16482 " number_of_elements=\"1\"\n"
16483 " default_value=\"\"\n"
16484 " panel_visibility=\"advanced\">\n"
16485 " <Documentation>\n"
16486 " Specify a string to prefix to the **SeriesLabel** (**Legend Name**) for each\n"
16487 " of series being plotted. This will get prefixed to the labels (legend names) specified\n"
16488 " for each of the series individually via the **Series Parameters**.\n"
16489 " </Documentation>\n"
16490 " </StringVectorProperty>\n"
16491 "\n"
16492 " <StringVectorProperty name=\"LastPresetName\"\n"
16493 " number_of_elements=\"1\"\n"
16494 " default_values=\"Spectrum\"\n"
16495 " panel_visibility=\"never\">\n"
16496 " <Documentation>Dummy property containing last color preset name.\n"
16497 " The property widget can set it when a preset is applied, and the domain can read it when a default color is requested.</Documentation>\n"
16498 " </StringVectorProperty>\n"
16499 " <!-- End of XYChartRepresentationBase -->\n"
16500 " </ChartRepresentationProxy>\n"
16501 "\n"
16502 " <!-- =================================================================== -->\n"
16503 " <ChartRepresentationProxy base_proxygroup=\"representations\"\n"
16504 " class=\"vtkPVHistogramChartRepresentation\"\n"
16505 " name=\"HistogramChartRepresentation\"\n"
16506 " processes=\"client|dataserver|renderserver\">\n"
16507 " <Documentation>Representation used by XYHistogramChartView.</Documentation>\n"
16508 " <InputProperty command=\"SetInputConnection\"\n"
16509 " name=\"Input\">\n"
16510 " <Documentation>Data input for the representation.</Documentation>\n"
16511 " <DataTypeDomain name=\"input_type\">\n"
16512 " <DataType value=\"vtkDataObject\" />\n"
16513 " </DataTypeDomain>\n"
16514 " <InputArrayDomain attribute_type=\"any\" name=\"input_array\" />\n"
16515 " </InputProperty>\n"
16516 " <StringVectorProperty animateable=\"0\"\n"
16517 " command=\"SetInputArrayToProcess\"\n"
16518 " element_types=\"0 0 0 0 2\"\n"
16519 " name=\"SelectInputArray\"\n"
16520 " number_of_elements=\"5\">\n"
16521 " <ArrayListDomain attribute_type=\"Scalars\"\n"
16522 " name=\"array_list\">\n"
16523 " <RequiredProperties>\n"
16524 " <Property function=\"Input\"\n"
16525 " name=\"Input\" />\n"
16526 " </RequiredProperties>\n"
16527 " </ArrayListDomain>\n"
16528 " <Documentation>This property indicates the name of the array from which\n"
16529 " to compute the histogram.</Documentation>\n"
16530 " </StringVectorProperty>\n"
16531 " <IntVectorProperty command=\"SetVisibility\"\n"
16532 " default_values=\"1\"\n"
16533 " name=\"Visibility\"\n"
16534 " number_of_elements=\"1\"\n"
16535 " panel_visibility=\"never\">\n"
16536 " <BooleanDomain name=\"bool\" />\n"
16537 " <Documentation>Visibility of the representation.</Documentation>\n"
16538 " </IntVectorProperty>\n"
16539 " <IntVectorProperty command=\"SetForceUseCache\"\n"
16540 " default_values=\"0\"\n"
16541 " is_internal=\"1\"\n"
16542 " name=\"ForceUseCache\"\n"
16543 " number_of_elements=\"1\">\n"
16544 " <BooleanDomain name=\"bool\" />\n"
16545 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16546 " and representations cache based on what the view tells it. However in\n"
16547 " some cases we may want to force a representation to cache irrespective\n"
16548 " of the view (e.g. comparative views). In which case these ivars can up\n"
16549 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16550 " Instead, ForcedCacheKey is used.</Documentation>\n"
16551 " </IntVectorProperty>\n"
16552 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
16553 " default_values=\"none\"\n"
16554 " is_internal=\"1\"\n"
16555 " name=\"ForcedCacheKey\"\n"
16556 " number_of_elements=\"1\">\n"
16557 " <DoubleRangeDomain name=\"range\" />\n"
16558 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16559 " and representations cache based on what the view tells it. However in\n"
16560 " some cases we may want to force a representation to cache irrespective\n"
16561 " of the view (e.g. comparative views). In which case these ivars can up\n"
16562 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16563 " Instead, ForcedCacheKey is used.</Documentation>\n"
16564 " </DoubleVectorProperty>\n"
16565 " <IntVectorProperty command=\"SetUseColorMapping\"\n"
16566 " number_of_elements=\"1\"\n"
16567 " default_values=\"0\"\n"
16568 " name=\"UseColorMapping\"\n"
16569 " panel_visibility=\"never\">\n"
16570 " <BooleanDomain name=\"bool\" />\n"
16571 " <Documentation>\n"
16572 " Use color mapping for the histogram.\n"
16573 " </Documentation>\n"
16574 " </IntVectorProperty>\n"
16575 " <DoubleVectorProperty command=\"SetHistogramColor\"\n"
16576 " default_values=\"0 0 1\"\n"
16577 " name=\"HistogramColor\"\n"
16578 " number_of_elements=\"3\"\n"
16579 " panel_widget=\"color_selector\"\n"
16580 " panel_visibility=\"default\">\n"
16581 " <Hints>\n"
16582 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
16583 " <Property name=\"UseColorMapping\" function=\"boolean_invert\" />\n"
16584 " </PropertyWidgetDecorator>\n"
16585 " </Hints>\n"
16586 " <Documentation>Sets the color for the histograms.</Documentation>\n"
16587 " </DoubleVectorProperty>\n"
16588 " <ProxyProperty command=\"SetLookupTable\"\n"
16589 " name=\"LookupTable\"\n"
16590 " panel_visibility=\"never\" >\n"
16591 " <Documentation>Sets the lookup table to use for scalar\n"
16592 " mapping.</Documentation>\n"
16593 " <ProxyGroupDomain name=\"groups\">\n"
16594 " <Group name=\"lookup_tables\" />\n"
16595 " </ProxyGroupDomain>\n"
16596 " </ProxyProperty>\n"
16597 " <SubProxy command=\"SetSelectionRepresentation\">\n"
16598 " <!--\n"
16599 " SelectionRepresentation proxy is used to convey the selection to view.\n"
16600 " We keep this separate as subproxy so that when the selection is\n"
16601 " modified, we don't have to update the representation as well, we can\n"
16602 " only update the SelectionRepresentation.\n"
16603 " -->\n"
16604 " <RepresentationProxy name=\"SelectionRepresentation\"\n"
16605 " class=\"vtkChartSelectionRepresentation\"\n"
16606 " processes=\"client|dataserver|renderserver\">\n"
16607 " <!-- See vtkSMChartRepresentationProxy::SetPropertyModifiedFlag()\n"
16608 " for the details on naming this property -->\n"
16609 " <InputProperty command=\"SetInputConnection\"\n"
16610 " name=\"OriginalSelectionInput\"/>\n"
16611 " </RepresentationProxy>\n"
16612 " </SubProxy>\n"
16613 "\n"
16614 " <IntVectorProperty command=\"SetBinCount\"\n"
16615 " default_values=\"256\"\n"
16616 " name=\"BinCount\"\n"
16617 " number_of_elements=\"1\">\n"
16618 " <IntRangeDomain max=\"1000\"\n"
16619 " min=\"1\"\n"
16620 " name=\"range\" />\n"
16621 " <Documentation>The value of this property specifies the number of bins\n"
16622 " for the histogram.</Documentation>\n"
16623 " </IntVectorProperty>\n"
16624 " <IntVectorProperty animateable=\"0\"\n"
16625 " command=\"SetComponent\"\n"
16626 " default_values=\"0\"\n"
16627 " name=\"Component\"\n"
16628 " number_of_elements=\"1\">\n"
16629 " <NumberOfComponentsDomain name=\"comps\" enable_magnitude=\"1\">\n"
16630 " <RequiredProperties>\n"
16631 " <Property function=\"Input\"\n"
16632 " name=\"Input\" />\n"
16633 " <Property function=\"ArraySelection\"\n"
16634 " name=\"SelectInputArray\" />\n"
16635 " </RequiredProperties>\n"
16636 " </NumberOfComponentsDomain>\n"
16637 " <Documentation>The value of this property specifies the array component\n"
16638 " from which the histogram should be computed.</Documentation>\n"
16639 " </IntVectorProperty>\n"
16640 " <IntVectorProperty command=\"SetCenterBinsAroundMinAndMax\"\n"
16641 " default_values=\"0\"\n"
16642 " name=\"CenterBinsAroundMinAndMax\"\n"
16643 " number_of_elements=\"1\"\n"
16644 " panel_visibility=\"advanced\">\n"
16645 " <BooleanDomain name=\"bool\" />\n"
16646 " <Documentation>When set to true, first and last bin will be centered\n"
16647 " around the minimum and the maximum values of the data.\n"
16648 " By default, set to false.</Documentation>\n"
16649 " <Hints>\n"
16650 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
16651 " mode=\"visibility\"\n"
16652 " property=\"UseCustomBinRanges\"\n"
16653 " value=\"0\" />\n"
16654 " <!-- show this widget when UseCustomBinRanges==0 -->\n"
16655 " </Hints>\n"
16656 " </IntVectorProperty>\n"
16657 " <IntVectorProperty command=\"SetUseCustomBinRanges\"\n"
16658 " default_values=\"0\"\n"
16659 " name=\"UseCustomBinRanges\"\n"
16660 " number_of_elements=\"1\"\n"
16661 " panel_visibility=\"advanced\">\n"
16662 " <BooleanDomain name=\"bool\" />\n"
16663 " <Documentation>When set to true, CustomBinRanges will be used instead\n"
16664 " of using the full range for the selected array. By default, set to\n"
16665 " false.</Documentation>\n"
16666 " </IntVectorProperty>\n"
16667 " <DoubleVectorProperty command=\"SetCustomBinRanges\"\n"
16668 " default_values=\"0.0 100.0\"\n"
16669 " name=\"CustomBinRanges\"\n"
16670 " number_of_elements=\"2\"\n"
16671 " panel_visibility=\"advanced\">\n"
16672 " <Documentation>Set custom bin ranges to use. These are used only when\n"
16673 " UseCustomBinRanges is set to true.</Documentation>\n"
16674 " <ArrayRangeDomain name=\"scalar_range\">\n"
16675 " <RequiredProperties>\n"
16676 " <Property function=\"Input\"\n"
16677 " name=\"Input\" />\n"
16678 " <Property function=\"ArraySelection\"\n"
16679 " name=\"SelectInputArray\" />\n"
16680 " </RequiredProperties>\n"
16681 " </ArrayRangeDomain>\n"
16682 " <Hints>\n"
16683 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
16684 " <Property name=\"UseCustomBinRanges\" function=\"boolean\" />\n"
16685 " </PropertyWidgetDecorator>\n"
16686 " </Hints>\n"
16687 " </DoubleVectorProperty>\n"
16688 " <IntVectorProperty command=\"SetHistogramLineStyle\"\n"
16689 " name=\"HistogramLineStyle\"\n"
16690 " number_of_elements=\"1\"\n"
16691 " default_values=\"0\"\n"
16692 " panel_visibility=\"advanced\">\n"
16693 " <Documentation>Set the line style to use for drawing a border around the histogram bins.\n"
16694 " </Documentation>\n"
16695 " <EnumerationDomain name=\"enum\">\n"
16696 " <Entry text=\"None\" value=\"0\" />\n"
16697 " <Entry text=\"Solid\" value=\"1\" />\n"
16698 " <Entry text=\"Dash\" value=\"2\" />\n"
16699 " <Entry text=\"Dot\" value=\"3\" />\n"
16700 " <Entry text=\"Dash Dot\" value=\"4\" />\n"
16701 " <Entry text=\"Dash Dot Dot\" value=\"5\" />\n"
16702 " </EnumerationDomain>\n"
16703 " </IntVectorProperty>\n"
16704 " <Hints>\n"
16705 " <InitializationHelper class=\"vtkSMXYChartRepresentationInitializationHelper\" />\n"
16706 " </Hints>\n"
16707 " </ChartRepresentationProxy>\n"
16708 "\n"
16709 " <!-- =================================================================== -->\n"
16710 " <ChartRepresentationProxy class=\"vtkPVParallelCoordinatesRepresentation\"\n"
16711 " name=\"ParallelCoordinatesRepresentation\"\n"
16712 " processes=\"client|dataserver|renderserver\">\n"
16713 " <Documentation>Representation used by\n"
16714 " ParallelCoordinatesChartView.</Documentation>\n"
16715 " <InputProperty command=\"SetInputConnection\"\n"
16716 " name=\"Input\">\n"
16717 " <Documentation>Data input for the representation.</Documentation>\n"
16718 " <DataTypeDomain name=\"input_type\">\n"
16719 " <DataType value=\"vtkDataObject\" />\n"
16720 " </DataTypeDomain>\n"
16721 " </InputProperty>\n"
16722 " <IntVectorProperty command=\"SetVisibility\"\n"
16723 " default_values=\"1\"\n"
16724 " name=\"Visibility\"\n"
16725 " number_of_elements=\"1\"\n"
16726 " panel_visibility=\"never\">\n"
16727 " <BooleanDomain name=\"bool\" />\n"
16728 " <Documentation>Visibility of the representation.</Documentation>\n"
16729 " </IntVectorProperty>\n"
16730 " <IntVectorProperty command=\"SetForceUseCache\"\n"
16731 " default_values=\"0\"\n"
16732 " is_internal=\"1\"\n"
16733 " name=\"ForceUseCache\"\n"
16734 " number_of_elements=\"1\">\n"
16735 " <BooleanDomain name=\"bool\" />\n"
16736 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16737 " and representations cache based on what the view tells it. However in\n"
16738 " some cases we may want to force a representation to cache irrespective\n"
16739 " of the view (e.g. comparative views). In which case these ivars can up\n"
16740 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16741 " Instead, ForcedCacheKey is used.</Documentation>\n"
16742 " </IntVectorProperty>\n"
16743 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
16744 " default_values=\"none\"\n"
16745 " is_internal=\"1\"\n"
16746 " name=\"ForcedCacheKey\"\n"
16747 " number_of_elements=\"1\">\n"
16748 " <DoubleRangeDomain name=\"range\" />\n"
16749 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16750 " and representations cache based on what the view tells it. However in\n"
16751 " some cases we may want to force a representation to cache irrespective\n"
16752 " of the view (e.g. comparative views). In which case these ivars can up\n"
16753 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16754 " Instead, ForcedCacheKey is used.</Documentation>\n"
16755 " </DoubleVectorProperty>\n"
16756 " <IntVectorProperty command=\"SetCompositeDataSetIndex\"\n"
16757 " default_values=\"1\"\n"
16758 " name=\"CompositeDataSetIndex\"\n"
16759 " number_of_elements=\"1\">\n"
16760 " <Documentation>In case of Composite datasets, set the flat index of the\n"
16761 " dataset to pass. The flat index must point to a non-empty,\n"
16762 " non-composite dataset for anything to be passed through. If the input\n"
16763 " is not a composite dataset, then this index is ignored.</Documentation>\n"
16764 " <CompositeTreeDomain mode=\"leaves\"\n"
16765 " name=\"tree\">\n"
16766 ;
16767 
16768 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
16770 " <RequiredProperties>\n"
16771 " <Property function=\"Input\"\n"
16772 " name=\"Input\" />\n"
16773 " </RequiredProperties>\n"
16774 " </CompositeTreeDomain>\n"
16775 " </IntVectorProperty>\n"
16776 " <IntVectorProperty command=\"SetFieldAssociation\"\n"
16777 " default_values=\"0\"\n"
16778 " name=\"FieldAssociation\"\n"
16779 " number_of_elements=\"1\">\n"
16780 " <Documentation>Select the attribute data to pass.</Documentation>\n"
16781 " <FieldDataDomain enable_field_data=\"1\"\n"
16782 " name=\"enum\">\n"
16783 " <RequiredProperties>\n"
16784 " <Property function=\"Input\"\n"
16785 " name=\"Input\" />\n"
16786 " </RequiredProperties>\n"
16787 " </FieldDataDomain>\n"
16788 " </IntVectorProperty>\n"
16789 "\n"
16790 " <StringVectorProperty command=\"SetSeriesVisibility\"\n"
16791 " element_types=\"2 0\"\n"
16792 " name=\"SeriesVisibility\"\n"
16793 " number_of_elements_per_command=\"2\"\n"
16794 " repeat_command=\"1\"\n"
16795 " clean_command=\"ClearSeriesVisibilities\">\n"
16796 " <Documentation>Set the series visibility.</Documentation>\n"
16797 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
16798 " hide_partial_arrays=\"0\"\n"
16799 " default_mode=\"visibility\">\n"
16800 " <RequiredProperties>\n"
16801 " <Property function=\"Input\" name=\"Input\" />\n"
16802 " <Property function=\"FieldDataSelection\" name=\"FieldAssociation\" />\n"
16803 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
16804 " </RequiredProperties>\n"
16805 " </ChartSeriesSelectionDomain>\n"
16806 " <Hints>\n"
16807 " <!-- when present, the SeriesEditor widget will allow user to\n"
16808 " re-order the series which will affect the rendered plot -->\n"
16809 " <SeriesEditor supports_reordering=\"1\" />\n"
16810 " </Hints>\n"
16811 " </StringVectorProperty>\n"
16812 "\n"
16813 " <DoubleVectorProperty command=\"SetColor\"\n"
16814 " name=\"Color\"\n"
16815 " number_of_elements=\"3\"\n"
16816 " default_values=\"0.0 0.0 0.0\"\n"
16817 " panel_widget=\"color_selector\"\n"
16818 " panel_visibility=\"advanced\">\n"
16819 " <Documentation>Set the series line color.</Documentation>\n"
16820 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" max=\"1 1 1\" />\n"
16821 " </DoubleVectorProperty>\n"
16822 " <DoubleVectorProperty command=\"SetOpacity\"\n"
16823 " name=\"Opacity\"\n"
16824 " number_of_elements=\"1\"\n"
16825 " default_values=\"0.1\"\n"
16826 " panel_visibility=\"advanced\">\n"
16827 " <Documentation>Set the opacity of the lines.</Documentation>\n"
16828 " <DoubleRangeDomain name=\"range\" min=\"0\" max=\"1\" />\n"
16829 " </DoubleVectorProperty>\n"
16830 " <IntVectorProperty command=\"SetLineThickness\"\n"
16831 " name=\"LineThickness\"\n"
16832 " number_of_elements=\"1\"\n"
16833 " default_values=\"2\"\n"
16834 " panel_visibility=\"advanced\">\n"
16835 " <Documentation>Set the series line thickness.</Documentation>\n"
16836 " <IntRangeDomain name=\"range\" min=\"1\" max=\"10\" />\n"
16837 " </IntVectorProperty>\n"
16838 " <IntVectorProperty command=\"SetLineStyle\"\n"
16839 " name=\"LineStyle\"\n"
16840 " number_of_elements=\"1\"\n"
16841 " default_values=\"1\"\n"
16842 " panel_visibility=\"advanced\">\n"
16843 " <Documentation>Set the series line style.</Documentation>\n"
16844 " <EnumerationDomain name=\"enum\">\n"
16845 " <Entry text=\"None\" value=\"0\" />\n"
16846 " <Entry text=\"Solid\" value=\"1\" />\n"
16847 " <Entry text=\"Dash\" value=\"2\" />\n"
16848 " <Entry text=\"Dot\" value=\"3\" />\n"
16849 " <Entry text=\"Dash Dot\" value=\"4\" />\n"
16850 " <Entry text=\"Dash Dot Dot\" value=\"5\" />\n"
16851 " </EnumerationDomain>\n"
16852 " </IntVectorProperty>\n"
16853 "\n"
16854 " <PropertyGroup label=\"Series Parameters\"\n"
16855 " panel_widget=\"SeriesEditor\" >\n"
16856 " <Property name=\"SeriesVisibility\" function=\"SeriesVisibility\" />\n"
16857 " </PropertyGroup>\n"
16858 "\n"
16859 " <PropertyGroup label=\"Styling\">\n"
16860 " <Property name=\"Color\" />\n"
16861 " <Property name=\"Opacity\" />\n"
16862 " <Property name=\"LineThickness\" />\n"
16863 " <Property name=\"LineStyle\" />\n"
16864 " </PropertyGroup>\n"
16865 "\n"
16866 " <SubProxy command=\"SetSelectionRepresentation\">\n"
16867 " <!--\n"
16868 " SelectionRepresentation proxy is used to convey the selection to view.\n"
16869 " We keep this separate as subproxy so that when the selection is\n"
16870 " modified, we don't have to update the representation as well, we can\n"
16871 " only update the SelectionRepresentation.\n"
16872 " -->\n"
16873 " <RepresentationProxy name=\"SelectionRepresentation\"\n"
16874 " class=\"vtkChartSelectionRepresentation\"\n"
16875 " processes=\"client|dataserver|renderserver\">\n"
16876 " <InputProperty command=\"SetInputConnection\"\n"
16877 " name=\"SelectionInput\"/>\n"
16878 " </RepresentationProxy>\n"
16879 " </SubProxy>\n"
16880 " </ChartRepresentationProxy>\n"
16881 "\n"
16882 " <!-- =================================================================== -->\n"
16883 " <ChartRepresentationProxy class=\"vtkPVBoxChartRepresentation\"\n"
16884 " name=\"BoxChartRepresentation\"\n"
16885 " processes=\"client|dataserver|renderserver\">\n"
16886 " <Documentation>Representation used by BoxChartView.</Documentation>\n"
16887 " <InputProperty command=\"SetInputConnection\"\n"
16888 " name=\"Input\">\n"
16889 " <Documentation>Data input for the representation.</Documentation>\n"
16890 " <DataTypeDomain name=\"input_type\">\n"
16891 " <DataType value=\"vtkDataObject\" />\n"
16892 " </DataTypeDomain>\n"
16893 " </InputProperty>\n"
16894 " <IntVectorProperty command=\"SetVisibility\"\n"
16895 " default_values=\"1\"\n"
16896 " name=\"Visibility\"\n"
16897 " number_of_elements=\"1\"\n"
16898 " panel_visibility=\"never\">\n"
16899 " <BooleanDomain name=\"bool\" />\n"
16900 " <Documentation>Visibility of the representation.</Documentation>\n"
16901 " </IntVectorProperty>\n"
16902 " <IntVectorProperty command=\"SetForceUseCache\"\n"
16903 " default_values=\"0\"\n"
16904 " is_internal=\"1\"\n"
16905 " name=\"ForceUseCache\"\n"
16906 " number_of_elements=\"1\">\n"
16907 " <BooleanDomain name=\"bool\" />\n"
16908 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16909 " and representations cache based on what the view tells it. However in\n"
16910 " some cases we may want to force a representation to cache irrespective\n"
16911 " of the view (e.g. comparative views). In which case these ivars can up\n"
16912 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16913 " Instead, ForcedCacheKey is used.</Documentation>\n"
16914 " </IntVectorProperty>\n"
16915 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
16916 " default_values=\"none\"\n"
16917 " is_internal=\"1\"\n"
16918 " name=\"ForcedCacheKey\"\n"
16919 " number_of_elements=\"1\">\n"
16920 " <DoubleRangeDomain name=\"range\" />\n"
16921 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
16922 " and representations cache based on what the view tells it. However in\n"
16923 " some cases we may want to force a representation to cache irrespective\n"
16924 " of the view (e.g. comparative views). In which case these ivars can up\n"
16925 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
16926 " Instead, ForcedCacheKey is used.</Documentation>\n"
16927 " </DoubleVectorProperty>\n"
16928 " <IntVectorProperty command=\"SetCompositeDataSetIndex\"\n"
16929 " default_values=\"1\"\n"
16930 " name=\"CompositeDataSetIndex\"\n"
16931 " number_of_elements=\"1\">\n"
16932 " <Documentation>In case of Composite datasets, set the flat index of the\n"
16933 " dataset to pass. The flat index must point to a non-empty,\n"
16934 " non-composite dataset for anything to be passed through. If the input\n"
16935 " is not a composite dataset, then this index is ignored.</Documentation>\n"
16936 " <CompositeTreeDomain mode=\"leaves\"\n"
16937 " name=\"tree\">\n"
16938 " <RequiredProperties>\n"
16939 " <Property function=\"Input\"\n"
16940 " name=\"Input\" />\n"
16941 " </RequiredProperties>\n"
16942 " </CompositeTreeDomain>\n"
16943 " </IntVectorProperty>\n"
16944 " <IntVectorProperty command=\"SetFieldAssociation\"\n"
16945 " default_values=\"0\"\n"
16946 " name=\"FieldAssociation\"\n"
16947 " number_of_elements=\"1\">\n"
16948 " <Documentation>Select the attribute data to pass.</Documentation>\n"
16949 " <FieldDataDomain enable_field_data=\"1\"\n"
16950 " name=\"enum\">\n"
16951 " <RequiredProperties>\n"
16952 " <Property function=\"Input\"\n"
16953 " name=\"Input\" />\n"
16954 " </RequiredProperties>\n"
16955 " </FieldDataDomain>\n"
16956 " </IntVectorProperty>\n"
16957 "\n"
16958 " <StringVectorProperty command=\"SetSeriesVisibility\"\n"
16959 " element_types=\"2 0\"\n"
16960 " name=\"SeriesVisibility\"\n"
16961 " number_of_elements_per_command=\"2\"\n"
16962 " repeat_command=\"1\"\n"
16963 " clean_command=\"ClearSeriesVisibilities\">\n"
16964 " <Documentation>Set the series visibility.</Documentation>\n"
16965 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
16966 " hide_partial_arrays=\"0\"\n"
16967 " default_mode=\"visibility\">\n"
16968 " <RequiredProperties>\n"
16969 " <Property function=\"Input\" name=\"Input\" />\n"
16970 " <Property function=\"FieldDataSelection\" name=\"FieldAssociation\" />\n"
16971 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
16972 " </RequiredProperties>\n"
16973 " </ChartSeriesSelectionDomain>\n"
16974 " <Hints>\n"
16975 " <!-- when present, the SeriesEditor widget will allow user to\n"
16976 " re-order the series which will affect the rendered plot -->\n"
16977 " <SeriesEditor supports_reordering=\"1\" />\n"
16978 " </Hints>\n"
16979 " </StringVectorProperty>\n"
16980 " <StringVectorProperty command=\"SetSeriesColor\"\n"
16981 " element_types=\"2 1 1 1\"\n"
16982 " name=\"SeriesColor\"\n"
16983 " number_of_elements_per_command=\"4\"\n"
16984 " repeat_command=\"1\"\n"
16985 " clean_command=\"ClearSeriesColors\">\n"
16986 " <Documentation>Set the series box plot color.</Documentation>\n"
16987 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
16988 " hide_partial_arrays=\"0\"\n"
16989 " default_mode=\"color\">\n"
16990 " <RequiredProperties>\n"
16991 " <Property function=\"Input\" name=\"Input\" />\n"
16992 " <Property function=\"FieldDataSelection\" name=\"FieldAssociation\" />\n"
16993 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
16994 " </RequiredProperties>\n"
16995 " </ChartSeriesSelectionDomain>\n"
16996 " </StringVectorProperty>\n"
16997 "\n"
16998 " <DoubleVectorProperty command=\"SetColor\"\n"
16999 " name=\"Color\"\n"
17000 " number_of_elements=\"3\"\n"
17001 " default_values=\"0.0 0.0 0.0\"\n"
17002 " panel_widget=\"color_selector\"\n"
17003 " panel_visibility=\"advanced\">\n"
17004 " <Documentation>Set the series line color.</Documentation>\n"
17005 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" max=\"1 1 1\" />\n"
17006 " </DoubleVectorProperty>\n"
17007 " <IntVectorProperty command=\"SetLineThickness\"\n"
17008 " name=\"LineThickness\"\n"
17009 " number_of_elements=\"1\"\n"
17010 " default_values=\"2\"\n"
17011 " panel_visibility=\"advanced\">\n"
17012 " <Documentation>Set the series line thickness.</Documentation>\n"
17013 " <IntRangeDomain name=\"range\" min=\"1\" max=\"10\" />\n"
17014 " </IntVectorProperty>\n"
17015 " <IntVectorProperty command=\"SetLineStyle\"\n"
17016 " name=\"LineStyle\"\n"
17017 " number_of_elements=\"1\"\n"
17018 " default_values=\"1\"\n"
17019 " panel_visibility=\"advanced\">\n"
17020 " <Documentation>Set the series line style.</Documentation>\n"
17021 " <EnumerationDomain name=\"enum\">\n"
17022 " <Entry text=\"None\" value=\"0\" />\n"
17023 " <Entry text=\"Solid\" value=\"1\" />\n"
17024 " <Entry text=\"Dash\" value=\"2\" />\n"
17025 " <Entry text=\"Dot\" value=\"3\" />\n"
17026 " <Entry text=\"Dash Dot\" value=\"4\" />\n"
17027 " <Entry text=\"Dash Dot Dot\" value=\"5\" />\n"
17028 " </EnumerationDomain>\n"
17029 " </IntVectorProperty>\n"
17030 " <IntVectorProperty command=\"SetLegend\"\n"
17031 " default_values=\"1\"\n"
17032 " name=\"Legend\"\n"
17033 " number_of_elements=\"1\"\n"
17034 " panel_visibility=\"advanced\">\n"
17035 " <BooleanDomain name=\"bool\" />\n"
17036 " <Documentation>Visibility of the legend.</Documentation>\n"
17037 " </IntVectorProperty>\n"
17038 "\n"
17039 " <PropertyGroup label=\"Series Parameters\"\n"
17040 " panel_widget=\"SeriesEditor\" >\n"
17041 " <Property name=\"SeriesVisibility\"\n"
17042 " function=\"SeriesVisibility\" />\n"
17043 " <Property name=\"SeriesColor\"\n"
17044 " function=\"SeriesColor\" />\n"
17045 " </PropertyGroup>\n"
17046 "\n"
17047 " <PropertyGroup label=\"Box Styling\">\n"
17048 " <Property name=\"Color\" />\n"
17049 " <Property name=\"LineThickness\" />\n"
17050 " <Property name=\"LineStyle\" />\n"
17051 " <Property name=\"Legend\" />\n"
17052 " </PropertyGroup>\n"
17053 "\n"
17054 " <SubProxy command=\"SetSelectionRepresentation\">\n"
17055 " <!--\n"
17056 " SelectionRepresentation proxy is used to convey the selection to view.\n"
17057 " We keep this separate as subproxy so that when the selection is\n"
17058 " modified, we don't have to update the representation as well, we can\n"
17059 " only update the SelectionRepresentation.\n"
17060 " -->\n"
17061 " <RepresentationProxy name=\"SelectionRepresentation\"\n"
17062 " class=\"vtkChartSelectionRepresentation\"\n"
17063 " processes=\"client|dataserver|renderserver\">\n"
17064 " <InputProperty command=\"SetInputConnection\"\n"
17065 " name=\"SelectionInput\"/>\n"
17066 " </RepresentationProxy>\n"
17067 " </SubProxy>\n"
17068 " </ChartRepresentationProxy>\n"
17069 "\n"
17070 " <!-- =================================================================== -->\n"
17071 " <ChartRepresentationProxy base_proxygroup=\"representations\"\n"
17072 " class=\"vtkPVPlotMatrixRepresentation\"\n"
17073 " name=\"PlotMatrixRepresentation\"\n"
17074 ;
17075 
17076 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
17078 " processes=\"client|dataserver|renderserver\">\n"
17079 " <Documentation>Representation used by PlotMatrixView.</Documentation>\n"
17080 " <InputProperty command=\"SetInputConnection\"\n"
17081 " name=\"Input\">\n"
17082 " <Documentation>Data input for the representation.</Documentation>\n"
17083 " <DataTypeDomain name=\"input_type\">\n"
17084 " <DataType value=\"vtkDataObject\" />\n"
17085 " </DataTypeDomain>\n"
17086 " </InputProperty>\n"
17087 " <IntVectorProperty command=\"SetVisibility\"\n"
17088 " default_values=\"1\"\n"
17089 " name=\"Visibility\"\n"
17090 " number_of_elements=\"1\"\n"
17091 " panel_visibility=\"never\">\n"
17092 " <BooleanDomain name=\"bool\" />\n"
17093 " <Documentation>Visibility of the representation.</Documentation>\n"
17094 " </IntVectorProperty>\n"
17095 " <IntVectorProperty command=\"SetForceUseCache\"\n"
17096 " default_values=\"0\"\n"
17097 " is_internal=\"1\"\n"
17098 " name=\"ForceUseCache\"\n"
17099 " number_of_elements=\"1\">\n"
17100 " <BooleanDomain name=\"bool\" />\n"
17101 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
17102 " and representations cache based on what the view tells it. However in\n"
17103 " some cases we may want to force a representation to cache irrespective\n"
17104 " of the view (e.g. comparative views). In which case these ivars can up\n"
17105 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
17106 " Instead, ForcedCacheKey is used.</Documentation>\n"
17107 " </IntVectorProperty>\n"
17108 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
17109 " default_values=\"none\"\n"
17110 " is_internal=\"1\"\n"
17111 " name=\"ForcedCacheKey\"\n"
17112 " number_of_elements=\"1\">\n"
17113 " <DoubleRangeDomain name=\"range\" />\n"
17114 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
17115 " and representations cache based on what the view tells it. However in\n"
17116 " some cases we may want to force a representation to cache irrespective\n"
17117 " of the view (e.g. comparative views). In which case these ivars can up\n"
17118 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
17119 " Instead, ForcedCacheKey is used.</Documentation>\n"
17120 " </DoubleVectorProperty>\n"
17121 " <IntVectorProperty command=\"SetCompositeDataSetIndex\"\n"
17122 " default_values=\"1\"\n"
17123 " name=\"CompositeDataSetIndex\"\n"
17124 " number_of_elements=\"1\">\n"
17125 " <Documentation>In case of Composite datasets, set the flat index of the\n"
17126 " dataset to pass. The flat index must point to a non-empty,\n"
17127 " non-composite dataset for anything to be passed through. If the input\n"
17128 " is not a composite dataset, then this index is ignored.</Documentation>\n"
17129 " <CompositeTreeDomain mode=\"leaves\"\n"
17130 " name=\"tree\">\n"
17131 " <RequiredProperties>\n"
17132 " <Property function=\"Input\"\n"
17133 " name=\"Input\" />\n"
17134 " </RequiredProperties>\n"
17135 " </CompositeTreeDomain>\n"
17136 " </IntVectorProperty>\n"
17137 " <IntVectorProperty command=\"SetFieldAssociation\"\n"
17138 " default_values=\"0\"\n"
17139 " name=\"FieldAssociation\"\n"
17140 " number_of_elements=\"1\">\n"
17141 " <Documentation>Select the attribute data to pass.</Documentation>\n"
17142 " <FieldDataDomain enable_field_data=\"1\"\n"
17143 " name=\"enum\">\n"
17144 " <RequiredProperties>\n"
17145 " <Property function=\"Input\"\n"
17146 " name=\"Input\" />\n"
17147 " </RequiredProperties>\n"
17148 " </FieldDataDomain>\n"
17149 " </IntVectorProperty>\n"
17150 "\n"
17151 " <StringVectorProperty command=\"SetSeriesVisibility\"\n"
17152 " element_types=\"2 0\"\n"
17153 " name=\"SeriesVisibility\"\n"
17154 " number_of_elements_per_command=\"2\"\n"
17155 " repeat_command=\"1\"\n"
17156 " clean_command=\"ClearSeriesVisibilities\">\n"
17157 " <Documentation>Set the series visibility.</Documentation>\n"
17158 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
17159 " hide_partial_arrays=\"0\"\n"
17160 " default_mode=\"visibility\">\n"
17161 " <RequiredProperties>\n"
17162 " <Property function=\"Input\" name=\"Input\" />\n"
17163 " <Property function=\"FieldDataSelection\" name=\"FieldAssociation\" />\n"
17164 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
17165 " </RequiredProperties>\n"
17166 " </ChartSeriesSelectionDomain>\n"
17167 " <Hints>\n"
17168 " <!-- when present, the SeriesEditor widget will allow user to\n"
17169 " re-order the series which will affect the rendered plot -->\n"
17170 " <SeriesEditor supports_reordering=\"1\" />\n"
17171 " </Hints>\n"
17172 " </StringVectorProperty>\n"
17173 "\n"
17174 " <PropertyGroup label=\"Series Parameters\"\n"
17175 " panel_widget=\"SeriesEditor\" >\n"
17176 " <Property name=\"SeriesVisibility\" function=\"SeriesVisibility\" />\n"
17177 " </PropertyGroup>\n"
17178 "\n"
17179 " <DoubleVectorProperty command=\"SetColor\"\n"
17180 " default_values=\"0 0 0\"\n"
17181 " name=\"ScatterPlotsColor\"\n"
17182 " number_of_elements=\"3\"\n"
17183 " panel_widget=\"color_selector\"\n"
17184 " panel_visibility=\"advanced\">\n"
17185 " <Documentation>Sets the color.</Documentation>\n"
17186 " </DoubleVectorProperty>\n"
17187 " <DoubleVectorProperty command=\"SetHistogramColor\"\n"
17188 " default_values=\"0 0 0\"\n"
17189 " name=\"HistogramColor\"\n"
17190 " number_of_elements=\"3\"\n"
17191 " panel_widget=\"color_selector\"\n"
17192 " panel_visibility=\"advanced\">\n"
17193 " <Documentation>Sets the color for the histograms.</Documentation>\n"
17194 " </DoubleVectorProperty>\n"
17195 " <IntVectorProperty command=\"SetMarkerStyle\"\n"
17196 " default_values=\"4\"\n"
17197 " name=\"ScatterPlotMarkerStyle\"\n"
17198 " number_of_elements=\"1\"\n"
17199 " panel_visibility=\"advanced\">\n"
17200 " <Documentation>Property which sets the marker style for the scatter\n"
17201 " plots.</Documentation>\n"
17202 " <EnumerationDomain name=\"enum\">\n"
17203 " <Entry text=\"None\" value=\"0\"/>\n"
17204 " <Entry text=\"Cross\" value=\"1\"/>\n"
17205 " <Entry text=\"Plus\" value=\"2\"/>\n"
17206 " <Entry text=\"Square\" value=\"3\"/>\n"
17207 " <Entry text=\"Circle\" value=\"4\"/>\n"
17208 " <Entry text=\"Diamond\" value=\"5\"/>\n"
17209 " </EnumerationDomain>\n"
17210 " </IntVectorProperty>\n"
17211 " <DoubleVectorProperty command=\"SetMarkerSize\"\n"
17212 " default_values=\"3\"\n"
17213 " name=\"ScatterPlotMarkerSize\"\n"
17214 " number_of_elements=\"1\"\n"
17215 " panel_visibility=\"advanced\">\n"
17216 " <Documentation>Property which sets the marker size for the scatter\n"
17217 " plots.</Documentation>\n"
17218 " <DoubleRangeDomain name=\"range\" min=\"1\" max=\"20\" />\n"
17219 " </DoubleVectorProperty>\n"
17220 "\n"
17221 " <DoubleVectorProperty command=\"SetActivePlotColor\"\n"
17222 " default_values=\"0 0 0\"\n"
17223 " name=\"ActivePlotColor\"\n"
17224 " number_of_elements=\"3\"\n"
17225 " panel_widget=\"color_selector\"\n"
17226 " panel_visibility=\"advanced\">\n"
17227 " <Documentation>Sets the color for the active plot.</Documentation>\n"
17228 " </DoubleVectorProperty>\n"
17229 " <IntVectorProperty command=\"SetActivePlotMarkerStyle\"\n"
17230 " default_values=\"4\"\n"
17231 " name=\"ActivePlotMarkerStyle\"\n"
17232 " number_of_elements=\"1\"\n"
17233 " panel_visibility=\"advanced\">\n"
17234 " <Documentation>Property which sets the marker style for the active\n"
17235 " plot.</Documentation>\n"
17236 " <EnumerationDomain name=\"enum\">\n"
17237 " <Entry text=\"None\" value=\"0\"/>\n"
17238 " <Entry text=\"Cross\" value=\"1\"/>\n"
17239 " <Entry text=\"Plus\" value=\"2\"/>\n"
17240 " <Entry text=\"Square\" value=\"3\"/>\n"
17241 " <Entry text=\"Circle\" value=\"4\"/>\n"
17242 " <Entry text=\"Diamond\" value=\"5\"/>\n"
17243 " </EnumerationDomain>\n"
17244 " </IntVectorProperty>\n"
17245 " <DoubleVectorProperty command=\"SetActivePlotMarkerSize\"\n"
17246 " default_values=\"5\"\n"
17247 " name=\"ActivePlotMarkerSize\"\n"
17248 " number_of_elements=\"1\"\n"
17249 " panel_visibility=\"advanced\">\n"
17250 " <Documentation>Property which sets the marker size for the active\n"
17251 " plots.</Documentation>\n"
17252 " <DoubleRangeDomain name=\"range\" min=\"1\" max=\"20\" />\n"
17253 " </DoubleVectorProperty>\n"
17254 "\n"
17255 " <SubProxy command=\"SetSelectionRepresentation\">\n"
17256 " <!--\n"
17257 " SelectionRepresentation proxy is used to convey the selection to view.\n"
17258 " We keep this separate as subproxy so that when the selection is\n"
17259 " modified, we don't have to update the representation as well, we can\n"
17260 " only update the SelectionRepresentation.\n"
17261 " -->\n"
17262 " <RepresentationProxy name=\"SelectionRepresentation\"\n"
17263 " class=\"vtkChartSelectionRepresentation\"\n"
17264 " processes=\"client|dataserver|renderserver\">\n"
17265 " <InputProperty command=\"SetInputConnection\"\n"
17266 " name=\"SelectionInput\"/>\n"
17267 " </RepresentationProxy>\n"
17268 " </SubProxy>\n"
17269 "\n"
17270 " <PropertyGroup label=\"Styling\">\n"
17271 " <Property name=\"ScatterPlotsColor\" />\n"
17272 " <Property name=\"HistogramColor\" />\n"
17273 " <Property name=\"ScatterPlotMarkerStyle\" />\n"
17274 " <Property name=\"ScatterPlotMarkerSize\" />\n"
17275 " </PropertyGroup>\n"
17276 "\n"
17277 " <PropertyGroup label=\"Styling (Active Plot)\">\n"
17278 " <Property name=\"ActivePlotColor\" />\n"
17279 " <Property name=\"ActivePlotMarkerStyle\" />\n"
17280 " <Property name=\"ActivePlotMarkerSize\" />\n"
17281 " </PropertyGroup>\n"
17282 " <!-- End of PlotMatrixRepresentation -->\n"
17283 " </ChartRepresentationProxy>\n"
17284 "\n"
17285 " <!-- =================================================================== -->\n"
17286 " <ChartRepresentationProxy base_proxygroup=\"representations\"\n"
17287 " base_proxyname=\"XYChartRepresentationBase\"\n"
17288 " class=\"vtkXYChartRepresentation\"\n"
17289 " name=\"XYChartRepresentation\"\n"
17290 " processes=\"client|dataserver|renderserver\"\n"
17291 " post_creation=\"SetChartTypeToLine\">\n"
17292 " <Documentation>Representation used by XYChartView.</Documentation>\n"
17293 " <StringVectorProperty command=\"SetLineStyle\"\n"
17294 " clean_command=\"ClearLineStyles\"\n"
17295 " element_types=\"2 0\"\n"
17296 " name=\"SeriesLineStyle\"\n"
17297 " number_of_elements_per_command=\"2\"\n"
17298 " repeat_command=\"1\">\n"
17299 " <Documentation>Set the series line style.</Documentation>\n"
17300 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
17301 " hide_partial_arrays=\"0\"\n"
17302 " default_mode=\"value\"\n"
17303 " default_value=\"1\">\n"
17304 " <RequiredProperties>\n"
17305 " <Property function=\"Input\" name=\"Input\" />\n"
17306 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
17307 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
17308 " </RequiredProperties>\n"
17309 " </ChartSeriesSelectionDomain>\n"
17310 " </StringVectorProperty>\n"
17311 " <StringVectorProperty command=\"SetLineThickness\"\n"
17312 " clean_command=\"ClearLineThicknesses\"\n"
17313 " element_types=\"str int\"\n"
17314 " name=\"SeriesLineThickness\"\n"
17315 " number_of_elements_per_command=\"2\"\n"
17316 " repeat_command=\"1\">\n"
17317 " <Documentation>Set the series line thickness.</Documentation>\n"
17318 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
17319 " hide_partial_arrays=\"0\"\n"
17320 " default_mode=\"value\"\n"
17321 " default_value=\"2\">\n"
17322 " <RequiredProperties>\n"
17323 " <Property function=\"Input\" name=\"Input\" />\n"
17324 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
17325 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
17326 " </RequiredProperties>\n"
17327 " </ChartSeriesSelectionDomain>\n"
17328 " </StringVectorProperty>\n"
17329 " <StringVectorProperty command=\"SetMarkerStyle\"\n"
17330 " clean_command=\"ClearMarkerStyles\"\n"
17331 " element_types=\"2 0\"\n"
17332 " name=\"SeriesMarkerStyle\"\n"
17333 " number_of_elements_per_command=\"2\"\n"
17334 " repeat_command=\"1\">\n"
17335 " <Documentation>Set the series marker style.</Documentation>\n"
17336 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
17337 " hide_partial_arrays=\"0\"\n"
17338 " default_mode=\"value\"\n"
17339 " default_value=\"0\">\n"
17340 " <RequiredProperties>\n"
17341 " <Property function=\"Input\" name=\"Input\" />\n"
17342 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
17343 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
17344 " </RequiredProperties>\n"
17345 " </ChartSeriesSelectionDomain>\n"
17346 " </StringVectorProperty>\n"
17347 " <StringVectorProperty command=\"SetMarkerSize\"\n"
17348 " clean_command=\"ClearMarkerSizes\"\n"
17349 " element_types=\"str double\"\n"
17350 " name=\"SeriesMarkerSize\"\n"
17351 " number_of_elements_per_command=\"2\"\n"
17352 " repeat_command=\"1\">\n"
17353 " <Documentation>Set the series marker size.</Documentation>\n"
17354 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
17355 " hide_partial_arrays=\"0\"\n"
17356 " default_mode=\"value\"\n"
17357 " default_value=\"4\">\n"
17358 " <RequiredProperties>\n"
17359 " <Property function=\"Input\" name=\"Input\" />\n"
17360 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
17361 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
17362 " </RequiredProperties>\n"
17363 " </ChartSeriesSelectionDomain>\n"
17364 " </StringVectorProperty>\n"
17365 "\n"
17366 " <PropertyGroup label=\"Series Parameters\"\n"
17367 " panel_widget=\"SeriesEditor\"\n"
17368 ;
17369 
17370 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
17372 " panel_visibility=\"default\" >\n"
17373 " <Property name=\"SeriesVisibility\"\n"
17374 " function=\"SeriesVisibility\" />\n"
17375 " <Property name=\"SeriesColor\"\n"
17376 " function=\"SeriesColor\" />\n"
17377 " <Property name=\"SeriesLineThickness\"\n"
17378 " function=\"SeriesLineThickness\" />\n"
17379 " <Property name=\"SeriesLineStyle\"\n"
17380 " function=\"SeriesLineStyle\" />\n"
17381 " <Property name=\"SeriesLabel\"\n"
17382 " function=\"SeriesLabel\" />\n"
17383 " <Property name=\"SeriesMarkerSize\"\n"
17384 " function=\"SeriesMarkerSize\" />\n"
17385 " <Property name=\"SeriesMarkerStyle\"\n"
17386 " function=\"SeriesMarkerStyle\" />\n"
17387 " <Property name=\"SeriesPlotCorner\"\n"
17388 " function=\"SeriesPlotCorner\"/>\n"
17389 " <Property name=\"LastPresetName\"\n"
17390 " function=\"LastPresetName\"/>\n"
17391 " </PropertyGroup>\n"
17392 "\n"
17393 " <Hints>\n"
17394 " <InitializationHelper class=\"vtkSMXYChartRepresentationInitializationHelper\" />\n"
17395 " </Hints>\n"
17396 " </ChartRepresentationProxy>\n"
17397 "\n"
17398 " <!-- =================================================================== -->\n"
17399 " <ChartRepresentationProxy base_proxygroup=\"representations\"\n"
17400 " base_proxyname=\"XYChartRepresentationBase\"\n"
17401 " class=\"vtkXYChartRepresentation\"\n"
17402 " name=\"XYPointChartRepresentation\"\n"
17403 " processes=\"client|dataserver|renderserver\"\n"
17404 " post_creation=\"SetChartTypeToPoints\">\n"
17405 " <Documentation>Representation used by XYChartView.</Documentation>\n"
17406 " <StringVectorProperty command=\"SetLineStyle\"\n"
17407 " clean_command=\"ClearLineStyles\"\n"
17408 " element_types=\"2 0\"\n"
17409 " name=\"SeriesLineStyle\"\n"
17410 " number_of_elements_per_command=\"2\"\n"
17411 " repeat_command=\"1\">\n"
17412 " <Documentation>Set the series line style.</Documentation>\n"
17413 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
17414 " default_mode=\"value\"\n"
17415 " default_value=\"0\">\n"
17416 " <RequiredProperties>\n"
17417 " <Property function=\"Input\" name=\"Input\" />\n"
17418 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
17419 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
17420 " </RequiredProperties>\n"
17421 " </ChartSeriesSelectionDomain>\n"
17422 " </StringVectorProperty>\n"
17423 " <StringVectorProperty command=\"SetLineThickness\"\n"
17424 " clean_command=\"ClearLineThicknesses\"\n"
17425 " element_types=\"str double\"\n"
17426 " name=\"SeriesLineThickness\"\n"
17427 " number_of_elements_per_command=\"2\"\n"
17428 " repeat_command=\"1\">\n"
17429 " <Documentation>Set the series line thickness.</Documentation>\n"
17430 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
17431 " default_mode=\"value\"\n"
17432 " default_value=\"1\">\n"
17433 " <RequiredProperties>\n"
17434 " <Property function=\"Input\" name=\"Input\" />\n"
17435 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
17436 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
17437 " </RequiredProperties>\n"
17438 " </ChartSeriesSelectionDomain>\n"
17439 " </StringVectorProperty>\n"
17440 " <StringVectorProperty command=\"SetMarkerStyle\"\n"
17441 " clean_command=\"ClearMarkerStyles\"\n"
17442 " element_types=\"2 0\"\n"
17443 " name=\"SeriesMarkerStyle\"\n"
17444 " number_of_elements_per_command=\"2\"\n"
17445 " repeat_command=\"1\">\n"
17446 " <Documentation>Set the series marker style.</Documentation>\n"
17447 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
17448 " default_mode=\"value\"\n"
17449 " default_value=\"2\">\n"
17450 " <RequiredProperties>\n"
17451 " <Property function=\"Input\" name=\"Input\" />\n"
17452 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
17453 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
17454 " </RequiredProperties>\n"
17455 " </ChartSeriesSelectionDomain>\n"
17456 " </StringVectorProperty>\n"
17457 " <StringVectorProperty command=\"SetMarkerSize\"\n"
17458 " clean_command=\"ClearMarkerSizes\"\n"
17459 " element_types=\"str double\"\n"
17460 " name=\"SeriesMarkerSize\"\n"
17461 " number_of_elements_per_command=\"2\"\n"
17462 " repeat_command=\"1\">\n"
17463 " <Documentation>Set the series marker size.</Documentation>\n"
17464 " <ChartSeriesSelectionDomain name=\"array_list\"\n"
17465 " default_mode=\"value\"\n"
17466 " default_value=\"4\">\n"
17467 " <RequiredProperties>\n"
17468 " <Property function=\"Input\" name=\"Input\" />\n"
17469 " <Property function=\"FieldDataSelection\" name=\"AttributeType\" />\n"
17470 " <Property function=\"CompositeIndexSelection\" name=\"CompositeDataSetIndex\" />\n"
17471 " </RequiredProperties>\n"
17472 " </ChartSeriesSelectionDomain>\n"
17473 " </StringVectorProperty>\n"
17474 "\n"
17475 " <PropertyGroup label=\"Series Parameters\"\n"
17476 " panel_widget=\"SeriesEditor\"\n"
17477 " panel_visibility=\"default\" >\n"
17478 " <Property name=\"SeriesVisibility\"\n"
17479 " function=\"SeriesVisibility\" />\n"
17480 " <Property name=\"SeriesColor\"\n"
17481 " function=\"SeriesColor\" />\n"
17482 " <Property name=\"SeriesLineThickness\"\n"
17483 " function=\"SeriesLineThickness\" />\n"
17484 " <Property name=\"SeriesLineStyle\"\n"
17485 " function=\"SeriesLineStyle\" />\n"
17486 " <Property name=\"SeriesLabel\"\n"
17487 " function=\"SeriesLabel\" />\n"
17488 " <Property name=\"SeriesMarkerStyle\"\n"
17489 " function=\"SeriesMarkerStyle\" />\n"
17490 " <Property name=\"SeriesMarkerSize\"\n"
17491 " function=\"SeriesMarkerSize\" />\n"
17492 " <Property name=\"SeriesPlotCorner\"\n"
17493 " function=\"SeriesPlotCorner\"/>\n"
17494 " </PropertyGroup>\n"
17495 " <Hints>\n"
17496 " <InitializationHelper class=\"vtkSMXYChartRepresentationInitializationHelper\" />\n"
17497 " </Hints>\n"
17498 " </ChartRepresentationProxy>\n"
17499 "\n"
17500 " <!-- =================================================================== -->\n"
17501 " <ChartRepresentationProxy base_proxygroup=\"representations\"\n"
17502 " base_proxyname=\"XYChartRepresentation\"\n"
17503 " class=\"vtkQuartileChartRepresentation\"\n"
17504 " name=\"QuartileChartRepresentation\"\n"
17505 " processes=\"client|dataserver|renderserver\"\n"
17506 " post_creation=\"SetChartTypeToArea\">\n"
17507 " <Documentation>Representation used by Quartile Chart View.</Documentation>\n"
17508 " <IntVectorProperty name=\"ShowQuartiles\"\n"
17509 " command=\"SetQuartileVisibility\"\n"
17510 " number_of_elements=\"1\"\n"
17511 " default_values=\"1\">\n"
17512 " <BooleanDomain name=\"bool\" />\n"
17513 " <Documentation>\n"
17514 " Set whether to render the area for the q1/q3 quartiles, if available.\n"
17515 " </Documentation>\n"
17516 " </IntVectorProperty>\n"
17517 " <IntVectorProperty name=\"ShowRanges\"\n"
17518 " command=\"SetRangeVisibility\"\n"
17519 " number_of_elements=\"1\"\n"
17520 " default_values=\"1\">\n"
17521 " <BooleanDomain name=\"bool\" />\n"
17522 " <Documentation>\n"
17523 " Set whether to render the area for the min/max range, if available.\n"
17524 " </Documentation>\n"
17525 " </IntVectorProperty>\n"
17526 " <IntVectorProperty name=\"ShowAverage\"\n"
17527 " command=\"SetAverageVisibility\"\n"
17528 " number_of_elements=\"1\"\n"
17529 " default_values=\"1\">\n"
17530 " <BooleanDomain name=\"bool\" />\n"
17531 " <Documentation>\n"
17532 " Set whether to render the line for the average value, if available.\n"
17533 " </Documentation>\n"
17534 " </IntVectorProperty>\n"
17535 " <IntVectorProperty name=\"ShowMedian\"\n"
17536 " command=\"SetMedianVisibility\"\n"
17537 " number_of_elements=\"1\"\n"
17538 " default_values=\"0\">\n"
17539 " <BooleanDomain name=\"bool\" />\n"
17540 " <Documentation>\n"
17541 " Set whether to render the line for the median value, if available.\n"
17542 " </Documentation>\n"
17543 " </IntVectorProperty>\n"
17544 " <IntVectorProperty name=\"ShowMinimum\"\n"
17545 " command=\"SetMinVisibility\"\n"
17546 " number_of_elements=\"1\"\n"
17547 " default_values=\"0\">\n"
17548 " <BooleanDomain name=\"bool\" />\n"
17549 " <Documentation>\n"
17550 " Set whether to render the line for the minimum value, if available.\n"
17551 " </Documentation>\n"
17552 " </IntVectorProperty>\n"
17553 " <IntVectorProperty name=\"ShowMaximum\"\n"
17554 " command=\"SetMaxVisibility\"\n"
17555 " number_of_elements=\"1\"\n"
17556 " default_values=\"0\">\n"
17557 " <BooleanDomain name=\"bool\" />\n"
17558 " <Documentation>\n"
17559 " Set whether to render the line for the maximum value, if available.\n"
17560 " </Documentation>\n"
17561 " </IntVectorProperty>\n"
17562 " </ChartRepresentationProxy>\n"
17563 "\n"
17564 " <!-- =================================================================== -->\n"
17565 " <ChartRepresentationProxy base_proxygroup=\"representations\"\n"
17566 " base_proxyname=\"XYChartRepresentationBase\"\n"
17567 " class=\"vtkXYChartRepresentation\"\n"
17568 " name=\"XYBarChartRepresentation\"\n"
17569 " processes=\"client|dataserver|renderserver\"\n"
17570 " post_creation=\"SetChartTypeToBar\">\n"
17571 " <Documentation>Representation used by XYBarChartView.</Documentation>\n"
17572 " <PropertyGroup label=\"Series Parameters\"\n"
17573 " panel_widget=\"SeriesEditor\"\n"
17574 " panel_visibility=\"default\" >\n"
17575 " <Property name=\"SeriesVisibility\"\n"
17576 " function=\"SeriesVisibility\" />\n"
17577 " <Property name=\"SeriesColor\"\n"
17578 " function=\"SeriesColor\" />\n"
17579 " <Property name=\"SeriesLabel\"\n"
17580 " function=\"SeriesLabel\" />\n"
17581 " <Property name=\"SeriesPlotCorner\"\n"
17582 " function=\"SeriesPlotCorner\"/>\n"
17583 " </PropertyGroup>\n"
17584 " </ChartRepresentationProxy>\n"
17585 "\n"
17586 " <!-- =================================================================== -->\n"
17587 " <SpreadSheetRepresentationProxy class=\"vtkSpreadSheetRepresentation\"\n"
17588 " name=\"SpreadSheetRepresentation\"\n"
17589 " processes=\"client|dataserver|renderserver\">\n"
17590 " <InputProperty command=\"SetInputConnection\"\n"
17591 " name=\"Input\">\n"
17592 " <Documentation>Data input for the representation.</Documentation>\n"
17593 " <DataTypeDomain name=\"input_type\">\n"
17594 " <DataType value=\"vtkDataObject\" />\n"
17595 " </DataTypeDomain>\n"
17596 " </InputProperty>\n"
17597 " <IntVectorProperty command=\"SetVisibility\"\n"
17598 " default_values=\"1\"\n"
17599 " name=\"Visibility\"\n"
17600 " number_of_elements=\"1\"\n"
17601 " panel_visibility=\"never\">\n"
17602 " <BooleanDomain name=\"bool\" />\n"
17603 " <Documentation>Visibility of the representation.</Documentation>\n"
17604 " </IntVectorProperty>\n"
17605 " <IntVectorProperty command=\"SetForceUseCache\"\n"
17606 " default_values=\"0\"\n"
17607 " is_internal=\"1\"\n"
17608 " name=\"ForceUseCache\"\n"
17609 " number_of_elements=\"1\">\n"
17610 " <BooleanDomain name=\"bool\" />\n"
17611 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
17612 " and representations cache based on what the view tells it. However in\n"
17613 " some cases we may want to force a representation to cache irrespective\n"
17614 " of the view (e.g. comparative views). In which case these ivars can up\n"
17615 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
17616 " Instead, ForcedCacheKey is used.</Documentation>\n"
17617 " </IntVectorProperty>\n"
17618 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
17619 " default_values=\"none\"\n"
17620 " is_internal=\"1\"\n"
17621 " name=\"ForcedCacheKey\"\n"
17622 " number_of_elements=\"1\">\n"
17623 " <DoubleRangeDomain name=\"range\" />\n"
17624 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
17625 " and representations cache based on what the view tells it. However in\n"
17626 " some cases we may want to force a representation to cache irrespective\n"
17627 " of the view (e.g. comparative views). In which case these ivars can up\n"
17628 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
17629 " Instead, ForcedCacheKey is used.</Documentation>\n"
17630 " </DoubleVectorProperty>\n"
17631 " <IntVectorProperty clean_command=\"RemoveAllCompositeDataSetIndices\"\n"
17632 " command=\"AddCompositeDataSetIndex\"\n"
17633 " name=\"CompositeDataSetIndex\"\n"
17634 " number_of_elements_per_command=\"1\"\n"
17635 " number_of_elements=\"1\"\n"
17636 " default_values=\"0\"\n"
17637 " panel_visibility=\"default\"\n"
17638 " repeat_command=\"1\">\n"
17639 " <CompositeTreeDomain mode=\"all\" name=\"tree\">\n"
17640 " <RequiredProperties>\n"
17641 " <Property function=\"Input\" name=\"Input\" />\n"
17642 " </RequiredProperties>\n"
17643 " </CompositeTreeDomain>\n"
17644 " <Hints>\n"
17645 " <WidgetHeight number_of_rows=\"20\" />\n"
17646 " </Hints>\n"
17647 " <Documentation>\n"
17648 " In case of composite datasets, set the list of flat indices to\n"
17649 " show in the spreadsheet view. If the input is not a composite dataset\n"
17650 " the value is ignored. If nothing is selected for composite dataset, it\n"
17651 " is same as selecting the root node i.e. all blocks in the dataset.\n"
17652 " Note, then multiple blocks are being shown in the spreadsheet view,\n"
17653 " partial arrays, if any are skipped.\n"
17654 " </Documentation>\n"
17655 " </IntVectorProperty>\n"
17656 " <InputProperty command=\"SetInputConnection\"\n"
17657 " is_internal=\"1\"\n"
17658 " name=\"InternalInput1\"\n"
17659 " port_index=\"1\">\n"
17660 " <Documentation>Internal property. Please don't touch\n"
17661 " this.</Documentation>\n"
17662 " </InputProperty>\n"
17663 " <Hints>\n"
17664 " <InitializationHelper class=\"vtkSMSpreadSheetRepresentationInitializationHelper\" />\n"
17665 " </Hints>\n"
17666 " <!-- end of SpreadSheetRepresentation -->\n"
17667 ;
17668 
17669 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
17671 " </SpreadSheetRepresentationProxy>\n"
17672 " <!-- =================================================================== -->\n"
17673 " <RepresentationProxy class=\"vtkTextSourceRepresentation\"\n"
17674 " name=\"TextSourceRepresentation\"\n"
17675 " processes=\"client|dataserver|renderserver\"\n"
17676 " si_class=\"vtkSIProxy\">\n"
17677 " <Documentation>Representation proxy used to show text.</Documentation>\n"
17678 " <InputProperty command=\"SetInputConnection\"\n"
17679 " name=\"Input\">\n"
17680 " <Documentation>Data input for the representation.</Documentation>\n"
17681 " <DataTypeDomain composite_data_supported=\"0\"\n"
17682 " name=\"input_type\">\n"
17683 " <DataType value=\"vtkTable\" />\n"
17684 " </DataTypeDomain>\n"
17685 " </InputProperty>\n"
17686 "\n"
17687 " <IntVectorProperty command=\"SetTextPropMode\"\n"
17688 " default_values=\"0\"\n"
17689 " name=\"TextPropMode\"\n"
17690 " number_of_elements=\"1\">\n"
17691 " <EnumerationDomain name=\"enum\">\n"
17692 " <Entry text=\"2D Text Widget\" value=\"0\" />\n"
17693 " <Entry text=\"Flagpole Actor\" value=\"1\" />\n"
17694 " <Entry text=\"Billboard 3D Text\" value=\"2\" />\n"
17695 " </EnumerationDomain>\n"
17696 " <Documentation>\n"
17697 " Select how you want the text to be represented in the view.\n"
17698 " </Documentation>\n"
17699 " </IntVectorProperty>\n"
17700 "\n"
17701 " <IntVectorProperty command=\"SetVisibility\"\n"
17702 " default_values=\"1\"\n"
17703 " name=\"Visibility\"\n"
17704 " number_of_elements=\"1\"\n"
17705 " panel_visibility=\"never\">\n"
17706 " <BooleanDomain name=\"bool\" />\n"
17707 " </IntVectorProperty>\n"
17708 " <IntVectorProperty command=\"SetForceUseCache\"\n"
17709 " default_values=\"0\"\n"
17710 " is_internal=\"1\"\n"
17711 " name=\"ForceUseCache\"\n"
17712 " number_of_elements=\"1\">\n"
17713 " <BooleanDomain name=\"bool\" />\n"
17714 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
17715 " and representations cache based on what the view tells it. However in\n"
17716 " some cases we may want to force a representation to cache irrespective\n"
17717 " of the view (e.g. comparative views). In which case these ivars can up\n"
17718 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
17719 " Instead, ForcedCacheKey is used.</Documentation>\n"
17720 " </IntVectorProperty>\n"
17721 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
17722 " default_values=\"none\"\n"
17723 " is_internal=\"1\"\n"
17724 " name=\"ForcedCacheKey\"\n"
17725 " number_of_elements=\"1\">\n"
17726 " <DoubleRangeDomain name=\"range\" />\n"
17727 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
17728 " and representations cache based on what the view tells it. However in\n"
17729 " some cases we may want to force a representation to cache irrespective\n"
17730 " of the view (e.g. comparative views). In which case these ivars can up\n"
17731 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
17732 " Instead, ForcedCacheKey is used.</Documentation>\n"
17733 " </DoubleVectorProperty>\n"
17734 " <IntVectorProperty command=\"SetInteractivity\"\n"
17735 " default_values=\"1\"\n"
17736 " name=\"Interactivity\"\n"
17737 " number_of_elements=\"1\">\n"
17738 " <BooleanDomain name=\"bool\" />\n"
17739 " <Documentation>\n"
17740 " Set whether user should be able to interactively place the text in the view.\n"
17741 " </Documentation>\n"
17742 " <Hints>\n"
17743 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
17744 " mode=\"visibility\"\n"
17745 " property=\"TextPropMode\"\n"
17746 " value=\"0\" />\n"
17747 " </Hints>\n"
17748 " </IntVectorProperty>\n"
17749 "\n"
17750 " <SubProxy command=\"SetTextWidgetRepresentation\">\n"
17751 " <Proxy name=\"TextWidgetRepresentation\"\n"
17752 " proxygroup=\"representations\"\n"
17753 " proxyname=\"TextWidgetRepresentation\"></Proxy>\n"
17754 " <ExposedProperties>\n"
17755 " <!-- properties for Text -->\n"
17756 " <Property name=\"Orientation\" panel_visibility=\"never\"/>\n"
17757 " <PropertyGroup label=\"Font Properties\" panel_widget=\"FontEditor\">\n"
17758 " <Property name=\"Color\" function=\"Color\"/>\n"
17759 " <Property name=\"Opacity\" function=\"Opacity\"/>\n"
17760 " <Property name=\"FontFamily\" function=\"Family\"/>\n"
17761 " <Property name=\"FontFile\" function=\"File\"/>\n"
17762 " <Property name=\"Bold\" function=\"Bold\"/>\n"
17763 " <Property name=\"Italic\" function=\"Italics\" />\n"
17764 " <Property name=\"Shadow\" function=\"Shadow\"/>\n"
17765 " <Property name=\"FontSize\" function=\"Size\"/>\n"
17766 " <Property name=\"Justification\" function=\"Justification\"/>\n"
17767 " </PropertyGroup>\n"
17768 " <!-- properties for Text Position-->\n"
17769 " <PropertyGroup label=\"Text Position\" panel_widget=\"TextLocationEditor\">\n"
17770 " <Property name=\"WindowLocation\" />\n"
17771 " <Property name=\"Position\" />\n"
17772 " <Property name=\"Position2\" panel_visibility=\"never\"/>\n"
17773 " <Property name=\"PositionInfo\" />\n"
17774 " <Property name=\"Position2Info\" />\n"
17775 " <Hints>\n"
17776 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
17777 " mode=\"visibility\"\n"
17778 " property=\"TextPropMode\"\n"
17779 " value=\"0\" />\n"
17780 " </Hints>\n"
17781 " </PropertyGroup>\n"
17782 " <Property name=\"TextScaleMode\" panel_visibility=\"never\" default_values=\"0\"/>\n"
17783 " <Property name=\"Resizable\" panel_visibility=\"never\"/>\n"
17784 " </ExposedProperties>\n"
17785 " </SubProxy>\n"
17786 "\n"
17787 " <SubProxy command=\"SetFlagpoleLabel\">\n"
17788 " <Proxy name=\"FlagpoleLabel\"\n"
17789 " proxygroup=\"annotations\"\n"
17790 " proxyname=\"FlagpoleLabel\"></Proxy>\n"
17791 " <ShareProperties subproxy=\"TextWidgetRepresentation\">\n"
17792 " <Exception name=\"Orientation\" />\n"
17793 " <Exception name=\"WindowLocation\" />\n"
17794 " <Exception name=\"Position\" />\n"
17795 " <Exception name=\"Position2\" />\n"
17796 " <Exception name=\"PositionInfo\" />\n"
17797 " <Exception name=\"Position2Info\" />\n"
17798 " <Exception name=\"TextScaleMode\" />\n"
17799 " <Exception name=\"Resizable\" />\n"
17800 " </ShareProperties>\n"
17801 " <ExposedProperties>\n"
17802 " <!-- properties for Text -->\n"
17803 " <PropertyGroup label=\"Flagpole Properties\">\n"
17804 " <Property name=\"BasePosition\" />\n"
17805 " <Property name=\"TopPosition\" />\n"
17806 " <Property name=\"FlagSize\" />\n"
17807 " <Hints>\n"
17808 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
17809 " mode=\"visibility\"\n"
17810 " property=\"TextPropMode\"\n"
17811 " value=\"1\" />\n"
17812 " </Hints>\n"
17813 " </PropertyGroup>\n"
17814 " </ExposedProperties>\n"
17815 " </SubProxy>\n"
17816 "\n"
17817 " <SubProxy command=\"SetBillboardTextActor\">\n"
17818 " <Proxy name=\"BillboardTextActor3D\"\n"
17819 " proxygroup=\"annotations\"\n"
17820 " proxyname=\"BillboardTextActor3D\"></Proxy>\n"
17821 " <ShareProperties subproxy=\"TextWidgetRepresentation\">\n"
17822 " <Exception name=\"Orientation\" />\n"
17823 " <Exception name=\"WindowLocation\" />\n"
17824 " <Exception name=\"Position\" />\n"
17825 " <Exception name=\"Position2\" />\n"
17826 " <Exception name=\"PositionInfo\" />\n"
17827 " <Exception name=\"Position2Info\" />\n"
17828 " <Exception name=\"TextScaleMode\" />\n"
17829 " <Exception name=\"Resizable\" />\n"
17830 " </ShareProperties>\n"
17831 " <ExposedProperties>\n"
17832 " <!-- properties for Text -->\n"
17833 " <PropertyGroup label=\"Billboard Position\" panel_widget=\"InteractiveHandle\">\n"
17834 " <Property function=\"WorldPosition\" name=\"BillboardPosition\" />\n"
17835 " <Hints>\n"
17836 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
17837 " mode=\"visibility\"\n"
17838 " property=\"TextPropMode\"\n"
17839 " value=\"2\" />\n"
17840 " </Hints>\n"
17841 " </PropertyGroup>\n"
17842 " <PropertyGroup label=\"Billboard Properties\">\n"
17843 " <Property name=\"DisplayOffset\" />\n"
17844 " <Hints>\n"
17845 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
17846 " mode=\"visibility\"\n"
17847 " property=\"TextPropMode\"\n"
17848 " value=\"2\" />\n"
17849 " </Hints>\n"
17850 " </PropertyGroup>\n"
17851 " </ExposedProperties>\n"
17852 " </SubProxy>\n"
17853 " <!-- End of TextSourceRepresentation -->\n"
17854 " </RepresentationProxy>\n"
17855 " <!-- =================================================================== -->\n"
17856 " <RepresentationProxy class=\"vtkRulerSourceRepresentation\"\n"
17857 " name=\"RulerSourceRepresentation\"\n"
17858 " processes=\"client|dataserver|renderserver\"\n"
17859 " si_class=\"vtkSIProxy\">\n"
17860 " <Documentation>Representation proxy used to show a ruler.</Documentation>\n"
17861 " <InputProperty command=\"SetInputConnection\"\n"
17862 " name=\"Input\">\n"
17863 " <Documentation>Data input for the representation.</Documentation>\n"
17864 " <DataTypeDomain composite_data_supported=\"0\"\n"
17865 " name=\"input_type\">\n"
17866 " <DataType value=\"vtkPolyData\" />\n"
17867 " </DataTypeDomain>\n"
17868 " </InputProperty>\n"
17869 " <IntVectorProperty command=\"SetVisibility\"\n"
17870 " default_values=\"1\"\n"
17871 " name=\"Visibility\"\n"
17872 " number_of_elements=\"1\"\n"
17873 " panel_visibility=\"advanced\">\n"
17874 " <BooleanDomain name=\"bool\" />\n"
17875 " </IntVectorProperty>\n"
17876 "\n"
17877 " <StringVectorProperty command=\"SetLabelFormat\"\n"
17878 " default_values=\"%6.3g\"\n"
17879 " name=\"LabelFormat\"\n"
17880 " number_of_elements=\"1\">\n"
17881 " <Documentation>\n"
17882 " This should be a printf-style format string. You can do things\n"
17883 " like limit the number of significant digits, add prefixes/suffixes,\n"
17884 " basically anything that printf can do. An empty string or a string\n"
17885 " without the % symbol results in no label.\n"
17886 " </Documentation>\n"
17887 " </StringVectorProperty>\n"
17888 "\n"
17889 " <DoubleVectorProperty name=\"Scale\"\n"
17890 " command=\"SetScale\"\n"
17891 " number_of_elements=\"1\"\n"
17892 " default_values=\"1.\">\n"
17893 " <Documentation>\n"
17894 " Scale factor applied to the global coordinate distance. Used to convert between the units used in the data set global coordinate distance to desired units. Example: convert from inches to centimeters by setting this value to 0.3937.\n"
17895 " </Documentation>\n"
17896 " <DoubleRangeDomain name=\"range\" min=\"0\" />\n"
17897 " </DoubleVectorProperty>\n"
17898 "\n"
17899 " <IntVectorProperty name=\"RulerMode\"\n"
17900 " command=\"SetRulerMode\"\n"
17901 " number_of_elements=\"1\"\n"
17902 " default_values=\"0\">\n"
17903 " <Documentation>\n"
17904 " Check to enable \"ruler mode\", where ticks are placed at increments\n"
17905 " defined by the Graduation property.\n"
17906 " </Documentation>\n"
17907 " <BooleanDomain name=\"bool\" />\n"
17908 " </IntVectorProperty>\n"
17909 "\n"
17910 " <IntVectorProperty name=\"NumberOfTicks\"\n"
17911 " command=\"SetNumberOfRulerTicks\"\n"
17912 " number_of_elements=\"1\"\n"
17913 " default_values=\"5\">\n"
17914 " <Documentation>\n"
17915 " Specify the number of major ruler ticks. Note: the number of ticks is the number between the two handle endpoints.\n"
17916 " </Documentation>\n"
17917 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
17918 " <Hints>\n"
17919 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
17920 " mode=\"visibility\"\n"
17921 " property=\"RulerMode\"\n"
17922 " value=\"0\" />\n"
17923 " </Hints>\n"
17924 " </IntVectorProperty>\n"
17925 "\n"
17926 " <DoubleVectorProperty name=\"Graduation\"\n"
17927 " command=\"SetRulerDistance\"\n"
17928 " number_of_elements=\"1\"\n"
17929 " default_values=\"1.\">\n"
17930 " <Documentation>\n"
17931 " Specify the graduation, or the spacing of the ruler tick marks. Spacing is defined in the scaled global coordinate distance (see the Scale property). For example, if data is defined in terms of inches and the Scale property is set to display distances in centimeters, this property defines the spacing of tick marks in terms of centimeters.\n"
17932 " </Documentation>\n"
17933 " <DoubleRangeDomain name=\"range\" min=\"0\" />\n"
17934 " <Hints>\n"
17935 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
17936 " mode=\"visibility\"\n"
17937 " property=\"RulerMode\"\n"
17938 " value=\"1\" />\n"
17939 " </Hints>\n"
17940 " </DoubleVectorProperty>\n"
17941 "\n"
17942 " <PropertyGroup label=\"Label Properties\">\n"
17943 " <Property name=\"RulerMode\" />\n"
17944 " <Property name=\"LabelFormat\" />\n"
17945 " <Property name=\"NumberOfTicks\" />\n"
17946 " <Property name=\"Graduation\" />\n"
17947 " <Property name=\"Scale\" />\n"
17948 " </PropertyGroup>\n"
17949 "\n"
17950 " <DoubleVectorProperty command=\"SetAxisColor\"\n"
17951 " default_values=\"0 1 0\"\n"
17952 " name=\"AxisColor\"\n"
17953 " number_of_elements=\"3\"\n"
17954 " panel_widget=\"color_selector_with_palette\">\n"
17955 " <DoubleRangeDomain max=\"1 1 1\"\n"
17956 " min=\"0 0 0\"\n"
17957 " name=\"range\" />\n"
17958 " <Documentation>Set the color of the ruler.</Documentation>\n"
17959 " </DoubleVectorProperty>\n"
17960 "\n"
17961 " <DoubleVectorProperty command=\"SetAxisLineWidth\"\n"
17962 " default_values=\"2\"\n"
17963 " name=\"AxisLineWidth\"\n"
17964 " number_of_elements=\"1\">\n"
17965 " <DoubleRangeDomain min=\"0\" name=\"range\" />\n"
17966 " <Documentation>Set the line width of the ruler in screen units.</Documentation>\n"
17967 " </DoubleVectorProperty>\n"
17968 "\n"
17969 " <PropertyGroup label=\"Axis Display Properties\">\n"
17970 " <Property name=\"AxisColor\" />\n"
17971 " <Property name=\"AxisLineWidth\" />\n"
17972 " </PropertyGroup>\n"
17973 "\n"
17974 " <SubProxy command=\"SetTextProperty\">\n"
17975 " <Proxy name=\"TextProperty\"\n"
17976 " proxygroup=\"properties\"\n"
17977 " proxyname=\"TextProperty\"></Proxy>\n"
17978 " <ExposedProperties>\n"
17979 " <PropertyGroup label=\"Font Properties\" panel_widget=\"FontEditor\">\n"
17980 " <Property name=\"Color\" function=\"Color\"/>\n"
17981 " <Property name=\"Opacity\" function=\"Opacity\"/>\n"
17982 " <Property name=\"FontFamily\" function=\"Family\"/>\n"
17983 " <Property name=\"FontFile\" function=\"File\"/>\n"
17984 ;
17985 
17986 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
17988 " <Property name=\"Bold\" function=\"Bold\"/>\n"
17989 " <Property name=\"Italic\" function=\"Italics\" />\n"
17990 " <Property name=\"Shadow\" function=\"Shadow\"/>\n"
17991 " <Property name=\"FontSize\" function=\"Size\"/>\n"
17992 " <Property name=\"Justification\" function=\"Justification\"/>\n"
17993 " </PropertyGroup>\n"
17994 " </ExposedProperties>\n"
17995 " </SubProxy>\n"
17996 "\n"
17997 " <!-- End of RulerSourceRepresentation -->\n"
17998 " </RepresentationProxy>\n"
17999 " <!-- =================================================================== -->\n"
18000 " <RepresentationProxy class=\"vtkProgressBarSourceRepresentation\"\n"
18001 " name=\"ProgressBarSourceRepresentation\"\n"
18002 " processes=\"client|dataserver|renderserver\"\n"
18003 " si_class=\"vtkSIProxy\">\n"
18004 " <Documentation>Representation proxy used to show ProgressBar.</Documentation>\n"
18005 " <InputProperty command=\"SetInputConnection\"\n"
18006 " name=\"Input\">\n"
18007 " <Documentation>Data input for the representation.</Documentation>\n"
18008 " <DataTypeDomain composite_data_supported=\"0\"\n"
18009 " name=\"input_type\">\n"
18010 " <DataType value=\"vtkTable\" />\n"
18011 " </DataTypeDomain>\n"
18012 " </InputProperty>\n"
18013 " <IntVectorProperty command=\"SetVisibility\"\n"
18014 " default_values=\"1\"\n"
18015 " name=\"Visibility\"\n"
18016 " number_of_elements=\"1\"\n"
18017 " panel_visibility=\"never\">\n"
18018 " <BooleanDomain name=\"bool\" />\n"
18019 " </IntVectorProperty>\n"
18020 " <IntVectorProperty command=\"SetForceUseCache\"\n"
18021 " default_values=\"0\"\n"
18022 " is_internal=\"1\"\n"
18023 " name=\"ForceUseCache\"\n"
18024 " number_of_elements=\"1\">\n"
18025 " <BooleanDomain name=\"bool\" />\n"
18026 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
18027 " and representations cache based on what the view tells it. However in\n"
18028 " some cases we may want to force a representation to cache irrespective\n"
18029 " of the view (e.g. comparative views). In which case these ivars can up\n"
18030 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
18031 " Instead, ForcedCacheKey is used.</Documentation>\n"
18032 " </IntVectorProperty>\n"
18033 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
18034 " default_values=\"none\"\n"
18035 " is_internal=\"1\"\n"
18036 " name=\"ForcedCacheKey\"\n"
18037 " number_of_elements=\"1\">\n"
18038 " <DoubleRangeDomain name=\"range\" />\n"
18039 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
18040 " and representations cache based on what the view tells it. However in\n"
18041 " some cases we may want to force a representation to cache irrespective\n"
18042 " of the view (e.g. comparative views). In which case these ivars can up\n"
18043 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
18044 " Instead, ForcedCacheKey is used.</Documentation>\n"
18045 " </DoubleVectorProperty>\n"
18046 " <IntVectorProperty command=\"SetInteractivity\"\n"
18047 " default_values=\"1\"\n"
18048 " name=\"Interactivity\"\n"
18049 " number_of_elements=\"1\">\n"
18050 " <BooleanDomain name=\"bool\" />\n"
18051 " <Documentation>\n"
18052 " Set whether user should be able to interactively place the progressBar in the view.\n"
18053 " </Documentation>\n"
18054 " </IntVectorProperty>\n"
18055 " <SubProxy command=\"SetProgressBarWidgetRepresentation\">\n"
18056 " <Proxy name=\"ProgressBarWidgetRepresentation\"\n"
18057 " proxygroup=\"representations\"\n"
18058 " proxyname=\"ProgressBarWidgetRepresentation\"></Proxy>\n"
18059 " <ExposedProperties>\n"
18060 " <Property name=\"Position\" />\n"
18061 " <Property name=\"Position2\" panel_visibility=\"never\"/>\n"
18062 " <Property name=\"PositionInfo\" />\n"
18063 " <Property name=\"Position2Info\" />\n"
18064 " <Property name=\"ProgressBarColor\"/>\n"
18065 " <Property name=\"SecondaryProgressBarColor\"/>\n"
18066 " <Property name=\"DrawBackground\"/>\n"
18067 " </ExposedProperties>\n"
18068 " </SubProxy>\n"
18069 " <!-- End of ProgressBarSourceRepresentation -->\n"
18070 " </RepresentationProxy>\n"
18071 " <!-- =================================================================== -->\n"
18072 " <RepresentationProxy class=\"vtkLogoSourceRepresentation\"\n"
18073 " name=\"LogoSourceRepresentation\"\n"
18074 " processes=\"client|dataserver|renderserver\"\n"
18075 " si_class=\"vtkSIProxy\">\n"
18076 " <Documentation>Representation proxy used to show a Logo.</Documentation>\n"
18077 " <InputProperty command=\"SetInputConnection\"\n"
18078 " name=\"Input\">\n"
18079 " <DataTypeDomain name=\"input_type\">\n"
18080 " <DataType value=\"vtkImageData\" />\n"
18081 " </DataTypeDomain>\n"
18082 " <Documentation>ImageData input for the representation.</Documentation>\n"
18083 " </InputProperty>\n"
18084 " <IntVectorProperty command=\"SetVisibility\"\n"
18085 " default_values=\"1\"\n"
18086 " name=\"Visibility\"\n"
18087 " number_of_elements=\"1\"\n"
18088 " panel_visibility=\"never\">\n"
18089 " <BooleanDomain name=\"bool\" />\n"
18090 " </IntVectorProperty>\n"
18091 " <IntVectorProperty command=\"SetInteractivity\"\n"
18092 " default_values=\"1\"\n"
18093 " name=\"Interactivity\"\n"
18094 " number_of_elements=\"1\">\n"
18095 " <BooleanDomain name=\"bool\" />\n"
18096 " <Documentation>\n"
18097 " Set whether user should be able to interactively place the Logo in the view.\n"
18098 " </Documentation>\n"
18099 " </IntVectorProperty>\n"
18100 " <DoubleVectorProperty command=\"SetOpacity\"\n"
18101 " default_values=\"1.0\"\n"
18102 " name=\"Opacity\"\n"
18103 " number_of_elements=\"1\">\n"
18104 " <DoubleRangeDomain max=\"1\"\n"
18105 " min=\"0\"\n"
18106 " name=\"range\" />\n"
18107 " </DoubleVectorProperty>\n"
18108 " <SubProxy command=\"SetLogoWidgetRepresentation\">\n"
18109 " <Proxy name=\"LogoWidgetRepresentation\"\n"
18110 " proxygroup=\"representations\"\n"
18111 " proxyname=\"LogoWidgetRepresentation\"></Proxy>\n"
18112 " <ExposedProperties>\n"
18113 " <Property name=\"Position\" />\n"
18114 " <Property name=\"Position2\" panel_visibility=\"never\"/>\n"
18115 " <Property name=\"PositionInfo\" />\n"
18116 " <Property name=\"Position2Info\" />\n"
18117 " </ExposedProperties>\n"
18118 " </SubProxy>\n"
18119 " <!-- End of LogoSourceRepresentation -->\n"
18120 " </RepresentationProxy>\n"
18121 " <!-- =================================================================== -->\n"
18122 " <Proxy class=\"vtkPVFrustumActor\"\n"
18123 " name=\"FrustumWidget\"\n"
18124 " processes=\"client|dataserver|renderserver\">\n"
18125 " <Documentation>Representation for a frustum</Documentation>\n"
18126 " <DoubleVectorProperty argument_is_array=\"1\"\n"
18127 " command=\"SetFrustum\"\n"
18128 " default_values=\"0 0 0 1 0 0 0 1 0 1 1 0 0 0 1 1 0 1 0 1 1 1 1 1\"\n"
18129 " name=\"Frustum\"\n"
18130 " number_of_elements=\"24\">\n"
18131 " <Documentation>Specify the corners of the outline when in Oriented\n"
18132 " mode, the values are supplied as 8*3 double values.</Documentation>\n"
18133 " </DoubleVectorProperty>\n"
18134 " <IntVectorProperty command=\"SetVisibility\"\n"
18135 " default_values=\"1\"\n"
18136 " name=\"Visibility\"\n"
18137 " number_of_elements=\"1\">\n"
18138 " <BooleanDomain name=\"bool\" />\n"
18139 " </IntVectorProperty>\n"
18140 " <DoubleVectorProperty command=\"SetColor\"\n"
18141 " default_values=\"0.5 0.5 0.5\"\n"
18142 " name=\"Color\"\n"
18143 " number_of_elements=\"3\">\n"
18144 " <DoubleRangeDomain max=\"1 1 1\"\n"
18145 " min=\"0 0 0\"\n"
18146 " name=\"range\" />\n"
18147 " <Hints>\n"
18148 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"TextAnnotationColor\" unlink_if_modified=\"1\" />\n"
18149 " </Hints>\n"
18150 " </DoubleVectorProperty>\n"
18151 " <DoubleVectorProperty command=\"SetLineWidth\"\n"
18152 " default_values=\"3.0\"\n"
18153 " name=\"LineWidth\"\n"
18154 " number_of_elements=\"1\">\n"
18155 " <DoubleRangeDomain min=\"0\"\n"
18156 " name=\"range\" />\n"
18157 " </DoubleVectorProperty>\n"
18158 " <!-- End of FrustumWidget -->\n"
18159 " </Proxy>\n"
18160 "\n"
18161 " <!-- ================================================================== -->\n"
18162 " <RepresentationProxy name=\"GeometrySliceRepresentation\"\n"
18163 " base_proxygroup=\"internal_representations\"\n"
18164 " base_proxyname=\"SurfaceRepresentationBase\"\n"
18165 " class=\"vtkGeometrySliceRepresentation\"\n"
18166 " processes=\"client|renderserver|dataserver\">\n"
18167 " <Documentation>\n"
18168 " GeometrySliceRepresentation add support to show multiple slices in the view.\n"
18169 " This is used by CompositeMultiSliceRepresentation.\n"
18170 " </Documentation>\n"
18171 " <InputProperty command=\"SetInputConnection\"\n"
18172 " name=\"Input\">\n"
18173 " <DataTypeDomain name=\"input_type\">\n"
18174 " <DataType value=\"vtkDataSet\" />\n"
18175 " </DataTypeDomain>\n"
18176 " <Documentation>Set the input to the representation.</Documentation>\n"
18177 " </InputProperty>\n"
18178 "\n"
18179 " <IntVectorProperty name=\"ShowOutline\"\n"
18180 " command=\"SetShowOutline\"\n"
18181 " number_of_elements=\"1\"\n"
18182 " default_values=\"0\">\n"
18183 " <Documentation>\n"
18184 " Check to show data outline when showing \"Slices\".\n"
18185 " </Documentation>\n"
18186 " <BooleanDomain name=\"bool\" />\n"
18187 " </IntVectorProperty>\n"
18188 " </RepresentationProxy>\n"
18189 "\n"
18190 " <!-- ================================================================ -->\n"
18191 " <PVRepresentationProxy name=\"CompositeMultiSliceRepresentation\"\n"
18192 " base_proxygroup=\"representations\"\n"
18193 " base_proxyname=\"GeometryRepresentation\"\n"
18194 " class=\"vtkPVCompositeRepresentation\"\n"
18195 " processes=\"client|renderserver|dataserver\" >\n"
18196 " <RepresentationType subproxy=\"GeometrySliceRepresentation\"\n"
18197 " text=\"Slices\" subtype=\"Surface\"/>\n"
18198 " <SubProxy>\n"
18199 " <Proxy name=\"GeometrySliceRepresentation\"\n"
18200 " proxygroup=\"representations\"\n"
18201 " proxyname=\"GeometrySliceRepresentation\">\n"
18202 " </Proxy>\n"
18203 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
18204 " <Exception name=\"Input\" />\n"
18205 " <Exception name=\"Visibility\" />\n"
18206 " </ShareProperties>\n"
18207 " <ExposedProperties>\n"
18208 " <PropertyGroup label=\"Slices Parameters\">\n"
18209 " <Property name=\"ShowOutline\"\n"
18210 " panel_visibility=\"advanced\"\n"
18211 " panel_visibility_default_for_representation=\"slices\" />\n"
18212 " </PropertyGroup>\n"
18213 " </ExposedProperties>\n"
18214 " </SubProxy>\n"
18215 " </PVRepresentationProxy>\n"
18216 "\n"
18217 " <!-- ================================================================ -->\n"
18218 " <PVRepresentationProxy name=\"CompositeOrthographicSliceRepresentation\"\n"
18219 " base_proxygroup=\"representations\"\n"
18220 " base_proxyname=\"CompositeMultiSliceRepresentation\"\n"
18221 " class=\"vtkPVCompositeOrthographicSliceRepresentation\"\n"
18222 " processes=\"client|renderserver|dataserver\">\n"
18223 " <SubProxy command=\"SetSliceRepresentation0\">\n"
18224 " <Proxy name=\"GeometrySliceRepresentationX\"\n"
18225 " proxygroup=\"representations\"\n"
18226 " proxyname=\"GeometrySliceRepresentation\">\n"
18227 " </Proxy>\n"
18228 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
18229 " <Exception name=\"Input\" />\n"
18230 " <Exception name=\"Visibility\" />\n"
18231 " </ShareProperties>\n"
18232 " </SubProxy>\n"
18233 " <SubProxy command=\"SetSliceRepresentation1\">\n"
18234 " <Proxy name=\"GeometrySliceRepresentationY\"\n"
18235 " proxygroup=\"representations\"\n"
18236 " proxyname=\"GeometrySliceRepresentation\">\n"
18237 " </Proxy>\n"
18238 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
18239 " <Exception name=\"Input\" />\n"
18240 " <Exception name=\"Visibility\" />\n"
18241 " </ShareProperties>\n"
18242 " </SubProxy>\n"
18243 " <SubProxy command=\"SetSliceRepresentation2\">\n"
18244 " <Proxy name=\"GeometrySliceRepresentationZ\"\n"
18245 " proxygroup=\"representations\"\n"
18246 " proxyname=\"GeometrySliceRepresentation\">\n"
18247 " </Proxy>\n"
18248 " <ShareProperties subproxy=\"SurfaceRepresentation\">\n"
18249 " <Exception name=\"Input\" />\n"
18250 " <Exception name=\"Visibility\" />\n"
18251 " </ShareProperties>\n"
18252 " </SubProxy>\n"
18253 " </PVRepresentationProxy>\n"
18254 " <!-- ================================================================== -->\n"
18255 " <RepresentationProxy class=\"vtkPolarAxesRepresentation\"\n"
18256 " name=\"PolarAxesRepresentation\"\n"
18257 " processes=\"client|renderserver|dataserver\">\n"
18258 " <Documentation>PolarAxesRepresentation is a representation of Polar\n"
18259 " axes on any kind of dataset.</Documentation>\n"
18260 " <InputProperty command=\"SetInputConnection\"\n"
18261 " name=\"Input\">\n"
18262 " <DataTypeDomain name=\"input_type\">\n"
18263 " <DataType value=\"vtkDataSet\" />\n"
18264 " </DataTypeDomain>\n"
18265 " <Documentation>Set the input to the representation.</Documentation>\n"
18266 " </InputProperty>\n"
18267 " <Hints>\n"
18268 " <ProxyList>\n"
18269 " <Link name=\"Input\" with_property=\"Input\"/>\n"
18270 " <ShareProperties parent_subproxy=\"SurfaceRepresentation\">\n"
18271 " <Exception name=\"Input\" />\n"
18272 " <Exception name=\"Visibility\" />\n"
18273 " </ShareProperties>\n"
18274 " </ProxyList>\n"
18275 " </Hints>\n"
18276 " <IntVectorProperty command=\"SetVisibility\"\n"
18277 " default_values=\"0\"\n"
18278 " name=\"Visibility\"\n"
18279 " number_of_elements=\"1\"\n"
18280 " animateable=\"0\">\n"
18281 " <BooleanDomain name=\"bool\" />\n"
18282 " <Documentation>Set the visibility of the representation.</Documentation>\n"
18283 " </IntVectorProperty>\n"
18284 "\n"
18285 " <DoubleVectorProperty command=\"SetPosition\"\n"
18286 " default_values=\"0 0 0\"\n"
18287 " label=\"Translation\"\n"
18288 " name=\"Position\"\n"
18289 " number_of_elements=\"3\">\n"
18290 " <DoubleRangeDomain name=\"range\" />\n"
18291 " <Documentation>Set the polar axes origin position.</Documentation>\n"
18292 " </DoubleVectorProperty>\n"
18293 " <DoubleVectorProperty command=\"SetScale\"\n"
18294 " default_values=\"1 1 1\"\n"
18295 " name=\"Scale\"\n"
18296 " number_of_elements=\"3\">\n"
18297 " <DoubleRangeDomain name=\"range\" />\n"
18298 " <Documentation>Set the polar axes bounds transform scale.</Documentation>\n"
18299 ;
18300 
18301 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
18303 " </DoubleVectorProperty>\n"
18304 " <DoubleVectorProperty command=\"SetOrientation\"\n"
18305 " default_values=\"0 0 0\"\n"
18306 " name=\"Orientation\"\n"
18307 " number_of_elements=\"3\">\n"
18308 " <DoubleRangeDomain name=\"range\" />\n"
18309 " <Documentation>Set the polar axes bounds transform orientation.</Documentation>\n"
18310 " </DoubleVectorProperty>\n"
18311 " <PropertyGroup label=\"Transform\">\n"
18312 " <Property name=\"Position\"/>\n"
18313 " <Property name=\"Scale\"/>\n"
18314 " <Property name=\"Orientation\"/>\n"
18315 " </PropertyGroup>\n"
18316 "\n"
18317 " <DoubleVectorProperty command=\"GetDataBounds\"\n"
18318 " default_values=\"0 1 0 1 0 1\"\n"
18319 " information_only=\"1\"\n"
18320 " name=\"DataBounds\"\n"
18321 " number_of_elements=\"6\">\n"
18322 " <SimpleDoubleInformationHelper />\n"
18323 " <Documentation>Get the polar axes transformed bounds.</Documentation>\n"
18324 " </DoubleVectorProperty>\n"
18325 " <IntVectorProperty command=\"SetEnableCustomBounds\"\n"
18326 " default_values=\"0 0 0\"\n"
18327 " name=\"EnableCustomBounds\"\n"
18328 " panel_visibility=\"advanced\"\n"
18329 " number_of_elements=\"3\">\n"
18330 " <Documentation>Activate the use of polar axes custom bounds.</Documentation>\n"
18331 " </IntVectorProperty>\n"
18332 " <DoubleVectorProperty command=\"SetCustomBounds\"\n"
18333 " default_values=\"0 1 0 1 0 1\"\n"
18334 " name=\"CustomBounds\"\n"
18335 " panel_visibility=\"advanced\"\n"
18336 " number_of_elements=\"6\">\n"
18337 " <Documentation>Set the polar axes custom bounds.</Documentation>\n"
18338 " </DoubleVectorProperty>\n"
18339 " <IntVectorProperty command=\"SetEnableCustomRange\"\n"
18340 " default_values=\"0\"\n"
18341 " name=\"EnableCustomRange\"\n"
18342 " number_of_elements=\"1\">\n"
18343 " <BooleanDomain name=\"bool\" />\n"
18344 " <Documentation>Activate the use of polar axes custom range.</Documentation>\n"
18345 " </IntVectorProperty>\n"
18346 " <DoubleVectorProperty command=\"SetCustomRange\"\n"
18347 " default_values=\"0 1\"\n"
18348 " name=\"CustomRange\"\n"
18349 " number_of_elements=\"2\">\n"
18350 " <Hints>\n"
18351 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18352 " <Property name=\"EnableCustomRange\"\n"
18353 " function=\"boolean\" />\n"
18354 " </PropertyWidgetDecorator>\n"
18355 " </Hints>\n"
18356 " <Documentation>Set the polar axes custom range.</Documentation>\n"
18357 " </DoubleVectorProperty>\n"
18358 " <PropertyGroup label=\"Custom Bounds and Range\">\n"
18359 " <Property name=\"EnableCustomBounds\"/>\n"
18360 " <Property name=\"CustomBounds\"/>\n"
18361 " <Property name=\"EnableCustomRange\"/>\n"
18362 " <Property name=\"CustomRange\"/>\n"
18363 " </PropertyGroup>\n"
18364 "\n"
18365 " <IntVectorProperty command=\"SetPolarAxisVisibility\"\n"
18366 " default_values=\"1\"\n"
18367 " name=\"PolarAxisVisibility\"\n"
18368 " number_of_elements=\"1\">\n"
18369 " <BooleanDomain name=\"bool\" />\n"
18370 " <Documentation>Set the visibility of polar axis.</Documentation>\n"
18371 " </IntVectorProperty>\n"
18372 " <IntVectorProperty command=\"SetRadialAxesVisibility\"\n"
18373 " default_values=\"1\"\n"
18374 " name=\"RadialAxesVisibility\"\n"
18375 " number_of_elements=\"1\">\n"
18376 " <BooleanDomain name=\"bool\" />\n"
18377 " <Documentation>Set all radial axes visibility.</Documentation>\n"
18378 " </IntVectorProperty>\n"
18379 " <IntVectorProperty command=\"SetDrawRadialGridlines\"\n"
18380 " default_values=\"1\"\n"
18381 " name=\"DrawRadialGridlines\"\n"
18382 " panel_visibility=\"advanced\"\n"
18383 " number_of_elements=\"1\">\n"
18384 " <BooleanDomain name=\"bool\" />\n"
18385 " <Hints>\n"
18386 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18387 " <Property name=\"RadialAxesVisibility\"\n"
18388 " function=\"boolean\" />\n"
18389 " </PropertyWidgetDecorator>\n"
18390 " </Hints>\n"
18391 " <Documentation>Set the visibility of radial grid lines.</Documentation>\n"
18392 " </IntVectorProperty>\n"
18393 " <IntVectorProperty command=\"SetPolarArcsVisibility\"\n"
18394 " default_values=\"1\"\n"
18395 " name=\"PolarArcsVisibility\"\n"
18396 " number_of_elements=\"1\">\n"
18397 " <BooleanDomain name=\"bool\" />\n"
18398 " <Documentation>Set all polar arcs visibility.</Documentation>\n"
18399 " </IntVectorProperty>\n"
18400 " <IntVectorProperty command=\"SetDrawPolarArcsGridlines\"\n"
18401 " default_values=\"1\"\n"
18402 " name=\"DrawPolarArcsGridlines\"\n"
18403 " panel_visibility=\"advanced\"\n"
18404 " number_of_elements=\"1\">\n"
18405 " <BooleanDomain name=\"bool\" />\n"
18406 " <Hints>\n"
18407 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18408 " <Property name=\"PolarArcsVisibility\"\n"
18409 " function=\"boolean\" />\n"
18410 " </PropertyWidgetDecorator>\n"
18411 " </Hints>\n"
18412 " <Documentation>Set the visibility of polar arcs grid lines.</Documentation>\n"
18413 " </IntVectorProperty>\n"
18414 " <PropertyGroup label=\"Visibility Control\">\n"
18415 " <Property name=\"PolarAxisVisibility\" />\n"
18416 " <Property name=\"RadialAxesVisibility\" />\n"
18417 " <Property name=\"DrawRadialGridlines\" />\n"
18418 " <Property name=\"PolarArcsVisibility\" />\n"
18419 " <Property name=\"DrawPolarArcsGridlines\" />\n"
18420 " </PropertyGroup>\n"
18421 "\n"
18422 " <IntVectorProperty command=\"SetNumberOfRadialAxes\"\n"
18423 " default_values=\"0\"\n"
18424 " name=\"NumberOfRadialAxes\"\n"
18425 " number_of_elements=\"1\">\n"
18426 " <IntRangeDomain min=\"0\"\n"
18427 " max=\"100\"\n"
18428 " name=\"range\" />\n"
18429 " <Documentation>Set the number of radial axes,\n"
18430 " If value is 0 (the default), the number of radial axes is automatically calculated.\n"
18431 " </Documentation>\n"
18432 " </IntVectorProperty>\n"
18433 " <IntVectorProperty command=\"SetAutoSubdividePolarAxis\"\n"
18434 " default_values=\"1\"\n"
18435 " name=\"AutoSubdividePolarAxis\"\n"
18436 " number_of_elements=\"1\">\n"
18437 " <BooleanDomain name=\"bool\" />\n"
18438 " <Documentation>Automatically compute the number of\n"
18439 " polar axis ticks and tick size. If true, will override NumberOfPolarAxisTicks,\n"
18440 " PolarAxisMajorTickSize, LastRadialAxisMajorTickSize, ArcMajorTickSize properties.\n"
18441 " </Documentation>\n"
18442 " </IntVectorProperty>\n"
18443 " <IntVectorProperty command=\"SetNumberOfPolarAxisTicks\"\n"
18444 " default_values=\"0\"\n"
18445 " name=\"NumberOfPolarAxis\"\n"
18446 " number_of_elements=\"1\">\n"
18447 " <IntRangeDomain min=\"0\"\n"
18448 " max=\"100\"\n"
18449 " name=\"range\" />\n"
18450 " <Hints>\n"
18451 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18452 " <Property name=\"AutoSubdividePolarAxis\"\n"
18453 " function=\"boolean_invert\" />\n"
18454 " </PropertyWidgetDecorator>\n"
18455 " </Hints>\n"
18456 " <Documentation>Set the number of polar axis and of course polar axis ticks,\n"
18457 " If value is 0 (the default), the number of polar axis tick\n"
18458 " is automatically calculated.\n"
18459 " ignored if AutoSubdividePolarAxis is true.</Documentation>\n"
18460 " </IntVectorProperty>\n"
18461 " <DoubleVectorProperty command=\"GetDeltaRangeMajor\"\n"
18462 " name=\"DeltaRangeMajor\"\n"
18463 " number_of_elements=\"1\"\n"
18464 " default_values=\"1\"\n"
18465 " information_only=\"1\"\n"
18466 " panel_visibility=\"never\">\n"
18467 " <SimpleDoubleInformationHelper/>\n"
18468 " </DoubleVectorProperty>\n"
18469 " <DoubleVectorProperty command=\"GetDeltaRangeMinor\"\n"
18470 " name=\"DeltaRangeMinor\"\n"
18471 " number_of_elements=\"1\"\n"
18472 " default_values=\"1\"\n"
18473 " information_only=\"1\"\n"
18474 " panel_visibility=\"never\">\n"
18475 " <SimpleDoubleInformationHelper/>\n"
18476 " </DoubleVectorProperty>\n"
18477 " <DoubleVectorProperty command=\"SetMinimumRadius\"\n"
18478 " default_values=\"0\"\n"
18479 " name=\"MinimumRadius\"\n"
18480 " number_of_elements=\"1\">\n"
18481 " <DoubleRangeDomain min=\"0\"\n"
18482 " max=\"100\"\n"
18483 " name=\"range\" />\n"
18484 " <Documentation>Set the minimum radius, Maximum radius is automatically computed.</Documentation>\n"
18485 " </DoubleVectorProperty>\n"
18486 " <DoubleVectorProperty command=\"SetMinimumAngle\"\n"
18487 " default_values=\"0\"\n"
18488 " name=\"MinimumAngle\"\n"
18489 " number_of_elements=\"1\">\n"
18490 " <DoubleRangeDomain min=\"-180\"\n"
18491 " max=\"180\"\n"
18492 " name=\"range\" />\n"
18493 " <Documentation>Set the minimum angle.</Documentation>\n"
18494 " </DoubleVectorProperty>\n"
18495 " <DoubleVectorProperty command=\"SetMaximumAngle\"\n"
18496 " default_values=\"90\"\n"
18497 " name=\"MaximumAngle\"\n"
18498 " number_of_elements=\"1\">\n"
18499 " <DoubleRangeDomain min=\"-180\"\n"
18500 " max=\"180\"\n"
18501 " name=\"range\" />\n"
18502 " <Documentation>Set the maximum angle.</Documentation>\n"
18503 " </DoubleVectorProperty>\n"
18504 " <IntVectorProperty command=\"SetRadialAxesOriginToPolarAxis\"\n"
18505 " default_values=\"1\"\n"
18506 " name=\"RadialAxesOriginToPolarAxis\"\n"
18507 " panel_visibility=\"advanced\"\n"
18508 " number_of_elements=\"1\">\n"
18509 " <BooleanDomain name=\"bool\" />\n"
18510 " <Documentation>If On, the radial axes are drawn from the angle of the polar Axis\n"
18511 " (i.e. MinimumAngle) and continue counterclockwise with the step DeltaAngleRadialAxes.\n"
18512 " if Off, the start angle is 0.0.</Documentation>\n"
18513 " </IntVectorProperty>\n"
18514 " <DoubleVectorProperty command=\"SetRatio\"\n"
18515 " default_values=\"1\"\n"
18516 " name=\"Ratio\"\n"
18517 " number_of_elements=\"1\">\n"
18518 " <DoubleRangeDomain max=\"100.0\"\n"
18519 " min=\"0.001\"\n"
18520 " name=\"range\" />\n"
18521 " <Documentation>Set the polar ellipse ratio.</Documentation>\n"
18522 " </DoubleVectorProperty>\n"
18523 " <PropertyGroup label=\"Aspect Control\">\n"
18524 " <Property name=\"NumberOfRadialAxes\" />\n"
18525 " <Property name=\"AutoSubdividePolarAxis\" />\n"
18526 " <Property name=\"NumberOfPolarAxis\" />\n"
18527 " <Property name=\"MinimumRadius\" />\n"
18528 " <Property name=\"MinimumAngle\" />\n"
18529 " <Property name=\"MaximumAngle\" />\n"
18530 " <Property name=\"RadialAxesOriginToPolarAxis\" />\n"
18531 " <Property name=\"Ratio\" />\n"
18532 " </PropertyGroup>\n"
18533 "\n"
18534 " <DoubleVectorProperty command=\"SetPolarAxisColor\"\n"
18535 " default_values=\"1 1 1\"\n"
18536 " name=\"PolarAxisColor\"\n"
18537 " panel_widget=\"color_selector\"\n"
18538 " number_of_elements=\"3\">\n"
18539 " <DoubleRangeDomain max=\"1 1 1\"\n"
18540 " min=\"0 0 0\"\n"
18541 " name=\"range\" />\n"
18542 " <Documentation>Set the Polar Axis color.</Documentation>\n"
18543 " </DoubleVectorProperty>\n"
18544 " <DoubleVectorProperty command=\"SetPolarArcsColor\"\n"
18545 " default_values=\"1 1 1\"\n"
18546 " name=\"PolarArcsColor\"\n"
18547 " panel_widget=\"color_selector\"\n"
18548 " number_of_elements=\"3\">\n"
18549 " <DoubleRangeDomain max=\"1 1 1\"\n"
18550 " min=\"0 0 0\"\n"
18551 " name=\"range\" />\n"
18552 " <Documentation>Set the Polar Arcs color.</Documentation>\n"
18553 " </DoubleVectorProperty>\n"
18554 " <DoubleVectorProperty command=\"SetLastRadialAxisColor\"\n"
18555 " default_values=\"1 1 1\"\n"
18556 " name=\"LastRadialAxisColor\"\n"
18557 " panel_widget=\"color_selector\"\n"
18558 " number_of_elements=\"3\">\n"
18559 " <DoubleRangeDomain max=\"1 1 1\"\n"
18560 " min=\"0 0 0\"\n"
18561 " name=\"range\" />\n"
18562 " <Documentation>Set the Last Radial Axis color.</Documentation>\n"
18563 " </DoubleVectorProperty>\n"
18564 " <DoubleVectorProperty command=\"SetSecondaryPolarArcsColor\"\n"
18565 " default_values=\"1 1 1\"\n"
18566 " name=\"SecondaryPolarArcsColor\"\n"
18567 " panel_widget=\"color_selector\"\n"
18568 " number_of_elements=\"3\">\n"
18569 " <DoubleRangeDomain max=\"1 1 1\"\n"
18570 " min=\"0 0 0\"\n"
18571 " name=\"range\" />\n"
18572 " <Documentation>Set the Secondary Polar Arcs color.</Documentation>\n"
18573 " </DoubleVectorProperty>\n"
18574 " <DoubleVectorProperty command=\"SetSecondaryRadialAxesColor\"\n"
18575 " default_values=\"1 1 1\"\n"
18576 " name=\"SecondaryRadialAxesColor\"\n"
18577 " panel_widget=\"color_selector\"\n"
18578 " number_of_elements=\"3\">\n"
18579 " <DoubleRangeDomain max=\"1 1 1\"\n"
18580 " min=\"0 0 0\"\n"
18581 " name=\"range\" />\n"
18582 " <Documentation>Set the Secondary Radial Axes color.</Documentation>\n"
18583 " </DoubleVectorProperty>\n"
18584 " <PropertyGroup label=\"Colors\">\n"
18585 " <Property name=\"PolarAxisColor\"/>\n"
18586 " <Property name=\"PolarArcsColor\"/>\n"
18587 " <Property name=\"LastRadialAxisColor\"/>\n"
18588 " <Property name=\"SecondaryPolarArcsColor\"/>\n"
18589 " <Property name=\"SecondaryRadialAxesColor\"/>\n"
18590 " </PropertyGroup>\n"
18591 "\n"
18592 " <IntVectorProperty command=\"SetPolarTitleVisibility\"\n"
18593 " default_values=\"1\"\n"
18594 " name=\"PolarAxisTitleVisibility\"\n"
18595 " number_of_elements=\"1\">\n"
18596 " <BooleanDomain name=\"bool\" />\n"
18597 " <Documentation>Set the visibility of polar axis title.</Documentation>\n"
18598 " </IntVectorProperty>\n"
18599 " <StringVectorProperty command=\"SetPolarAxisTitle\"\n"
18600 " name=\"PolarAxisTitle\"\n"
18601 " default_values=\"Radial Distance\"\n"
18602 " number_of_elements=\"1\">\n"
18603 " <Hints>\n"
18604 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18605 " <Property name=\"PolarAxisTitleVisibility\"\n"
18606 " function=\"boolean\" />\n"
18607 " </PropertyWidgetDecorator>\n"
18608 " </Hints>\n"
18609 " <Documentation>Set the polar axis title.</Documentation>\n"
18610 ;
18611 
18612 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
18614 " </StringVectorProperty>\n"
18615 " <IntVectorProperty command=\"SetPolarAxisTitleLocation\"\n"
18616 " default_values=\"0\"\n"
18617 " name=\"PolarAxisTitleLocation\"\n"
18618 " panel_visibility=\"advanced\"\n"
18619 " number_of_elements=\"1\">\n"
18620 " <EnumerationDomain name=\"enum\">\n"
18621 " <Entry text=\"Bottom\"\n"
18622 " value=\"0\" />\n"
18623 " <Entry text=\"Extern\"\n"
18624 " value=\"1\" />\n"
18625 " </EnumerationDomain>\n"
18626 " <Hints>\n"
18627 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18628 " <Property name=\"PolarAxisTitleVisibility\"\n"
18629 " function=\"boolean\" />\n"
18630 " </PropertyWidgetDecorator>\n"
18631 " </Hints>\n"
18632 " <Documentation>Set the location of polar axis title.</Documentation>\n"
18633 " </IntVectorProperty>\n"
18634 " <IntVectorProperty command=\"SetPolarLabelVisibility\"\n"
18635 " default_values=\"1\"\n"
18636 " name=\"PolarLabelVisibility\"\n"
18637 " number_of_elements=\"1\">\n"
18638 " <BooleanDomain name=\"bool\" />\n"
18639 " <Documentation>Set the visibility of polar axis label.</Documentation>\n"
18640 " </IntVectorProperty>\n"
18641 " <StringVectorProperty command=\"SetPolarLabelFormat\"\n"
18642 " name=\"PolarLabelFormat\"\n"
18643 " default_values=\"%-#6.3g\"\n"
18644 " panel_visibility=\"advanced\"\n"
18645 " number_of_elements=\"1\">\n"
18646 " <Hints>\n"
18647 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18648 " <Property name=\"PolarLabelVisibility\"\n"
18649 " function=\"boolean\" />\n"
18650 " </PropertyWidgetDecorator>\n"
18651 " </Hints>\n"
18652 " <Documentation>Set the polar axis label format.</Documentation>\n"
18653 " </StringVectorProperty>\n"
18654 " <IntVectorProperty command=\"SetExponentLocation\"\n"
18655 " default_values=\"2\"\n"
18656 " name=\"PolarLabelExponentLocation\"\n"
18657 " panel_visibility=\"advanced\"\n"
18658 " number_of_elements=\"1\">\n"
18659 " <EnumerationDomain name=\"enum\">\n"
18660 " <Entry text=\"Bottom\"\n"
18661 " value=\"0\" />\n"
18662 " <Entry text=\"Extern\"\n"
18663 " value=\"1\" />\n"
18664 " <Entry text=\"Labels\"\n"
18665 " value=\"2\" />\n"
18666 " </EnumerationDomain>\n"
18667 " <Hints>\n"
18668 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18669 " <Property name=\"PolarLabelVisibility\"\n"
18670 " function=\"boolean\" />\n"
18671 " </PropertyWidgetDecorator>\n"
18672 " </Hints>\n"
18673 " <Documentation>Set the location of exponent.</Documentation>\n"
18674 " </IntVectorProperty>\n"
18675 " <IntVectorProperty command=\"SetRadialTitleVisibility\"\n"
18676 " default_values=\"1\"\n"
18677 " name=\"RadialLabelVisibility\"\n"
18678 " number_of_elements=\"1\">\n"
18679 " <BooleanDomain name=\"bool\" />\n"
18680 " <Documentation>Set radial label visibility.</Documentation>\n"
18681 " </IntVectorProperty>\n"
18682 " <StringVectorProperty command=\"SetRadialAngleFormat\"\n"
18683 " default_values=\"%-#3.1f\"\n"
18684 " name=\"RadialLabelFormat\"\n"
18685 " panel_visibility=\"advanced\"\n"
18686 " number_of_elements=\"1\">\n"
18687 " <Hints>\n"
18688 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18689 " <Property name=\"RadialLabelVisibility\"\n"
18690 " function=\"boolean\" />\n"
18691 " </PropertyWidgetDecorator>\n"
18692 " </Hints>\n"
18693 " <Documentation>Set the polar radial label format.</Documentation>\n"
18694 " </StringVectorProperty>\n"
18695 " <IntVectorProperty command=\"SetRadialAxisTitleLocation\"\n"
18696 " default_values=\"0\"\n"
18697 " name=\"RadialLabelLocation\"\n"
18698 " panel_visibility=\"advanced\"\n"
18699 " number_of_elements=\"1\">\n"
18700 " <EnumerationDomain name=\"enum\">\n"
18701 " <Entry text=\"Bottom\"\n"
18702 " value=\"0\" />\n"
18703 " <Entry text=\"Extern\"\n"
18704 " value=\"1\" />\n"
18705 " </EnumerationDomain>\n"
18706 " <Hints>\n"
18707 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18708 " <Property name=\"RadialLabelVisibility\"\n"
18709 " function=\"boolean\" />\n"
18710 " </PropertyWidgetDecorator>\n"
18711 " </Hints>\n"
18712 " <Documentation>Set the location of radial labels.</Documentation>\n"
18713 " </IntVectorProperty>\n"
18714 " <IntVectorProperty command=\"SetRadialUnits\"\n"
18715 " default_values=\"1\"\n"
18716 " name=\"RadialUnitsVisibility\"\n"
18717 " panel_visibility=\"advanced\"\n"
18718 " number_of_elements=\"1\">\n"
18719 " <BooleanDomain name=\"bool\" />\n"
18720 " <Documentation>Show radial units in labels (degrees).</Documentation>\n"
18721 " </IntVectorProperty>\n"
18722 " <DoubleVectorProperty command=\"SetScreenSize\"\n"
18723 " default_values=\"10\"\n"
18724 " name=\"ScreenSize\"\n"
18725 " panel_visibility=\"advanced\"\n"
18726 " number_of_elements=\"1\">\n"
18727 " <DoubleRangeDomain name=\"range\"\n"
18728 " min=\"0\"\n"
18729 " max=\"100\"/>\n"
18730 " <Documentation>Set the screen size to use, which impact label and title\n"
18731 " relative location to the axes.</Documentation>\n"
18732 " </DoubleVectorProperty>\n"
18733 " <PropertyGroup label=\"Title and Labels Control\">\n"
18734 " <Property name=\"PolarAxisTitle\" />\n"
18735 " <Property name=\"PolarAxisTitleVisibility\" />\n"
18736 " <Property name=\"PolarAxisTitleLocation\" />\n"
18737 " <Property name=\"PolarLabelVisibility\" />\n"
18738 " <Property name=\"PolarLabelFormat\" />\n"
18739 " <Property name=\"PolarLabelExponentLocation\" />\n"
18740 " <Property name=\"RadialLabelVisibility\" />\n"
18741 " <Property name=\"RadialLabelFormat\" />\n"
18742 " <Property name=\"RadialLabelLocation\" />\n"
18743 " <Property name=\"RadialUnitsVisibility\" />\n"
18744 " <Property name=\"ScreenSize\" />\n"
18745 " </PropertyGroup>\n"
18746 "\n"
18747 " <SubProxy command=\"SetPolarAxisTitleTextProperty\">\n"
18748 " <Proxy name=\"PolarAxisTitleProperty\" proxygroup=\"properties\" proxyname=\"TextProperty\" />\n"
18749 " <ExposedProperties>\n"
18750 " <Property exposed_name=\"PolarAxisTitleColor\" name=\"Color\" />\n"
18751 " <Property exposed_name=\"PolarAxisTitleOpacity\" name=\"Opacity\" />\n"
18752 " <Property exposed_name=\"PolarAxisTitleFontFamily\" name=\"FontFamily\" />\n"
18753 " <Property exposed_name=\"PolarAxisTitleFontFile\" name=\"FontFile\" />\n"
18754 " <Property exposed_name=\"PolarAxisTitleBold\" name=\"Bold\" />\n"
18755 " <Property exposed_name=\"PolarAxisTitleItalic\" name=\"Italic\" />\n"
18756 " <Property exposed_name=\"PolarAxisTitleShadow\" name=\"Shadow\" />\n"
18757 " <Property exposed_name=\"PolarAxisTitleFontSize\" name=\"FontSize\" default_values=\"12\"/>\n"
18758 " </ExposedProperties>\n"
18759 " </SubProxy>\n"
18760 " <PropertyGroup label=\"Polar Axis Title Font Properties\" panel_widget=\"FontEditor\">\n"
18761 " <Property name=\"PolarAxisTitleColor\" function=\"Color\"/>\n"
18762 " <Property name=\"PolarAxisTitleFontFamily\" function=\"Family\"/>\n"
18763 " <Property name=\"PolarAxisTitleFontFile\" function=\"File\"/>\n"
18764 " <Property name=\"PolarAxisTitleBold\" function=\"Bold\" />\n"
18765 " <Property name=\"PolarAxisTitleItalic\" function=\"Italics\"/>\n"
18766 " <Property name=\"PolarAxisTitleFontSize\" function=\"Size\" />\n"
18767 " <Property name=\"PolarAxisTitleShadow\" function=\"Shadow\" />\n"
18768 " <Property name=\"PolarAxisTitleOpacity\" function=\"Opacity\" />\n"
18769 " </PropertyGroup>\n"
18770 "\n"
18771 " <SubProxy command=\"SetPolarAxisLabelTextProperty\">\n"
18772 " <Proxy name=\"PolarAxisLabelProperty\" proxygroup=\"properties\" proxyname=\"TextProperty\" />\n"
18773 " <ExposedProperties>\n"
18774 " <Property exposed_name=\"PolarAxisLabelColor\" name=\"Color\" />\n"
18775 " <Property exposed_name=\"PolarAxisLabelOpacity\" name=\"Opacity\" />\n"
18776 " <Property exposed_name=\"PolarAxisLabelFontFamily\" name=\"FontFamily\" />\n"
18777 " <Property exposed_name=\"PolarAxisLabelFontFile\" name=\"FontFile\" />\n"
18778 " <Property exposed_name=\"PolarAxisLabelBold\" name=\"Bold\" />\n"
18779 " <Property exposed_name=\"PolarAxisLabelItalic\" name=\"Italic\" />\n"
18780 " <Property exposed_name=\"PolarAxisLabelShadow\" name=\"Shadow\" />\n"
18781 " <Property exposed_name=\"PolarAxisLabelFontSize\" name=\"FontSize\" default_values=\"12\"/>\n"
18782 " </ExposedProperties>\n"
18783 " </SubProxy>\n"
18784 " <PropertyGroup label=\"Polar Axis Label Font Properties\" panel_widget=\"FontEditor\">\n"
18785 " <Property name=\"PolarAxisLabelColor\" function=\"Color\"/>\n"
18786 " <Property name=\"PolarAxisLabelFontFamily\" function=\"Family\"/>\n"
18787 " <Property name=\"PolarAxisLabelFontFile\" function=\"File\"/>\n"
18788 " <Property name=\"PolarAxisLabelBold\" function=\"Bold\" />\n"
18789 " <Property name=\"PolarAxisLabelItalic\" function=\"Italics\"/>\n"
18790 " <Property name=\"PolarAxisLabelFontSize\" function=\"Size\" />\n"
18791 " <Property name=\"PolarAxisLabelShadow\" function=\"Shadow\" />\n"
18792 " <Property name=\"PolarAxisLabelOpacity\" function=\"Opacity\" />\n"
18793 " </PropertyGroup>\n"
18794 "\n"
18795 " <SubProxy command=\"SetLastRadialAxisTextProperty\">\n"
18796 " <Proxy name=\"LastRadialAxisTextProperty\" proxygroup=\"properties\" proxyname=\"TextProperty\" />\n"
18797 " <ExposedProperties>\n"
18798 " <Property exposed_name=\"LastRadialAxisTextColor\" name=\"Color\" />\n"
18799 " <Property exposed_name=\"LastRadialAxisTextOpacity\" name=\"Opacity\" />\n"
18800 " <Property exposed_name=\"LastRadialAxisTextFontFamily\" name=\"FontFamily\" />\n"
18801 " <Property exposed_name=\"LastRadialAxisTextFontFile\" name=\"FontFile\" />\n"
18802 " <Property exposed_name=\"LastRadialAxisTextBold\" name=\"Bold\" />\n"
18803 " <Property exposed_name=\"LastRadialAxisTextItalic\" name=\"Italic\" />\n"
18804 " <Property exposed_name=\"LastRadialAxisTextShadow\" name=\"Shadow\" />\n"
18805 " <Property exposed_name=\"LastRadialAxisTextFontSize\" name=\"FontSize\" default_values=\"12\"/>\n"
18806 " </ExposedProperties>\n"
18807 " </SubProxy>\n"
18808 " <PropertyGroup label=\"Last Radial Axis Text Font Properties\" panel_widget=\"FontEditor\">\n"
18809 " <Property name=\"LastRadialAxisTextColor\" function=\"Color\"/>\n"
18810 " <Property name=\"LastRadialAxisTextFontFamily\" function=\"Family\"/>\n"
18811 " <Property name=\"LastRadialAxisTextFontFile\" function=\"File\"/>\n"
18812 " <Property name=\"LastRadialAxisTextBold\" function=\"Bold\" />\n"
18813 " <Property name=\"LastRadialAxisTextItalic\" function=\"Italics\"/>\n"
18814 " <Property name=\"LastRadialAxisTextFontSize\" function=\"Size\" />\n"
18815 " <Property name=\"LastRadialAxisTextShadow\" function=\"Shadow\" />\n"
18816 " <Property name=\"LastRadialAxisTextOpacity\" function=\"Opacity\" />\n"
18817 " </PropertyGroup>\n"
18818 "\n"
18819 " <SubProxy command=\"SetSecondaryRadialAxesTextProperty\">\n"
18820 " <Proxy name=\"SecondaryRadialAxesTextProperty\" proxygroup=\"properties\" proxyname=\"TextProperty\" />\n"
18821 " <ExposedProperties>\n"
18822 " <Property exposed_name=\"SecondaryRadialAxesTextColor\" name=\"Color\" />\n"
18823 " <Property exposed_name=\"SecondaryRadialAxesTextOpacity\" name=\"Opacity\" />\n"
18824 " <Property exposed_name=\"SecondaryRadialAxesTextFontFamily\" name=\"FontFamily\" />\n"
18825 " <Property exposed_name=\"SecondaryRadialAxesTextFontFile\" name=\"FontFile\" />\n"
18826 " <Property exposed_name=\"SecondaryRadialAxesTextBold\" name=\"Bold\" />\n"
18827 " <Property exposed_name=\"SecondaryRadialAxesTextItalic\" name=\"Italic\" />\n"
18828 " <Property exposed_name=\"SecondaryRadialAxesTextShadow\" name=\"Shadow\" />\n"
18829 " <Property exposed_name=\"SecondaryRadialAxesTextFontSize\" name=\"FontSize\" default_values=\"12\"/>\n"
18830 " </ExposedProperties>\n"
18831 " </SubProxy>\n"
18832 " <PropertyGroup label=\"Secondary Radial Axes Text Font Properties\" panel_widget=\"FontEditor\">\n"
18833 " <Property name=\"SecondaryRadialAxesTextColor\" function=\"Color\"/>\n"
18834 " <Property name=\"SecondaryRadialAxesTextFontFamily\" function=\"Family\"/>\n"
18835 " <Property name=\"SecondaryRadialAxesTextFontFile\" function=\"File\"/>\n"
18836 " <Property name=\"SecondaryRadialAxesTextBold\" function=\"Bold\" />\n"
18837 " <Property name=\"SecondaryRadialAxesTextItalic\" function=\"Italics\"/>\n"
18838 " <Property name=\"SecondaryRadialAxesTextFontSize\" function=\"Size\" />\n"
18839 " <Property name=\"SecondaryRadialAxesTextShadow\" function=\"Shadow\" />\n"
18840 " <Property name=\"SecondaryRadialAxesTextOpacity\" function=\"Opacity\" />\n"
18841 " </PropertyGroup>\n"
18842 "\n"
18843 " <IntVectorProperty command=\"SetEnableDistanceLOD\"\n"
18844 " default_values=\"1\"\n"
18845 " name=\"EnableDistanceLOD\"\n"
18846 " number_of_elements=\"1\">\n"
18847 " <BooleanDomain name=\"bool\" />\n"
18848 " <Documentation>Set the use of LOD based on distance.</Documentation>\n"
18849 " </IntVectorProperty>\n"
18850 " <DoubleVectorProperty command=\"SetDistanceLODThreshold\"\n"
18851 " default_values=\"0.7\"\n"
18852 " name=\"DistanceLODThreshold\"\n"
18853 " panel_visibility=\"advanced\"\n"
18854 " number_of_elements=\"1\">\n"
18855 " <DoubleRangeDomain name=\"range\"\n"
18856 " min=\"0\"\n"
18857 " max=\"100\"/>\n"
18858 " <Hints>\n"
18859 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18860 " <Property name=\"EnableDistanceLOD\"\n"
18861 " function=\"boolean\" />\n"
18862 " </PropertyWidgetDecorator>\n"
18863 " </Hints>\n"
18864 " <Documentation>Set the LOD distance threshold to use.</Documentation>\n"
18865 " </DoubleVectorProperty>\n"
18866 " <IntVectorProperty command=\"SetEnableViewAngleLOD\"\n"
18867 " default_values=\"1\"\n"
18868 " name=\"EnableViewAngleLOD\"\n"
18869 " number_of_elements=\"1\">\n"
18870 " <BooleanDomain name=\"bool\" />\n"
18871 " <Documentation>Set the use of LOD based on the View Angle.</Documentation>\n"
18872 " </IntVectorProperty>\n"
18873 " <DoubleVectorProperty command=\"SetViewAngleLODThreshold\"\n"
18874 " default_values=\"0.7\"\n"
18875 " name=\"ViewAngleLODThreshold\"\n"
18876 " panel_visibility=\"advanced\"\n"
18877 " number_of_elements=\"1\">\n"
18878 " <DoubleRangeDomain name=\"range\"\n"
18879 " min=\"0\"\n"
18880 " max=\"360\"/>\n"
18881 " <Hints>\n"
18882 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18883 " <Property name=\"EnableViewAngleLOD\"\n"
18884 " function=\"boolean\" />\n"
18885 " </PropertyWidgetDecorator>\n"
18886 " </Hints>\n"
18887 " <Documentation>Set the LOD View Angle threshold to use.</Documentation>\n"
18888 " </DoubleVectorProperty>\n"
18889 " <DoubleVectorProperty command=\"SetSmallestVisiblePolarAngle\"\n"
18890 " default_values=\"0.5\"\n"
18891 " name=\"SmallestVisiblePolarAngle\"\n"
18892 ;
18893 
18894 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
18896 " panel_visibility=\"advanced\"\n"
18897 " number_of_elements=\"1\">\n"
18898 " <DoubleRangeDomain max=\"2\"\n"
18899 " min=\"0\"\n"
18900 " name=\"range\" />\n"
18901 " <Documentation>Set the smallest radial angle distinguishable from polar axis.</Documentation>\n"
18902 " </DoubleVectorProperty>\n"
18903 " <PropertyGroup label=\"LOD and Details control\">\n"
18904 " <Property name=\"EnableDistanceLOD\" />\n"
18905 " <Property name=\"DistanceLODThreshold\" />\n"
18906 " <Property name=\"EnableViewAngleLOD\" />\n"
18907 " <Property name=\"ViewAngleLODThreshold\" />\n"
18908 " <Property name=\"SmallestVisiblePolarAngle\" />\n"
18909 " </PropertyGroup>\n"
18910 "\n"
18911 " <IntVectorProperty command=\"SetPolarTickVisibility\"\n"
18912 " default_values=\"1\"\n"
18913 " name=\"PolarTicksVisibility\"\n"
18914 " number_of_elements=\"1\">\n"
18915 " <BooleanDomain name=\"bool\" />\n"
18916 " <Documentation>Set all ticks visibility.</Documentation>\n"
18917 " </IntVectorProperty>\n"
18918 " <IntVectorProperty command=\"SetArcTicksOriginToPolarAxis\"\n"
18919 " default_values=\"1\"\n"
18920 " panel_visibility=\"advanced\"\n"
18921 " name=\"ArcTicksOriginToPolarAxis\"\n"
18922 " number_of_elements=\"1\">\n"
18923 " <BooleanDomain name=\"bool\" />\n"
18924 " <Hints>\n"
18925 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18926 " <Property name=\"PolarTicksVisibility\"\n"
18927 " function=\"boolean\" />\n"
18928 " </PropertyWidgetDecorator>\n"
18929 " </Hints>\n"
18930 " <Documentation>If On, the ticks are drawn from the angle of the polar Axis\n"
18931 " (MinimumAngle) and continue counterclockwise with the step Delta Angle Major/Minor.\n"
18932 " If Off, the start angle is 0.0</Documentation>\n"
18933 " </IntVectorProperty>\n"
18934 " <IntVectorProperty command=\"SetTickLocation\"\n"
18935 " default_values=\"2\"\n"
18936 " name=\"TickLocation\"\n"
18937 " panel_visibility=\"advanced\"\n"
18938 " number_of_elements=\"1\">\n"
18939 " <EnumerationDomain name=\"enum\">\n"
18940 " <Entry text=\"Inside\"\n"
18941 " value=\"0\" />\n"
18942 " <Entry text=\"Outside\"\n"
18943 " value=\"1\" />\n"
18944 " <Entry text=\"Both\"\n"
18945 " value=\"2\" />\n"
18946 " </EnumerationDomain>\n"
18947 " <Hints>\n"
18948 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18949 " <Property name=\"PolarTicksVisibility\"\n"
18950 " function=\"boolean\" />\n"
18951 " </PropertyWidgetDecorator>\n"
18952 " </Hints>\n"
18953 " <Documentation>Set the location of ticks.</Documentation>\n"
18954 " </IntVectorProperty>\n"
18955 " <IntVectorProperty command=\"SetAxisTickVisibility\"\n"
18956 " default_values=\"1\"\n"
18957 " name=\"AxisTickVisibility\"\n"
18958 " number_of_elements=\"1\">\n"
18959 " <BooleanDomain name=\"bool\" />\n"
18960 " <Hints>\n"
18961 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18962 " <Property name=\"PolarTicksVisibility\"\n"
18963 " function=\"boolean\" />\n"
18964 " </PropertyWidgetDecorator>\n"
18965 " </Hints>\n"
18966 " <Documentation>Set polar axis and last radial axis tick visibility.</Documentation>\n"
18967 " </IntVectorProperty>\n"
18968 " <IntVectorProperty command=\"SetAxisMinorTickVisibility\"\n"
18969 " default_values=\"0\"\n"
18970 " name=\"AxisMinorTickVisibility\"\n"
18971 " number_of_elements=\"1\">\n"
18972 " <BooleanDomain name=\"bool\" />\n"
18973 " <Hints>\n"
18974 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18975 " <Property name=\"PolarTicksVisibility\"\n"
18976 " function=\"boolean\" />\n"
18977 " </PropertyWidgetDecorator>\n"
18978 " </Hints>\n"
18979 " <Documentation>Set polar axis and last radial axis minor tick visibility.</Documentation>\n"
18980 " </IntVectorProperty>\n"
18981 " <IntVectorProperty command=\"SetArcTickVisibility\"\n"
18982 " default_values=\"1\"\n"
18983 " name=\"ArcTickVisibility\"\n"
18984 " number_of_elements=\"1\">\n"
18985 " <BooleanDomain name=\"bool\" />\n"
18986 " <Hints>\n"
18987 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
18988 " <Property name=\"PolarTicksVisibility\"\n"
18989 " function=\"boolean\" />\n"
18990 " </PropertyWidgetDecorator>\n"
18991 " </Hints>\n"
18992 " <Documentation>Set polar arc tick visibility.</Documentation>\n"
18993 " </IntVectorProperty>\n"
18994 " <IntVectorProperty command=\"SetArcMinorTickVisibility\"\n"
18995 " default_values=\"0\"\n"
18996 " name=\"ArcMinorTickVisibility\"\n"
18997 " number_of_elements=\"1\">\n"
18998 " <BooleanDomain name=\"bool\" />\n"
18999 " <Hints>\n"
19000 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19001 " <Property name=\"PolarTicksVisibility\"\n"
19002 " function=\"boolean\" />\n"
19003 " </PropertyWidgetDecorator>\n"
19004 " </Hints>\n"
19005 " <Documentation>Set polar arc minor tick visibility.</Documentation>\n"
19006 " </IntVectorProperty>\n"
19007 " <DoubleVectorProperty command=\"SetDeltaAngleMajor\"\n"
19008 " default_values=\"10\"\n"
19009 " name=\"DeltaAngleMajor\"\n"
19010 " panel_visibility=\"advanced\"\n"
19011 " number_of_elements=\"1\">\n"
19012 " <DoubleRangeDomain name=\"range\"\n"
19013 " min=\"1\"\n"
19014 " max=\"359\"/>\n"
19015 " <Hints>\n"
19016 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19017 " <Property name=\"PolarTicksVisibility\"\n"
19018 " function=\"boolean\" />\n"
19019 " </PropertyWidgetDecorator>\n"
19020 " </Hints>\n"
19021 " <Documentation>Set the delta between major ticks on last arc.</Documentation>\n"
19022 " </DoubleVectorProperty>\n"
19023 " <DoubleVectorProperty command=\"SetDeltaAngleMinor\"\n"
19024 " default_values=\"5\"\n"
19025 " name=\"DeltaAngleMinor\"\n"
19026 " panel_visibility=\"advanced\"\n"
19027 " number_of_elements=\"1\">\n"
19028 " <DoubleRangeDomain name=\"range\"\n"
19029 " min=\"1\"\n"
19030 " max=\"359\"/>\n"
19031 " <Hints>\n"
19032 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19033 " <Property name=\"PolarTicksVisibility\"\n"
19034 " function=\"boolean\" />\n"
19035 " </PropertyWidgetDecorator>\n"
19036 " </Hints>\n"
19037 " <Documentation>Set the delta between minor and major ticks on last arc.</Documentation>\n"
19038 " </DoubleVectorProperty>\n"
19039 " <DoubleVectorProperty command=\"SetPolarAxisMajorTickSize\"\n"
19040 " default_values=\"0\"\n"
19041 " name=\"PolarAxisMajorTickSize\"\n"
19042 " panel_visibility=\"advanced\"\n"
19043 " number_of_elements=\"1\">\n"
19044 " <DoubleRangeDomain name=\"range\"\n"
19045 " min=\"0\"\n"
19046 " max=\"1\"/>\n"
19047 " <Hints>\n"
19048 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19049 " <Property name=\"PolarTicksVisibility\"\n"
19050 " function=\"boolean\" />\n"
19051 " </PropertyWidgetDecorator>\n"
19052 " </Hints>\n"
19053 " <Documentation>Set the polar axis major tick size,\n"
19054 " If value is 0 (the default), tick size is automatically calculated.\n"
19055 " </Documentation>\n"
19056 " </DoubleVectorProperty>\n"
19057 " <DoubleVectorProperty command=\"SetPolarAxisTickRatioSize\"\n"
19058 " default_values=\"0.3\"\n"
19059 " name=\"PolarAxisTickRatioSize\"\n"
19060 " panel_visibility=\"advanced\"\n"
19061 " number_of_elements=\"1\">\n"
19062 " <DoubleRangeDomain name=\"range\"\n"
19063 " min=\"0\"\n"
19064 " max=\"1\"/>\n"
19065 " <Hints>\n"
19066 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19067 " <Property name=\"PolarTicksVisibility\"\n"
19068 " function=\"boolean\" />\n"
19069 " </PropertyWidgetDecorator>\n"
19070 " </Hints>\n"
19071 " <Documentation>Set the polar axis size ratio between major and minor ticks.</Documentation>\n"
19072 " </DoubleVectorProperty>\n"
19073 " <DoubleVectorProperty command=\"SetPolarAxisMajorTickThickness\"\n"
19074 " default_values=\"1.0\"\n"
19075 " name=\"PolarAxisMajorTickThickness\"\n"
19076 " panel_visibility=\"advanced\"\n"
19077 " number_of_elements=\"1\">\n"
19078 " <DoubleRangeDomain name=\"range\"\n"
19079 " min=\"0\"\n"
19080 " max=\"100\"/>\n"
19081 " <Hints>\n"
19082 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19083 " <Property name=\"PolarTicksVisibility\"\n"
19084 " function=\"boolean\" />\n"
19085 " </PropertyWidgetDecorator>\n"
19086 " </Hints>\n"
19087 " <Documentation>Set the thickness of polar axis major ticks.</Documentation>\n"
19088 " </DoubleVectorProperty>\n"
19089 " <DoubleVectorProperty command=\"SetPolarAxisTickRatioThickness\"\n"
19090 " default_values=\"0.5\"\n"
19091 " name=\"PolarAxisTickRatioThickness\"\n"
19092 " panel_visibility=\"advanced\"\n"
19093 " number_of_elements=\"1\">\n"
19094 " <DoubleRangeDomain name=\"range\"\n"
19095 " min=\"0\"\n"
19096 " max=\"1\"/>\n"
19097 " <Hints>\n"
19098 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19099 " <Property name=\"PolarTicksVisibility\"\n"
19100 " function=\"boolean\" />\n"
19101 " </PropertyWidgetDecorator>\n"
19102 " </Hints>\n"
19103 " <Documentation>Set the thickness ratio between major and minor ticks of polar axis.\n"
19104 " </Documentation>\n"
19105 " </DoubleVectorProperty>\n"
19106 " <DoubleVectorProperty command=\"SetLastRadialAxisMajorTickSize\"\n"
19107 " default_values=\"0\"\n"
19108 " name=\"LastRadialAxisMajorTickSize\"\n"
19109 " panel_visibility=\"advanced\"\n"
19110 " number_of_elements=\"1\">\n"
19111 " <DoubleRangeDomain name=\"range\"\n"
19112 " min=\"0\"\n"
19113 " max=\"1\"/>\n"
19114 " <Hints>\n"
19115 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19116 " <Property name=\"PolarTicksVisibility\"\n"
19117 " function=\"boolean\" />\n"
19118 " </PropertyWidgetDecorator>\n"
19119 " </Hints>\n"
19120 " <Documentation>Set the last radial axis major tick size,\n"
19121 " If value is 0 (the default), tick size is automatically calculated.\n"
19122 " </Documentation>\n"
19123 " </DoubleVectorProperty>\n"
19124 " <DoubleVectorProperty command=\"SetLastAxisTickRatioSize\"\n"
19125 " default_values=\"0.3\"\n"
19126 " name=\"LastRadialAxisTickRatioSize\"\n"
19127 " panel_visibility=\"advanced\"\n"
19128 " number_of_elements=\"1\">\n"
19129 " <DoubleRangeDomain name=\"range\"\n"
19130 " min=\"0\"\n"
19131 " max=\"1\"/>\n"
19132 " <Hints>\n"
19133 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19134 " <Property name=\"PolarTicksVisibility\"\n"
19135 " function=\"boolean\" />\n"
19136 " </PropertyWidgetDecorator>\n"
19137 " </Hints>\n"
19138 " <Documentation>Set the last radial axis size ratio between major and minor ticks.</Documentation>\n"
19139 " </DoubleVectorProperty>\n"
19140 " <DoubleVectorProperty command=\"SetLastRadialAxisMajorTickThickness\"\n"
19141 " default_values=\"1.0\"\n"
19142 " name=\"LastRadialAxisMajorTickThickness\"\n"
19143 " panel_visibility=\"advanced\"\n"
19144 " number_of_elements=\"1\">\n"
19145 " <DoubleRangeDomain name=\"range\"\n"
19146 " min=\"0\"\n"
19147 " max=\"100\"/>\n"
19148 " <Hints>\n"
19149 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19150 " <Property name=\"PolarTicksVisibility\"\n"
19151 " function=\"boolean\" />\n"
19152 " </PropertyWidgetDecorator>\n"
19153 " </Hints>\n"
19154 " <Documentation>Set the thickness of last radial axis major ticks.</Documentation>\n"
19155 " </DoubleVectorProperty>\n"
19156 " <DoubleVectorProperty command=\"SetLastAxisTickRatioThickness\"\n"
19157 " default_values=\"0.5\"\n"
19158 " name=\"LastRadialAxisTickRatioThickness\"\n"
19159 " panel_visibility=\"advanced\"\n"
19160 " number_of_elements=\"1\">\n"
19161 " <DoubleRangeDomain name=\"range\"\n"
19162 " min=\"0\"\n"
19163 " max=\"1\"/>\n"
19164 " <Hints>\n"
19165 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19166 " <Property name=\"PolarTicksVisibility\"\n"
19167 " function=\"boolean\" />\n"
19168 " </PropertyWidgetDecorator>\n"
19169 " </Hints>\n"
19170 " <Documentation>Set the thickness ratio between major and minor ticks of last radial axis.</Documentation>\n"
19171 " </DoubleVectorProperty>\n"
19172 " <DoubleVectorProperty command=\"SetArcMajorTickSize\"\n"
19173 " default_values=\"0\"\n"
19174 " name=\"ArcMajorTickSize\"\n"
19175 " panel_visibility=\"advanced\"\n"
19176 " number_of_elements=\"1\">\n"
19177 " <DoubleRangeDomain name=\"range\"\n"
19178 " min=\"0\"\n"
19179 " max=\"1\"/>\n"
19180 " <Hints>\n"
19181 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19182 " <Property name=\"PolarTicksVisibility\"\n"
19183 " function=\"boolean\" />\n"
19184 " </PropertyWidgetDecorator>\n"
19185 " </Hints>\n"
19186 " <Documentation>Set the arc major tick size,\n"
19187 " If value is 0 (the default), tick size is automatically calculated.\n"
19188 " </Documentation>\n"
19189 " </DoubleVectorProperty>\n"
19190 " <DoubleVectorProperty command=\"SetArcTickRatioSize\"\n"
19191 " default_values=\"0.3\"\n"
19192 " name=\"ArcTickRatioSize\"\n"
19193 " panel_visibility=\"advanced\"\n"
19194 " number_of_elements=\"1\">\n"
19195 " <DoubleRangeDomain name=\"range\"\n"
19196 " min=\"0\"\n"
19197 " max=\"1\"/>\n"
19198 " <Hints>\n"
19199 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19200 " <Property name=\"PolarTicksVisibility\"\n"
19201 " function=\"boolean\" />\n"
19202 " </PropertyWidgetDecorator>\n"
19203 " </Hints>\n"
19204 " <Documentation>Set the arc size ratio between major and minor ticks.</Documentation>\n"
19205 " </DoubleVectorProperty>\n"
19206 " <DoubleVectorProperty command=\"SetArcMajorTickThickness\"\n"
19207 " default_values=\"1.0\"\n"
19208 " name=\"ArcMajorTickThickness\"\n"
19209 " panel_visibility=\"advanced\"\n"
19210 " number_of_elements=\"1\">\n"
19211 ;
19212 
19213 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
19215 " <DoubleRangeDomain name=\"range\"\n"
19216 " min=\"0\"\n"
19217 " max=\"100\"/>\n"
19218 " <Hints>\n"
19219 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19220 " <Property name=\"PolarTicksVisibility\"\n"
19221 " function=\"boolean\" />\n"
19222 " </PropertyWidgetDecorator>\n"
19223 " </Hints>\n"
19224 " <Documentation>Set the thickness of arc major ticks.</Documentation>\n"
19225 " </DoubleVectorProperty>\n"
19226 " <DoubleVectorProperty command=\"SetArcTickRatioThickness\"\n"
19227 " default_values=\"0.5\"\n"
19228 " name=\"ArcTickRatioThickness\"\n"
19229 " panel_visibility=\"advanced\"\n"
19230 " number_of_elements=\"1\">\n"
19231 " <DoubleRangeDomain name=\"range\"\n"
19232 " min=\"0\"\n"
19233 " max=\"1\"/>\n"
19234 " <Hints>\n"
19235 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
19236 " <Property name=\"PolarTicksVisibility\"\n"
19237 " function=\"boolean\" />\n"
19238 " </PropertyWidgetDecorator>\n"
19239 " </Hints>\n"
19240 " <Documentation>Set the thickness ratio between major and minor ticks of arc.</Documentation>\n"
19241 " </DoubleVectorProperty>\n"
19242 " <PropertyGroup label=\"Ticks Control\">\n"
19243 " <Property name=\"PolarTicksVisibility\" />\n"
19244 " <Property name=\"ArcTicksOriginToPolarAxis\" />\n"
19245 " <Property name=\"TickLocation\" />\n"
19246 " <Property name=\"AxisTickVisibility\" />\n"
19247 " <Property name=\"AxisMinorTickVisibility\" />\n"
19248 " <Property name=\"ArcTickVisibility\" />\n"
19249 " <Property name=\"ArcMinorTickVisibility\" />\n"
19250 " <Property name=\"DeltaAngleMajor\" />\n"
19251 " <Property name=\"DeltaAngleMinor\" />\n"
19252 " <Property name=\"PolarAxisMajorTickSize\" />\n"
19253 " <Property name=\"PolarAxisTickRatioSize\" />\n"
19254 " <Property name=\"PolarAxisMajorTickThickness\" />\n"
19255 " <Property name=\"PolarAxisTickRatioThickness\" />\n"
19256 " <Property name=\"LastRadialAxisMajorTickSize\" />\n"
19257 " <Property name=\"LastRadialAxisTickRatioSize\" />\n"
19258 " <Property name=\"LastRadialAxisMajorTickThickness\" />\n"
19259 " <Property name=\"LastRadialAxisTickRatioThickness\" />\n"
19260 " <Property name=\"ArcMajorTickSize\" />\n"
19261 " <Property name=\"ArcTickRatioSize\" />\n"
19262 " <Property name=\"ArcMajorTickThickness\" />\n"
19263 " <Property name=\"ArcTickRatioThickness\" />\n"
19264 " </PropertyGroup>\n"
19265 "\n"
19266 " <IntVectorProperty command=\"SetUse2DMode\"\n"
19267 " default_values=\"0\"\n"
19268 " name=\"Use2DMode\"\n"
19269 " label=\"Use 2D Mode\"\n"
19270 " number_of_elements=\"1\">\n"
19271 " <BooleanDomain name=\"bool\" />\n"
19272 " <Documentation>Set the use of 2D Mode for all axes.</Documentation>\n"
19273 " </IntVectorProperty>\n"
19274 " <IntVectorProperty command=\"SetLog\"\n"
19275 " default_values=\"0\"\n"
19276 " name=\"UseLogAxis\"\n"
19277 " number_of_elements=\"1\">\n"
19278 " <BooleanDomain name=\"bool\" />\n"
19279 " <Documentation>Set the use of Log axis.</Documentation>\n"
19280 " </IntVectorProperty>\n"
19281 "\n"
19282 " <PropertyGroup label=\"Miscellaneous\">\n"
19283 " <Property name=\"Use2DMode\" />\n"
19284 " <Property name=\"UseLogAxis\" />\n"
19285 " </PropertyGroup>\n"
19286 " <!-- End of PolarAxesRepresentation -->\n"
19287 " </RepresentationProxy>\n"
19288 " <!-- End of RepresentationProxy -->\n"
19289 " </ProxyGroup>\n"
19290 "\n"
19291 " <ProxyGroup name=\"views\">\n"
19292 " <!-- ================================================================== -->\n"
19293 " <ComparativeViewProxy base_proxygroup=\"internal_views\"\n"
19294 " base_proxyname=\"ComparativeViewBase\"\n"
19295 " class=\"vtkPVComparativeView\"\n"
19296 " name=\"ComparativeRenderView\"\n"
19297 " label=\"Render View (Comparative)\">\n"
19298 " <Documentation>The is comparative view comprising of individual\n"
19299 " \"RenderView\" proxies for each panel in the comparative view\n"
19300 " grid.</Documentation>\n"
19301 " <SubProxy>\n"
19302 " <Proxy name=\"RootView\"\n"
19303 " proxygroup=\"views\"\n"
19304 " proxyname=\"RenderView\"></Proxy>\n"
19305 " <ExposedProperties>\n"
19306 " <Property name=\"HiddenRepresentations\" />\n"
19307 " <Property name=\"HiddenProps\" />\n"
19308 " <Property name=\"LODThreshold\" />\n"
19309 " <Property name=\"LODResolution\" />\n"
19310 " <Property name=\"AxesGrid\" />\n"
19311 " <Property name=\"PPI\" />\n"
19312 "\n"
19313 " <Property name=\"CenterAxesVisibility\" />\n"
19314 " <PropertyGroup label=\"Orientation Axes\">\n"
19315 " <Property name=\"OrientationAxesVisibility\" />\n"
19316 " <Property name=\"OrientationAxesInteractivity\"\n"
19317 " panel_visibility=\"advanced\"/>\n"
19318 " <Property name=\"OrientationAxesLabelColor\"\n"
19319 " panel_visibility=\"advanced\"/>\n"
19320 " <Property name=\"OrientationAxesOutlineColor\"\n"
19321 " panel_visibility=\"advanced\"/>\n"
19322 " </PropertyGroup>\n"
19323 " <PropertyGroup label=\"Lights\" panel_visibility=\"never\">\n"
19324 " <!-- Light Kit -->\n"
19325 " <Property name=\"UseLight\"/>\n"
19326 " <!-- Key Light -->\n"
19327 " <Property name=\"KeyLightWarmth\"/>\n"
19328 " <Property name=\"KeyLightIntensity\"/>\n"
19329 " <Property name=\"KeyLightElevation\"/>\n"
19330 " <Property name=\"KeyLightAzimuth\"/>\n"
19331 " <!-- Fill Light -->\n"
19332 " <Property name=\"FillLightWarmth\"/>\n"
19333 " <Property name=\"FillLightK:F Ratio\"/>\n"
19334 " <Property name=\"FillLightElevation\"/>\n"
19335 " <Property name=\"FillLightAzimuth\"/>\n"
19336 " <!-- Back Light -->\n"
19337 " <Property name=\"BackLightWarmth\"/>\n"
19338 " <Property name=\"BackLightK:B Ratio\"/>\n"
19339 " <Property name=\"BackLightElevation\"/>\n"
19340 " <Property name=\"BackLightAzimuth\"/>\n"
19341 " <!-- Head Light -->\n"
19342 " <Property name=\"HeadLightWarmth\"/>\n"
19343 " <Property name=\"HeadLightK:H Ratio\"/>\n"
19344 " <Property name=\"MaintainLuminance\"/>\n"
19345 " </PropertyGroup>\n"
19346 "\n"
19347 " <!-- ActiveCamera -->\n"
19348 " <Property name=\"CameraPositionInfo\" panel_visibility=\"never\"/>\n"
19349 " <Property name=\"CameraPosition\" panel_visibility=\"never\"/>\n"
19350 " <Property name=\"CameraFocalPointInfo\" panel_visibility=\"never\"/>\n"
19351 " <Property name=\"CameraFocalPoint\" panel_visibility=\"never\"/>\n"
19352 " <Property name=\"CameraViewUpInfo\" panel_visibility=\"never\"/>\n"
19353 " <Property name=\"CameraViewUp\" panel_visibility=\"never\"/>\n"
19354 " <Property name=\"CameraViewAngle\" panel_visibility=\"never\"/>\n"
19355 " <Property name=\"CameraFocalDiskInfo\" panel_visibility=\"never\"/>\n"
19356 " <Property name=\"CameraFocalDisk\" panel_visibility=\"never\"/>\n"
19357 " <Property name=\"CameraFocalDistanceInfo\" panel_visibility=\"never\"/>\n"
19358 " <Property name=\"CameraFocalDistance\" panel_visibility=\"never\"/>\n"
19359 " <Property name=\"CameraParallelScale\" panel_visibility=\"never\"/>\n"
19360 " <Property name=\"CameraParallelScaleInfo\" panel_visibility=\"never\"/>\n"
19361 " <Property name=\"CameraParallelProjection\"\n"
19362 " panel_visibility=\"advanced\"/>\n"
19363 " <Property name=\"EyeAngle\" panel_visibility=\"never\"/>\n"
19364 "\n"
19365 " <PropertyGroup label=\"Background\" panel_widget=\"BackgroundEditor\" panel_visibility=\"advanced\">\n"
19366 " <Property name=\"Background\"/>\n"
19367 " <Property name=\"Background2\"/>\n"
19368 " <Property name=\"UseGradientBackground\"/>\n"
19369 " <Property name=\"UseTexturedBackground\"/>\n"
19370 " <Property name=\"UseSkyboxBackground\"/>\n"
19371 " <Property name=\"UseEnvironmentLighting\"/>\n"
19372 " <Property name=\"BackgroundTexture\"/>\n"
19373 " </PropertyGroup>\n"
19374 "\n"
19375 " <PropertyGroup label=\"Render Passes\">\n"
19376 " <Property name=\"UseToneMapping\"/>\n"
19377 " <Property name=\"Exposure\"/>\n"
19378 " <Property name=\"UseSSAO\"/>\n"
19379 " <Property name=\"UseSSAODefaultPresets\"/>\n"
19380 " <Property name=\"Radius\"/>\n"
19381 " <Property name=\"Bias\"/>\n"
19382 " <Property name=\"KernelSize\"/>\n"
19383 " <Property name=\"Blur\"/>\n"
19384 " <Property name=\"GenericFilmicPresets\"/>\n"
19385 " <Property name=\"ToneMappingType\"/>\n"
19386 " <Property name=\"Contrast\"/>\n"
19387 " <Property name=\"Shoulder\"/>\n"
19388 " <Property name=\"MidIn\"/>\n"
19389 " <Property name=\"MidOut\"/>\n"
19390 " <Property name=\"HdrMax\"/>\n"
19391 " <Property name=\"UseACES\"/>\n"
19392 " </PropertyGroup>\n"
19393 "\n"
19394 " <!-- Interactor -->\n"
19395 " <Property name=\"InteractionMode\" panel_visibility=\"never\"/>\n"
19396 " <Property name=\"Camera3DManipulators\" panel_visibility=\"never\"/>\n"
19397 " <Property name=\"Camera2DManipulators\" panel_visibility=\"never\"/>\n"
19398 " <Property name=\"CenterOfRotation\" panel_visibility=\"never\"/>\n"
19399 " <Property name=\"RotationFactor\" panel_visibility=\"never\"/>\n"
19400 " <Property name=\"NonInteractiveRenderDelay\" panel_visibility=\"never\"/>\n"
19401 " <Property name=\"EnableRenderOnInteraction\" panel_visibility=\"never\"/>\n"
19402 " <!-- Renderer -->\n"
19403 " <PropertyGroup label=\"Stereo\">\n"
19404 " <Property name=\"StereoRender\"/>\n"
19405 " <Property name=\"StereoType\"/>\n"
19406 " <Property name=\"ServerStereoType\"/>\n"
19407 " </PropertyGroup>\n"
19408 " </ExposedProperties>\n"
19409 " <!-- End of \"RootView\" subproxy -->\n"
19410 " </SubProxy>\n"
19411 " <!-- End of ComparativeRenderView -->\n"
19412 " </ComparativeViewProxy>\n"
19413 " <!-- ================================================================== -->\n"
19414 " <ComparativeViewProxy base_proxygroup=\"internal_views\"\n"
19415 " base_proxyname=\"ComparativeViewBase\"\n"
19416 " class=\"vtkPVComparativeView\"\n"
19417 " name=\"ComparativeXYChartView\"\n"
19418 " label=\"Line Chart View (Comparative)\">\n"
19419 " <Documentation>The is comparative view comprising of individual\n"
19420 " \"XYChartView\" proxies for each panel in the comparative view\n"
19421 " grid.</Documentation>\n"
19422 " <SubProxy>\n"
19423 " <Proxy name=\"RootView\"\n"
19424 " proxygroup=\"views\"\n"
19425 " proxyname=\"XYChartView\"></Proxy>\n"
19426 " <ExposedProperties>\n"
19427 " <Property name=\"PPI\" />\n"
19428 " <PropertyGroup label=\"Title\">\n"
19429 " <Property name=\"ChartTitle\"/>\n"
19430 " <Property name=\"ChartTitleAlignment\"/>\n"
19431 " </PropertyGroup>\n"
19432 " <PropertyGroup label=\"Chart Title Properties\"\n"
19433 " panel_widget=\"FontEditor\"\n"
19434 " panel_visibility=\"advanced\">\n"
19435 " <Property name=\"ChartTitleColor\" function=\"Color\"/>\n"
19436 " <Property name=\"ChartTitleFontFamily\" function=\"Family\"/>\n"
19437 " <Property name=\"ChartTitleFontFile\" function=\"File\"/>\n"
19438 " <Property name=\"ChartTitleBold\" function=\"Bold\" />\n"
19439 " <Property name=\"ChartTitleItalic\" function=\"Italics\"/>\n"
19440 " <Property name=\"ChartTitleFontSize\" function=\"Size\" />\n"
19441 " </PropertyGroup>\n"
19442 " <PropertyGroup label=\"Legend\">\n"
19443 " <Property name=\"ShowLegend\"/>\n"
19444 " <Property name=\"LegendLocation\"/>\n"
19445 " <Property name=\"LegendPosition\"/>\n"
19446 " <Property name=\"LegendSymbolWidth\"/>\n"
19447 " </PropertyGroup>\n"
19448 " <PropertyGroup label=\"Legend Properties\"\n"
19449 " panel_widget=\"FontEditor\"\n"
19450 " panel_visibility=\"advanced\">\n"
19451 " <Property name=\"LegendFontFamily\" function=\"Family\"/>\n"
19452 " <Property name=\"LegendFontFile\" function=\"File\"/>\n"
19453 " <Property name=\"LegendBold\" function=\"Bold\"/>\n"
19454 " <Property name=\"LegendItalic\" function=\"Italics\"/>\n"
19455 " <Property name=\"LegendFontSize\" function=\"Size\"/>\n"
19456 " </PropertyGroup>\n"
19457 " <PropertyGroup label=\"Tooltip\"\n"
19458 " panel_visibility=\"advanced\">\n"
19459 " <Property name=\"TooltipNotation\"/>\n"
19460 " <Property name=\"TooltipPrecision\"/>\n"
19461 " </PropertyGroup>\n"
19462 "\n"
19463 " <!-- left axis -->\n"
19464 " <PropertyGroup label=\"Left Axis\">\n"
19465 " <Property name=\"LeftAxisTitle\"/>\n"
19466 " <Property name=\"ShowLeftAxisGrid\"/>\n"
19467 " <Property name=\"LeftAxisGridColor\"/>\n"
19468 " <Property name=\"LeftAxisColor\"/>\n"
19469 " </PropertyGroup>\n"
19470 "\n"
19471 " <PropertyGroup label=\"Left Axis Title Properties\"\n"
19472 " panel_widget=\"FontEditor\"\n"
19473 " panel_visibility=\"advanced\">\n"
19474 " <Property name=\"LeftAxisTitleColor\" function=\"Color\"/>\n"
19475 " <Property name=\"LeftAxisTitleFontFamily\" function=\"Family\"/>\n"
19476 " <Property name=\"LeftAxisTitleFontFile\" function=\"File\"/>\n"
19477 " <Property name=\"LeftAxisTitleBold\" function=\"Bold\" />\n"
19478 " <Property name=\"LeftAxisTitleItalic\" function=\"Italics\"/>\n"
19479 " <Property name=\"LeftAxisTitleFontSize\" function=\"Size\" />\n"
19480 " </PropertyGroup>\n"
19481 "\n"
19482 " <PropertyGroup label=\"Left Axis Range\">\n"
19483 " <Property name=\"LeftAxisLogScale\"/>\n"
19484 " <Property name=\"LeftAxisUseCustomRange\"/>\n"
19485 " <Property name=\"LeftAxisRangeMinimum\"/>\n"
19486 " <Property name=\"LeftAxisRangeMaximum\"/>\n"
19487 " </PropertyGroup>\n"
19488 "\n"
19489 " <PropertyGroup label=\"Left Axis Labels\">\n"
19490 " <Property name=\"ShowLeftAxisLabels\"/>\n"
19491 " <Property name=\"LeftAxisLabelNotation\"/>\n"
19492 " <Property name=\"LeftAxisLabelPrecision\"/>\n"
19493 " <Property name=\"LeftAxisUseCustomLabels\"/>\n"
19494 " <Property name=\"LeftAxisLabels\"/>\n"
19495 " </PropertyGroup>\n"
19496 "\n"
19497 " <PropertyGroup label=\"Left Axis Label Properties\"\n"
19498 " panel_widget=\"FontEditor\"\n"
19499 " panel_visibility=\"advanced\">\n"
19500 " <Property name=\"LeftAxisLabelColor\" function=\"Color\"/>\n"
19501 " <Property name=\"LeftAxisLabelFontFamily\" function=\"Family\"/>\n"
19502 " <Property name=\"LeftAxisLabelFontFile\" function=\"File\"/>\n"
19503 " <Property name=\"LeftAxisLabelBold\" function=\"Bold\" />\n"
19504 " <Property name=\"LeftAxisLabelItalic\" function=\"Italics\"/>\n"
19505 " <Property name=\"LeftAxisLabelFontSize\" function=\"Size\" />\n"
19506 " </PropertyGroup>\n"
19507 " <!-- bottom axis -->\n"
19508 " <PropertyGroup label=\"Bottom Axis\">\n"
19509 " <Property name=\"BottomAxisTitle\"/>\n"
19510 " <Property name=\"ShowBottomAxisGrid\"/>\n"
19511 " <Property name=\"BottomAxisGridColor\"/>\n"
19512 " <Property name=\"BottomAxisColor\"/>\n"
19513 " </PropertyGroup>\n"
19514 " <PropertyGroup label=\"Bottom Axis Title Properties\"\n"
19515 " panel_widget=\"FontEditor\"\n"
19516 " panel_visibility=\"advanced\">\n"
19517 " <Property name=\"BottomAxisTitleColor\" function=\"Color\"/>\n"
19518 " <Property name=\"BottomAxisTitleFontFamily\" function=\"Family\"/>\n"
19519 ;
19520 
19521 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
19523 " <Property name=\"BottomAxisTitleFontFile\" function=\"File\"/>\n"
19524 " <Property name=\"BottomAxisTitleBold\" function=\"Bold\" />\n"
19525 " <Property name=\"BottomAxisTitleItalic\" function=\"Italics\"/>\n"
19526 " <Property name=\"BottomAxisTitleFontSize\" function=\"Size\" />\n"
19527 " </PropertyGroup>\n"
19528 " <PropertyGroup label=\"Bottom Axis Range\">\n"
19529 " <Property name=\"BottomAxisLogScale\"/>\n"
19530 " <Property name=\"BottomAxisUseCustomRange\"/>\n"
19531 " <Property name=\"BottomAxisRangeMinimum\"/>\n"
19532 " <Property name=\"BottomAxisRangeMaximum\"/>\n"
19533 " </PropertyGroup>\n"
19534 " <PropertyGroup label=\"Bottom Axis Labels\">\n"
19535 " <Property name=\"ShowBottomAxisLabels\"/>\n"
19536 " <Property name=\"BottomAxisLabelNotation\"/>\n"
19537 " <Property name=\"BottomAxisLabelPrecision\"/>\n"
19538 " <Property name=\"BottomAxisUseCustomLabels\"/>\n"
19539 " <Property name=\"BottomAxisLabels\"/>\n"
19540 " </PropertyGroup>\n"
19541 " <PropertyGroup label=\"Bottom Axis Label Properties\"\n"
19542 " panel_widget=\"FontEditor\"\n"
19543 " panel_visibility=\"advanced\">\n"
19544 " <Property name=\"BottomAxisLabelColor\" function=\"Color\"/>\n"
19545 " <Property name=\"BottomAxisLabelFontFamily\" function=\"Family\"/>\n"
19546 " <Property name=\"BottomAxisLabelFontFile\" function=\"File\"/>\n"
19547 " <Property name=\"BottomAxisLabelBold\" function=\"Bold\" />\n"
19548 " <Property name=\"BottomAxisLabelItalic\" function=\"Italics\"/>\n"
19549 " <Property name=\"BottomAxisLabelFontSize\" function=\"Size\" />\n"
19550 " </PropertyGroup>\n"
19551 " <!-- right axis -->\n"
19552 " <PropertyGroup label=\"Right Axis\">\n"
19553 " <Property name=\"RightAxisTitle\"/>\n"
19554 " <Property name=\"ShowRightAxisGrid\"/>\n"
19555 " <Property name=\"RightAxisGridColor\"/>\n"
19556 " <Property name=\"RightAxisColor\"/>\n"
19557 " </PropertyGroup>\n"
19558 " <PropertyGroup label=\"Right Axis Title Properties\"\n"
19559 " panel_widget=\"FontEditor\"\n"
19560 " panel_visibility=\"advanced\">\n"
19561 " <Property name=\"RightAxisTitleColor\" function=\"Color\"/>\n"
19562 " <Property name=\"RightAxisTitleFontFamily\" function=\"Family\"/>\n"
19563 " <Property name=\"RightAxisTitleFontFile\" function=\"File\"/>\n"
19564 " <Property name=\"RightAxisTitleBold\" function=\"Bold\" />\n"
19565 " <Property name=\"RightAxisTitleItalic\" function=\"Italics\"/>\n"
19566 " <Property name=\"RightAxisTitleFontSize\" function=\"Size\" />\n"
19567 " </PropertyGroup>\n"
19568 " <PropertyGroup label=\"Right Axis Range\">\n"
19569 " <Property name=\"RightAxisLogScale\"/>\n"
19570 " <Property name=\"RightAxisUseCustomRange\"/>\n"
19571 " <Property name=\"RightAxisRangeMinimum\"/>\n"
19572 " <Property name=\"RightAxisRangeMaximum\"/>\n"
19573 " </PropertyGroup>\n"
19574 " <PropertyGroup label=\"Right Axis Labels\">\n"
19575 " <Property name=\"ShowRightAxisLabels\"/>\n"
19576 " <Property name=\"RightAxisLabelNotation\"/>\n"
19577 " <Property name=\"RightAxisLabelPrecision\"/>\n"
19578 " <Property name=\"RightAxisUseCustomLabels\"/>\n"
19579 " <Property name=\"RightAxisLabels\"/>\n"
19580 " </PropertyGroup>\n"
19581 " <PropertyGroup label=\"Right Axis Label Properties\"\n"
19582 " panel_widget=\"FontEditor\"\n"
19583 " panel_visibility=\"advanced\">\n"
19584 " <Property name=\"RightAxisLabelColor\" function=\"Color\"/>\n"
19585 " <Property name=\"RightAxisLabelFontFamily\" function=\"Family\"/>\n"
19586 " <Property name=\"RightAxisLabelFontFile\" function=\"File\"/>\n"
19587 " <Property name=\"RightAxisLabelBold\" function=\"Bold\" />\n"
19588 " <Property name=\"RightAxisLabelItalic\" function=\"Italics\"/>\n"
19589 " <Property name=\"RightAxisLabelFontSize\" function=\"Size\" />\n"
19590 " </PropertyGroup>\n"
19591 " <!-- top axis -->\n"
19592 " <PropertyGroup label=\"Top Axis\">\n"
19593 " <Property name=\"TopAxisTitle\"/>\n"
19594 " <Property name=\"ShowTopAxisGrid\"/>\n"
19595 " <Property name=\"TopAxisGridColor\"/>\n"
19596 " <Property name=\"TopAxisColor\"/>\n"
19597 " </PropertyGroup>\n"
19598 " <PropertyGroup label=\"Top Axis Title Properties\"\n"
19599 " panel_widget=\"FontEditor\"\n"
19600 " panel_visibility=\"advanced\">\n"
19601 " <Property name=\"TopAxisTitleColor\" function=\"Color\"/>\n"
19602 " <Property name=\"TopAxisTitleFontFamily\" function=\"Family\"/>\n"
19603 " <Property name=\"TopAxisTitleFontFile\" function=\"File\"/>\n"
19604 " <Property name=\"TopAxisTitleBold\" function=\"Bold\" />\n"
19605 " <Property name=\"TopAxisTitleItalic\" function=\"Italics\"/>\n"
19606 " <Property name=\"TopAxisTitleFontSize\" function=\"Size\" />\n"
19607 " </PropertyGroup>\n"
19608 " <PropertyGroup label=\"Top Axis Range\">\n"
19609 " <Property name=\"TopAxisLogScale\"/>\n"
19610 " <Property name=\"TopAxisUseCustomRange\"/>\n"
19611 " <Property name=\"TopAxisRangeMinimum\"/>\n"
19612 " <Property name=\"TopAxisRangeMaximum\"/>\n"
19613 " </PropertyGroup>\n"
19614 " <PropertyGroup label=\"Top Axis Labels\">\n"
19615 " <Property name=\"ShowTopAxisLabels\"/>\n"
19616 " <Property name=\"TopAxisLabelNotation\"/>\n"
19617 " <Property name=\"TopAxisLabelPrecision\"/>\n"
19618 " <Property name=\"TopAxisUseCustomLabels\"/>\n"
19619 " <Property name=\"TopAxisLabels\"/>\n"
19620 " </PropertyGroup>\n"
19621 " <PropertyGroup label=\"Top Axis Label Properties\"\n"
19622 " panel_widget=\"FontEditor\"\n"
19623 " panel_visibility=\"advanced\">\n"
19624 " <Property name=\"TopAxisLabelColor\" function=\"Color\"/>\n"
19625 " <Property name=\"TopAxisLabelFontFamily\" function=\"Family\"/>\n"
19626 " <Property name=\"TopAxisLabelFontFile\" function=\"File\"/>\n"
19627 " <Property name=\"TopAxisLabelBold\" function=\"Bold\" />\n"
19628 " <Property name=\"TopAxisLabelItalic\" function=\"Italics\"/>\n"
19629 " <Property name=\"TopAxisLabelFontSize\" function=\"Size\" />\n"
19630 " </PropertyGroup>\n"
19631 " </ExposedProperties>\n"
19632 " <!-- End of \"RootView\" subproxy -->\n"
19633 " </SubProxy>\n"
19634 " <!-- End of ComparativeXYChartView -->\n"
19635 " </ComparativeViewProxy>\n"
19636 " <!-- ================================================================== -->\n"
19637 " <ComparativeViewProxy base_proxygroup=\"internal_views\"\n"
19638 " base_proxyname=\"ComparativeViewBase\"\n"
19639 " class=\"vtkPVComparativeView\"\n"
19640 " name=\"ComparativeXYBarChartView\"\n"
19641 " label=\"Bar Chart View (Comparative)\">\n"
19642 " <Documentation>The is comparative view comprising of individual\n"
19643 " \"XYBarChartView\" proxies for each panel in the comparative view\n"
19644 " grid.</Documentation>\n"
19645 "\n"
19646 " <SubProxy>\n"
19647 " <Proxy name=\"RootView\"\n"
19648 " proxygroup=\"views\"\n"
19649 " proxyname=\"XYBarChartView\"></Proxy>\n"
19650 " <ExposedProperties>\n"
19651 " <Property name=\"PPI\" />\n"
19652 " <PropertyGroup label=\"Title\">\n"
19653 " <Property name=\"ChartTitle\"/>\n"
19654 " <Property name=\"ChartTitleAlignment\"/>\n"
19655 " </PropertyGroup>\n"
19656 " <PropertyGroup label=\"Chart Title Properties\"\n"
19657 " panel_widget=\"FontEditor\"\n"
19658 " panel_visibility=\"advanced\">\n"
19659 " <Property name=\"ChartTitleColor\" function=\"Color\"/>\n"
19660 " <Property name=\"ChartTitleFontFamily\" function=\"Family\"/>\n"
19661 " <Property name=\"ChartTitleFontFile\" function=\"File\"/>\n"
19662 " <Property name=\"ChartTitleBold\" function=\"Bold\" />\n"
19663 " <Property name=\"ChartTitleItalic\" function=\"Italics\"/>\n"
19664 " <Property name=\"ChartTitleFontSize\" function=\"Size\" />\n"
19665 " </PropertyGroup>\n"
19666 " <PropertyGroup label=\"Legend\">\n"
19667 " <Property name=\"ShowLegend\"/>\n"
19668 " <Property name=\"LegendLocation\"/>\n"
19669 " <Property name=\"LegendPosition\"/>\n"
19670 " <Property name=\"LegendSymbolWidth\"/>\n"
19671 " </PropertyGroup>\n"
19672 " <PropertyGroup label=\"Legend Properties\"\n"
19673 " panel_widget=\"FontEditor\"\n"
19674 " panel_visibility=\"advanced\">\n"
19675 " <Property name=\"LegendFontFamily\" function=\"Family\"/>\n"
19676 " <Property name=\"LegendFontFile\" function=\"File\"/>\n"
19677 " <Property name=\"LegendBold\" function=\"Bold\"/>\n"
19678 " <Property name=\"LegendItalic\" function=\"Italics\"/>\n"
19679 " <Property name=\"LegendFontSize\" function=\"Size\"/>\n"
19680 " </PropertyGroup>\n"
19681 " <PropertyGroup label=\"Tooltip\"\n"
19682 " panel_visibility=\"advanced\">\n"
19683 " <Property name=\"TooltipNotation\"/>\n"
19684 " <Property name=\"TooltipPrecision\"/>\n"
19685 " </PropertyGroup>\n"
19686 "\n"
19687 " <!-- left axis -->\n"
19688 " <PropertyGroup label=\"Left Axis\">\n"
19689 " <Property name=\"LeftAxisTitle\"/>\n"
19690 " <Property name=\"ShowLeftAxisGrid\"/>\n"
19691 " <Property name=\"LeftAxisGridColor\"/>\n"
19692 " <Property name=\"LeftAxisColor\"/>\n"
19693 " </PropertyGroup>\n"
19694 "\n"
19695 " <PropertyGroup label=\"Left Axis Title Properties\"\n"
19696 " panel_widget=\"FontEditor\"\n"
19697 " panel_visibility=\"advanced\">\n"
19698 " <Property name=\"LeftAxisTitleColor\" function=\"Color\"/>\n"
19699 " <Property name=\"LeftAxisTitleFontFamily\" function=\"Family\"/>\n"
19700 " <Property name=\"LeftAxisTitleFontFile\" function=\"File\"/>\n"
19701 " <Property name=\"LeftAxisTitleBold\" function=\"Bold\" />\n"
19702 " <Property name=\"LeftAxisTitleItalic\" function=\"Italics\"/>\n"
19703 " <Property name=\"LeftAxisTitleFontSize\" function=\"Size\" />\n"
19704 " </PropertyGroup>\n"
19705 "\n"
19706 " <PropertyGroup label=\"Left Axis Range\">\n"
19707 " <Property name=\"LeftAxisLogScale\"/>\n"
19708 " <Property name=\"LeftAxisUseCustomRange\"/>\n"
19709 " <Property name=\"LeftAxisRangeMinimum\"/>\n"
19710 " <Property name=\"LeftAxisRangeMaximum\"/>\n"
19711 " </PropertyGroup>\n"
19712 "\n"
19713 " <PropertyGroup label=\"Left Axis Labels\">\n"
19714 " <Property name=\"ShowLeftAxisLabels\"/>\n"
19715 " <Property name=\"LeftAxisLabelNotation\"/>\n"
19716 " <Property name=\"LeftAxisLabelPrecision\"/>\n"
19717 " <Property name=\"LeftAxisUseCustomLabels\"/>\n"
19718 " <Property name=\"LeftAxisLabels\"/>\n"
19719 " </PropertyGroup>\n"
19720 "\n"
19721 " <PropertyGroup label=\"Left Axis Label Properties\"\n"
19722 " panel_widget=\"FontEditor\"\n"
19723 " panel_visibility=\"advanced\">\n"
19724 " <Property name=\"LeftAxisLabelColor\" function=\"Color\"/>\n"
19725 " <Property name=\"LeftAxisLabelFontFamily\" function=\"Family\"/>\n"
19726 " <Property name=\"LeftAxisLabelFontFile\" function=\"File\"/>\n"
19727 " <Property name=\"LeftAxisLabelBold\" function=\"Bold\" />\n"
19728 " <Property name=\"LeftAxisLabelItalic\" function=\"Italics\"/>\n"
19729 " <Property name=\"LeftAxisLabelFontSize\" function=\"Size\" />\n"
19730 " </PropertyGroup>\n"
19731 " <!-- bottom axis -->\n"
19732 " <PropertyGroup label=\"Bottom Axis\">\n"
19733 " <Property name=\"BottomAxisTitle\"/>\n"
19734 " <Property name=\"ShowBottomAxisGrid\"/>\n"
19735 " <Property name=\"BottomAxisGridColor\"/>\n"
19736 " <Property name=\"BottomAxisColor\"/>\n"
19737 " </PropertyGroup>\n"
19738 "\n"
19739 " <PropertyGroup label=\"Bottom Axis Title Properties\"\n"
19740 " panel_widget=\"FontEditor\"\n"
19741 " panel_visibility=\"advanced\">\n"
19742 " <Property name=\"BottomAxisTitleColor\" function=\"Color\"/>\n"
19743 " <Property name=\"BottomAxisTitleFontFamily\" function=\"Family\"/>\n"
19744 " <Property name=\"BottomAxisTitleFontFile\" function=\"File\"/>\n"
19745 " <Property name=\"BottomAxisTitleBold\" function=\"Bold\" />\n"
19746 " <Property name=\"BottomAxisTitleItalic\" function=\"Italics\"/>\n"
19747 " <Property name=\"BottomAxisTitleFontSize\" function=\"Size\" />\n"
19748 " </PropertyGroup>\n"
19749 "\n"
19750 " <PropertyGroup label=\"Bottom Axis Range\">\n"
19751 " <Property name=\"BottomAxisLogScale\"/>\n"
19752 " <Property name=\"BottomAxisUseCustomRange\"/>\n"
19753 " <Property name=\"BottomAxisRangeMinimum\"/>\n"
19754 " <Property name=\"BottomAxisRangeMaximum\"/>\n"
19755 " </PropertyGroup>\n"
19756 "\n"
19757 " <PropertyGroup label=\"Bottom Axis Labels\">\n"
19758 " <Property name=\"ShowBottomAxisLabels\"/>\n"
19759 " <Property name=\"BottomAxisLabelNotation\"/>\n"
19760 " <Property name=\"BottomAxisLabelPrecision\"/>\n"
19761 " <Property name=\"BottomAxisUseCustomLabels\"/>\n"
19762 " <Property name=\"BottomAxisLabels\"/>\n"
19763 " </PropertyGroup>\n"
19764 "\n"
19765 " <PropertyGroup label=\"Bottom Axis Label Properties\"\n"
19766 " panel_widget=\"FontEditor\"\n"
19767 " panel_visibility=\"advanced\">\n"
19768 " <Property name=\"BottomAxisLabelColor\" function=\"Color\"/>\n"
19769 " <Property name=\"BottomAxisLabelFontFamily\" function=\"Family\"/>\n"
19770 " <Property name=\"BottomAxisLabelFontFile\" function=\"File\"/>\n"
19771 " <Property name=\"BottomAxisLabelBold\" function=\"Bold\" />\n"
19772 " <Property name=\"BottomAxisLabelItalic\" function=\"Italics\"/>\n"
19773 " <Property name=\"BottomAxisLabelFontSize\" function=\"Size\" />\n"
19774 " </PropertyGroup>\n"
19775 " </ExposedProperties>\n"
19776 " </SubProxy>\n"
19777 "\n"
19778 " <!-- End of ComparativeXYBarChartView -->\n"
19779 " </ComparativeViewProxy>\n"
19780 " <!-- ================================================================== -->\n"
19781 " <MultiSliceViewProxy name=\"MultiSlice\" class=\"vtkPVMultiSliceView\"\n"
19782 " processes=\"client|renderserver|dataserver\"\n"
19783 " base_proxygroup=\"views\" base_proxyname=\"RenderView\"\n"
19784 " label=\"Slice View\">\n"
19785 " <DoubleVectorProperty name=\"XSlicesValues\"\n"
19786 " set_number_command=\"SetNumberOfXSlices\"\n"
19787 " command=\"SetXSlices\"\n"
19788 " argument_is_array=\"1\"\n"
19789 " panel_visibility=\"never\">\n"
19790 " </DoubleVectorProperty>\n"
19791 " <DoubleVectorProperty name=\"YSlicesValues\"\n"
19792 " set_number_command=\"SetNumberOfYSlices\"\n"
19793 " command=\"SetYSlices\"\n"
19794 " argument_is_array=\"1\"\n"
19795 " panel_visibility=\"never\">\n"
19796 " </DoubleVectorProperty>\n"
19797 " <DoubleVectorProperty name=\"ZSlicesValues\"\n"
19798 " set_number_command=\"SetNumberOfZSlices\"\n"
19799 " command=\"SetZSlices\"\n"
19800 " argument_is_array=\"1\"\n"
19801 " panel_visibility=\"never\">\n"
19802 " </DoubleVectorProperty>\n"
19803 " <StringVectorProperty name=\"XTitle\"\n"
19804 " number_of_elements=\"1\"\n"
19805 " default_values=\"X\"\n"
19806 " panel_visibility=\"never\" />\n"
19807 " <StringVectorProperty name=\"YTitle\"\n"
19808 " number_of_elements=\"1\"\n"
19809 " default_values=\"Y\"\n"
19810 " panel_visibility=\"never\" />\n"
19811 " <StringVectorProperty name=\"ZTitle\"\n"
19812 " number_of_elements=\"1\"\n"
19813 " default_values=\"Z\"\n"
19814 ;
19815 
19816 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
19818 " panel_visibility=\"never\" />\n"
19819 " </MultiSliceViewProxy>\n"
19820 "\n"
19821 " <!-- ================================================================== -->\n"
19822 " </ProxyGroup>\n"
19823 "\n"
19824 " <!-- ==================================================================== -->\n"
19825 " <ProxyGroup name=\"internal_representations\">\n"
19826 " <!-- group for representations not meant to be used directly, but that\n"
19827 " should be created in a vtkPVCompositeRepresentation. Helps us keep the\n"
19828 " properties manageable, since we don't need to expose too many properties\n"
19829 " from these. Only public API properties need to be defined for these proxies\n"
19830 " (along with \"Input\" and \"Representation\", if applicable).\n"
19831 " -->\n"
19832 "\n"
19833 " <!-- ================================================================== -->\n"
19834 " <RepresentationProxy class=\"vtkAMROutlineRepresentation\"\n"
19835 " name=\"AMROutlineRepresentation\"\n"
19836 " processes=\"client|renderserver|dataserver\">\n"
19837 " <Documentation>Representation for showing an outline for AMR\n"
19838 " dataset that is streaming capable.</Documentation>\n"
19839 "\n"
19840 " <InputProperty command=\"SetInputConnection\"\n"
19841 " name=\"Input\">\n"
19842 " <DataTypeDomain name=\"input_type\">\n"
19843 " <DataType value=\"vtkOverlappingAMR\" />\n"
19844 " </DataTypeDomain>\n"
19845 " <Documentation>Set the input to the representation.</Documentation>\n"
19846 " </InputProperty>\n"
19847 "\n"
19848 " <DoubleVectorProperty command=\"SetPosition\"\n"
19849 " default_values=\"0 0 0\"\n"
19850 " name=\"Position\"\n"
19851 " number_of_elements=\"3\">\n"
19852 " <DoubleRangeDomain name=\"range\" />\n"
19853 " </DoubleVectorProperty>\n"
19854 " <DoubleVectorProperty command=\"SetScale\"\n"
19855 " default_values=\"1 1 1\"\n"
19856 " name=\"Scale\"\n"
19857 " number_of_elements=\"3\">\n"
19858 " <DoubleRangeDomain name=\"range\" />\n"
19859 " </DoubleVectorProperty>\n"
19860 " <DoubleVectorProperty command=\"SetOrientation\"\n"
19861 " default_values=\"0 0 0\"\n"
19862 " name=\"Orientation\"\n"
19863 " number_of_elements=\"3\">\n"
19864 " <DoubleRangeDomain name=\"range\" />\n"
19865 " </DoubleVectorProperty>\n"
19866 " <DoubleVectorProperty command=\"SetOrigin\"\n"
19867 " default_values=\"0 0 0\"\n"
19868 " name=\"Origin\"\n"
19869 " number_of_elements=\"3\">\n"
19870 " <DoubleRangeDomain name=\"range\" />\n"
19871 " </DoubleVectorProperty>\n"
19872 " <IntVectorProperty command=\"SetPickable\"\n"
19873 " default_values=\"1\"\n"
19874 " name=\"Pickable\"\n"
19875 " number_of_elements=\"1\">\n"
19876 " <BooleanDomain name=\"bool\" />\n"
19877 " </IntVectorProperty>\n"
19878 " <DoubleVectorProperty argument_is_array=\"1\"\n"
19879 " command=\"SetUserTransform\"\n"
19880 " default_values=\"1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1\"\n"
19881 " name=\"UserTransform\"\n"
19882 " number_of_elements=\"16\">\n"
19883 " <Documentation>\n"
19884 " In addition to the instance variables such as position and\n"
19885 " orientation, you can add an additional transformation for your own\n"
19886 " use. This transformation is concatenated with the actor's internal\n"
19887 " transformation, which you implicitly create through the use of\n"
19888 " Position, Origin, Orientation. The value is 4x4 matrix for the linear\n"
19889 " transform to use.\n"
19890 " </Documentation>\n"
19891 " </DoubleVectorProperty>\n"
19892 " <DoubleVectorProperty command=\"SetAmbient\"\n"
19893 " default_values=\"0.0\"\n"
19894 " name=\"Ambient\"\n"
19895 " number_of_elements=\"1\">\n"
19896 " <DoubleRangeDomain max=\"1\"\n"
19897 " min=\"0\"\n"
19898 " name=\"range\" />\n"
19899 " </DoubleVectorProperty>\n"
19900 " <DoubleVectorProperty command=\"SetDiffuse\"\n"
19901 " default_values=\"1.0\"\n"
19902 " name=\"Diffuse\"\n"
19903 " number_of_elements=\"1\">\n"
19904 " <DoubleRangeDomain max=\"1\"\n"
19905 " min=\"0\"\n"
19906 " name=\"range\" />\n"
19907 " </DoubleVectorProperty>\n"
19908 " <DoubleVectorProperty command=\"SetSpecular\"\n"
19909 " default_values=\"0.0\"\n"
19910 " name=\"Specular\"\n"
19911 " number_of_elements=\"1\">\n"
19912 " <DoubleRangeDomain max=\"1\"\n"
19913 " min=\"0\"\n"
19914 " name=\"range\" />\n"
19915 " </DoubleVectorProperty>\n"
19916 " <DoubleVectorProperty command=\"SetSpecularPower\"\n"
19917 " default_values=\"100.0\"\n"
19918 " name=\"SpecularPower\"\n"
19919 " number_of_elements=\"1\">\n"
19920 " <DoubleRangeDomain max=\"100\"\n"
19921 " min=\"0\"\n"
19922 " name=\"range\" />\n"
19923 " </DoubleVectorProperty>\n"
19924 " <DoubleVectorProperty command=\"SetAmbientColor\"\n"
19925 " default_values=\"1.0 1.0 1.0\"\n"
19926 " name=\"AmbientColor\"\n"
19927 " number_of_elements=\"3\">\n"
19928 " <DoubleRangeDomain max=\"1 1 1\"\n"
19929 " min=\"0 0 0\"\n"
19930 " name=\"range\" />\n"
19931 " <Hints>\n"
19932 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"ForegroundColor\" unlink_if_modified=\"1\" />\n"
19933 " </Hints>\n"
19934 " </DoubleVectorProperty>\n"
19935 " <DoubleVectorProperty command=\"SetDiffuseColor\"\n"
19936 " default_values=\"1.0 1.0 1.0\"\n"
19937 " name=\"DiffuseColor\"\n"
19938 " number_of_elements=\"3\"\n"
19939 " panel_widget=\"color_selector_with_palette\">\n"
19940 " <DoubleRangeDomain max=\"1 1 1\"\n"
19941 " min=\"0 0 0\"\n"
19942 " name=\"range\" />\n"
19943 " <Hints>\n"
19944 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"SurfaceColor\" unlink_if_modified=\"1\" />\n"
19945 " </Hints>\n"
19946 " </DoubleVectorProperty>\n"
19947 " <DoubleVectorProperty command=\"SetSpecularColor\"\n"
19948 " default_values=\"1.0 1.0 1.0\"\n"
19949 " name=\"SpecularColor\"\n"
19950 " number_of_elements=\"3\">\n"
19951 " <DoubleRangeDomain max=\"1 1 1\"\n"
19952 " min=\"0 0 0\"\n"
19953 " name=\"range\" />\n"
19954 " </DoubleVectorProperty>\n"
19955 " <DoubleVectorProperty command=\"SetLineWidth\"\n"
19956 " default_values=\"1.0\"\n"
19957 " name=\"LineWidth\"\n"
19958 " number_of_elements=\"1\">\n"
19959 " <DoubleRangeDomain min=\"0\"\n"
19960 " name=\"range\" />\n"
19961 " </DoubleVectorProperty>\n"
19962 " <DoubleVectorProperty command=\"SetOpacity\"\n"
19963 " default_values=\"1.0\"\n"
19964 " name=\"Opacity\"\n"
19965 " number_of_elements=\"1\">\n"
19966 " <DoubleRangeDomain max=\"1\"\n"
19967 " min=\"0\"\n"
19968 " name=\"range\" />\n"
19969 " </DoubleVectorProperty>\n"
19970 " <DoubleVectorProperty command=\"SetLuminosity\"\n"
19971 " default_values=\"0.0\"\n"
19972 " name=\"Luminosity\"\n"
19973 " number_of_elements=\"1\">\n"
19974 " <DoubleRangeDomain max=\"100.0\"\n"
19975 " min=\"0\"\n"
19976 " name=\"range\" />\n"
19977 " <Documentation>Makes the object emit light.\n"
19978 " Only takes effect with OSPRay's path traced renderer.\n"
19979 " </Documentation>\n"
19980 " <Hints>\n"
19981 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
19982 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
19983 " mode=\"visibility\"\n"
19984 " property=\"EnableOSPRay\"\n"
19985 " values=\"1\" />\n"
19986 " </Hints>\n"
19987 " </DoubleVectorProperty>\n"
19988 " <IntVectorProperty command=\"SetRenderLinesAsTubes\"\n"
19989 " default_values=\"0\"\n"
19990 " name=\"RenderLinesAsTubes\"\n"
19991 " number_of_elements=\"1\">\n"
19992 " <BooleanDomain name=\"bool\" />\n"
19993 " <Documentation>\n"
19994 " When set, all lines are rendered as 3D tubes, if supported by OpenGL driver.\n"
19995 " </Documentation>\n"
19996 " </IntVectorProperty>\n"
19997 " <!-- end of AMROutlineRepresentation -->\n"
19998 " </RepresentationProxy>\n"
19999 "\n"
20000 " <!-- ================================================================== -->\n"
20001 " <RepresentationProxy class=\"vtkAMRStreamingVolumeRepresentation\"\n"
20002 " name=\"AMRVolumeRepresentation\"\n"
20003 " processes=\"client|renderserver|dataserver\">\n"
20004 " <Documentation>\n"
20005 " Representation for rendering Overlapping AMR as volume.\n"
20006 " </Documentation>\n"
20007 " <InputProperty command=\"SetInputConnection\"\n"
20008 " name=\"Input\">\n"
20009 " <DataTypeDomain name=\"input_type\">\n"
20010 " <DataType value=\"vtkOverlappingAMR\" />\n"
20011 " </DataTypeDomain>\n"
20012 " <InputArrayDomain attribute_type=\"any\"\n"
20013 " name=\"input_array_any\">\n"
20014 " </InputArrayDomain>\n"
20015 " <Documentation>Set the input to the representation.</Documentation>\n"
20016 " </InputProperty>\n"
20017 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
20018 " element_types=\"0 0 0 0 2\"\n"
20019 " name=\"ColorArrayName\"\n"
20020 " no_custom_default=\"1\"\n"
20021 " number_of_elements=\"5\">\n"
20022 " <Documentation>\n"
20023 " Set the array to color with. One must specify the field association and\n"
20024 " the array name of the array. If the array is missing, scalar coloring will\n"
20025 " automatically be disabled.\n"
20026 " </Documentation>\n"
20027 " <RepresentedArrayListDomain name=\"array_list\"\n"
20028 " input_domain_name=\"input_array_any\">\n"
20029 " <RequiredProperties>\n"
20030 " <Property function=\"Input\" name=\"Input\" />\n"
20031 " </RequiredProperties>\n"
20032 " </RepresentedArrayListDomain>\n"
20033 " </StringVectorProperty>\n"
20034 " <DoubleVectorProperty command=\"SetPosition\"\n"
20035 " default_values=\"0 0 0\"\n"
20036 " name=\"Position\"\n"
20037 " number_of_elements=\"3\">\n"
20038 " <DoubleRangeDomain name=\"range\" />\n"
20039 " </DoubleVectorProperty>\n"
20040 " <DoubleVectorProperty command=\"SetScale\"\n"
20041 " default_values=\"1 1 1\"\n"
20042 " name=\"Scale\"\n"
20043 " number_of_elements=\"3\">\n"
20044 " <DoubleRangeDomain name=\"range\" />\n"
20045 " </DoubleVectorProperty>\n"
20046 " <DoubleVectorProperty command=\"SetOrientation\"\n"
20047 " default_values=\"0 0 0\"\n"
20048 " name=\"Orientation\"\n"
20049 " number_of_elements=\"3\">\n"
20050 " <DoubleRangeDomain name=\"range\" />\n"
20051 " </DoubleVectorProperty>\n"
20052 " <DoubleVectorProperty command=\"SetOrigin\"\n"
20053 " default_values=\"0 0 0\"\n"
20054 " name=\"Origin\"\n"
20055 " number_of_elements=\"3\">\n"
20056 " <DoubleRangeDomain name=\"range\" />\n"
20057 " </DoubleVectorProperty>\n"
20058 " <IntVectorProperty command=\"SetPickable\"\n"
20059 " default_values=\"1\"\n"
20060 " name=\"Pickable\"\n"
20061 " number_of_elements=\"1\">\n"
20062 " <BooleanDomain name=\"bool\" />\n"
20063 " </IntVectorProperty>\n"
20064 " <IntVectorProperty command=\"SetInterpolationType\"\n"
20065 " default_values=\"2\"\n"
20066 " name=\"InterpolationType\"\n"
20067 " number_of_elements=\"1\">\n"
20068 " <EnumerationDomain name=\"enum\">\n"
20069 " <Entry text=\"Nearest\"\n"
20070 " value=\"0\" />\n"
20071 " <Entry text=\"Linear\"\n"
20072 " value=\"1\" />\n"
20073 " <Entry text=\"Cubic\"\n"
20074 " value=\"2\" />\n"
20075 " </EnumerationDomain>\n"
20076 " </IntVectorProperty>\n"
20077 " <ProxyProperty command=\"SetColor\"\n"
20078 " name=\"LookupTable\" >\n"
20079 " <ProxyGroupDomain name=\"groups\">\n"
20080 " <Group name=\"transfer_functions\" />\n"
20081 " </ProxyGroupDomain>\n"
20082 " </ProxyProperty>\n"
20083 " <DoubleVectorProperty command=\"SetAmbient\"\n"
20084 " default_values=\"0.0\"\n"
20085 " name=\"Ambient\"\n"
20086 " number_of_elements=\"1\">\n"
20087 " <DoubleRangeDomain max=\"1\"\n"
20088 " min=\"0\"\n"
20089 " name=\"range\" />\n"
20090 " </DoubleVectorProperty>\n"
20091 " <DoubleVectorProperty command=\"SetDiffuse\"\n"
20092 " default_values=\"1.0\"\n"
20093 " name=\"Diffuse\"\n"
20094 " number_of_elements=\"1\">\n"
20095 " <DoubleRangeDomain max=\"1\"\n"
20096 " min=\"0\"\n"
20097 " name=\"range\" />\n"
20098 " </DoubleVectorProperty>\n"
20099 " <DoubleVectorProperty command=\"SetSpecular\"\n"
20100 " default_values=\"0.0\"\n"
20101 " name=\"Specular\"\n"
20102 " number_of_elements=\"1\">\n"
20103 " <DoubleRangeDomain max=\"1\"\n"
20104 " min=\"0\"\n"
20105 " name=\"range\" />\n"
20106 " </DoubleVectorProperty>\n"
20107 " <DoubleVectorProperty command=\"SetSpecularPower\"\n"
20108 " default_values=\"100.0\"\n"
20109 " name=\"SpecularPower\"\n"
20110 " number_of_elements=\"1\">\n"
20111 " <DoubleRangeDomain max=\"100\"\n"
20112 " min=\"0\"\n"
20113 " name=\"range\" />\n"
20114 " </DoubleVectorProperty>\n"
20115 " <IntVectorProperty command=\"SetShade\"\n"
20116 " default_values=\"0\"\n"
20117 " name=\"Shade\"\n"
20118 " number_of_elements=\"1\">\n"
20119 " <BooleanDomain name=\"bool\" />\n"
20120 " <Documentation>Enable/Disable shading.</Documentation>\n"
20121 " </IntVectorProperty>\n"
20122 " <IntVectorProperty command=\"SetNumberOfSamples\"\n"
20123 " default_values=\"64 128 64\"\n"
20124 " name=\"NumberOfSamples\"\n"
20125 " number_of_elements=\"3\">\n"
20126 " <Documentation>\n"
20127 " Set the number of samples used to create an uniform grid\n"
20128 " from the AMR.\n"
20129 " </Documentation>\n"
20130 " <IntRangeDomain name=\"range\" />\n"
20131 " </IntVectorProperty>\n"
20132 " <ProxyProperty command=\"SetScalarOpacity\"\n"
20133 " name=\"ScalarOpacityFunction\" >\n"
20134 " <ProxyGroupDomain name=\"groups\">\n"
20135 " <Group name=\"piecewise_functions\" />\n"
20136 " </ProxyGroupDomain>\n"
20137 " </ProxyProperty>\n"
20138 " <IntVectorProperty command=\"SetRequestedRenderMode\"\n"
20139 " default_values=\"0\"\n"
20140 ;
20141 
20142 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
20144 " name=\"VolumeRenderingMode\"\n"
20145 " number_of_elements=\"1\">\n"
20146 " <EnumerationDomain name=\"enum\">\n"
20147 " <Entry text=\"Smart\"\n"
20148 " value=\"0\" />\n"
20149 " <Entry text=\"Ray Cast Only\"\n"
20150 " value=\"2\" />\n"
20151 " <Entry text=\"GPU Based\"\n"
20152 " value=\"4\" />\n"
20153 " </EnumerationDomain>\n"
20154 " </IntVectorProperty>\n"
20155 "\n"
20156 " <IntVectorProperty command=\"SetResamplingMode\"\n"
20157 " default_values=\"0\"\n"
20158 " name=\"ResamplingMode\"\n"
20159 " number_of_elements=\"1\"\n"
20160 " panel_visibility=\"default\" >\n"
20161 " <EnumerationDomain name=\"enum\">\n"
20162 " <Entry text=\"Over Data Bounds\" value=\"0\" />\n"
20163 " <Entry text=\"Using View Frustum\" value=\"1\" />\n"
20164 " </EnumerationDomain>\n"
20165 " </IntVectorProperty>\n"
20166 "\n"
20167 " <IntVectorProperty command=\"SetStreamingRequestSize\"\n"
20168 " default_values=\"10\"\n"
20169 " name=\"StreamingRequestSize\"\n"
20170 " number_of_elements=\"1\"\n"
20171 " panel_visibility=\"default\">\n"
20172 " <IntRangeDomain name=\"range\" min=\"1\" max=\"10000\" />\n"
20173 " <Documentation>\n"
20174 " Set the number of blocks to request at a given time on a single\n"
20175 " process when streaming.\n"
20176 " </Documentation>\n"
20177 " </IntVectorProperty>\n"
20178 "\n"
20179 " <DoubleVectorProperty command=\"SetScalarOpacityUnitDistance\"\n"
20180 " default_values=\"1\"\n"
20181 " name=\"ScalarOpacityUnitDistance\"\n"
20182 " number_of_elements=\"1\">\n"
20183 " <BoundsDomain mode=\"approximate_cell_length\"\n"
20184 " name=\"bounds\" >\n"
20185 " <RequiredProperties>\n"
20186 " <Property function=\"Input\"\n"
20187 " name=\"Input\" />\n"
20188 " </RequiredProperties>\n"
20189 " </BoundsDomain>\n"
20190 " </DoubleVectorProperty>\n"
20191 " <!-- end of AMRVolumeRepresentation -->\n"
20192 " </RepresentationProxy>\n"
20193 "\n"
20194 " <!-- ================================================================== -->\n"
20195 " <RepresentationProxy class=\"vtkGeometryRepresentation\"\n"
20196 " name=\"SurfaceRepresentationBase\"\n"
20197 " processes=\"client|renderserver|dataserver\">\n"
20198 " <Documentation>Representation to show any dataset in a 3D render\n"
20199 " view.</Documentation>\n"
20200 " <IntVectorProperty command=\"SetVisibility\"\n"
20201 " default_values=\"1\"\n"
20202 " name=\"Visibility\"\n"
20203 " number_of_elements=\"1\">\n"
20204 " <BooleanDomain name=\"bool\" />\n"
20205 " <Documentation>Get/Set the visibility of the\n"
20206 " representation.</Documentation>\n"
20207 " </IntVectorProperty>\n"
20208 " <IntVectorProperty command=\"SetForceUseCache\"\n"
20209 " default_values=\"0\"\n"
20210 " is_internal=\"1\"\n"
20211 " name=\"ForceUseCache\"\n"
20212 " number_of_elements=\"1\">\n"
20213 " <BooleanDomain name=\"bool\" />\n"
20214 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
20215 " and representations cache based on what the view tells it. However in\n"
20216 " some cases we may want to force a representation to cache irrespective\n"
20217 " of the view (e.g. comparative views). In which case these ivars can up\n"
20218 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
20219 " Instead, ForcedCacheKey is used.</Documentation>\n"
20220 " </IntVectorProperty>\n"
20221 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
20222 " default_values=\"none\"\n"
20223 " is_internal=\"1\"\n"
20224 " name=\"ForcedCacheKey\"\n"
20225 " number_of_elements=\"1\">\n"
20226 " <DoubleRangeDomain name=\"range\" />\n"
20227 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
20228 " and representations cache based on what the view tells it. However in\n"
20229 " some cases we may want to force a representation to cache irrespective\n"
20230 " of the view (e.g. comparative views). In which case these ivars can up\n"
20231 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
20232 " Instead, ForcedCacheKey is used.</Documentation>\n"
20233 " </DoubleVectorProperty>\n"
20234 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
20235 " element_types=\"0 0 0 0 2\"\n"
20236 " name=\"ColorArrayName\"\n"
20237 " no_custom_default=\"1\"\n"
20238 " number_of_elements=\"5\">\n"
20239 " <Documentation>\n"
20240 " Set the array to color with. One must specify the field association and\n"
20241 " the array name of the array. If the array is missing, scalar coloring will\n"
20242 " automatically be disabled.\n"
20243 " </Documentation>\n"
20244 " <RepresentedArrayListDomain name=\"array_list\"\n"
20245 " input_domain_name=\"input_array_any\">>\n"
20246 " <RequiredProperties>\n"
20247 " <Property function=\"Input\" name=\"Input\" />\n"
20248 " </RequiredProperties>\n"
20249 " </RepresentedArrayListDomain>\n"
20250 " </StringVectorProperty>\n"
20251 " <StringVectorProperty command=\"SetRepresentation\"\n"
20252 " default_values=\"Surface\"\n"
20253 " name=\"Representation\"\n"
20254 " panel_widget=\"display_representation_selector\"\n"
20255 " number_of_elements=\"1\">\n"
20256 " <StringListDomain name=\"string_list\">\n"
20257 " <String value=\"Points\" />\n"
20258 " <String value=\"Wireframe\" />\n"
20259 " <String value=\"Surface\" />\n"
20260 " <String value=\"Surface With Edges\" />\n"
20261 " </StringListDomain>\n"
20262 " </StringVectorProperty>\n"
20263 " <IntVectorProperty command=\"SetCoordinateShiftScaleMethod\"\n"
20264 " default_values=\"2\"\n"
20265 " name=\"CoordinateShiftScaleMethod\"\n"
20266 " number_of_elements=\"1\">\n"
20267 " <Documentation>Options for normalizing the point coordinates.\n"
20268 " The points are sent to the GPU as float data which can result in resolution issues\n"
20269 " due to the limited precision of float. VTK includes a variety of methods to normalize\n"
20270 " the point coordinates prior to sending them to the GPU. Auto shift scale is a good\n"
20271 " setting that should work for most datasets. Focal point shift scale works based\n"
20272 " on the current camera viewpoint which makes it the most robust setting but it\n"
20273 " will renormalize the data occasionally as the camera's settings change which\n"
20274 " requires reuploading the data to the GPU so there may be a performance cost.\n"
20275 " </Documentation>\n"
20276 " <EnumerationDomain name=\"enum\">\n"
20277 " <Entry text=\"Disable\"\n"
20278 " value=\"0\" />\n"
20279 " <Entry text=\"Auto Shift Scale\"\n"
20280 " value=\"1\" />\n"
20281 " <Entry text=\"Always Auto Shift Scale\"\n"
20282 " value=\"2\" />\n"
20283 " <Entry text=\"Auto Shift Only\"\n"
20284 " value=\"4\" />\n"
20285 " <Entry text=\"Near Focal Plane Shift Scale\"\n"
20286 " value=\"5\" />\n"
20287 " <Entry text=\"Focal Point Shift Scale\"\n"
20288 " value=\"6\" />\n"
20289 " </EnumerationDomain>\n"
20290 " </IntVectorProperty>\n"
20291 " <StringVectorProperty command=\"SetTCoordArray\"\n"
20292 " default_values=\"\"\n"
20293 " label=\"Texture Coordinates\"\n"
20294 " name=\"SelectTCoordArray\"\n"
20295 " number_of_elements=\"1\">\n"
20296 " <Documentation>\n"
20297 " Set the texture coordinates array used for texture mapping.\n"
20298 " </Documentation>\n"
20299 " <RepresentedArrayListDomain attribute_type=\"TCoords\"\n"
20300 " input_domain_name=\"input_array_point_2\"\n"
20301 " data_type=\"VTK_FLOAT VTK_DOUBLE\"\n"
20302 " name=\"array_list\"\n"
20303 " none_string=\"None\">\n"
20304 " <RequiredProperties>\n"
20305 " <Property function=\"Input\"\n"
20306 " name=\"Input\" />\n"
20307 " </RequiredProperties>\n"
20308 " </RepresentedArrayListDomain>\n"
20309 " </StringVectorProperty>\n"
20310 " <StringVectorProperty command=\"SetNormalArray\"\n"
20311 " default_values=\"\"\n"
20312 " label=\"Normal Array\"\n"
20313 " name=\"SelectNormalArray\"\n"
20314 " number_of_elements=\"1\">\n"
20315 " <Documentation>\n"
20316 " Set the normal array used for smooth shading.\n"
20317 " </Documentation>\n"
20318 " <RepresentedArrayListDomain attribute_type=\"Normals\"\n"
20319 " input_domain_name=\"input_array_point_3\"\n"
20320 " data_type=\"VTK_FLOAT VTK_DOUBLE\"\n"
20321 " name=\"array_list\"\n"
20322 " none_string=\"None\">\n"
20323 " <RequiredProperties>\n"
20324 " <Property function=\"Input\"\n"
20325 " name=\"Input\" />\n"
20326 " </RequiredProperties>\n"
20327 " </RepresentedArrayListDomain>\n"
20328 " </StringVectorProperty>\n"
20329 " <StringVectorProperty command=\"SetTangentArray\"\n"
20330 " default_values=\"\"\n"
20331 " label=\"Tangent Array\"\n"
20332 " name=\"SelectTangentArray\"\n"
20333 " number_of_elements=\"1\">\n"
20334 " <Documentation>\n"
20335 " Set the tangent coordinates array used for normal mapping.\n"
20336 " </Documentation>\n"
20337 " <RepresentedArrayListDomain attribute_type=\"Tangents\"\n"
20338 " input_domain_name=\"input_array_point_3\"\n"
20339 " data_type=\"VTK_FLOAT VTK_DOUBLE\"\n"
20340 " name=\"array_list\"\n"
20341 " none_string=\"None\">\n"
20342 " <RequiredProperties>\n"
20343 " <Property function=\"Input\"\n"
20344 " name=\"Input\" />\n"
20345 " </RequiredProperties>\n"
20346 " </RepresentedArrayListDomain>\n"
20347 " </StringVectorProperty>\n"
20348 " <DoubleVectorProperty command=\"SetAmbient\"\n"
20349 " default_values=\"0.0\"\n"
20350 " name=\"Ambient\"\n"
20351 " number_of_elements=\"1\">\n"
20352 " <DoubleRangeDomain max=\"1\"\n"
20353 " min=\"0\"\n"
20354 " name=\"range\" />\n"
20355 " <Hints>\n"
20356 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20357 " mode=\"visibility\"\n"
20358 " property=\"Interpolation\"\n"
20359 " value=\"3\"\n"
20360 " inverse=\"1\" />\n"
20361 " </Hints>\n"
20362 " </DoubleVectorProperty>\n"
20363 " <DoubleVectorProperty command=\"SetDiffuse\"\n"
20364 " default_values=\"1.0\"\n"
20365 " name=\"Diffuse\"\n"
20366 " number_of_elements=\"1\">\n"
20367 " <DoubleRangeDomain max=\"1\"\n"
20368 " min=\"0\"\n"
20369 " name=\"range\" />\n"
20370 " </DoubleVectorProperty>\n"
20371 " <DoubleVectorProperty command=\"SetSpecular\"\n"
20372 " default_values=\"0.0\"\n"
20373 " name=\"Specular\"\n"
20374 " number_of_elements=\"1\">\n"
20375 " <DoubleRangeDomain max=\"1\"\n"
20376 " min=\"0\"\n"
20377 " name=\"range\" />\n"
20378 " <Hints>\n"
20379 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20380 " mode=\"visibility\"\n"
20381 " property=\"Interpolation\"\n"
20382 " value=\"3\"\n"
20383 " inverse=\"1\" />\n"
20384 " </Hints>\n"
20385 " </DoubleVectorProperty>\n"
20386 " <DoubleVectorProperty command=\"SetRoughness\"\n"
20387 " default_values=\"0.3\"\n"
20388 " name=\"Roughness\"\n"
20389 " number_of_elements=\"1\">\n"
20390 " <Documentation>\n"
20391 " Set how rough is the surface\n"
20392 " </Documentation>\n"
20393 " <DoubleRangeDomain max=\"1\"\n"
20394 " min=\"0\"\n"
20395 " name=\"range\" />\n"
20396 " <Hints>\n"
20397 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20398 " mode=\"visibility\"\n"
20399 " property=\"Interpolation\"\n"
20400 " value=\"3\" />\n"
20401 " </Hints>\n"
20402 " </DoubleVectorProperty>\n"
20403 " <DoubleVectorProperty command=\"SetMetallic\"\n"
20404 " default_values=\"0.0\"\n"
20405 " name=\"Metallic\"\n"
20406 " number_of_elements=\"1\">\n"
20407 " <Documentation>\n"
20408 " Set metalness of the surface. It is usually either 0 or 1 but any value is valid.\n"
20409 " </Documentation>\n"
20410 " <DoubleRangeDomain max=\"1\"\n"
20411 " min=\"0\"\n"
20412 " name=\"range\" />\n"
20413 " <Hints>\n"
20414 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20415 " mode=\"visibility\"\n"
20416 " property=\"Interpolation\"\n"
20417 " value=\"3\" />\n"
20418 " </Hints>\n"
20419 " </DoubleVectorProperty>\n"
20420 " <DoubleVectorProperty command=\"SetEdgeTint\"\n"
20421 " default_values=\"1.0 1.0 1.0\"\n"
20422 " name=\"EdgeTint\"\n"
20423 " number_of_elements=\"3\">\n"
20424 " <Documentation>\n"
20425 " For metals only. Set the tint at grazing angles.\n"
20426 " </Documentation>\n"
20427 " <DoubleRangeDomain max=\"1 1 1\"\n"
20428 " min=\"0 0 0\"\n"
20429 " name=\"range\" />\n"
20430 " <Hints>\n"
20431 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20432 " mode=\"visibility\"\n"
20433 " property=\"Interpolation\"\n"
20434 " value=\"3\" />\n"
20435 " </Hints>\n"
20436 " </DoubleVectorProperty>\n"
20437 " <ProxyProperty command=\"SetTexture\"\n"
20438 " name=\"Texture\"\n"
20439 " panel_widget=\"texture_selector\"\n"
20440 " null_on_empty=\"1\" >\n"
20441 " <Documentation>\n"
20442 " Set the diffuse color texture.\n"
20443 " </Documentation>\n"
20444 " <ProxyGroupDomain name=\"groups\">\n"
20445 " <Group name=\"textures\" />\n"
20446 " </ProxyGroupDomain>\n"
20447 " <Hints>\n"
20448 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20449 " mode=\"visibility\"\n"
20450 " property=\"Interpolation\"\n"
20451 " value=\"3\"\n"
20452 " inverse=\"1\" />\n"
20453 " <TextureSelectorWidget check_tcoords=\"1\" />\n"
20454 " <!-- enable the texture selector only when tcoords is available. -->\n"
20455 " </Hints>\n"
20456 " </ProxyProperty>\n"
20457 " <IntVectorProperty command=\"SetRepeatTextures\"\n"
20458 " default_values=\"1\"\n"
20459 " name=\"RepeatTextures\"\n"
20460 " number_of_elements=\"1\">\n"
20461 " <BooleanDomain name=\"bool\" />\n"
20462 ;
20463 
20464 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
20466 " <Documentation>\n"
20467 " Should textures be clamped or repeated when texture coordinates go\n"
20468 " outside the range of 0 to 1.\n"
20469 " </Documentation>\n"
20470 " </IntVectorProperty>\n"
20471 " <IntVectorProperty command=\"SetInterpolateTextures\"\n"
20472 " default_values=\"0\"\n"
20473 " name=\"InterpolateTextures\"\n"
20474 " number_of_elements=\"1\">\n"
20475 " <BooleanDomain name=\"bool\" />\n"
20476 " <Documentation>\n"
20477 " When sampling a texture should linear interpolations be used. If false\n"
20478 " then nearest neighbor sampling will be used.\n"
20479 " </Documentation>\n"
20480 " </IntVectorProperty>\n"
20481 " <IntVectorProperty command=\"SetUseMipmapTextures\"\n"
20482 " default_values=\"0\"\n"
20483 " name=\"UseMipmapTextures\"\n"
20484 " number_of_elements=\"1\">\n"
20485 " <BooleanDomain name=\"bool\" />\n"
20486 " <Documentation>\n"
20487 " Should mipmaps be used for textures. Mipmaps are espcially useful when\n"
20488 " working with large detailed textures or situations where you might be\n"
20489 " viewing a texture map from far away.\n"
20490 " </Documentation>\n"
20491 " <Hints>\n"
20492 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20493 " mode=\"visibility\"\n"
20494 " property=\"InterpolateTextures\"\n"
20495 " value=\"1\" />\n"
20496 " </Hints>\n"
20497 " </IntVectorProperty>\n"
20498 " <ProxyProperty command=\"SetBaseColorTexture\"\n"
20499 " name=\"BaseColorTexture\"\n"
20500 " panel_widget=\"texture_selector\"\n"
20501 " null_on_empty=\"1\" >\n"
20502 " <Documentation>\n"
20503 " Set the base color (also called albedo) texture. It will define the diffuse color for a\n"
20504 " non metallic surface or the specular color for a metallic surface.\n"
20505 " </Documentation>\n"
20506 " <ProxyGroupDomain name=\"groups\">\n"
20507 " <Group name=\"textures\" />\n"
20508 " </ProxyGroupDomain>\n"
20509 " <Hints>\n"
20510 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20511 " mode=\"visibility\"\n"
20512 " property=\"Interpolation\"\n"
20513 " value=\"3\" />\n"
20514 " <TextureSelectorWidget check_tcoords=\"1\" />\n"
20515 " <!-- enable the texture selector only when tcoords is available. -->\n"
20516 " </Hints>\n"
20517 " </ProxyProperty>\n"
20518 " <ProxyProperty command=\"SetMaterialTexture\"\n"
20519 " name=\"MaterialTexture\"\n"
20520 " panel_widget=\"texture_selector\"\n"
20521 " null_on_empty=\"1\" >\n"
20522 " <Documentation>\n"
20523 " Set the material texture. This texture encodes occlusion, roughness and metalness\n"
20524 " on the red, green, blue channel respectively.\n"
20525 " </Documentation>\n"
20526 " <ProxyGroupDomain name=\"groups\">\n"
20527 " <Group name=\"textures\" />\n"
20528 " </ProxyGroupDomain>\n"
20529 " <Hints>\n"
20530 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20531 " mode=\"visibility\"\n"
20532 " property=\"Interpolation\"\n"
20533 " value=\"3\" />\n"
20534 " <TextureSelectorWidget check_tcoords=\"1\" />\n"
20535 " <!-- enable the texture selector only when tcoords is available. -->\n"
20536 " </Hints>\n"
20537 " </ProxyProperty>\n"
20538 " <DoubleVectorProperty command=\"SetOcclusionStrength\"\n"
20539 " default_values=\"1.0\"\n"
20540 " name=\"OcclusionStrength\"\n"
20541 " number_of_elements=\"1\">\n"
20542 " <Documentation>\n"
20543 " Set the ambient occlusion strength of the material texture.\n"
20544 " </Documentation>\n"
20545 " <DoubleRangeDomain max=\"5\"\n"
20546 " min=\"0\"\n"
20547 " name=\"range\" />\n"
20548 " <Hints>\n"
20549 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20550 " mode=\"visibility\"\n"
20551 " property=\"MaterialTexture\"\n"
20552 " value=\"null\"\n"
20553 " inverse=\"1\" />\n"
20554 " </Hints>\n"
20555 " </DoubleVectorProperty>\n"
20556 " <ProxyProperty command=\"SetNormalTexture\"\n"
20557 " name=\"NormalTexture\"\n"
20558 " panel_widget=\"texture_selector\"\n"
20559 " null_on_empty=\"1\" >\n"
20560 " <Documentation>\n"
20561 " Set the normal mapping texture.\n"
20562 " </Documentation>\n"
20563 " <ProxyGroupDomain name=\"groups\">\n"
20564 " <Group name=\"textures\" />\n"
20565 " </ProxyGroupDomain>\n"
20566 " <Hints>\n"
20567 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20568 " mode=\"visibility\"\n"
20569 " property=\"Interpolation\"\n"
20570 " value=\"0\"\n"
20571 " inverse=\"1\" />\n"
20572 " <TextureSelectorWidget check_tcoords=\"1\" check_tangents=\"1\" />\n"
20573 " <!-- enable the texture selector only when tcoords is available. -->\n"
20574 " </Hints>\n"
20575 " </ProxyProperty>\n"
20576 " <DoubleVectorProperty command=\"SetNormalScale\"\n"
20577 " default_values=\"1.0\"\n"
20578 " name=\"NormalScale\"\n"
20579 " number_of_elements=\"1\">\n"
20580 " <Documentation>\n"
20581 " Set the scale of normal mapping deviation.\n"
20582 " </Documentation>\n"
20583 " <DoubleRangeDomain max=\"5\"\n"
20584 " min=\"0\"\n"
20585 " name=\"range\" />\n"
20586 " <Hints>\n"
20587 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20588 " mode=\"visibility\"\n"
20589 " property=\"NormalTexture\"\n"
20590 " value=\"null\"\n"
20591 " inverse=\"1\" />\n"
20592 " </Hints>\n"
20593 " </DoubleVectorProperty>\n"
20594 " <ProxyProperty command=\"SetEmissiveTexture\"\n"
20595 " name=\"EmissiveTexture\"\n"
20596 " panel_widget=\"texture_selector\"\n"
20597 " null_on_empty=\"1\" >\n"
20598 " <Documentation>\n"
20599 " Set the emissive texture.\n"
20600 " </Documentation>\n"
20601 " <ProxyGroupDomain name=\"groups\">\n"
20602 " <Group name=\"textures\" />\n"
20603 " </ProxyGroupDomain>\n"
20604 " <Hints>\n"
20605 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20606 " mode=\"visibility\"\n"
20607 " property=\"Interpolation\"\n"
20608 " value=\"3\" />\n"
20609 " <TextureSelectorWidget check_tcoords=\"1\" />\n"
20610 " <!-- enable the texture selector only when tcoords is available. -->\n"
20611 " </Hints>\n"
20612 " </ProxyProperty>\n"
20613 " <DoubleVectorProperty command=\"SetEmissiveFactor\"\n"
20614 " default_values=\"1.0 1.0 1.0\"\n"
20615 " name=\"EmissiveFactor\"\n"
20616 " number_of_elements=\"3\">\n"
20617 " <Documentation>\n"
20618 " Set the factor of the red, green, blue channels of the emissive texture.\n"
20619 " </Documentation>\n"
20620 " <DoubleRangeDomain max=\"10\"\n"
20621 " min=\"0\"\n"
20622 " name=\"range\" />\n"
20623 " <Hints>\n"
20624 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20625 " mode=\"visibility\"\n"
20626 " property=\"EmissiveTexture\"\n"
20627 " value=\"null\"\n"
20628 " inverse=\"1\" />\n"
20629 " </Hints>\n"
20630 " </DoubleVectorProperty>\n"
20631 " <IntVectorProperty command=\"SetFlipTextures\"\n"
20632 " default_values=\"0\"\n"
20633 " name=\"FlipTextures\"\n"
20634 " number_of_elements=\"1\">\n"
20635 " <Documentation>\n"
20636 " Enable texture coordinate flip on Y axis. Depending on some format specification, the\n"
20637 " origin of the texture could be either at the bottom left or the top left of the image.\n"
20638 " </Documentation>\n"
20639 " <BooleanDomain name=\"bool\" />\n"
20640 " </IntVectorProperty>\n"
20641 " <IntVectorProperty command=\"SetSuppressLOD\"\n"
20642 " default_values=\"0\"\n"
20643 " name=\"SuppressLOD\"\n"
20644 " number_of_elements=\"1\">\n"
20645 " <BooleanDomain name=\"bool\" />\n"
20646 " </IntVectorProperty>\n"
20647 " <DoubleVectorProperty command=\"SetAmbientColor\"\n"
20648 " default_values=\"1.0 1.0 1.0\"\n"
20649 " name=\"AmbientColor\"\n"
20650 " number_of_elements=\"3\">\n"
20651 " <DoubleRangeDomain max=\"1 1 1\"\n"
20652 " min=\"0 0 0\"\n"
20653 " name=\"range\" />\n"
20654 " <Hints>\n"
20655 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"ForegroundColor\" unlink_if_modified=\"1\" />\n"
20656 " </Hints>\n"
20657 " </DoubleVectorProperty>\n"
20658 " <DoubleVectorProperty command=\"SetDiffuseColor\"\n"
20659 " default_values=\"1.0 1.0 1.0\"\n"
20660 " name=\"DiffuseColor\"\n"
20661 " number_of_elements=\"3\"\n"
20662 " panel_widget=\"color_selector_with_palette\">\n"
20663 " <DoubleRangeDomain max=\"1 1 1\"\n"
20664 " min=\"0 0 0\"\n"
20665 " name=\"range\" />\n"
20666 " <Hints>\n"
20667 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"SurfaceColor\" unlink_if_modified=\"1\" />\n"
20668 " </Hints>\n"
20669 " </DoubleVectorProperty>\n"
20670 " <DoubleVectorProperty command=\"SetSpecularColor\"\n"
20671 " default_values=\"1.0 1.0 1.0\"\n"
20672 " name=\"SpecularColor\"\n"
20673 " number_of_elements=\"3\">\n"
20674 " <DoubleRangeDomain max=\"1 1 1\"\n"
20675 " min=\"0 0 0\"\n"
20676 " name=\"range\" />\n"
20677 " <Hints>\n"
20678 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20679 " mode=\"visibility\"\n"
20680 " property=\"Interpolation\"\n"
20681 " value=\"3\"\n"
20682 " inverse=\"1\" />\n"
20683 " </Hints>\n"
20684 " </DoubleVectorProperty>\n"
20685 " <DoubleVectorProperty command=\"SetLineWidth\"\n"
20686 " default_values=\"1.0\"\n"
20687 " name=\"LineWidth\"\n"
20688 " number_of_elements=\"1\">\n"
20689 " <DoubleRangeDomain min=\"0\"\n"
20690 " name=\"range\" />\n"
20691 " </DoubleVectorProperty>\n"
20692 " <DoubleVectorProperty command=\"SetPointSize\"\n"
20693 " default_values=\"2.0\"\n"
20694 " name=\"PointSize\"\n"
20695 " number_of_elements=\"1\">\n"
20696 " <DoubleRangeDomain min=\"0\"\n"
20697 " name=\"range\" />\n"
20698 " </DoubleVectorProperty>\n"
20699 " <IntVectorProperty command=\"SetRenderLinesAsTubes\"\n"
20700 " default_values=\"0\"\n"
20701 " name=\"RenderLinesAsTubes\"\n"
20702 " number_of_elements=\"1\"\n"
20703 " panel_visibility=\"never\">\n"
20704 " <BooleanDomain name=\"bool\" />\n"
20705 " <Documentation>\n"
20706 " When set, all lines are rendered as 3D tubes, if supported by OpenGL driver.\n"
20707 " </Documentation>\n"
20708 " </IntVectorProperty>\n"
20709 " <IntVectorProperty command=\"SetRenderPointsAsSpheres\"\n"
20710 " default_values=\"0\"\n"
20711 " name=\"RenderPointsAsSpheres\"\n"
20712 " number_of_elements=\"1\"\n"
20713 " panel_visibility=\"never\">\n"
20714 " <BooleanDomain name=\"bool\" />\n"
20715 " <Documentation>\n"
20716 " When set, all points are rendered as 3D spheres, if supported by OpenGL driver.\n"
20717 " </Documentation>\n"
20718 " </IntVectorProperty>\n"
20719 " <IntVectorProperty command=\"SetInterpolation\"\n"
20720 " default_values=\"1\"\n"
20721 " name=\"Interpolation\"\n"
20722 " number_of_elements=\"1\">\n"
20723 " <EnumerationDomain name=\"enum\">\n"
20724 " <Entry text=\"Flat\"\n"
20725 " value=\"0\" />\n"
20726 " <Entry text=\"Gouraud\"\n"
20727 " value=\"1\" />\n"
20728 " <Entry text=\"PBR\"\n"
20729 " value=\"3\" />\n"
20730 " </EnumerationDomain>\n"
20731 " </IntVectorProperty>\n"
20732 " <IntVectorProperty command=\"SetTriangulate\"\n"
20733 " default_values=\"0\"\n"
20734 " name=\"Triangulate\"\n"
20735 " number_of_elements=\"1\">\n"
20736 " <BooleanDomain name=\"bool\" />\n"
20737 " <Documentation>Triangulate the geometry internally to avoid rendering\n"
20738 " issues of non-convex polygons. This feature has a processing and memory\n"
20739 " cost, it should be enabled only when needed.</Documentation>\n"
20740 " </IntVectorProperty>\n"
20741 " <IntVectorProperty command=\"SetUseShaderReplacements\"\n"
20742 " default_values=\"0\"\n"
20743 " name=\"UseShaderReplacements\"\n"
20744 " number_of_elements=\"1\">\n"
20745 " <BooleanDomain name=\"bool\" />\n"
20746 " <Documentation>Enable the use of shader replacements.</Documentation>\n"
20747 " </IntVectorProperty>\n"
20748 " <StringVectorProperty command=\"SetShaderReplacements\"\n"
20749 " default_values=\"\"\n"
20750 " name=\"ShaderReplacements\"\n"
20751 " number_of_elements=\"1\"\n"
20752 " panel_widget=\"shader_replacements_selector\"\n"
20753 " panel_visibility=\"advanced\">\n"
20754 " <Documentation>\n"
20755 " Specify shader replacements using a Json string.\n"
20756 " The Json string can be a single node or an array of nodes with the\n"
20757 " following properties:&#xa;\n"
20758 " \"type\": specifies the type of shader the replacement is about.\n"
20759 " It can be either \"vertex\", \"fragment\" or \"geometry\".&#xa;\n"
20760 " \"original\": specifies the original string to be replaced in the shader code.\n"
20761 " This string is generally a pattern defined by the mapper\n"
20762 " vtkOpenGLPolyDataMapper at specific locations of the shader\n"
20763 " GLSL source code.&#xa;\n"
20764 " \"replacement\": specifies the replacement string in GLSL source code.\n"
20765 " Note that the Json parser supports multiple lines entries.&#xa;\n"
20766 " Example of a simple shader replacement (draw all the fragments in full red\n"
20767 " color without any shading consideration):&#xa;\n"
20768 " {&#xa;\n"
20769 " \"type\": \"fragment\",&#xa;\n"
20770 " \"original\": \"//VTK::Light::Impl\",&#xa;\n"
20771 " \"replacement\": \"gl_FragData[0]=vec4(1.0,0.0,0.0,1.0);\"&#xa;\n"
20772 " }&#xa;\n"
20773 " </Documentation>\n"
20774 " <Hints>\n"
20775 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20776 " mode=\"visibility\"\n"
20777 " property=\"UseShaderReplacements\"\n"
20778 " value=\"1\" />\n"
20779 " <!-- show this widget when UseShaderReplacements is enabled -->\n"
20780 ;
20781 
20782 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
20784 " </Hints>\n"
20785 " </StringVectorProperty>\n"
20786 " <IntVectorProperty command=\"SetNonlinearSubdivisionLevel\"\n"
20787 " default_values=\"1\"\n"
20788 " name=\"NonlinearSubdivisionLevel\"\n"
20789 " number_of_elements=\"1\">\n"
20790 " <IntRangeDomain max=\"4\"\n"
20791 " min=\"0\"\n"
20792 " name=\"range\" />\n"
20793 " </IntVectorProperty>\n"
20794 " <DoubleVectorProperty command=\"SetOpacity\"\n"
20795 " default_values=\"1.0\"\n"
20796 " name=\"Opacity\"\n"
20797 " number_of_elements=\"1\">\n"
20798 " <DoubleRangeDomain max=\"1\"\n"
20799 " min=\"0\"\n"
20800 " name=\"range\" />\n"
20801 " </DoubleVectorProperty>\n"
20802 " <DoubleVectorProperty command=\"SetSpecularPower\"\n"
20803 " default_values=\"100.0\"\n"
20804 " name=\"SpecularPower\"\n"
20805 " number_of_elements=\"1\">\n"
20806 " <DoubleRangeDomain max=\"100\"\n"
20807 " min=\"0\"\n"
20808 " name=\"range\" />\n"
20809 " <Hints>\n"
20810 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20811 " mode=\"visibility\"\n"
20812 " property=\"Interpolation\"\n"
20813 " value=\"3\"\n"
20814 " inverse=\"1\" />\n"
20815 " </Hints>\n"
20816 " </DoubleVectorProperty>\n"
20817 " <DoubleVectorProperty command=\"SetLuminosity\"\n"
20818 " default_values=\"0.0\"\n"
20819 " name=\"Luminosity\"\n"
20820 " number_of_elements=\"1\">\n"
20821 " <DoubleRangeDomain max=\"100.0\"\n"
20822 " min=\"0\"\n"
20823 " name=\"range\" />\n"
20824 " <Documentation>Makes the object emit light.\n"
20825 " Only takes effect with OSPRay's path traced renderer.\n"
20826 " </Documentation>\n"
20827 " <Hints>\n"
20828 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
20829 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20830 " mode=\"visibility\"\n"
20831 " property=\"EnableOSPRay\"\n"
20832 " values=\"1\" />\n"
20833 " </Hints>\n"
20834 " </DoubleVectorProperty>\n"
20835 " <DoubleVectorProperty command=\"SetEdgeColor\"\n"
20836 " default_values=\"0 0 0.5\"\n"
20837 " name=\"EdgeColor\"\n"
20838 " number_of_elements=\"3\">\n"
20839 " <Documentation>Set the edge color. This color is used to draw the edge\n"
20840 " for the polygonal data when EdgeVisibility is on.</Documentation>\n"
20841 " <DoubleRangeDomain max=\"1 1 1\"\n"
20842 " min=\"0 0 0\"\n"
20843 " name=\"range\" />\n"
20844 " <Hints>\n"
20845 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"EdgeColor\" unlink_if_modified=\"1\" />\n"
20846 " </Hints>\n"
20847 " </DoubleVectorProperty>\n"
20848 " <DoubleVectorProperty command=\"SetInteractiveSelectionColor\"\n"
20849 " default_values=\"0.5 0.0 1.0\"\n"
20850 " name=\"InteractiveSelectionColor\"\n"
20851 " number_of_elements=\"3\">\n"
20852 " <Documentation>Set the preselection color. This color is used to draw the edge\n"
20853 " of the current preselection.</Documentation>\n"
20854 " <DoubleRangeDomain max=\"1 1 1\"\n"
20855 " min=\"0 0 0\"\n"
20856 " name=\"range\" />\n"
20857 " <Hints>\n"
20858 " <PropertyLink group=\"settings\" proxy=\"ColorPalette\" property=\"InteractiveSelectionColor\" unlink_if_modified=\"1\" />\n"
20859 " </Hints>\n"
20860 " </DoubleVectorProperty>\n"
20861 " <DoubleVectorProperty command=\"SetPosition\"\n"
20862 " default_values=\"0 0 0\"\n"
20863 " label=\"Translation\"\n"
20864 " name=\"Position\"\n"
20865 " number_of_elements=\"3\">\n"
20866 " <DoubleRangeDomain name=\"range\" />\n"
20867 " </DoubleVectorProperty>\n"
20868 " <DoubleVectorProperty command=\"SetScale\"\n"
20869 " default_values=\"1 1 1\"\n"
20870 " name=\"Scale\"\n"
20871 " number_of_elements=\"3\">\n"
20872 " <DoubleRangeDomain name=\"range\" />\n"
20873 " </DoubleVectorProperty>\n"
20874 " <DoubleVectorProperty command=\"SetOrientation\"\n"
20875 " default_values=\"0 0 0\"\n"
20876 " name=\"Orientation\"\n"
20877 " number_of_elements=\"3\">\n"
20878 " <DoubleRangeDomain name=\"range\" />\n"
20879 " </DoubleVectorProperty>\n"
20880 " <DoubleVectorProperty command=\"SetOrigin\"\n"
20881 " default_values=\"0 0 0\"\n"
20882 " name=\"Origin\"\n"
20883 " number_of_elements=\"3\">\n"
20884 " <DoubleRangeDomain name=\"range\" />\n"
20885 " </DoubleVectorProperty>\n"
20886 "\n"
20887 " <DoubleVectorProperty argument_is_array=\"1\"\n"
20888 " command=\"SetUserTransform\"\n"
20889 " default_values=\"1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1\"\n"
20890 " name=\"UserTransform\"\n"
20891 " number_of_elements=\"16\">\n"
20892 " <Documentation>\n"
20893 " In addition to the instance variables such as position and\n"
20894 " orientation, you can add an additional transformation for your own\n"
20895 " use. This transformation is concatenated with the actor's internal\n"
20896 " transformation, which you implicitly create through the use of\n"
20897 " Position, Origin, Orientation. The value is 4x4 matrix for the linear\n"
20898 " transform to use.\n"
20899 " </Documentation>\n"
20900 " </DoubleVectorProperty>\n"
20901 "\n"
20902 " <IntVectorProperty command=\"SetPickable\"\n"
20903 " default_values=\"1\"\n"
20904 " name=\"Pickable\"\n"
20905 " number_of_elements=\"1\">\n"
20906 " <Hints>\n"
20907 " <NoDefault />\n"
20908 " </Hints>\n"
20909 " <BooleanDomain name=\"bool\" />\n"
20910 " </IntVectorProperty>\n"
20911 " <ProxyProperty command=\"SetLookupTable\"\n"
20912 " name=\"LookupTable\" >\n"
20913 " <Documentation>Set the lookup-table to use to map data array to colors.\n"
20914 " Lookuptable is only used with MapScalars to ON.</Documentation>\n"
20915 " <ProxyGroupDomain name=\"groups\">\n"
20916 " <Group name=\"lookup_tables\" />\n"
20917 " </ProxyGroupDomain>\n"
20918 " </ProxyProperty>\n"
20919 " <IntVectorProperty default_values=\"0\"\n"
20920 " name=\"UseSeparateColorMap\"\n"
20921 " number_of_elements=\"1\"\n"
20922 " panel_visibility=\"never\">\n"
20923 " <BooleanDomain name=\"bool\" />\n"
20924 " <Documentation>By default, ParaView shares a single color map among all datasets colored\n"
20925 " by arrays that have the same name. When this option is enabled, the active dataset will\n"
20926 " be assigned a separate color map not shared by other datasets.</Documentation>\n"
20927 " </IntVectorProperty>\n"
20928 " <IntVectorProperty command=\"SetMapScalars\"\n"
20929 " default_values=\"1\"\n"
20930 " name=\"MapScalars\"\n"
20931 " number_of_elements=\"1\">\n"
20932 " <BooleanDomain name=\"bool\" />\n"
20933 " <Documentation>When enabled, LookupTable will always be\n"
20934 " used for scalar mapping. Otherwise, when up to 4 component\n"
20935 " scalars are present, the components are clamped to a valid\n"
20936 " color interval (0-255 for an integral type and 0.0-1.0 for a\n"
20937 " floating point type) and then directly used as\n"
20938 " color.</Documentation>\n"
20939 " </IntVectorProperty>\n"
20940 " <IntVectorProperty default_values=\"0\"\n"
20941 " name=\"MultiComponentsMapping\"\n"
20942 " number_of_elements=\"1\">\n"
20943 " <BooleanDomain name=\"bool\" />\n"
20944 " <Documentation>Enable multi components mapping. For a two-components array,\n"
20945 " the first component is mapped to the color, the second component is mapped to the\n"
20946 " opacity. For a four-components array, the first, second and third components are used as\n"
20947 " RGB values and the fourth component is mapped to the opacity. Only available\n"
20948 " when MapScalars is ON. This feature forces \"Separate Color Map\" and scales the color and\n"
20949 " the opacity range with the correct component.</Documentation>\n"
20950 " <Hints>\n"
20951 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20952 " mode=\"visibility\"\n"
20953 " property=\"Representation\"\n"
20954 " value=\"Volume\" />\n"
20955 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
20956 " mode=\"visibility\"\n"
20957 " property=\"MapScalars\"\n"
20958 " value=\"1\" />\n"
20959 " <PropertyWidgetDecorator type=\"MultiComponentsDecorator\"\n"
20960 " components=\"2 4\" />\n"
20961 " </Hints>\n"
20962 " </IntVectorProperty>\n"
20963 " <IntVectorProperty command=\"SetInterpolateScalarsBeforeMapping\"\n"
20964 " default_values=\"1\"\n"
20965 " name=\"InterpolateScalarsBeforeMapping\"\n"
20966 " number_of_elements=\"1\">\n"
20967 " <BooleanDomain name=\"bool\" />\n"
20968 " <Documentation>When set to true (default), texture coordinates\n"
20969 " are sent to and interpolated by the graphics card. This is\n"
20970 " equivalent with interpolating scalars and then mapping them to\n"
20971 " obtain colors between points. Otherwise, colors are sent to\n"
20972 " and interpolated by the graphics card.\n"
20973 " </Documentation>\n"
20974 " </IntVectorProperty>\n"
20975 " <IntVectorProperty command=\"SetSeamlessU\"\n"
20976 " default_values=\"0\"\n"
20977 " name=\"SeamlessU\"\n"
20978 " number_of_elements=\"1\">\n"
20979 " <BooleanDomain name=\"bool\" />\n"
20980 " <Documentation>This parameter prevents seams in the U direction in\n"
20981 " the parameterization space. It should be used when using a cylindrical\n"
20982 " or toroidal parameterization on the surface.\n"
20983 " </Documentation>\n"
20984 " </IntVectorProperty>\n"
20985 " <IntVectorProperty command=\"SetSeamlessV\"\n"
20986 " default_values=\"0\"\n"
20987 " name=\"SeamlessV\"\n"
20988 " number_of_elements=\"1\">\n"
20989 " <BooleanDomain name=\"bool\" />\n"
20990 " <Documentation>This parameter prevents seams in the V direction in\n"
20991 " the parameterization space. It should be used when using a cylindrical\n"
20992 " or toroidal parameterization on the surface.\n"
20993 " </Documentation>\n"
20994 " </IntVectorProperty>\n"
20995 " <IntVectorProperty command=\"SetStatic\"\n"
20996 " default_values=\"0\"\n"
20997 " name=\"StaticMode\"\n"
20998 " number_of_elements=\"1\">\n"
20999 " <BooleanDomain name=\"bool\" />\n"
21000 " </IntVectorProperty>\n"
21001 " <IntVectorProperty name=\"BlockVisibility\"\n"
21002 " command=\"SetBlockVisibility\"\n"
21003 " clean_command=\"RemoveBlockVisibilities\"\n"
21004 " number_of_elements_per_command=\"2\"\n"
21005 " repeatable=\"1\">\n"
21006 " <Documentation>\n"
21007 " Set the visibility for blocks. In Python, assign the value from an interleaved\n"
21008 " list of block indices and visibilities, e.g., [index1, visibility1, index2, visibility2, ...].\n"
21009 " The list does not need to contain all block indices.\n"
21010 " </Documentation>\n"
21011 " </IntVectorProperty>\n"
21012 " <DoubleMapProperty name=\"BlockColor\"\n"
21013 " command=\"SetBlockColor\"\n"
21014 " clean_command=\"RemoveBlockColors\"\n"
21015 " number_of_components=\"3\"\n"
21016 " repeatable=\"1\">\n"
21017 " <Documentation>\n"
21018 " Set the colors for blocks.\n"
21019 " In Python, assign the value from a dictionary of the form\n"
21020 " {index1:, [r1, g1, b1], index2: [r2, g2, b2], ...}.\n"
21021 " </Documentation>\n"
21022 " </DoubleMapProperty>\n"
21023 " <DoubleMapProperty name=\"BlockOpacity\"\n"
21024 " command=\"SetBlockOpacity\"\n"
21025 " clean_command=\"RemoveBlockOpacities\"\n"
21026 " number_of_components=\"1\"\n"
21027 " repeatable=\"1\">\n"
21028 " <Documentation>\n"
21029 " Set the opacity for blocks.\n"
21030 " In Python, assign the value from a dictionary of the form {index1:, [a1], index2: [a2], ...}.\n"
21031 " </Documentation>\n"
21032 " </DoubleMapProperty>\n"
21033 " <IntVectorProperty command=\"SetBlockColorsDistinctValues\"\n"
21034 " default_values=\"7\"\n"
21035 " name=\"BlockColorsDistinctValues\"\n"
21036 " number_of_elements=\"1\"\n"
21037 " panel_visibility=\"never\">\n"
21038 " <Documentation>\n"
21039 " Determines the number of distinct values in\n"
21040 " vtkBlockColors. This array is added to each block if\n"
21041 " the dataset is a composite dataset. The array has one value\n"
21042 " set to (blockIndex % BlockColorsDistinctValues)\n"
21043 " </Documentation>\n"
21044 " <IntRangeDomain min=\"2\" name=\"range\" />\n"
21045 " <Hints>\n"
21046 " <PropertyLink group=\"settings\"\n"
21047 " proxy=\"GeneralSettings\"\n"
21048 " property=\"BlockColorsDistinctValues\"/>\n"
21049 " </Hints>\n"
21050 " </IntVectorProperty>\n"
21051 " <IntVectorProperty command=\"SetUseDataPartitions\"\n"
21052 " default_values=\"0\"\n"
21053 " name=\"UseDataPartitions\"\n"
21054 " number_of_elements=\"1\">\n"
21055 " <BooleanDomain name=\"bool\" />\n"
21056 " <Documentation>Specify whether or not to redistribute the data when actor is translucent.\n"
21057 " Default is false.</Documentation>\n"
21058 " </IntVectorProperty>\n"
21059 " <IntVectorProperty command=\"SetEnableScaling\"\n"
21060 " default_values=\"0\"\n"
21061 " name=\"OSPRayUseScaleArray\"\n"
21062 " label=\"Scaling Mode\"\n"
21063 " number_of_elements=\"1\">\n"
21064 " <Documentation>\n"
21065 " Choose how the size of each sphere and cylinder is determined.\n"
21066 " </Documentation>\n"
21067 " <EnumerationDomain name=\"enum\">\n"
21068 " <Entry text=\"All Exact\"\n"
21069 " value=\"-1\" />\n"
21070 " <Entry text=\"All Approximate\"\n"
21071 " value=\"0\" />\n"
21072 " <Entry text=\"Each Scaled\"\n"
21073 " value=\"1\" />\n"
21074 " <Entry text=\"Each Exact\"\n"
21075 " value=\"2\" />\n"
21076 " </EnumerationDomain>\n"
21077 " <Hints>\n"
21078 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
21079 " </Hints>\n"
21080 " </IntVectorProperty>\n"
21081 " <StringVectorProperty command=\"SetScalingArrayName\"\n"
21082 " default_values=\"\"\n"
21083 " name=\"OSPRayScaleArray\"\n"
21084 " label=\"Scale Array\"\n"
21085 " number_of_elements=\"1\"\n"
21086 " panel_visibility=\"advanced\">\n"
21087 " <ArrayListDomain input_domain_name=\"input_array_point\"\n"
21088 " name=\"array_list\">\n"
21089 ;
21090 
21091 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Views/Resources/views_and_representations.xml
21093 " <RequiredProperties>\n"
21094 " <Property function=\"Input\" name=\"Input\" />\n"
21095 " </RequiredProperties>\n"
21096 " </ArrayListDomain>\n"
21097 " <Documentation>\n"
21098 " Choice of an array for OSPRay implicit points and lines sizes.\n"
21099 " </Documentation>\n"
21100 " <Hints>\n"
21101 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
21102 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
21103 " mode=\"visibility\"\n"
21104 " property=\"OSPRayUseScaleArray\"\n"
21105 " values=\"1\" />\n"
21106 " </Hints>\n"
21107 " </StringVectorProperty>\n"
21108 " <ProxyProperty command=\"SetScalingFunction\"\n"
21109 " name=\"OSPRayScaleFunction\"\n"
21110 " label=\"Scale Function\"\n"
21111 " panel_visibility=\"advanced\"\n"
21112 " panel_widget=\"transfer_function_editor\" >\n"
21113 " <Documentation>Set the piecewise function used to map data array to sprite size.\n"
21114 " ScaleTransferFunction is only used if ScaleByArray is set.</Documentation>\n"
21115 " <ProxyGroupDomain name=\"groups\">\n"
21116 " <Group name=\"piecewise_functions\" />\n"
21117 " </ProxyGroupDomain>\n"
21118 " <ProxyListDomain name=\"proxy_list\">\n"
21119 " <Proxy group=\"piecewise_functions\"\n"
21120 " name=\"PiecewiseFunction\" />\n"
21121 " </ProxyListDomain>\n"
21122 " <Hints>\n"
21123 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
21124 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
21125 " mode=\"visibility\"\n"
21126 " property=\"OSPRayUseScaleArray\"\n"
21127 " values=\"1\" />\n"
21128 " </Hints>\n"
21129 " </ProxyProperty>\n"
21130 " <StringVectorProperty command=\"SetMaterial\"\n"
21131 " name=\"OSPRayMaterial\"\n"
21132 " label=\"Material\"\n"
21133 " number_of_elements=\"1\"\n"
21134 " panel_visibility=\"advanced\"\n"
21135 " default_values=\"None\">\n"
21136 " <Documentation>Set the material to paint this object with.</Documentation>\n"
21137 " <MaterialDomain name=\"string_list\">\n"
21138 " </MaterialDomain>\n"
21139 " <Hints>\n"
21140 " <PropertyWidgetDecorator type=\"OSPRayHidingDecorator\" />\n"
21141 " </Hints>\n"
21142 " </StringVectorProperty>\n"
21143 "\n"
21144 " <!-- End of SurfaceRepresentationBase -->\n"
21145 " </RepresentationProxy>\n"
21146 "\n"
21147 " </ProxyGroup>\n"
21148 "</ServerManagerConfiguration>\n"
21149 "\n";
21150 // Get single string
21152 {
21153 
21196  size_t len = ( 0
21197  + len0
21198  + len1
21199  + len2
21200  + len3
21201  + len4
21202  + len5
21203  + len6
21204  + len7
21205  + len8
21206  + len9
21207  + len10
21208  + len11
21209  + len12
21210  + len13
21211  + len14
21212  + len15
21213  + len16
21214  + len17
21215  + len18
21216  + len19
21217  + len20
21218  + len21
21219  + len22
21220  + len23
21221  + len24
21222  + len25
21223  + len26
21224  + len27
21225  + len28
21226  + len29
21227  + len30
21228  + len31
21229  + len32
21230  + len33
21231  + len34
21232  + len35
21233  + len36
21234  + len37
21235  + len38
21236  + len39
21237  + len40
21238  + len41 );
21239  char* res = new char[ len + 1];
21240  size_t offset = 0;
21283  assert(offset == len);
21284  res[offset] = 0;
21285  return res;
21286 }
21287 
21288 
21289 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/ViewsPython/Resources/rendering_remotingpython.xml
21291 "<ServerManagerConfiguration>\n"
21292 " <ProxyGroup name=\"representations\">\n"
21293 " <!-- ================================================================== -->\n"
21294 " <RepresentationProxy name=\"PythonRepresentation\"\n"
21295 " class=\"vtkPythonRepresentation\"\n"
21296 " processes=\"client|dataserver|renderserver\">\n"
21297 " <InputProperty command=\"SetInputConnection\" name=\"Input\"/>\n"
21298 " <IntVectorProperty command=\"SetVisibility\"\n"
21299 " default_values=\"1\"\n"
21300 " name=\"Visibility\"\n"
21301 " number_of_elements=\"1\">\n"
21302 " <BooleanDomain name=\"bool\" />\n"
21303 " <Documentation>Visibility of the representation.</Documentation>\n"
21304 " </IntVectorProperty>\n"
21305 " <IntVectorProperty command=\"SetForceUseCache\"\n"
21306 " default_values=\"0\"\n"
21307 " is_internal=\"1\"\n"
21308 " name=\"ForceUseCache\"\n"
21309 " number_of_elements=\"1\">\n"
21310 " <BooleanDomain name=\"bool\" />\n"
21311 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
21312 " and representations cache based on what the view tells it. However in\n"
21313 " some cases we may want to force a representation to cache irrespective\n"
21314 " of the view (e.g. comparative views). In which case these ivars can up\n"
21315 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
21316 " Instead, ForcedCacheKey is used.</Documentation>\n"
21317 " </IntVectorProperty>\n"
21318 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
21319 " default_values=\"none\"\n"
21320 " is_internal=\"1\"\n"
21321 " name=\"ForcedCacheKey\"\n"
21322 " number_of_elements=\"1\">\n"
21323 " <DoubleRangeDomain name=\"range\" />\n"
21324 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
21325 " and representations cache based on what the view tells it. However in\n"
21326 " some cases we may want to force a representation to cache irrespective\n"
21327 " of the view (e.g. comparative views). In which case these ivars can up\n"
21328 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
21329 " Instead, ForcedCacheKey is used.</Documentation>\n"
21330 " </DoubleVectorProperty>\n"
21331 " </RepresentationProxy>\n"
21332 " </ProxyGroup>\n"
21333 "\n"
21334 " <ProxyGroup name=\"views\">\n"
21335 " <!-- ================================================================== -->\n"
21336 " <PythonViewProxy name=\"PythonView\" class=\"vtkPythonView\"\n"
21337 " label=\"Python View\"\n"
21338 " processes=\"client|dataserver|renderserver\"\n"
21339 " base_proxygroup=\"internal_views\"\n"
21340 " base_proxyname=\"ViewBase\"\n"
21341 " representation_name=\"PythonRepresentation\">\n"
21342 " <StringVectorProperty command=\"SetScript\"\n"
21343 " name=\"Script\"\n"
21344 " number_of_elements=\"1\">\n"
21345 " <Hints>\n"
21346 " <Widget type=\"multi_line\" syntax=\"python\"/>\n"
21347 " </Hints>\n"
21348 " <Documentation>This property contains the text of a Python program used\n"
21349 " to generate a plot. Use the TAB key to end editing and generate the\n"
21350 " plot.</Documentation>\n"
21351 " </StringVectorProperty>\n"
21352 " <IntVectorProperty command=\"GetNumberOfVisibleDataObjects\"\n"
21353 " name=\"NumberOfVisibleDataObjects\"\n"
21354 " number_of_elements=\"1\"\n"
21355 " default_values=\"1\"\n"
21356 " information_only=\"1\"\n"
21357 " panel_visibility=\"never\">\n"
21358 " <SimpleIntInformationHelper/>\n"
21359 " </IntVectorProperty>\n"
21360 " <IntVectorProperty command=\"SetForceUseCache\"\n"
21361 " default_values=\"0\"\n"
21362 " is_internal=\"1\"\n"
21363 " name=\"ForceUseCache\"\n"
21364 " number_of_elements=\"1\">\n"
21365 " <BooleanDomain name=\"bool\" />\n"
21366 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
21367 " and representations cache based on what the view tells it. However in\n"
21368 " some cases we may want to force a representation to cache irrespective\n"
21369 " of the view (e.g. comparative views). In which case these ivars can up\n"
21370 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
21371 " Instead, ForcedCacheKey is used.</Documentation>\n"
21372 " </IntVectorProperty>\n"
21373 " <DoubleVectorProperty command=\"SetForcedCacheKey\"\n"
21374 " default_values=\"none\"\n"
21375 " is_internal=\"1\"\n"
21376 " name=\"ForcedCacheKey\"\n"
21377 " number_of_elements=\"1\">\n"
21378 " <DoubleRangeDomain name=\"range\" />\n"
21379 " <Documentation>Typically UseCache and CacheKey are updated by the View\n"
21380 " and representations cache based on what the view tells it. However in\n"
21381 " some cases we may want to force a representation to cache irrespective\n"
21382 " of the view (e.g. comparative views). In which case these ivars can up\n"
21383 " set. If ForcedCacheKey is true, it overrides UseCache and CacheKey.\n"
21384 " Instead, ForcedCacheKey is used.</Documentation>\n"
21385 " </DoubleVectorProperty>\n"
21386 " </PythonViewProxy>\n"
21387 " </ProxyGroup>\n"
21388 "</ServerManagerConfiguration>\n"
21389 "\n";
21390 // Get single string
21392 {
21393 
21395  size_t len = ( 0
21396  + len0 );
21397  char* res = new char[ len + 1];
21398  size_t offset = 0;
21400  assert(offset == len);
21401  res[offset] = 0;
21402  return res;
21403 }
21404 
21405 
21406 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Points/Resources/points.xml
21408 "<ServerManagerConfiguration>\n"
21409 " <!-- =================================================================== -->\n"
21410 " <ProxyGroup name=\"extended_sources\">\n"
21411 " <SourceProxy name=\"BoundedPlaneSource\" class=\"vtkBoundedPlaneSource\"\n"
21412 " label=\"Bounded Plane\">\n"
21413 " <DoubleVectorProperty command=\"SetBoundingBox\"\n"
21414 " name=\"BoundingBox\"\n"
21415 " default_values=\"0 1 0 1 0 1\"\n"
21416 " number_of_elements=\"6\">\n"
21417 " <Documentation>Set the bounding box for the domain</Documentation>\n"
21418 " <BoundsDomain mode=\"data_bounds\" name=\"range\">\n"
21419 " <RequiredProperties>\n"
21420 " <Property function=\"Input\" name=\"DummyInput\" />\n"
21421 " </RequiredProperties>\n"
21422 " </BoundsDomain>\n"
21423 " </DoubleVectorProperty>\n"
21424 "\n"
21425 " <DoubleVectorProperty command=\"SetPadding\"\n"
21426 " name=\"Padding\"\n"
21427 " default_values=\"0\"\n"
21428 " number_of_elements=\"1\">\n"
21429 " <DoubleRangeDomain name=\"range\" min=\"0\" />\n"
21430 " <Documentation>\n"
21431 " Specify a padding to use to inflate the bounds in all directions\n"
21432 " before generating the plane.\n"
21433 " </Documentation>\n"
21434 " </DoubleVectorProperty>\n"
21435 "\n"
21436 " <IntVectorProperty name=\"RefinementMode\"\n"
21437 " command=\"SetRefinementMode\"\n"
21438 " number_of_elements=\"1\"\n"
21439 " default_values=\"0\">\n"
21440 " <Documentation>\n"
21441 " Specify how refinement is computed.\n"
21442 " </Documentation>\n"
21443 " <EnumerationDomain name=\"enum\">\n"
21444 " <Entry text=\"Use resolution\" value=\"0\" />\n"
21445 " <Entry text=\"Use cell-size\" value=\"1\" />\n"
21446 " </EnumerationDomain>\n"
21447 " </IntVectorProperty>\n"
21448 "\n"
21449 " <IntVectorProperty command=\"SetResolution\"\n"
21450 " default_values=\"100\"\n"
21451 " name=\"Resolution\"\n"
21452 " number_of_elements=\"1\">\n"
21453 " <IntRangeDomain min=\"1\" name=\"range\" />\n"
21454 " <Documentation>This property specifies the number of divisions along\n"
21455 " the X axis of the parallelogram.</Documentation>\n"
21456 " <Hints>\n"
21457 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
21458 " mode=\"visibility\"\n"
21459 " property=\"RefinementMode\"\n"
21460 " value=\"0\" />\n"
21461 " </Hints>\n"
21462 " </IntVectorProperty>\n"
21463 "\n"
21464 " <DoubleVectorProperty name=\"CellSize\"\n"
21465 " command=\"SetCellSize\"\n"
21466 " default_values=\"1.0\"\n"
21467 " number_of_elements=\"1\">\n"
21468 " <Documentation>Specify the cell size to use to compute plane refinement.</Documentation>\n"
21469 " <DoubleRangeDomain name=\"range\" min= \"1\" />\n"
21470 " <Hints>\n"
21471 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
21472 " mode=\"visibility\"\n"
21473 " property=\"RefinementMode\"\n"
21474 " value=\"1\" />\n"
21475 " </Hints>\n"
21476 " </DoubleVectorProperty>\n"
21477 "\n"
21478 " <DoubleVectorProperty name=\"Center\"\n"
21479 " command=\"SetCenter\"\n"
21480 " number_of_elements=\"3\"\n"
21481 " default_values=\"0 0 0\">\n"
21482 " <Documentation>\n"
21483 " Specify the center of the plane. Works in conjunction with the plane\n"
21484 " normal to position the plane. Don't use this method to define the plane.\n"
21485 " Instead, use it to move the plane to a new center point.\n"
21486 " </Documentation>\n"
21487 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n"
21488 " <RequiredProperties>\n"
21489 " <Property function=\"Input\" name=\"DummyInput\" />\n"
21490 " </RequiredProperties>\n"
21491 " </BoundsDomain>\n"
21492 " </DoubleVectorProperty>\n"
21493 "\n"
21494 " <DoubleVectorProperty name=\"Normal\"\n"
21495 " command=\"SetNormal\"\n"
21496 " number_of_elements=\"3\"\n"
21497 " default_values=\"0 0 1\">\n"
21498 " <Documentation>\n"
21499 " Specify the plane normal. Works in conjunction with the plane center to\n"
21500 " orient the plane. Don't use this method to define the plane. Instead, use\n"
21501 " it to rotate the plane around the current center point.\n"
21502 " </Documentation>\n"
21503 " </DoubleVectorProperty>\n"
21504 "\n"
21505 " <InputProperty is_internal=\"1\" name=\"DummyInput\">\n"
21506 " <!-- Used when this source is added to a proxy list domain. -->\n"
21507 " </InputProperty>\n"
21508 "\n"
21509 " <PropertyGroup label=\"Plane Bounds\">\n"
21510 " <Property name=\"BoundingBox\" />\n"
21511 " <Property name=\"RefinementMode\" />\n"
21512 " <Property name=\"Resolution\" />\n"
21513 " <Property name=\"CellSize\" />\n"
21514 " </PropertyGroup>\n"
21515 "\n"
21516 " <PropertyGroup label=\"Plane Parameters\" panel_widget=\"InteractivePlane\">\n"
21517 " <Property function=\"Origin\" name=\"Center\" />\n"
21518 " <Property function=\"Normal\" name=\"Normal\" />\n"
21519 " <Property function=\"Input\" name=\"DummyInput\" />\n"
21520 " </PropertyGroup>\n"
21521 " <Hints>\n"
21522 " <ProxyList>\n"
21523 " <Link name=\"DummyInput\" with_property=\"Input\" />\n"
21524 " </ProxyList>\n"
21525 " </Hints>\n"
21526 " </SourceProxy>\n"
21527 "\n"
21528 " <SourceProxy name=\"BoundedVolumeSource\" class=\"vtkBoundedVolumeSource\" label=\"Bounded Volume\">\n"
21529 " <DoubleVectorProperty name=\"Origin\"\n"
21530 " command=\"SetOrigin\"\n"
21531 " number_of_elements=\"3\"\n"
21532 " default_values=\"0 0 0\">\n"
21533 " <BoundsDomain name=\"range\" mode=\"normal\" default_mode=\"min,min,min\" >\n"
21534 " <RequiredProperties>\n"
21535 " <Property function=\"Input\" name=\"DummyInput\" />\n"
21536 " </RequiredProperties>\n"
21537 " </BoundsDomain>\n"
21538 " <Documentation>\n"
21539 " Set the origin for the volume.\n"
21540 " </Documentation>\n"
21541 " </DoubleVectorProperty>\n"
21542 "\n"
21543 " <DoubleVectorProperty name=\"Scale\"\n"
21544 " command=\"SetScale\"\n"
21545 " number_of_elements=\"3\"\n"
21546 " default_values=\"1 1 1\">\n"
21547 " <BoundsDomain name=\"range\" mode=\"extents\">\n"
21548 " <RequiredProperties>\n"
21549 " <Property function=\"Input\" name=\"DummyInput\" />\n"
21550 " </RequiredProperties>\n"
21551 " </BoundsDomain>\n"
21552 "\n"
21553 " <Documentation>\n"
21554 " Set scale factor for a unit volume.\n"
21555 " </Documentation>\n"
21556 " </DoubleVectorProperty>\n"
21557 "\n"
21558 " <DoubleVectorProperty command=\"SetPadding\"\n"
21559 " name=\"Padding\"\n"
21560 " default_values=\"0\"\n"
21561 " number_of_elements=\"1\">\n"
21562 " <DoubleRangeDomain name=\"range\" min=\"0\" />\n"
21563 " <Documentation>\n"
21564 " Specify a padding to use to inflate the bounds in all directions\n"
21565 " before generating the plane.\n"
21566 " </Documentation>\n"
21567 " </DoubleVectorProperty>\n"
21568 "\n"
21569 " <IntVectorProperty name=\"RefinementMode\"\n"
21570 " command=\"SetRefinementMode\"\n"
21571 " number_of_elements=\"1\"\n"
21572 " default_values=\"0\">\n"
21573 " <Documentation>\n"
21574 " Specify how refinement is computed.\n"
21575 " </Documentation>\n"
21576 " <EnumerationDomain name=\"enum\">\n"
21577 " <Entry text=\"Use resolution\" value=\"0\" />\n"
21578 " <Entry text=\"Use cell-size\" value=\"1\" />\n"
21579 " </EnumerationDomain>\n"
21580 " </IntVectorProperty>\n"
21581 "\n"
21582 " <IntVectorProperty name=\"Resolution\"\n"
21583 " command=\"SetResolution\"\n"
21584 " number_of_elements=\"3\"\n"
21585 " default_values=\"100 100 100\">\n"
21586 " <IntRangeDomain name=\"range\" min=\"1 1 1\" />\n"
21587 " <Documentation>\n"
21588 " Set the sampling resolution for the generated volume.\n"
21589 " </Documentation>\n"
21590 " <Hints>\n"
21591 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
21592 " mode=\"visibility\"\n"
21593 " property=\"RefinementMode\"\n"
21594 " value=\"0\" />\n"
21595 " </Hints>\n"
21596 " </IntVectorProperty>\n"
21597 "\n"
21598 " <DoubleVectorProperty name=\"CellSize\"\n"
21599 " command=\"SetCellSize\"\n"
21600 " default_values=\"1.0\"\n"
21601 " number_of_elements=\"1\">\n"
21602 " <Documentation>Specify the cell size to use to compute plane refinement.</Documentation>\n"
21603 " <DoubleRangeDomain name=\"range\" min= \"1\" />\n"
21604 " <Hints>\n"
21605 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
21606 " mode=\"visibility\"\n"
21607 " property=\"RefinementMode\"\n"
21608 " value=\"1\" />\n"
21609 " </Hints>\n"
21610 " </DoubleVectorProperty>\n"
21611 "\n"
21612 " <InputProperty is_internal=\"1\" name=\"DummyInput\">\n"
21613 " <!-- Used when this source is added to a proxy list domain. -->\n"
21614 " </InputProperty>\n"
21615 "\n"
21616 " <PropertyGroup label=\"Volume Parameters\" panel_widget=\"InteractiveBox\">\n"
21617 " <Property function=\"Position\" name=\"Origin\" />\n"
21618 " <Property function=\"Scale\" name=\"Scale\" />\n"
21619 " </PropertyGroup>\n"
21620 "\n"
21621 " <PropertyGroup label=\"Volume Refinement\">\n"
21622 " <Property name=\"RefinementMode\" />\n"
21623 " <Property name=\"Resolution\" />\n"
21624 " <Property name=\"CellSize\" />\n"
21625 " </PropertyGroup>\n"
21626 " <Hints>\n"
21627 " <ProxyList>\n"
21628 " <Link name=\"DummyInput\" with_property=\"Input\" />\n"
21629 " </ProxyList>\n"
21630 " </Hints>\n"
21631 " </SourceProxy>\n"
21632 " </ProxyGroup>\n"
21633 "\n"
21634 " <!-- =================================================================== -->\n"
21635 " <ProxyGroup name=\"point_interpolation_kernels\">\n"
21636 " <Proxy name=\"EllipsoidalGaussianKernel\" class=\"vtkEllipsoidalGaussianKernel\">\n"
21637 " <Documentation>\n"
21638 " This is an interpolation kernel that returns the\n"
21639 " weights for all points found in the ellipsoid defined by radius R in\n"
21640 " combination with local data (normals and/or scalars).\n"
21641 " </Documentation>\n"
21642 "\n"
21643 " <IntVectorProperty name=\"UseNormals\"\n"
21644 " command=\"SetUseNormals\"\n"
21645 " number_of_elements=\"1\"\n"
21646 " default_values=\"1\">\n"
21647 " <BooleanDomain name=\"bool\" />\n"
21648 " <Documentation>\n"
21649 " Specify whether vector values should be used to affect the shape\n"
21650 " of the Gaussian distribution.\n"
21651 " </Documentation>\n"
21652 " </IntVectorProperty>\n"
21653 "\n"
21654 " <IntVectorProperty name=\"UseScalars\"\n"
21655 " command=\"SetUseScalars\"\n"
21656 " number_of_elements=\"1\"\n"
21657 " default_values=\"0\">\n"
21658 " <BooleanDomain name=\"bool\" />\n"
21659 " <Documentation>\n"
21660 " Specify whether scalar values should be used to scale the weights.\n"
21661 " </Documentation>\n"
21662 " </IntVectorProperty>\n"
21663 "\n"
21664 " <DoubleVectorProperty name=\"Radius\"\n"
21665 " command=\"SetRadius\"\n"
21666 " number_of_elements=\"1\"\n"
21667 " default_values=\"1.0\">\n"
21668 " <DoubleRangeDomain name=\"range\" min=\"0.000001\" />\n"
21669 " <Documentation>\n"
21670 " Specify the radius of the kernel. Points within this radius will be\n"
21671 " used for interpolation. If no point is found, then the closest point\n"
21672 " will be used.\n"
21673 " </Documentation>\n"
21674 " </DoubleVectorProperty>\n"
21675 "\n"
21676 " <DoubleVectorProperty name=\"Sharpness\"\n"
21677 " command=\"SetSharpness\"\n"
21678 " number_of_elements=\"1\"\n"
21679 " default_values=\"2.0\">\n"
21680 " <DoubleRangeDomain name=\"range\" min=\"1.0\" />\n"
21681 " <Documentation>\n"
21682 " Specify the sharpness (i.e., falloff) of the Gaussian. By default\n"
21683 " Sharpness=2. As the sharpness increases the effects of distant points\n"
21684 " are reduced.\n"
21685 " </Documentation>\n"
21686 " </DoubleVectorProperty>\n"
21687 "\n"
21688 " <DoubleVectorProperty name=\"Eccentricity\"\n"
21689 " command=\"SetEccentricity\"\n"
21690 " number_of_elements=\"1\"\n"
21691 " default_values=\"2.0\">\n"
21692 " <DoubleRangeDomain name=\"range\" min=\"0.000001\" />\n"
21693 " <Documentation>\n"
21694 " Specify the eccentricity of the ellipsoidal Gaussian. A value=1.0\n"
21695 " produces a spherical distribution. Values less than 1 produce a needle like\n"
21696 " distribution (in the direction of the normal); values greater than 1 produce a\n"
21697 " pancake like distribution (orthogonal to the normal).\n"
21698 " </Documentation>\n"
21699 " </DoubleVectorProperty>\n"
21700 " </Proxy>\n"
21701 "\n"
21702 " <!-- =================================================================== -->\n"
21703 " <Proxy name=\"GeneralizedKernelBase\">\n"
21704 " <IntVectorProperty name=\"KernelFootprint\"\n"
21705 " command=\"SetKernelFootprint\"\n"
21706 " number_of_elements=\"1\"\n"
21707 " default_values=\"0\">\n"
21708 " <EnumerationDomain name=\"enum\">\n"
21709 " <Entry text=\"Radius\" value=\"0\"/>\n"
21710 " <Entry text=\"N Closest\" value=\"1\"/>\n"
21711 " </EnumerationDomain>\n"
21712 " <Documentation>\n"
21713 " Specify the interpolation basis style. By default, a Radius style is\n"
21714 " used (i.e., the basis is defined from all points within a specified\n"
21715 " radius). However, it is also possible to select the N closest points\n"
21716 " (N Closest). Note that in most formulations the Radius style is assumed\n"
21717 " as it provides better mathematical properties. However, for convenience\n"
21718 " some bases are easier to use when the N closest points are taken.\n"
21719 " </Documentation>\n"
21720 " </IntVectorProperty>\n"
21721 "\n"
21722 " <DoubleVectorProperty name=\"Radius\"\n"
21723 " command=\"SetRadius\"\n"
21724 " number_of_elements=\"1\"\n"
21725 " default_values=\"1.0\">\n"
21726 " <DoubleRangeDomain name=\"range\" min=\"0.000001\" />\n"
21727 " <Documentation>\n"
21728 " If the interpolation basis style is Radius, then this method specifies\n"
21729 " the radius within which the basis points must lie.\n"
21730 " </Documentation>\n"
21731 " <Hints>\n"
21732 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
21733 " mode=\"enabled_state\"\n"
21734 " property=\"KernelFootprint\"\n"
21735 " value=\"0\" />\n"
21736 " </Hints>\n"
21737 " </DoubleVectorProperty>\n"
21738 "\n"
21739 " <IntVectorProperty name=\"NumberOfPoints\"\n"
21740 " command=\"SetNumberOfPoints\"\n"
21741 " number_of_elements=\"1\"\n"
21742 " default_values=\"8\">\n"
21743 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
21744 " <Documentation>\n"
21745 " If the interpolation basis style is N Closest, then this method specifies\n"
21746 " the number of the closest points used to form the interpolation basis.\n"
21747 " </Documentation>\n"
21748 " <Hints>\n"
21749 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
21750 " mode=\"enabled_state\"\n"
21751 " property=\"KernelFootprint\"\n"
21752 " value=\"1\" />\n"
21753 " </Hints>\n"
21754 " </IntVectorProperty>\n"
21755 " </Proxy>\n"
21756 "\n"
21757 " <!-- =================================================================== -->\n"
21758 " <Proxy name=\"GaussianKernel\" class=\"vtkGaussianKernel\"\n"
21759 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"GeneralizedKernelBase\">\n"
21760 " <Documentation>\n"
21761 " This is an interpolation kernel that simply returns the\n"
21762 " weights for all points found in the sphere defined by radius R. The\n"
21763 " weights are computed as: `exp(-(s*r/R)^2)` where r is the distance from the\n"
21764 " point to be interpolated to a neighboring point within R. The sharpness s\n"
21765 " simply affects the rate of fall off of the Gaussian. (A more general\n"
21766 " Gaussian kernel is available from **EllipsoidalGaussianKernel**.)\n"
21767 " </Documentation>\n"
21768 "\n"
21769 " <DoubleVectorProperty name=\"Sharpness\"\n"
21770 " command=\"SetSharpness\"\n"
21771 " number_of_elements=\"1\"\n"
21772 " default_values=\"2.0\">\n"
21773 " <DoubleRangeDomain name=\"range\" min=\"1.0\" />\n"
21774 ;
21775 
21776 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Points/Resources/points.xml
21778 " <Documentation>\n"
21779 " Specify the sharpness (i.e., falloff) of the Gaussian. By default\n"
21780 " Sharpness=2. As the sharpness increases the effects of distant points\n"
21781 " are reduced.\n"
21782 " </Documentation>\n"
21783 " </DoubleVectorProperty>\n"
21784 " </Proxy>\n"
21785 "\n"
21786 " <!-- =================================================================== -->\n"
21787 " <Proxy name=\"LinearKernel\" class=\"vtkLinearKernel\"\n"
21788 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"GeneralizedKernelBase\">\n"
21789 " <Documentation>\n"
21790 " This is an interpolation kernel that averages the contributions\n"
21791 " of all points in the basis.\n"
21792 " </Documentation>\n"
21793 " </Proxy>\n"
21794 "\n"
21795 " <!-- =================================================================== -->\n"
21796 " <Proxy name=\"ProbabilisticVoronoiKernel\" class=\"vtkProbabilisticVoronoiKernel\"\n"
21797 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"GeneralizedKernelBase\">\n"
21798 " <Documentation>\n"
21799 " This is an interpolation kernel that interpolates\n"
21800 " from the closest weighted point from a neighborhood of points. The weights\n"
21801 " refer to the probabilistic weighting.\n"
21802 " </Documentation>\n"
21803 " </Proxy>\n"
21804 "\n"
21805 " <!-- =================================================================== -->\n"
21806 " <Proxy name=\"ShepardKernel\" class=\"vtkShepardKernel\"\n"
21807 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"GeneralizedKernelBase\">\n"
21808 " <Documentation>\n"
21809 " This is an interpolation kernel that uses the method of\n"
21810 " Shepard to perform interpolation. The weights are computed as 1/r^p, where\n"
21811 " r is the distance to a neighbor point within the kernel radius R; and p\n"
21812 " (the power parameter) is a positive exponent (typically p=2).\n"
21813 " </Documentation>\n"
21814 "\n"
21815 " <DoubleVectorProperty name=\"PowerParameter\"\n"
21816 " command=\"SetPowerParameter\"\n"
21817 " number_of_elements=\"1\"\n"
21818 " default_values=\"2.0\">\n"
21819 " <DoubleRangeDomain name=\"range\" min=\"0.001\" max=\"100\" />\n"
21820 " <Documentation>\n"
21821 " Specify the power parameter p. By default p=2. Values (which must be\n"
21822 " a positive, real value) != 2 may affect performance significantly.\n"
21823 " </Documentation>\n"
21824 " </DoubleVectorProperty>\n"
21825 " </Proxy>\n"
21826 "\n"
21827 " <!-- =================================================================== -->\n"
21828 " <Proxy name=\"SPHKernelBase\">\n"
21829 " <DoubleVectorProperty name=\"SpatialStep\"\n"
21830 " command=\"SetSpatialStep\"\n"
21831 " number_of_elements=\"1\"\n"
21832 " default_values=\"0.0001\">\n"
21833 " <DoubleRangeDomain name=\"range\" min=\"0\" />\n"
21834 " <Documentation>\n"
21835 " Specify the initial particle spatial step.\n"
21836 " </Documentation>\n"
21837 " </DoubleVectorProperty>\n"
21838 "\n"
21839 " <IntVectorProperty name=\"Dimension\"\n"
21840 " command=\"SetDimension\"\n"
21841 " number_of_elements=\"1\"\n"
21842 " default_values=\"3\">\n"
21843 " <IntRangeDomain name=\"range\" min=\"1\" max=\"3\" />\n"
21844 " <Documentation>\n"
21845 " The domain dimension, default to 3.\n"
21846 " </Documentation>\n"
21847 " </IntVectorProperty>\n"
21848 " </Proxy>\n"
21849 "\n"
21850 " <!-- =================================================================== -->\n"
21851 " <Proxy name=\"SPHCubicKernel\" class=\"vtkSPHCubicKernel\"\n"
21852 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"SPHKernelBase\">\n"
21853 " <Documentation>\n"
21854 " This is an smooth particle hydrodynamics interpolation kernel as\n"
21855 " described by D.J. Price. This is a cubic formulation.\n"
21856 " </Documentation>\n"
21857 " </Proxy>\n"
21858 "\n"
21859 " <Proxy name=\"SPHQuarticKernel\" class=\"vtkSPHQuarticKernel\"\n"
21860 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"SPHKernelBase\">\n"
21861 " <Documentation>\n"
21862 " This is an smooth particle hydrodynamics interpolation kernel as\n"
21863 " described by D.J. Price. This is a quartic formulation.\n"
21864 " </Documentation>\n"
21865 " </Proxy>\n"
21866 "\n"
21867 " <Proxy name=\"SPHQuinticKernel\" class=\"vtkSPHQuinticKernel\"\n"
21868 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"SPHKernelBase\">\n"
21869 " <Documentation>\n"
21870 " This is an smooth particle hydrodynamics interpolation kernel as\n"
21871 " described by D.J. Price. This is a quintic formulation.\n"
21872 " </Documentation>\n"
21873 " </Proxy>\n"
21874 "\n"
21875 " <Proxy name=\"SPHWendlandQuinticKernel\" class=\"vtkWendlandQuinticKernel\"\n"
21876 " base_proxygroup=\"point_interpolation_kernels\" base_proxyname=\"SPHKernelBase\">\n"
21877 " <Documentation>\n"
21878 " This is an smooth particle hydrodynamics interpolation kernel as\n"
21879 " described by D.J. Price. This is a quintic formulation.\n"
21880 " </Documentation>\n"
21881 " </Proxy>\n"
21882 "\n"
21883 " <!-- =================================================================== -->\n"
21884 " <Proxy name=\"VoronoiKernel\" class=\"vtkVoronoiKernel\">\n"
21885 " <Documentation>\n"
21886 " This is an interpolation kernel that simply returns the\n"
21887 " closest point to a point to be interpolated. A single weight is returned\n"
21888 " with value=1.0.\n"
21889 " </Documentation>\n"
21890 " </Proxy>\n"
21891 " </ProxyGroup>\n"
21892 "\n"
21893 " <!-- =================================================================== -->\n"
21894 " <ProxyGroup name=\"filters\">\n"
21895 "\n"
21896 " <!-- ==================================================================== -->\n"
21897 " <SourceProxy name=\"ExtractEnclosedPoints\"\n"
21898 " class=\"vtkExtractEnclosedPoints\"\n"
21899 " label=\"Extract Enclosed Points\">\n"
21900 " <Documentation long_help=\"Extract points inside a closed polygonal surface\"\n"
21901 " short_help=\"Extract points inside a closed points surface\">\n"
21902 " Evaluates all points in the input dataset to determine whether they are contained within\n"
21903 " an enclosing surface, defined by the **Surface**. The filter assumes that the surface\n"
21904 " is closed and manifold. To force a check to ensure these preconditions are met\n"
21905 " set the **CheckSurface** property.\n"
21906 " </Documentation>\n"
21907 "\n"
21908 " <OutputPort index=\"0\" name=\"EnclosedPoints\" />\n"
21909 " <OutputPort index=\"1\" name=\"Outliers\" />\n"
21910 "\n"
21911 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n"
21912 " <ProxyGroupDomain name=\"groups\">\n"
21913 " <Group name=\"sources\" />\n"
21914 " <Group name=\"filters\" />\n"
21915 " </ProxyGroupDomain>\n"
21916 " <DataTypeDomain name=\"input_type\">\n"
21917 " <DataType value=\"vtkPointSet\" />\n"
21918 " </DataTypeDomain>\n"
21919 " <Documentation>This property specifies the input to extract points from.</Documentation>\n"
21920 " </InputProperty>\n"
21921 "\n"
21922 " <InputProperty command=\"SetSurfaceConnection\" name=\"Surface\">\n"
21923 " <ProxyGroupDomain name=\"groups\">\n"
21924 " <Group name=\"sources\" />\n"
21925 " <Group name=\"filters\" />\n"
21926 " </ProxyGroupDomain>\n"
21927 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n"
21928 " <DataType value=\"vtkPolyData\" />\n"
21929 " </DataTypeDomain>\n"
21930 " <Documentation>This property specifies the closed and manifold surface.</Documentation>\n"
21931 " </InputProperty>\n"
21932 "\n"
21933 " <DoubleVectorProperty name=\"Tolerance\"\n"
21934 " command=\"SetTolerance\"\n"
21935 " number_of_elements=\"1\"\n"
21936 " default_values=\"0.0001\">\n"
21937 " <DoubleRangeDomain name=\"range\" min=\"0.0\" />\n"
21938 " <Documentation>\n"
21939 " Specify the tolerance on the intersection. The tolerance is expressed as\n"
21940 " a fraction of the diagonal of the bounding box of the enclosing surface.\n"
21941 " </Documentation>\n"
21942 " </DoubleVectorProperty>\n"
21943 "\n"
21944 " <IntVectorProperty name=\"CheckSurface\"\n"
21945 " number_of_elements=\"1\"\n"
21946 " default_values=\"0\"\n"
21947 " command=\"SetCheckSurface\">\n"
21948 " <BooleanDomain name=\"bool\" />\n"
21949 " <Documentation>\n"
21950 " Specify whether to check the surface for closure. If on, then the\n"
21951 " algorithm first checks to see if the surface is closed and manifold.\n"
21952 " </Documentation>\n"
21953 " </IntVectorProperty>\n"
21954 "\n"
21955 " <IntVectorProperty name=\"GenerateOutliers\"\n"
21956 " command=\"SetGenerateOutliers\"\n"
21957 " number_of_elements=\"1\"\n"
21958 " default_values=\"0\">\n"
21959 " <Documentation>\n"
21960 " If checked, then a second output will be created\n"
21961 " that contains the outlier points.\n"
21962 " </Documentation>\n"
21963 " <BooleanDomain name=\"bool\" />\n"
21964 " </IntVectorProperty>\n"
21965 "\n"
21966 " <IntVectorProperty name=\"GenerateVertices\"\n"
21967 " command=\"SetGenerateVertices\"\n"
21968 " number_of_elements=\"1\"\n"
21969 " default_values=\"1\">\n"
21970 " <Documentation>\n"
21971 " If checked, then the outputs will contain a poly-vertex cell. This takes a\n"
21972 " lot more memory, however certain filters many requires cells to be present\n"
21973 " to function properly.\n"
21974 " </Documentation>\n"
21975 " <BooleanDomain name=\"bool\" />\n"
21976 " </IntVectorProperty>\n"
21977 " </SourceProxy>\n"
21978 "\n"
21979 " <!-- =================================================================== -->\n"
21980 " <SourceProxy name=\"SPHInterpolatorBase\" class=\"vtkSPHInterpolator\"\n"
21981 " label=\"SPH Interpolator\"\n"
21982 " multiprocess_support=\"single_process\">\n"
21983 " <Documentation>\n"
21984 " This filter uses SPH (smooth particle hydrodynamics) kernels to\n"
21985 " interpolate a data source onto an input structure. For example, while the\n"
21986 " data source is a set of particles, the data from these particles can be\n"
21987 " interpolated onto an input object such as a line, plane or volume. Then\n"
21988 " the output (which consists of the input structure plus interpolated data)\n"
21989 " can then be visualized using classical visualization techniques such as\n"
21990 " isocontouring, slicing, heat maps and so on.\n"
21991 " </Documentation>\n"
21992 "\n"
21993 " <InputProperty command=\"SetInputConnection\"\n"
21994 " name=\"Input\"\n"
21995 " port_index=\"1\">\n"
21996 " <ProxyGroupDomain name=\"groups\">\n"
21997 " <Group name=\"sources\" />\n"
21998 " <Group name=\"filters\" />\n"
21999 " </ProxyGroupDomain>\n"
22000 " <DataTypeDomain name=\"input_type\">\n"
22001 " <DataType value=\"vtkPointSet\" />\n"
22002 " </DataTypeDomain>\n"
22003 " <InputArrayDomain attribute_type=\"point\" name=\"point_scalars\" number_of_components=\"1\" />\n"
22004 " <InputArrayDomain attribute_type=\"point\" name=\"point_arrays\" />\n"
22005 " <Documentation>The data source to be interpolated onto the *Source*.</Documentation>\n"
22006 " </InputProperty>\n"
22007 "\n"
22008 " <StringVectorProperty name=\"DensityArray\"\n"
22009 " command=\"SetDensityArrayName\"\n"
22010 " number_of_elements=\"1\"\n"
22011 " default_values=\"Rho\">\n"
22012 " <Documentation>\n"
22013 " Specify the density array name. This is required in computation. If not\n"
22014 " specified the code will error out.\n"
22015 " </Documentation>\n"
22016 " <ArrayListDomain attribute_type=\"Scalars\" name=\"array_list\" input_domain_name=\"point_scalars\">\n"
22017 " <RequiredProperties>\n"
22018 " <Property function=\"Input\" name=\"Input\" />\n"
22019 " </RequiredProperties>\n"
22020 " </ArrayListDomain>\n"
22021 " </StringVectorProperty>\n"
22022 "\n"
22023 " <StringVectorProperty name=\"MassArray\"\n"
22024 " command=\"SetMassArrayName\"\n"
22025 " number_of_elements=\"1\">\n"
22026 " <Documentation>\n"
22027 " Specify the mass array name. If not specified, then the mass at each point\n"
22028 " will be computed from the density and local (spherical) volume at a each\n"
22029 " point.\n"
22030 " </Documentation>\n"
22031 " <ArrayListDomain attribute_type=\"Scalars\" name=\"array_list\" none_string=\"None\"\n"
22032 " input_domain_name=\"point_scalars\">\n"
22033 " <RequiredProperties>\n"
22034 " <Property function=\"Input\" name=\"Input\" />\n"
22035 " </RequiredProperties>\n"
22036 " </ArrayListDomain>\n"
22037 " </StringVectorProperty>\n"
22038 "\n"
22039 " <StringVectorProperty name=\"CutoffArray\"\n"
22040 " command=\"SetCutoffArrayName\"\n"
22041 " number_of_elements=\"1\">\n"
22042 " <Documentation>\n"
22043 " Specify the Cutoff array name. If not specified, then the radius at each point\n"
22044 " will be computed as cutoff factor * smoothing length at a each point.\n"
22045 " </Documentation>\n"
22046 " <ArrayListDomain attribute_type=\"Scalars\" name=\"array_list\" none_string=\"None\"\n"
22047 " input_domain_name=\"point_scalars\">\n"
22048 " <RequiredProperties>\n"
22049 " <Property function=\"Input\" name=\"Input\" />\n"
22050 " </RequiredProperties>\n"
22051 " </ArrayListDomain>\n"
22052 " </StringVectorProperty>\n"
22053 "\n"
22054 " <StringVectorProperty name=\"ExcludedArrays\"\n"
22055 " command=\"AddExcludedArray\"\n"
22056 " clean_command=\"ClearExcludedArrays\"\n"
22057 " number_of_elements_per_command=\"1\"\n"
22058 " repeat_command=\"1\" >\n"
22059 " <Documentation>\n"
22060 " Specify arrays which are to be excluded from the interpolation process.\n"
22061 " </Documentation>\n"
22062 " <ArrayListDomain name=\"array_list\" input_domain_name=\"point_arrays\">\n"
22063 " <RequiredProperties>\n"
22064 " <Property function=\"Input\" name=\"Input\" />\n"
22065 " </RequiredProperties>\n"
22066 " </ArrayListDomain>\n"
22067 " <Hints>\n"
22068 " <!-- This ensures that no array is selected by default -->\n"
22069 " <NoDefault />\n"
22070 " </Hints>\n"
22071 " </StringVectorProperty>\n"
22072 "\n"
22073 " <StringVectorProperty name=\"DerivativeArrays\"\n"
22074 " command=\"AddDerivativeArray\"\n"
22075 " clean_command=\"ClearDerivativeArrays\"\n"
22076 " number_of_elements_per_command=\"1\"\n"
22077 " repeat_command=\"1\">\n"
22078 " <Documentation>\n"
22079 " Specify the arrays whose derivative is to be taken. If\n"
22080 " the name of the array is \"derivArray\" this will produce an output array\n"
22081 " with the name \"derivArray_deriv\" (after filter execution).\n"
22082 " </Documentation>\n"
22083 " <ArrayListDomain name=\"array_list\" input_domain_name=\"point_arrays\">\n"
22084 " <RequiredProperties>\n"
22085 " <Property function=\"Input\" name=\"Input\" />\n"
22086 " </RequiredProperties>\n"
22087 " </ArrayListDomain>\n"
22088 " <Hints>\n"
22089 " <!-- This ensures that no array is selected by default -->\n"
22090 " <NoDefault />\n"
22091 " </Hints>\n"
22092 " </StringVectorProperty>\n"
22093 "\n"
22094 " <PropertyGroup label=\"Array Selections\">\n"
22095 " <Property name=\"DensityArray\" />\n"
22096 " <Property name=\"MassArray\" />\n"
22097 " <Property name=\"CutoffArray\" />\n"
22098 " <Property name=\"ExcludedArrays\" />\n"
22099 " <Property name=\"DerivativeArrays\" />\n"
22100 " </PropertyGroup>\n"
22101 "\n"
22102 " <ProxyProperty name=\"Kernel\" command=\"SetKernel\" >\n"
22103 " Specify an interpolation kernel. The interpolation kernel changes the basis of the\n"
22104 " interpolation.\n"
22105 " <ProxyListDomain name=\"proxy_list\">\n"
22106 " <Proxy group=\"point_interpolation_kernels\" name=\"SPHQuinticKernel\" />\n"
22107 " <Proxy group=\"point_interpolation_kernels\" name=\"SPHCubicKernel\" />\n"
22108 " <Proxy group=\"point_interpolation_kernels\" name=\"SPHQuarticKernel\" />\n"
22109 " <Proxy group=\"point_interpolation_kernels\" name=\"SPHWendlandQuinticKernel\" />\n"
22110 " </ProxyListDomain>\n"
22111 " </ProxyProperty>\n"
22112 "\n"
22113 " <IntVectorProperty name=\"NullPointsStrategy\"\n"
22114 " command=\"SetNullPointsStrategy\"\n"
22115 " number_of_elements=\"1\"\n"
22116 ;
22117 
22118 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Points/Resources/points.xml
22120 " default_values=\"1\"\n"
22121 " panel_visibility=\"advanced\">\n"
22122 " <EnumerationDomain name=\"enum\">\n"
22123 " <Entry text=\"Mask Points\" value=\"0\" />\n"
22124 " <Entry text=\"Null Value\" value=\"1\" />\n"
22125 " </EnumerationDomain>\n"
22126 " <Documentation>\n"
22127 " Specify a strategy to use when encountering a \"null\" point during the\n"
22128 " interpolation process. Null points occur when the local neighborhood (of\n"
22129 " nearby points to interpolate from) is empty. If the strategy is set to\n"
22130 " MaskPoints, then an output array is created that marks points as being\n"
22131 " valid (=1) or null (invalid =0) (and the NullValue is set as well). If\n"
22132 " the strategy is set to NullValue, then the output data value(s) are set\n"
22133 " to the NullPoint value (specified in the output point data).\n"
22134 " </Documentation>\n"
22135 " </IntVectorProperty>\n"
22136 "\n"
22137 " <IntVectorProperty name=\"ComputeShepardSum\"\n"
22138 " command=\"SetComputeShepardSum\"\n"
22139 " number_of_elements=\"1\"\n"
22140 " default_values=\"1\"\n"
22141 " panel_visibility=\"advanced\">\n"
22142 " <BooleanDomain name=\"bool\" />\n"
22143 " <Documentation>\n"
22144 " Indicate whether to compute the summation of Shepard coefficients. In the\n"
22145 " interior of a SPH point cloud, the Shephard summation value should be ~1.0.\n"
22146 " Towards the boundary, the Shepard summation is less than 1.0. If ComputeShepardSum\n"
22147 " is specified, then the output will contain an array of summed Shepard weights\n"
22148 " for each output point.\n"
22149 " </Documentation>\n"
22150 " </IntVectorProperty>\n"
22151 "\n"
22152 " <StringVectorProperty name=\"ShepardSumArrayName\"\n"
22153 " command=\"SetShepardSumArrayName\"\n"
22154 " number_of_elements=\"1\"\n"
22155 " default_values=\"Shepard Summation\"\n"
22156 " panel_visibility=\"advanced\">\n"
22157 " <Documentation>\n"
22158 " If ComputeShepardSum is on, then an array is generated with name\n"
22159 " ShepardSumArrayName for each input point. This vtkFloatArray is placed\n"
22160 " into the output of the filter, and NullPoints have value =0.0. The\n"
22161 " default name is \"Shepard Summation\".\n"
22162 " </Documentation>\n"
22163 " <Hints>\n"
22164 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
22165 " mode=\"enabled_state\" property=\"ComputeShepardSum\" value=\"1\" />\n"
22166 " </Hints>\n"
22167 " </StringVectorProperty>\n"
22168 "\n"
22169 " <StringVectorProperty name=\"ValidPointsMaskArrayName\"\n"
22170 " command=\"SetValidPointsMaskArrayName\"\n"
22171 " number_of_elements=\"1\"\n"
22172 " default_values=\"vtkValidPointMask\"\n"
22173 " panel_visibility=\"advanced\">\n"
22174 " <Documentation>\n"
22175 " If the NullPointsStrategy is \"Mask Points\", then an array is generated for\n"
22176 " each input point. This vtkCharArray is placed into the output of the filter,\n"
22177 " with a non-zero value for a valid point, and zero otherwise. The name of\n"
22178 " this masking array is specified here.\n"
22179 " </Documentation>\n"
22180 " <Hints>\n"
22181 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
22182 " mode=\"enabled_state\" property=\"NullPointsStrategy\" value=\"0\" />\n"
22183 " </Hints>\n"
22184 " </StringVectorProperty>\n"
22185 "\n"
22186 " <DoubleVectorProperty name=\"NullValue\"\n"
22187 " command=\"SetNullValue\"\n"
22188 " number_of_elements=\"1\"\n"
22189 " default_values=\"0.0\"\n"
22190 " panel_visibility=\"advanced\">\n"
22191 " <DoubleRangeDomain name=\"range\" />\n"
22192 " <Documentation>\n"
22193 " Specify the null point value. When a null point is encountered then all\n"
22194 " components of each null tuple are set to this value. By default the\n"
22195 " null value is set to zero.\n"
22196 " </Documentation>\n"
22197 " </DoubleVectorProperty>\n"
22198 "\n"
22199 " <IntVectorProperty name=\"PassPointArrays\"\n"
22200 " command=\"SetPassPointArrays\"\n"
22201 " number_of_elements=\"1\"\n"
22202 " default_values=\"0\"\n"
22203 " panel_visibility=\"never\">\n"
22204 " <BooleanDomain name=\"bool\" />\n"
22205 " <Documentation>\n"
22206 " Indicate whether to shallow copy the input point data arrays to the output.\n"
22207 " </Documentation>\n"
22208 " </IntVectorProperty>\n"
22209 "\n"
22210 " <IntVectorProperty name=\"PassCellArrays\"\n"
22211 " command=\"SetPassCellArrays\"\n"
22212 " number_of_elements=\"1\"\n"
22213 " default_values=\"0\"\n"
22214 " panel_visibility=\"never\">\n"
22215 " <BooleanDomain name=\"bool\" />\n"
22216 " <Documentation>\n"
22217 " Indicate whether to shallow copy the input cell data arrays to the output.\n"
22218 " </Documentation>\n"
22219 " </IntVectorProperty>\n"
22220 "\n"
22221 " <IntVectorProperty name=\"PassFieldArrays\"\n"
22222 " command=\"SetPassFieldArrays\"\n"
22223 " number_of_elements=\"1\"\n"
22224 " default_values=\"0\"\n"
22225 " panel_visibility=\"never\">\n"
22226 " <BooleanDomain name=\"bool\" />\n"
22227 " <Documentation>\n"
22228 " Indicate whether to shallow copy the input field data arrays to the output.\n"
22229 " </Documentation>\n"
22230 " </IntVectorProperty>\n"
22231 "\n"
22232 " <ProxyProperty name=\"Locator\" command=\"SetLocator\" panel_visibility=\"advanced\">\n"
22233 " <Documentation>\n"
22234 " Specify a point locator.\n"
22235 " </Documentation>\n"
22236 " <ProxyListDomain name=\"proxy_list\">\n"
22237 " <Proxy group=\"point_locators\" name=\"StaticPointLocator\" />\n"
22238 " </ProxyListDomain>\n"
22239 " </ProxyProperty>\n"
22240 " </SourceProxy>\n"
22241 "\n"
22242 " <!-- =================================================================== -->\n"
22243 " <SourceProxy name=\"SPHLineInterpolator\" class=\"vtkSPHInterpolator\"\n"
22244 " label=\"SPH Line Interpolator\"\n"
22245 " multiprocess_support=\"single_process\"\n"
22246 " base_proxygroup=\"filters\"\n"
22247 " base_proxyname=\"SPHInterpolatorBase\">\n"
22248 " <Documentation>\n"
22249 " This filter uses SPH (smooth particle hydrodynamics) kernels to\n"
22250 " interpolate a data source onto an input structure. For example, while the\n"
22251 " data source is a set of particles, the data from these particles can be\n"
22252 " interpolated onto an input line. Then\n"
22253 " the output (which consists of the input structure plus interpolated data)\n"
22254 " can then be visualized using classical visualization techniques such as\n"
22255 " isocontouring, slicing, heat maps and so on.\n"
22256 " </Documentation>\n"
22257 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n"
22258 " <ProxyGroupDomain name=\"groups\">\n"
22259 " <Group name=\"sources\" />\n"
22260 " <Group name=\"filters\" />\n"
22261 " </ProxyGroupDomain>\n"
22262 " <DataTypeDomain name=\"input_type\">\n"
22263 " <DataType value=\"vtkDataSet\" />\n"
22264 " </DataTypeDomain>\n"
22265 " <ProxyListDomain name=\"proxy_list\">\n"
22266 " <Proxy group=\"extended_sources\" name=\"HighResLineSource\" />\n"
22267 " </ProxyListDomain>\n"
22268 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n"
22269 " </InputProperty>\n"
22270 " <Hints>\n"
22271 " <View type=\"XYChartView\" />\n"
22272 " <Plotable />\n"
22273 " </Hints>\n"
22274 " </SourceProxy>\n"
22275 "\n"
22276 " <!-- =================================================================== -->\n"
22277 " <SourceProxy name=\"SPHPlaneInterpolator\" class=\"vtkSPHInterpolator\"\n"
22278 " label=\"SPH Plane Interpolator\"\n"
22279 " multiprocess_support=\"single_process\"\n"
22280 " base_proxygroup=\"filters\"\n"
22281 " base_proxyname=\"SPHInterpolatorBase\">\n"
22282 " <Documentation>\n"
22283 " This filter uses SPH (smooth particle hydrodynamics) kernels to\n"
22284 " interpolate a data source onto an input structure. For example, while the\n"
22285 " data source is a set of particles, the data from these particles can be\n"
22286 " interpolated onto an input plane. Then\n"
22287 " the output (which consists of the input structure plus interpolated data)\n"
22288 " can then be visualized using classical visualization techniques such as\n"
22289 " isocontouring, slicing, heat maps and so on.\n"
22290 " </Documentation>\n"
22291 "\n"
22292 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n"
22293 " <ProxyGroupDomain name=\"groups\">\n"
22294 " <Group name=\"sources\" />\n"
22295 " <Group name=\"filters\" />\n"
22296 " </ProxyGroupDomain>\n"
22297 " <DataTypeDomain name=\"input_type\">\n"
22298 " <DataType value=\"vtkDataSet\" />\n"
22299 " </DataTypeDomain>\n"
22300 " <ProxyListDomain name=\"proxy_list\">\n"
22301 " <Proxy group=\"extended_sources\" name=\"BoundedPlaneSource\" />\n"
22302 " </ProxyListDomain>\n"
22303 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n"
22304 " </InputProperty>\n"
22305 " </SourceProxy>\n"
22306 "\n"
22307 " <!-- =================================================================== -->\n"
22308 " <SourceProxy name=\"SPHVolumeInterpolator\" class=\"vtkSPHInterpolator\"\n"
22309 " label=\"SPH Volume Interpolator\"\n"
22310 " multiprocess_support=\"single_process\"\n"
22311 " base_proxygroup=\"filters\"\n"
22312 " base_proxyname=\"SPHInterpolatorBase\">\n"
22313 " <Documentation>\n"
22314 " This filter uses SPH (smooth particle hydrodynamics) kernels to\n"
22315 " interpolate a data source onto an input structure. For example, while the\n"
22316 " data source is a set of particles, the data from these particles can be\n"
22317 " interpolated onto an input volume. Then\n"
22318 " the output (which consists of the input structure plus interpolated data)\n"
22319 " can then be visualized using classical visualization techniques such as\n"
22320 " isocontouring, slicing, heat maps and so on.\n"
22321 " </Documentation>\n"
22322 "\n"
22323 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n"
22324 " <ProxyGroupDomain name=\"groups\">\n"
22325 " <Group name=\"sources\" />\n"
22326 " <Group name=\"filters\" />\n"
22327 " </ProxyGroupDomain>\n"
22328 " <DataTypeDomain name=\"input_type\">\n"
22329 " <DataType value=\"vtkDataSet\" />\n"
22330 " </DataTypeDomain>\n"
22331 " <ProxyListDomain name=\"proxy_list\">\n"
22332 " <Proxy group=\"extended_sources\" name=\"BoundedVolumeSource\" />\n"
22333 " </ProxyListDomain>\n"
22334 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n"
22335 " </InputProperty>\n"
22336 " </SourceProxy>\n"
22337 "\n"
22338 " <!-- =================================================================== -->\n"
22339 " <SourceProxy name=\"SPHDatasetInterpolator\" class=\"vtkSPHInterpolator\"\n"
22340 " label=\"SPH Dataset Interpolator\"\n"
22341 " multiprocess_support=\"single_process\"\n"
22342 " base_proxygroup=\"filters\"\n"
22343 " base_proxyname=\"SPHInterpolatorBase\">\n"
22344 " <Documentation>\n"
22345 " This filter uses SPH (smooth particle hydrodynamics) kernels to\n"
22346 " interpolate a data source onto an input structure. For example, while the\n"
22347 " data source is a set of particles, the data from these particles can be\n"
22348 " interpolated onto an input volume. Then\n"
22349 " the output (which consists of the input structure plus interpolated data)\n"
22350 " can then be visualized using classical visualization techniques such as\n"
22351 " isocontouring, slicing, heat maps and so on.\n"
22352 " </Documentation>\n"
22353 "\n"
22354 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n"
22355 " <ProxyGroupDomain name=\"groups\">\n"
22356 " <Group name=\"sources\" />\n"
22357 " <Group name=\"filters\" />\n"
22358 " </ProxyGroupDomain>\n"
22359 " <DataTypeDomain name=\"input_type\">\n"
22360 " <DataType value=\"vtkDataSet\" />\n"
22361 " </DataTypeDomain>\n"
22362 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n"
22363 " </InputProperty>\n"
22364 " </SourceProxy>\n"
22365 "\n"
22366 " <!-- =================================================================== -->\n"
22367 " <SourceProxy name=\"PointInterpolatorBase\" class=\"vtkPointInterpolator\"\n"
22368 " label=\"Point Interpolator\"\n"
22369 " multiprocess_support=\"single_process\">\n"
22370 " <Documentation>\n"
22371 " This probes a point cloud `PC` on the *Input* with a\n"
22372 " set of points `P` (the filter *Source*), interpolating the data values from `PC`\n"
22373 " onto `P`. Note however that the descriptive phrase \"point cloud\" is a\n"
22374 " misnomer: PC can be represented by any dataset type, with the points of\n"
22375 " the dataset forming PC. Similarly, the output P can also be represented by\n"
22376 " any vtkDataSet type; and the topology/geometry structure of P is passed\n"
22377 " through to the output along with the newly interpolated arrays.\n"
22378 " </Documentation>\n"
22379 "\n"
22380 " <InputProperty command=\"SetInputConnection\"\n"
22381 " name=\"Input\"\n"
22382 " port_index=\"1\">\n"
22383 " <ProxyGroupDomain name=\"groups\">\n"
22384 " <Group name=\"sources\" />\n"
22385 " <Group name=\"filters\" />\n"
22386 " </ProxyGroupDomain>\n"
22387 " <DataTypeDomain name=\"input_type\">\n"
22388 " <DataType value=\"vtkPointSet\" />\n"
22389 " </DataTypeDomain>\n"
22390 " <InputArrayDomain attribute_type=\"point\" name=\"point_scalars\" number_of_components=\"1\" />\n"
22391 " <InputArrayDomain attribute_type=\"point\" name=\"point_arrays\" />\n"
22392 " <Documentation>The data source to be interpolated onto the *Source*.</Documentation>\n"
22393 " </InputProperty>\n"
22394 "\n"
22395 " <ProxyProperty name=\"Kernel\" command=\"SetKernel\">\n"
22396 " <Documentation>\n"
22397 " Specify an interpolation kernel. By default a vtkVoronoiKernel is used\n"
22398 " (i.e., closest point). The interpolation kernel changes the basis of the\n"
22399 " interpolation.\n"
22400 " </Documentation>\n"
22401 " <ProxyListDomain name=\"proxy_list\">\n"
22402 " <Proxy group=\"point_interpolation_kernels\" name=\"VoronoiKernel\" />\n"
22403 " <Proxy group=\"point_interpolation_kernels\" name=\"EllipsoidalGaussianKernel\" />\n"
22404 " <Proxy group=\"point_interpolation_kernels\" name=\"GaussianKernel\" />\n"
22405 " <Proxy group=\"point_interpolation_kernels\" name=\"LinearKernel\" />\n"
22406 " <Proxy group=\"point_interpolation_kernels\" name=\"ProbabilisticVoronoiKernel\" />\n"
22407 " <Proxy group=\"point_interpolation_kernels\" name=\"ShepardKernel\" />\n"
22408 " <Proxy group=\"point_interpolation_kernels\" name=\"VoronoiKernel\" />\n"
22409 " </ProxyListDomain>\n"
22410 " </ProxyProperty>\n"
22411 "\n"
22412 " <IntVectorProperty name=\"NullPointsStrategy\"\n"
22413 " command=\"SetNullPointsStrategy\"\n"
22414 " number_of_elements=\"1\"\n"
22415 " default_values=\"1\"\n"
22416 " panel_visibility=\"advanced\">\n"
22417 " <EnumerationDomain name=\"enum\">\n"
22418 " <Entry text=\"Mask Points\" value=\"0\" />\n"
22419 " <Entry text=\"Null Value\" value=\"1\" />\n"
22420 " <Entry text=\"Closest Point\" value=\"1\" />\n"
22421 " </EnumerationDomain>\n"
22422 " <Documentation>\n"
22423 " Specify a strategy to use when encountering a \"null\" point during the\n"
22424 " interpolation process. Null points occur when the local neighborhood (of\n"
22425 " nearby points to interpolate from) is empty. If the strategy is set to\n"
22426 " MaskPoints, then an output array is created that marks points as being\n"
22427 " valid (=1) or null (invalid =0) (and the NullValue is set as well). If\n"
22428 " the strategy is set to NullValue, then the output data value(s) are set\n"
22429 " to the NullPoint value (specified in the output point data). Finally,\n"
22430 ;
22431 
22432 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Points/Resources/points.xml
22434 " the default strategy ClosestPoint is to simply use the closest point to\n"
22435 " perform the interpolation.\n"
22436 " </Documentation>\n"
22437 " </IntVectorProperty>\n"
22438 "\n"
22439 " <StringVectorProperty name=\"ValidPointsMaskArrayName\"\n"
22440 " command=\"SetValidPointsMaskArrayName\"\n"
22441 " number_of_elements=\"1\"\n"
22442 " default_values=\"vtkValidPointMask\"\n"
22443 " panel_visibility=\"advanced\">\n"
22444 " <Documentation>\n"
22445 " If the NullPointsStrategy is \"Mask Points\", then an array is generated for\n"
22446 " each input point. This vtkCharArray is placed into the output of the filter,\n"
22447 " with a non-zero value for a valid point, and zero otherwise. The name of\n"
22448 " this masking array is specified here.\n"
22449 " </Documentation>\n"
22450 " <Hints>\n"
22451 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
22452 " mode=\"enabled_state\" property=\"NullPointsStrategy\" value=\"0\" />\n"
22453 " </Hints>\n"
22454 " </StringVectorProperty>\n"
22455 "\n"
22456 " <DoubleVectorProperty name=\"NullValue\"\n"
22457 " command=\"SetNullValue\"\n"
22458 " number_of_elements=\"1\"\n"
22459 " default_values=\"0.0\"\n"
22460 " panel_visibility=\"advanced\">\n"
22461 " <DoubleRangeDomain name=\"range\" />\n"
22462 " <Documentation>\n"
22463 " Specify the null point value. When a null point is encountered then all\n"
22464 " components of each null tuple are set to this value. By default the\n"
22465 " null value is set to zero.\n"
22466 " </Documentation>\n"
22467 " </DoubleVectorProperty>\n"
22468 "\n"
22469 " <IntVectorProperty name=\"PassPointArrays\"\n"
22470 " command=\"SetPassPointArrays\"\n"
22471 " number_of_elements=\"1\"\n"
22472 " default_values=\"0\"\n"
22473 " panel_visibility=\"never\">\n"
22474 " <BooleanDomain name=\"bool\" />\n"
22475 " <Documentation>\n"
22476 " Indicate whether to shallow copy the input point data arrays to the output.\n"
22477 " </Documentation>\n"
22478 " </IntVectorProperty>\n"
22479 "\n"
22480 " <IntVectorProperty name=\"PassCellArrays\"\n"
22481 " command=\"SetPassCellArrays\"\n"
22482 " number_of_elements=\"1\"\n"
22483 " default_values=\"0\"\n"
22484 " panel_visibility=\"never\">\n"
22485 " <BooleanDomain name=\"bool\" />\n"
22486 " <Documentation>\n"
22487 " Indicate whether to shallow copy the input cell data arrays to the output.\n"
22488 " </Documentation>\n"
22489 " </IntVectorProperty>\n"
22490 "\n"
22491 " <IntVectorProperty name=\"PassFieldArrays\"\n"
22492 " command=\"SetPassFieldArrays\"\n"
22493 " number_of_elements=\"1\"\n"
22494 " default_values=\"0\"\n"
22495 " panel_visibility=\"never\">\n"
22496 " <BooleanDomain name=\"bool\" />\n"
22497 " <Documentation>\n"
22498 " Indicate whether to shallow copy the input field data arrays to the output.\n"
22499 " </Documentation>\n"
22500 " </IntVectorProperty>\n"
22501 "\n"
22502 " <ProxyProperty name=\"Locator\" command=\"SetLocator\" panel_visibility=\"advanced\">\n"
22503 " <Documentation>\n"
22504 " Specify a point locator.\n"
22505 " </Documentation>\n"
22506 " <ProxyListDomain name=\"proxy_list\">\n"
22507 " <Proxy group=\"point_locators\" name=\"StaticPointLocator\" />\n"
22508 " </ProxyListDomain>\n"
22509 " </ProxyProperty>\n"
22510 " </SourceProxy>\n"
22511 "\n"
22512 " <!-- =================================================================== -->\n"
22513 " <SourceProxy name=\"PointLineInterpolator\" class=\"vtkPointInterpolator\"\n"
22514 " label=\"Point Line Interpolator\"\n"
22515 " multiprocess_support=\"single_process\"\n"
22516 " base_proxygroup=\"filters\"\n"
22517 " base_proxyname=\"PointInterpolatorBase\">\n"
22518 " <Documentation>\n"
22519 " This probes a point cloud `PC` on the *Input* with a\n"
22520 " set of points `P` (the filter *Source*), interpolating the data values from `PC`\n"
22521 " onto `P`. Note however that the descriptive phrase \"point cloud\" is a\n"
22522 " misnomer: PC can be represented by any dataset type, with the points of\n"
22523 " the dataset forming PC. Similarly, the output P can also be represented by\n"
22524 " any vtkDataSet type; and the topology/geometry structure of P is passed\n"
22525 " through to the output along with the newly interpolated arrays.\n"
22526 " </Documentation>\n"
22527 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n"
22528 " <ProxyGroupDomain name=\"groups\">\n"
22529 " <Group name=\"sources\" />\n"
22530 " <Group name=\"filters\" />\n"
22531 " </ProxyGroupDomain>\n"
22532 " <DataTypeDomain name=\"input_type\">\n"
22533 " <DataType value=\"vtkDataSet\" />\n"
22534 " </DataTypeDomain>\n"
22535 " <ProxyListDomain name=\"proxy_list\">\n"
22536 " <Proxy group=\"extended_sources\" name=\"HighResLineSource\" />\n"
22537 " </ProxyListDomain>\n"
22538 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n"
22539 " </InputProperty>\n"
22540 " <Hints>\n"
22541 " <View type=\"XYChartView\" />\n"
22542 " <Plotable />\n"
22543 " </Hints>\n"
22544 " </SourceProxy>\n"
22545 "\n"
22546 " <!-- =================================================================== -->\n"
22547 " <SourceProxy name=\"PointPlaneInterpolator\" class=\"vtkPointInterpolator\"\n"
22548 " label=\"Point Plane Interpolator\"\n"
22549 " multiprocess_support=\"single_process\"\n"
22550 " base_proxygroup=\"filters\"\n"
22551 " base_proxyname=\"PointInterpolatorBase\">\n"
22552 " <Documentation>\n"
22553 " This probes a point cloud `PC` on the *Input* with a\n"
22554 " set of points `P` (the filter *Source*), interpolating the data values from `PC`\n"
22555 " onto `P`. Note however that the descriptive phrase \"point cloud\" is a\n"
22556 " misnomer: PC can be represented by any dataset type, with the points of\n"
22557 " the dataset forming PC. Similarly, the output P can also be represented by\n"
22558 " any vtkDataSet type; and the topology/geometry structure of P is passed\n"
22559 " through to the output along with the newly interpolated arrays.\n"
22560 " </Documentation>\n"
22561 "\n"
22562 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n"
22563 " <ProxyGroupDomain name=\"groups\">\n"
22564 " <Group name=\"sources\" />\n"
22565 " <Group name=\"filters\" />\n"
22566 " </ProxyGroupDomain>\n"
22567 " <DataTypeDomain name=\"input_type\">\n"
22568 " <DataType value=\"vtkDataSet\" />\n"
22569 " </DataTypeDomain>\n"
22570 " <ProxyListDomain name=\"proxy_list\">\n"
22571 " <Proxy group=\"extended_sources\" name=\"BoundedPlaneSource\" />\n"
22572 " </ProxyListDomain>\n"
22573 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n"
22574 " </InputProperty>\n"
22575 " </SourceProxy>\n"
22576 "\n"
22577 " <!-- =================================================================== -->\n"
22578 " <SourceProxy name=\"PointVolumeInterpolator\" class=\"vtkPointInterpolator\"\n"
22579 " label=\"Point Volume Interpolator\"\n"
22580 " multiprocess_support=\"single_process\"\n"
22581 " base_proxygroup=\"filters\"\n"
22582 " base_proxyname=\"PointInterpolatorBase\">\n"
22583 " <Documentation>\n"
22584 " This probes a point cloud `PC` on the *Input* with a\n"
22585 " set of points `P` (the filter *Source*), interpolating the data values from `PC`\n"
22586 " onto `P`. Note however that the descriptive phrase \"point cloud\" is a\n"
22587 " misnomer: PC can be represented by any dataset type, with the points of\n"
22588 " the dataset forming PC. Similarly, the output P can also be represented by\n"
22589 " any vtkDataSet type; and the topology/geometry structure of P is passed\n"
22590 " through to the output along with the newly interpolated arrays.\n"
22591 " </Documentation>\n"
22592 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n"
22593 " <ProxyGroupDomain name=\"groups\">\n"
22594 " <Group name=\"sources\" />\n"
22595 " <Group name=\"filters\" />\n"
22596 " </ProxyGroupDomain>\n"
22597 " <DataTypeDomain name=\"input_type\">\n"
22598 " <DataType value=\"vtkDataSet\" />\n"
22599 " </DataTypeDomain>\n"
22600 " <ProxyListDomain name=\"proxy_list\">\n"
22601 " <Proxy group=\"extended_sources\" name=\"BoundedVolumeSource\" />\n"
22602 " </ProxyListDomain>\n"
22603 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n"
22604 " </InputProperty>\n"
22605 " </SourceProxy>\n"
22606 "\n"
22607 " <!-- =================================================================== -->\n"
22608 " <SourceProxy name=\"PointDatasetInterpolator\" class=\"vtkPointInterpolator\"\n"
22609 " label=\"Point Dataset Interpolator\"\n"
22610 " multiprocess_support=\"single_process\"\n"
22611 " base_proxygroup=\"filters\"\n"
22612 " base_proxyname=\"PointInterpolatorBase\">\n"
22613 " <Documentation>\n"
22614 " This probes a point cloud `PC` on the *Input* with a\n"
22615 " set of points `P` (the filter *Source*), interpolating the data values from `PC`\n"
22616 " onto `P`. Note however that the descriptive phrase \"point cloud\" is a\n"
22617 " misnomer: PC can be represented by any dataset type, with the points of\n"
22618 " the dataset forming PC. Similarly, the output P can also be represented by\n"
22619 " any vtkDataSet type; and the topology/geometry structure of P is passed\n"
22620 " through to the output along with the newly interpolated arrays.\n"
22621 " </Documentation>\n"
22622 " <InputProperty command=\"SetInputConnection\" name=\"Source\" port_index=\"0\">\n"
22623 " <ProxyGroupDomain name=\"groups\">\n"
22624 " <Group name=\"sources\" />\n"
22625 " <Group name=\"filters\" />\n"
22626 " </ProxyGroupDomain>\n"
22627 " <DataTypeDomain name=\"input_type\">\n"
22628 " <DataType value=\"vtkDataSet\" />\n"
22629 " </DataTypeDomain>\n"
22630 " <Documentation>The data source that provides the structure to be interpolated on.</Documentation>\n"
22631 " </InputProperty>\n"
22632 " </SourceProxy>\n"
22633 " </ProxyGroup>\n"
22634 "</ServerManagerConfiguration>\n"
22635 "\n";
22636 // Get single string
22638 {
22639 
22640  const size_t len0 = strlen(paraview_server_managerpointsInterface0);
22641  const size_t len1 = strlen(paraview_server_managerpointsInterface1);
22642  const size_t len2 = strlen(paraview_server_managerpointsInterface2);
22643  const size_t len3 = strlen(paraview_server_managerpointsInterface3);
22644  size_t len = ( 0
22645  + len0
22646  + len1
22647  + len2
22648  + len3 );
22649  char* res = new char[ len + 1];
22650  size_t offset = 0;
22651  std::copy(paraview_server_managerpointsInterface0, paraview_server_managerpointsInterface0 + len0, res + offset); offset += len0;
22652  std::copy(paraview_server_managerpointsInterface1, paraview_server_managerpointsInterface1 + len1, res + offset); offset += len1;
22653  std::copy(paraview_server_managerpointsInterface2, paraview_server_managerpointsInterface2 + len2, res + offset); offset += len2;
22654  std::copy(paraview_server_managerpointsInterface3, paraview_server_managerpointsInterface3 + len3, res + offset); offset += len3;
22655  assert(offset == len);
22656  res[offset] = 0;
22657  return res;
22658 }
22659 
22660 
22661 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOCore/Resources/filters_pv_iocore.xml
22663 "<ServerManagerConfiguration>\n"
22664 " <ProxyGroup name=\"filters\">\n"
22665 " <!-- ==================================================================== -->\n"
22666 " <SourceProxy class=\"vtkAdditionalFieldReader\"\n"
22667 " label=\"Add Field Arrays\"\n"
22668 " name=\"AddFieldArrays\">\n"
22669 " <Documentation long_help=\"Reads arrays from a file and adds them to the input data object.\"\n"
22670 " short_help=\"Adds arrays to a data object.\">\n"
22671 " Takes in an input data object and a filename. Opens the file\n"
22672 " and adds any arrays it sees there to the input data.\n"
22673 " </Documentation>\n"
22674 " <InputProperty command=\"SetInputConnection\"\n"
22675 " name=\"Input\">\n"
22676 " <ProxyGroupDomain name=\"groups\">\n"
22677 " <Group name=\"sources\" />\n"
22678 " <Group name=\"filters\" />\n"
22679 " </ProxyGroupDomain>\n"
22680 " <Documentation>The input.</Documentation>\n"
22681 " </InputProperty>\n"
22682 " <StringVectorProperty animateable=\"0\"\n"
22683 " command=\"SetFileName\"\n"
22684 " name=\"FileName\"\n"
22685 " number_of_elements=\"1\"\n"
22686 " panel_visibility=\"always\">\n"
22687 " <FileListDomain name=\"files\" />\n"
22688 " <Documentation>\n"
22689 " This property specifies the file to read to get arrays\n"
22690 " </Documentation>\n"
22691 " </StringVectorProperty>\n"
22692 " <Property command=\"Modified\"\n"
22693 " label=\"Reload\"\n"
22694 " name=\"Reload\"\n"
22695 " panel_widget=\"command_button\"\n"
22696 " panel_visibility=\"always\">\n"
22697 " <Documentation> A convenient way to reload the data file </Documentation>\n"
22698 " </Property>\n"
22699 " <!-- End of AdditionalFieldReader -->\n"
22700 " </SourceProxy>\n"
22701 "\n"
22702 " </ProxyGroup>\n"
22703 "</ServerManagerConfiguration>\n"
22704 "\n";
22705 // Get single string
22707 {
22708 
22709  const size_t len0 = strlen(paraview_server_managerfilters_pv_iocoreInterface0);
22710  size_t len = ( 0
22711  + len0 );
22712  char* res = new char[ len + 1];
22713  size_t offset = 0;
22715  assert(offset == len);
22716  res[offset] = 0;
22717  return res;
22718 }
22719 
22720 
22721 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOCore/Resources/readers_pv_iocore.xml
22723 "<ServerManagerConfiguration>\n"
22724 " <ProxyGroup name=\"sources\">\n"
22725 " <!-- ================================================================== -->\n"
22726 " <SourceProxy class=\"vtkPVDReader\"\n"
22727 " label=\"PVD Reader\"\n"
22728 " name=\"PVDReader\">\n"
22729 " <Documentation long_help=\"Load a dataset stored in ParaView's PVD file format.\"\n"
22730 " short_help=\"Read a PVD file.\">The PVD reader reads data\n"
22731 " stored in ParaView's PVD file format. The .pvd file is\n"
22732 " essentially a header file that collects together other\n"
22733 " data files stored in VTK's XML-based file\n"
22734 " format.</Documentation>\n"
22735 " <StringVectorProperty animateable=\"0\"\n"
22736 " command=\"SetFileName\"\n"
22737 " name=\"FileName\"\n"
22738 " number_of_elements=\"1\"\n"
22739 " panel_visibility=\"never\">\n"
22740 " <FileListDomain name=\"files\" />\n"
22741 " <Documentation>This property specifies the file name for the PVD\n"
22742 " reader.</Documentation>\n"
22743 " </StringVectorProperty>\n"
22744 " <DoubleVectorProperty information_only=\"1\"\n"
22745 " name=\"TimestepValues\"\n"
22746 " repeatable=\"1\">\n"
22747 " <TimeStepsInformationHelper />\n"
22748 " <Documentation>Available timestep values.</Documentation>\n"
22749 " </DoubleVectorProperty>\n"
22750 "\n"
22751 " <!-- Array Selection GUI Component -->\n"
22752 " <StringVectorProperty information_only=\"1\"\n"
22753 " name=\"CellArrayInfo\">\n"
22754 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
22755 " </StringVectorProperty>\n"
22756 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
22757 " element_types=\"2 0\"\n"
22758 " information_property=\"CellArrayInfo\"\n"
22759 " label=\"Cell Arrays\"\n"
22760 " name=\"CellArrayStatus\"\n"
22761 " number_of_elements=\"0\"\n"
22762 " number_of_elements_per_command=\"2\"\n"
22763 " repeat_command=\"1\">\n"
22764 " <ArraySelectionDomain name=\"array_list\">\n"
22765 " <RequiredProperties>\n"
22766 " <Property function=\"ArrayList\"\n"
22767 " name=\"CellArrayInfo\" />\n"
22768 " </RequiredProperties>\n"
22769 " </ArraySelectionDomain>\n"
22770 " <Documentation>This property lists which cell-centered arrays to\n"
22771 " read.</Documentation>\n"
22772 " </StringVectorProperty>\n"
22773 " <StringVectorProperty information_only=\"1\"\n"
22774 " name=\"PointArrayInfo\">\n"
22775 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
22776 " </StringVectorProperty>\n"
22777 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
22778 " element_types=\"2 0\"\n"
22779 " information_property=\"PointArrayInfo\"\n"
22780 " label=\"PointArrays\"\n"
22781 " name=\"PointArrayStatus\"\n"
22782 " number_of_elements=\"0\"\n"
22783 " number_of_elements_per_command=\"2\"\n"
22784 " repeat_command=\"1\">\n"
22785 " <ArraySelectionDomain name=\"array_list\">\n"
22786 " <RequiredProperties>\n"
22787 " <Property function=\"ArrayList\"\n"
22788 " name=\"PointArrayInfo\" />\n"
22789 " </RequiredProperties>\n"
22790 " </ArraySelectionDomain>\n"
22791 " <Documentation>This property lists which point-centered arrays to\n"
22792 " read.</Documentation>\n"
22793 " </StringVectorProperty>\n"
22794 " <StringVectorProperty information_only=\"1\"\n"
22795 " name=\"ColumnArrayInfo\">\n"
22796 " <ArraySelectionInformationHelper attribute_name=\"Column\" />\n"
22797 " </StringVectorProperty>\n"
22798 " <StringVectorProperty command=\"SetColumnArrayStatus\"\n"
22799 " element_types=\"2 0\"\n"
22800 " information_property=\"ColumnArrayInfo\"\n"
22801 " label=\"Column Arrays\"\n"
22802 " name=\"ColumnArrayStatus\"\n"
22803 " number_of_elements=\"0\"\n"
22804 " number_of_elements_per_command=\"2\"\n"
22805 " repeat_command=\"1\">\n"
22806 " <ArraySelectionDomain name=\"array_list\">\n"
22807 " <RequiredProperties>\n"
22808 " <Property function=\"ArrayList\"\n"
22809 " name=\"ColumnArrayInfo\" />\n"
22810 " </RequiredProperties>\n"
22811 " </ArraySelectionDomain>\n"
22812 " <Documentation>This property lists which columns to\n"
22813 " read.</Documentation>\n"
22814 " </StringVectorProperty>\n"
22815 " <PropertyGroup label=\"Point/Cell/Column Array Status\"\n"
22816 " name=\"ArrayStatus\"\n"
22817 " panel_visibility=\"default\"\n"
22818 " panel_widget=\"ArrayStatus\">\n"
22819 " <Property name=\"CellArrayInfo\" />\n"
22820 " <Property name=\"CellArrayStatus\" />\n"
22821 " <Property name=\"PointArrayInfo\" />\n"
22822 " <Property name=\"PointArrayStatus\" />\n"
22823 " <Property name=\"ColumnArrayInfo\" />\n"
22824 " <Property name=\"ColumnArrayStatus\" />\n"
22825 " </PropertyGroup>\n"
22826 " <Hints>\n"
22827 " <ReaderFactory extensions=\"pvd\"\n"
22828 " file_description=\"ParaView Data Files\" />\n"
22829 " </Hints>\n"
22830 " <!-- End PVDReader -->\n"
22831 " </SourceProxy>\n"
22832 "\n"
22833 "\n"
22834 " <!-- ================================================================== -->\n"
22835 "\n"
22836 " </ProxyGroup>\n"
22837 "</ServerManagerConfiguration>\n"
22838 "\n";
22839 // Get single string
22841 {
22842 
22843  const size_t len0 = strlen(paraview_server_managerreaders_pv_iocoreInterface0);
22844  size_t len = ( 0
22845  + len0 );
22846  char* res = new char[ len + 1];
22847  size_t offset = 0;
22849  assert(offset == len);
22850  res[offset] = 0;
22851  return res;
22852 }
22853 
22854 
22855 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOCore/Resources/writers_pv_iocore.xml
22857 "<ServerManagerConfiguration>\n"
22858 " <ProxyGroup name=\"internal_writers\">\n"
22859 " <!-- ================================================================= -->\n"
22860 " <Proxy class=\"vtkCSVWriter\" name=\"CSVWriter\">\n"
22861 " <Documentation short_help=\"Writer to write CSV files\">Writer to write comma or tab\n"
22862 " delimited files from a table. If the file extension is tsv it uses the tab character\n"
22863 " for the delimiter. Otherwise it uses a comma.</Documentation>\n"
22864 "\n"
22865 " <InputProperty name=\"DummyInput\" panel_visibility=\"never\">\n"
22866 " </InputProperty>\n"
22867 "\n"
22868 " <IntVectorProperty command=\"SetPrecision\"\n"
22869 " default_values=\"5\"\n"
22870 " name=\"Precision\"\n"
22871 " number_of_elements=\"1\">\n"
22872 " <IntRangeDomain min=\"0\"\n"
22873 " name=\"range\" />\n"
22874 " </IntVectorProperty>\n"
22875 " <IntVectorProperty command=\"SetUseScientificNotation\"\n"
22876 " default_values=\"0\"\n"
22877 " name=\"UseScientificNotation\"\n"
22878 " number_of_elements=\"1\">\n"
22879 " <BooleanDomain name=\"bool\" />\n"
22880 " </IntVectorProperty>\n"
22881 " <StringVectorProperty command=\"SetFieldDelimiter\"\n"
22882 " name=\"FieldDelimiter\"\n"
22883 " default_values=\",\"\n"
22884 " number_of_elements=\"1\">\n"
22885 " <Documentation>Used to set the delimiter character. This is hidden from the user\n"
22886 " and set automatically based on the file extension. An extension of .tsv will set\n"
22887 " the delimiter character to a tab. Otherwise a comma will be used as the delimiter.</Documentation>\n"
22888 " </StringVectorProperty>\n"
22889 " <IntVectorProperty command=\"SetFieldAssociation\"\n"
22890 " default_values=\"0\"\n"
22891 " name=\"FieldAssociation\"\n"
22892 " number_of_elements=\"1\">\n"
22893 " <Documentation>Select the attribute data to pass.</Documentation>\n"
22894 " <FieldDataDomain name=\"enum\" enable_field_data=\"1\">\n"
22895 " <RequiredProperties>\n"
22896 " <Property function=\"Input\" name=\"DummyInput\" />\n"
22897 " </RequiredProperties>\n"
22898 " </FieldDataDomain>\n"
22899 " </IntVectorProperty>\n"
22900 " <IntVectorProperty command=\"SetAddMetaData\"\n"
22901 " default_values=\"1\"\n"
22902 " name=\"AddMetaData\"\n"
22903 " number_of_elements=\"1\">\n"
22904 " <Documentation>It is possible for this filter to add additional\n"
22905 " meta-data to the field data such as point coordinates (when point\n"
22906 " attributes are selected and input is pointset) or structured\n"
22907 " coordinates etc. To enable this addition of extra information, turn\n"
22908 " this flag on.</Documentation>\n"
22909 " <BooleanDomain name=\"bool\" />\n"
22910 " </IntVectorProperty>\n"
22911 " <IntVectorProperty command=\"SetAddTime\"\n"
22912 " default_values=\"0\"\n"
22913 " name=\"AddTime\"\n"
22914 " number_of_elements=\"1\">\n"
22915 " <Documentation>When set, the writer will add a \"Time\" column to the generated\n"
22916 " file indicating the current dataset time, if any.\n"
22917 " </Documentation>\n"
22918 " <BooleanDomain name=\"bool\" />\n"
22919 " </IntVectorProperty>\n"
22920 " <!-- End of CSVWriter -->\n"
22921 " </Proxy>\n"
22922 " <!-- end of \"internal_writers\" -->\n"
22923 " </ProxyGroup>\n"
22924 "\n"
22925 " <!-- =================================================================== -->\n"
22926 " <ProxyGroup name=\"writers\">\n"
22927 " <!-- ================================================================= -->\n"
22928 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
22929 " base_proxyname=\"ParallelWriterBase\"\n"
22930 " class=\"vtkXMLPVDWriter\"\n"
22931 " name=\"XMLPVDWriter\">\n"
22932 " <Documentation short_help=\"Write ParaView data files (pvd).\">Writer to\n"
22933 " write ParaView data files (pvd). It is used to save all pieces of a\n"
22934 " source/filter to a file with pieces spread across the server\n"
22935 " processes.</Documentation>\n"
22936 " <InputProperty command=\"SetInputConnection\"\n"
22937 " name=\"Input\">\n"
22938 " <DataTypeDomain composite_data_supported=\"0\"\n"
22939 " name=\"input_type\">\n"
22940 " <DataType value=\"vtkDataSet\" />\n"
22941 " <DataType value=\"vtkTable\" />\n"
22942 " </DataTypeDomain>\n"
22943 " <Documentation>The input filter/source whose output dataset is to\n"
22944 " written to the files.</Documentation>\n"
22945 " </InputProperty>\n"
22946 " <IntVectorProperty command=\"SetHeaderType\"\n"
22947 " default_values=\"64\"\n"
22948 " name=\"HeaderType\"\n"
22949 " number_of_elements=\"1\">\n"
22950 " <EnumerationDomain name=\"enum\">\n"
22951 " <Entry text=\"UInt32\" value=\"32\" />\n"
22952 " <Entry text=\"UInt64\" value=\"64\" />\n"
22953 " </EnumerationDomain>\n"
22954 " <Documentation>Set the binary data header word type. The default is\n"
22955 " UInt32. Set to UInt64 when storing arrays requiring 64-bit indexing.\n"
22956 " </Documentation>\n"
22957 " </IntVectorProperty>\n"
22958 " <IntVectorProperty command=\"SetDataMode\"\n"
22959 " default_values=\"2\"\n"
22960 " name=\"DataMode\"\n"
22961 " number_of_elements=\"1\">\n"
22962 " <EnumerationDomain name=\"enum\">\n"
22963 " <Entry text=\"Ascii\"\n"
22964 " value=\"0\" />\n"
22965 " <Entry text=\"Binary\"\n"
22966 " value=\"1\" />\n"
22967 " <Entry text=\"Appended\"\n"
22968 " value=\"2\" />\n"
22969 " </EnumerationDomain>\n"
22970 " <Documentation>The mode uses for writing the file's data i.e. ascii,\n"
22971 " binary, appended binary.</Documentation>\n"
22972 " </IntVectorProperty>\n"
22973 " <IntVectorProperty command=\"SetEncodeAppendedData\"\n"
22974 " default_values=\"0\"\n"
22975 " name=\"EncodeAppendedData\"\n"
22976 " number_of_elements=\"1\">\n"
22977 " <BooleanDomain name=\"bool\" />\n"
22978 " <Documentation>When EncodeAppendedData is turned ON, the writer uses\n"
22979 " base64 encoding when writing binary data (only if appended mode is\n"
22980 " selected).</Documentation>\n"
22981 " </IntVectorProperty>\n"
22982 " <IntVectorProperty command=\"SetCompressorType\"\n"
22983 " default_values=\"0\"\n"
22984 " name=\"CompressorType\"\n"
22985 " number_of_elements=\"1\">\n"
22986 " <EnumerationDomain name=\"enum\">\n"
22987 " <Entry text=\"None\"\n"
22988 " value=\"0\"\n"
22989 " info=\"fastest write\"/>\n"
22990 " <Entry text=\"LZ4\"\n"
22991 " value=\"2\"\n"
22992 " info=\"fastest compressed write\" />\n"
22993 " <Entry text=\"ZLib\"\n"
22994 " value=\"1\"\n"
22995 " info=\"balanced performance\" />\n"
22996 " <Entry text=\"LZMA\"\n"
22997 " value=\"3\"\n"
22998 " info=\"smallest filesize\" />\n"
22999 " </EnumerationDomain>\n"
23000 " <Documentation>The compression algorithm used to compress binary data\n"
23001 " (appended mode only). None offers fastest write, LZ4 offers fastest\n"
23002 " compressed write, ZLib offers balanced performance, LZMA offers\n"
23003 " smallest compressed filesize.</Documentation>\n"
23004 " </IntVectorProperty>\n"
23005 " <IntVectorProperty command=\"SetCompressionLevel\"\n"
23006 " default_values=\"6\"\n"
23007 " name=\"CompressionLevel\"\n"
23008 " number_of_elements=\"1\">\n"
23009 " <EnumerationDomain name=\"enum\">\n"
23010 " <Entry text=\"1\"\n"
23011 " value=\"1\"\n"
23012 " info=\"fastest write\"/>\n"
23013 " <Entry text=\"2\"\n"
23014 " value=\"2\" />\n"
23015 " <Entry text=\"3\"\n"
23016 " value=\"3\" />\n"
23017 " <Entry text=\"4\"\n"
23018 " value=\"4\" />\n"
23019 " <Entry text=\"5\"\n"
23020 " value=\"5\"\n"
23021 " info=\"balanced performance\" />\n"
23022 " <Entry text=\"6\"\n"
23023 " value=\"6\" />\n"
23024 " <Entry text=\"7\"\n"
23025 " value=\"7\" />\n"
23026 " <Entry text=\"8\"\n"
23027 " value=\"8\" />\n"
23028 " <Entry text=\"9\"\n"
23029 " value=\"9\"\n"
23030 " info=\"smallest filesize\"/>\n"
23031 " </EnumerationDomain>\n"
23032 " <Documentation>A compression performance parameter from 1 (faster/larger\n"
23033 " compressed filesize) to 9 (slower/smaller compressed filesize).</Documentation>\n"
23034 " <Hints>\n"
23035 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
23036 " mode=\"enabled_state\"\n"
23037 " property=\"CompressorType\"\n"
23038 " value=\"0\"\n"
23039 " inverse=\"1\" />\n"
23040 " </Hints>\n"
23041 " </IntVectorProperty>\n"
23042 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n"
23043 " default_values=\"0\"\n"
23044 " name=\"WriteTimeSteps\"\n"
23045 " number_of_elements=\"1\">\n"
23046 " <BooleanDomain name=\"bool\" />\n"
23047 " <Documentation>When WriteTimeSteps is turned ON, the writer is\n"
23048 " executed once for each timestep available from its input.</Documentation>\n"
23049 " </IntVectorProperty>\n"
23050 " <Hints>\n"
23051 " <Property name=\"Input\"\n"
23052 " show=\"0\" />\n"
23053 " <Property name=\"FileName\"\n"
23054 " show=\"0\" />\n"
23055 " <Property name=\"HeaderType\"\n"
23056 " show=\"0\" />\n"
23057 " <Property name=\"UseSubdirectory\"\n"
23058 " show=\"1\" />\n"
23059 " <Property name=\"WriteAllTimeSteps\"\n"
23060 " show=\"1\" />\n"
23061 " <WriterFactory extensions=\"pvd\"\n"
23062 " file_description=\"ParaView Data Files\" />\n"
23063 " </Hints>\n"
23064 " <!-- End of XMLPVDWriter -->\n"
23065 " </PWriterProxy>\n"
23066 "\n"
23067 " <!-- ================================================================= -->\n"
23068 " <PWriterProxy class=\"vtkFileSeriesWriter\"\n"
23069 " file_name_method=\"SetFileName\"\n"
23070 " name=\"CSVWriter\">\n"
23071 " <Documentation short_help=\"Writer to write CSV files\">Writer to write comma or tab\n"
23072 " delimited files from any dataset. Set FieldAssociation to choose whether cell\n"
23073 " data/point data needs to be saved. If the file extension is tsv it uses the tab character\n"
23074 " for the delimiter. Otherwise it uses a comma.</Documentation>\n"
23075 " <InputProperty command=\"SetInputConnection\"\n"
23076 " panel_visibility=\"never\"\n"
23077 " name=\"Input\">\n"
23078 " <DataTypeDomain name=\"input_type\">\n"
23079 " <DataType value=\"vtkDataSet\" />\n"
23080 " <DataType value=\"vtkTable\" />\n"
23081 " </DataTypeDomain>\n"
23082 " <Documentation>The input filter/source whose output dataset is to be\n"
23083 " written to the file.</Documentation>\n"
23084 " </InputProperty>\n"
23085 " <StringVectorProperty command=\"SetFileName\"\n"
23086 " name=\"FileName\"\n"
23087 " panel_visibility=\"never\"\n"
23088 " number_of_elements=\"1\">\n"
23089 " <Documentation>The name of the file to be written.</Documentation>\n"
23090 " </StringVectorProperty>\n"
23091 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n"
23092 " default_values=\"0\"\n"
23093 " name=\"WriteTimeSteps\"\n"
23094 " number_of_elements=\"1\">\n"
23095 " <BooleanDomain name=\"bool\" />\n"
23096 " <Documentation>When WriteTimeSteps is turned ON, the writer is\n"
23097 " executed once for each timestep available from its input.</Documentation>\n"
23098 " </IntVectorProperty>\n"
23099 " <StringVectorProperty command=\"SetFileNameSuffix\"\n"
23100 " default_values=\"_%d\"\n"
23101 " label = \"File name suffix\"\n"
23102 " name=\"FileNameSuffix\"\n"
23103 " number_of_elements=\"1\">\n"
23104 " <Documentation>\n"
23105 " The suffix to append to the file name when writing files at different timesteps.\n"
23106 " (File extensions such as .csv should be excluded.)\n"
23107 " The % format specifiers are used. For example, _%d will write files as FileName_0,\n"
23108 " FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,\n"
23109 " FileName_001, FileName_002 etc.\n"
23110 " </Documentation>\n"
23111 " <Hints>\n"
23112 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
23113 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n"
23114 " </PropertyWidgetDecorator>\n"
23115 " </Hints>\n"
23116 " </StringVectorProperty>\n"
23117 "\n"
23118 " <SubProxy>\n"
23119 " <Proxy name=\"PassArrays\" proxygroup=\"internal_writers\" proxyname=\"PassArrays\" />\n"
23120 " <ExposedProperties>\n"
23121 " <Property name=\"ChooseArraysToWrite\"/>\n"
23122 " <PropertyGroup label=\"Array Selection\" panel_widget=\"ArrayStatus\">\n"
23123 " <Property name=\"PointDataArrays\" />\n"
23124 " <Property name=\"CellDataArrays\" />\n"
23125 " <Property name=\"FieldDataArrays\" />\n"
23126 " <Property name=\"VertexDataArrays\" />\n"
23127 " <Property name=\"EdgeDataArrays\" />\n"
23128 " <Property name=\"RowDataArrays\" />\n"
23129 " <Hints>\n"
23130 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
23131 " mode=\"visibility\"\n"
23132 " property=\"ChooseArraysToWrite\"\n"
23133 " value=\"1\" />\n"
23134 " <!-- show this widget when ChooseArraysToWrite==1 -->\n"
23135 " </Hints>\n"
23136 " </PropertyGroup>\n"
23137 " </ExposedProperties>\n"
23138 " <LinkProperties>\n"
23139 " <Property name=\"Input\" with_property=\"Input\" />\n"
23140 " </LinkProperties>\n"
23141 " </SubProxy>\n"
23142 "\n"
23143 " <SubProxy>\n"
23144 " <Proxy name=\"Writer\"\n"
23145 " proxygroup=\"internal_writers\"\n"
23146 " proxyname=\"CSVWriter\"></Proxy>\n"
23147 " <ExposedProperties>\n"
23148 " <PropertyGroup label=\"CSV Writer Parameters\">\n"
23149 " <Property name=\"Precision\" />\n"
23150 " <Property name=\"FieldDelimiter\"\n"
23151 " panel_visibility=\"never\"/>\n"
23152 " <Property name=\"UseScientificNotation\" />\n"
23153 " <Property name=\"FieldAssociation\" />\n"
23154 " <Property name=\"AddMetaData\" />\n"
23155 " <Property name=\"AddTime\" />\n"
23156 " </PropertyGroup>\n"
23157 " </ExposedProperties>\n"
23158 " <LinkProperties>\n"
23159 " <Property name=\"DummyInput\" with_property=\"Input\" />\n"
23160 " </LinkProperties>\n"
23161 " </SubProxy>\n"
23162 "\n"
23163 " <Hints>\n"
23164 " <WriterFactory extensions=\"csv txt tsv\"\n"
23165 " file_description=\"Comma or Tab Delimited Files\" />\n"
23166 " <InitializationHelper class=\"vtkSMCSVProxiesInitializationHelper\" />\n"
23167 " </Hints>\n"
23168 " <!-- End of CSVWriter -->\n"
23169 " </PWriterProxy>\n"
23170 "\n"
23171 " <!-- ================================================================= -->\n"
23172 " <PWriterProxy class=\"vtkFileSeriesWriter\"\n"
23173 " file_name_method=\"SetFileName\"\n"
23174 " name=\"DataSetCSVWriter\"\n"
23175 " base_proxygroup=\"writers\"\n"
23176 " base_proxyname=\"CSVWriter\">\n"
23177 " <!-- keeping this around for old state files / traces that may be directly\n"
23178 " using the DataSetCSVWriter -->\n"
23179 ;
23180 
23181 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOCore/Resources/writers_pv_iocore.xml
23183 " </PWriterProxy>\n"
23184 "\n"
23185 " <!-- end of \"writers\" -->\n"
23186 " </ProxyGroup>\n"
23187 "\n"
23188 " <!-- =================================================================== -->\n"
23189 " <ProxyGroup name=\"extract_writers\">\n"
23190 "\n"
23191 " <!-- ================================================================= -->\n"
23192 " <DataExtractWriterProxy name=\"CSV\">\n"
23193 " <Documentation>\n"
23194 " Extract writer to write tabular data using the CSV file format (csv).\n"
23195 " </Documentation>\n"
23196 " <StringVectorProperty name=\"FileName\"\n"
23197 " number_of_elements=\"1\"\n"
23198 " default_values=\"dataset_%.6ts.csv\">\n"
23199 " <Documentation>\n"
23200 " Specify the filename to use.\n"
23201 " </Documentation>\n"
23202 " </StringVectorProperty>\n"
23203 " <SubProxy>\n"
23204 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"CSVWriter\" />\n"
23205 " <ExposedProperties>\n"
23206 " <Property name=\"Input\" />\n"
23207 " <Property name=\"FieldAssociation\" />\n"
23208 " <Property name=\"Precision\" panel_visibility=\"advanced\"/>\n"
23209 " <Property name=\"UseScientificNotation\" panel_visibility=\"advanced\"/>\n"
23210 " <Property name=\"AddMetaData\" panel_visibility=\"advanced\"/>\n"
23211 " <Property name=\"AddTime\" panel_visibility=\"advanced\"/>\n"
23212 " </ExposedProperties>\n"
23213 " </SubProxy>\n"
23214 "\n"
23215 " <Hints>\n"
23216 " <ShowInMenu category=\"Data\" />\n"
23217 " </Hints>\n"
23218 " </DataExtractWriterProxy>\n"
23219 "\n"
23220 " <!-- end of \"extract_writers\" -->\n"
23221 " </ProxyGroup>\n"
23222 "</ServerManagerConfiguration>\n"
23223 "\n";
23224 // Get single string
23226 {
23227 
23228  const size_t len0 = strlen(paraview_server_managerwriters_pv_iocoreInterface0);
23229  const size_t len1 = strlen(paraview_server_managerwriters_pv_iocoreInterface1);
23230  size_t len = ( 0
23231  + len0
23232  + len1 );
23233  char* res = new char[ len + 1];
23234  size_t offset = 0;
23237  assert(offset == len);
23238  res[offset] = 0;
23239  return res;
23240 }
23241 
23242 
23243 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOSPCTH/Resources/readers_pv_iospcth.xml
23245 "<ServerManagerConfiguration>\n"
23246 " <ProxyGroup name=\"internal_sources\">\n"
23247 " <!-- ================================================================== -->\n"
23248 " <!-- end of \"internal_sources\" -->\n"
23249 " </ProxyGroup>\n"
23250 "\n"
23251 " <!-- ==================================================================== -->\n"
23252 " <ProxyGroup name=\"sources\">\n"
23253 " <!-- ================================================================== -->\n"
23254 " <SourceProxy class=\"vtkSpyPlotReader\"\n"
23255 " label=\"Spy Plot Reader\"\n"
23256 " name=\"spcthreader\">\n"
23257 " <Documentation long_help=\"Reads files in the SPCTH Spy Plot file format.\"\n"
23258 " short_help=\"Read files in the Spy Plot format.\">The Spy\n"
23259 " Plot reader loads an ASCII meta-file called the \"case\"\n"
23260 " file (extension .spcth). The case file lists all the\n"
23261 " binary files containing the dataset. This reader produces\n"
23262 " hierarchical datasets.</Documentation>\n"
23263 " <OutputPort index=\"0\"\n"
23264 " name=\"Volume Data\" />\n"
23265 " <OutputPort index=\"1\"\n"
23266 " name=\"Tracers\" />\n"
23267 " <OutputPort index=\"2\"\n"
23268 " name=\"Markers\" />\n"
23269 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
23270 " element_types=\"2 0\"\n"
23271 " information_property=\"CellArrayInfo\"\n"
23272 " label=\"Cell Arrays\"\n"
23273 " name=\"CellArrayStatus\"\n"
23274 " number_of_elements=\"0\"\n"
23275 " number_of_elements_per_command=\"2\"\n"
23276 " panel_visibility=\"default\"\n"
23277 " repeat_command=\"1\">\n"
23278 " <ArraySelectionDomain name=\"array_list\">\n"
23279 " <RequiredProperties>\n"
23280 " <Property function=\"ArrayList\"\n"
23281 " name=\"CellArrayInfo\" />\n"
23282 " </RequiredProperties>\n"
23283 " </ArraySelectionDomain>\n"
23284 " <Documentation>This property lists which cell-centered arrays to\n"
23285 " read.</Documentation>\n"
23286 " </StringVectorProperty>\n"
23287 " <StringVectorProperty animateable=\"0\"\n"
23288 " command=\"SetFileName\"\n"
23289 " name=\"FileName\"\n"
23290 " number_of_elements=\"1\"\n"
23291 " panel_visibility=\"never\"\n"
23292 " >\n"
23293 " <FileListDomain name=\"files\" />\n"
23294 " <Documentation>This property specifies the file name for the Spy Plot\n"
23295 " reader.</Documentation>\n"
23296 " </StringVectorProperty>\n"
23297 " <DoubleVectorProperty information_only=\"1\"\n"
23298 " name=\"TimestepValues\"\n"
23299 " repeatable=\"1\">\n"
23300 " <TimeStepsInformationHelper />\n"
23301 " <Documentation>Available timestep values.</Documentation>\n"
23302 " </DoubleVectorProperty>\n"
23303 " <IntVectorProperty command=\"SetDownConvertVolumeFraction\"\n"
23304 " default_values=\"1\"\n"
23305 " name=\"DownConvertVolumeFraction\"\n"
23306 " number_of_elements=\"1\">\n"
23307 " <BooleanDomain name=\"bool\" />\n"
23308 " <Documentation>If this property is set to 0, the type of the volume\n"
23309 " fraction is float; is set to 1, the type is unsigned\n"
23310 " char.</Documentation>\n"
23311 " </IntVectorProperty>\n"
23312 " <IntVectorProperty command=\"SetComputeDerivedVariables\"\n"
23313 " default_values=\"1\"\n"
23314 " name=\"ComputeDerivedVariables\"\n"
23315 " number_of_elements=\"1\">\n"
23316 " <BooleanDomain name=\"bool\" />\n"
23317 " <Documentation>If this property is set to 1, the reader will convert\n"
23318 " derived variables like material density for the materials that the user\n"
23319 " has selected. For Density the user needs to have selected Material Mass\n"
23320 " and Material Volume Fraction.</Documentation>\n"
23321 " </IntVectorProperty>\n"
23322 " <IntVectorProperty command=\"SetDistributeFiles\"\n"
23323 " default_values=\"1\"\n"
23324 " name=\"DistributeFiles\"\n"
23325 " number_of_elements=\"1\"\n"
23326 " panel_visibility=\"advanced\" >\n"
23327 " <BooleanDomain name=\"bool\" />\n"
23328 " <Documentation>In parallel mode, if this property is set to 1, the\n"
23329 " reader will distribute files or blocks.</Documentation>\n"
23330 " </IntVectorProperty>\n"
23331 " <IntVectorProperty command=\"SetGenerateLevelArray\"\n"
23332 " default_values=\"0\"\n"
23333 " name=\"GenerateLevelArray\"\n"
23334 " number_of_elements=\"1\"\n"
23335 " panel_visibility=\"advanced\" >\n"
23336 " <BooleanDomain name=\"bool\" />\n"
23337 " <Documentation>If this property is set to 1, a cell array will be\n"
23338 " generated that stores the level of each block.</Documentation>\n"
23339 " </IntVectorProperty>\n"
23340 " <IntVectorProperty command=\"SetGenerateActiveBlockArray\"\n"
23341 " default_values=\"0\"\n"
23342 " name=\"GenerateActiveBlockArray\"\n"
23343 " number_of_elements=\"1\"\n"
23344 " panel_visibility=\"advanced\" >\n"
23345 " <BooleanDomain name=\"bool\" />\n"
23346 " <Documentation>If this property is set to 1, a cell array will be\n"
23347 " generated that stores the active status of a block.</Documentation>\n"
23348 " </IntVectorProperty>\n"
23349 " <IntVectorProperty command=\"SetGenerateTracerArray\"\n"
23350 " default_values=\"1\"\n"
23351 " name=\"GenerateTracers\"\n"
23352 " number_of_elements=\"1\"\n"
23353 " panel_visibility=\"advanced\">\n"
23354 " <BooleanDomain name=\"bool\" />\n"
23355 " <Documentation>If this property is set to 1, a cell array will be\n"
23356 " generated that stores the coordinates of any tracers.</Documentation>\n"
23357 " </IntVectorProperty>\n"
23358 " <IntVectorProperty command=\"SetGenerateMarkers\"\n"
23359 " default_values=\"1\"\n"
23360 " name=\"GenerateMarkers\"\n"
23361 " number_of_elements=\"1\"\n"
23362 " panel_visibility=\"advanced\">\n"
23363 " <BooleanDomain name=\"bool\" />\n"
23364 " <Documentation>If this property is set to 1, a second output will be\n"
23365 " created using the markers data stored in the file.</Documentation>\n"
23366 " </IntVectorProperty>\n"
23367 " <IntVectorProperty command=\"SetGenerateBlockIdArray\"\n"
23368 " default_values=\"0\"\n"
23369 " name=\"GenerateBlockIdArray\"\n"
23370 " number_of_elements=\"1\"\n"
23371 " panel_visibility=\"advanced\" >\n"
23372 " <BooleanDomain name=\"bool\" />\n"
23373 " <Documentation>If this property is set to 1, a cell array will be\n"
23374 " generated that stores a unique blockId for each block.</Documentation>\n"
23375 " </IntVectorProperty>\n"
23376 " <IntVectorProperty command=\"SetMergeXYZComponents\"\n"
23377 " default_values=\"1\"\n"
23378 " name=\"MergeXYZComponents\"\n"
23379 " number_of_elements=\"1\"\n"
23380 " panel_visibility=\"advanced\">\n"
23381 " <BooleanDomain name=\"bool\" />\n"
23382 " <Documentation>If this property is set to 1, cell arrays named (for\n"
23383 " example) X velocity, Y velocity and Z velocity will be combined into a\n"
23384 " single vector array named velocity.</Documentation>\n"
23385 " </IntVectorProperty>\n"
23386 " <StringVectorProperty information_only=\"1\"\n"
23387 " name=\"CellArrayInfo\">\n"
23388 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
23389 " </StringVectorProperty>\n"
23390 " <Hints>\n"
23391 " <ReaderFactory extensions=\"spct*\"\n"
23392 " file_description=\"SpyPlot CTH dataset\"\n"
23393 " filename_patterns=\"spct*\" />\n"
23394 " </Hints>\n"
23395 " <!-- End spcthreader-->\n"
23396 " </SourceProxy>\n"
23397 "\n"
23398 " <!-- ================================================================== -->\n"
23399 " <SourceProxy class=\"vtkSpyPlotFileSeriesReader\"\n"
23400 " file_name_method=\"SetFileName\"\n"
23401 " label=\"Restarted Sim Spy Plot Reader\"\n"
23402 " name=\"SPCTHRestartReader\"\n"
23403 " si_class=\"vtkSIMetaReaderProxy\">\n"
23404 " <Documentation long_help=\"Reads collections of SPCTH files from simulations that were restarted.\"\n"
23405 " short_help=\"Read SPCTH files from simulation restarts.\">\n"
23406 " When a CTH simulation is restarted, typically you get a\n"
23407 " new set of output files. When you read them in your\n"
23408 " visualization, you often want to string these file sets\n"
23409 " together as if it was one continuous dump of files. This\n"
23410 " reader allows you to specify a metadata file that will\n"
23411 " implicitly string the files together.</Documentation>\n"
23412 " <OutputPort index=\"0\"\n"
23413 " name=\"Volume Data\" />\n"
23414 " <OutputPort index=\"1\"\n"
23415 " name=\"Tracers\" />\n"
23416 " <OutputPort index=\"2\"\n"
23417 " name=\"Markers\" />\n"
23418 " <SubProxy>\n"
23419 " <Proxy name=\"Reader\"\n"
23420 " proxygroup=\"sources\"\n"
23421 " proxyname=\"spcthreader\" />\n"
23422 " <ExposedProperties>\n"
23423 " <Property name=\"DownConvertVolumeFraction\" />\n"
23424 " <Property name=\"DistributeFiles\" />\n"
23425 " <Property name=\"GenerateLevelArray\" />\n"
23426 " <Property name=\"GenerateActiveBlockArray\" />\n"
23427 " <Property name=\"GenerateBlockIdArray\" />\n"
23428 " <Property name=\"GenerateTracers\" />\n"
23429 " <Property name=\"GenerateMarkers\" />\n"
23430 " <Property name=\"CellArrayInfo\" />\n"
23431 " <Property name=\"CellArrayStatus\" />\n"
23432 " </ExposedProperties>\n"
23433 " </SubProxy>\n"
23434 " <StringVectorProperty animateable=\"0\"\n"
23435 " command=\"SetMetaFileName\"\n"
23436 " name=\"FileName\"\n"
23437 " number_of_elements=\"1\"\n"
23438 " panel_visibility=\"never\" >\n"
23439 " <FileListDomain name=\"files\" />\n"
23440 " <Documentation>This points to a special metadata file that lists the\n"
23441 " output files for each restart.</Documentation>\n"
23442 " </StringVectorProperty>\n"
23443 " <IntVectorProperty command=\"SetUseMetaFile\"\n"
23444 " default_values=\"1\"\n"
23445 " name=\"UseMetaFile\"\n"
23446 " number_of_elements=\"1\"\n"
23447 " panel_visibility=\"never\" >\n"
23448 " <BooleanDomain name=\"bool\" />\n"
23449 " <Documentation>This hidden property must always be set to 1 for this\n"
23450 " proxy to work.</Documentation>\n"
23451 " </IntVectorProperty>\n"
23452 " <DoubleVectorProperty information_only=\"1\"\n"
23453 " name=\"TimestepValues\"\n"
23454 " repeatable=\"1\">\n"
23455 " <TimeStepsInformationHelper />\n"
23456 " </DoubleVectorProperty>\n"
23457 " <Hints>\n"
23458 " <ReaderFactory extensions=\"spcth-timeseries\"\n"
23459 " file_description=\"Case file for restarted CTH outputs\" />\n"
23460 " </Hints>\n"
23461 " <!-- SPCTHRestartReader -->\n"
23462 " </SourceProxy>\n"
23463 "\n"
23464 " <!-- ================================================================== -->\n"
23465 " <SourceProxy class=\"vtkSpyPlotHistoryReader\"\n"
23466 " label=\"spcth history reader\"\n"
23467 " name=\"spcthhistoryreader\">\n"
23468 " <Documentation long_help=\"Reads an spcth history file where each row translates into a single time step\n"
23469 " and the columns are points, materials and properties.\"\n"
23470 " short_help=\"Read a comma-separated spctch history file.\">\n"
23471 " </Documentation>\n"
23472 " <StringVectorProperty animateable=\"0\"\n"
23473 " command=\"SetFileName\"\n"
23474 " name=\"FileName\"\n"
23475 " number_of_elements=\"1\"\n"
23476 " panel_visibility=\"never\" >\n"
23477 " <FileListDomain name=\"files\" />\n"
23478 " <Documentation>This property specifies the file name for the VRML\n"
23479 " reader.</Documentation>\n"
23480 " </StringVectorProperty>\n"
23481 " <StringVectorProperty command=\"SetCommentCharacter\"\n"
23482 " default_values=\"%\"\n"
23483 " name=\"CommentCharacter\"\n"
23484 " number_of_elements=\"1\">\n"
23485 " <Documentation>This property lists the characters that is used as the\n"
23486 " first character on comment lines</Documentation>\n"
23487 " </StringVectorProperty>\n"
23488 " <StringVectorProperty command=\"SetDelimeter\"\n"
23489 " default_values=\",\"\n"
23490 " name=\"Delimeter\"\n"
23491 " number_of_elements=\"1\">\n"
23492 " <Documentation>Character that is used as the delimiter.</Documentation>\n"
23493 " </StringVectorProperty>\n"
23494 " <DoubleVectorProperty information_only=\"1\"\n"
23495 " name=\"TimestepValues\"\n"
23496 " repeatable=\"1\">\n"
23497 " <TimeStepsInformationHelper />\n"
23498 " <Documentation>Available timestep values.</Documentation>\n"
23499 " </DoubleVectorProperty>\n"
23500 " <Hints>\n"
23501 " <ReaderFactory extensions=\"hscth\"\n"
23502 " file_description=\"Spy Plot History Files\"\n"
23503 " filename_patterns=\"*hsct*\" />\n"
23504 " </Hints>\n"
23505 " <!-- End of SPCTHHistoryReader -->\n"
23506 " </SourceProxy>\n"
23507 "\n"
23508 " <!-- ================================================================== -->\n"
23509 " <!-- end of \"sources\" -->\n"
23510 " </ProxyGroup>\n"
23511 "</ServerManagerConfiguration>\n"
23512 "\n";
23513 // Get single string
23515 {
23516 
23517  const size_t len0 = strlen(paraview_server_managerreaders_pv_iospcthInterface0);
23518  size_t len = ( 0
23519  + len0 );
23520  char* res = new char[ len + 1];
23521  size_t offset = 0;
23523  assert(offset == len);
23524  res[offset] = 0;
23525  return res;
23526 }
23527 
23528 
23529 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOImage/Resources/readers_pv_ioimage.xml
23531 "<ServerManagerConfiguration>\n"
23532 " <ProxyGroup name=\"internal_sources\">\n"
23533 " <!-- ================================================================== -->\n"
23534 " <Proxy label=\"Image Reader Core\" name=\"ImageReaderCore\" class=\"vtkImageReader\">\n"
23535 " <Documentation long_help=\"Reads raw regular rectilinear grid data from a file. The dimensions and type of the data must be specified.\"\n"
23536 " short_help=\"Read raw regular rectilinear grid data from a file.\">\n"
23537 " The Image reader reads raw, regular, rectilinear grid\n"
23538 " (image/volume) data from a file. Because no metadata is\n"
23539 " provided, the user must specify information about the\n"
23540 " size, spacing, dimensionality, etc. about the\n"
23541 " dataset.</Documentation>\n"
23542 " <IntVectorProperty command=\"SetDataScalarType\"\n"
23543 " default_values=\"4\"\n"
23544 " name=\"DataScalarType\"\n"
23545 " number_of_elements=\"1\">\n"
23546 " <EnumerationDomain name=\"enum\">\n"
23547 " <Entry text=\"char\"\n"
23548 " value=\"2\" />\n"
23549 " <Entry text=\"unsigned char\"\n"
23550 " value=\"3\" />\n"
23551 " <Entry text=\"short\"\n"
23552 " value=\"4\" />\n"
23553 " <Entry text=\"unsigned short\"\n"
23554 " value=\"5\" />\n"
23555 " <Entry text=\"int\"\n"
23556 " value=\"6\" />\n"
23557 " <Entry text=\"unsigned int\"\n"
23558 " value=\"7\" />\n"
23559 " <Entry text=\"long\"\n"
23560 " value=\"8\" />\n"
23561 " <Entry text=\"unsigned long\"\n"
23562 " value=\"9\" />\n"
23563 " <Entry text=\"float\"\n"
23564 " value=\"10\" />\n"
23565 " <Entry text=\"double\"\n"
23566 " value=\"11\" />\n"
23567 " </EnumerationDomain>\n"
23568 " <Documentation>The value of this property indicates the scalar type of\n"
23569 " the pixels/voxels in the file(s): short, int, float ...</Documentation>\n"
23570 " </IntVectorProperty>\n"
23571 " <IntVectorProperty command=\"SetDataByteOrder\"\n"
23572 " default_values=\"0\"\n"
23573 " name=\"DataByteOrder\"\n"
23574 " number_of_elements=\"1\">\n"
23575 " <EnumerationDomain name=\"enum\">\n"
23576 " <Entry text=\"BigEndian\"\n"
23577 " value=\"0\" />\n"
23578 " <Entry text=\"LittleEndian\"\n"
23579 " value=\"1\" />\n"
23580 " </EnumerationDomain>\n"
23581 " <Documentation>This property indicates the byte order of the binary\n"
23582 " file(s).</Documentation>\n"
23583 " </IntVectorProperty>\n"
23584 " <DoubleVectorProperty command=\"SetDataOrigin\"\n"
23585 " default_values=\"0.0 0.0 0.0\"\n"
23586 " name=\"DataOrigin\"\n"
23587 " number_of_elements=\"3\">\n"
23588 " <DoubleRangeDomain name=\"range\" />\n"
23589 " <Documentation>The coordinate contained in this property specifies the\n"
23590 " position of the point with index (0,0,0).</Documentation>\n"
23591 " </DoubleVectorProperty>\n"
23592 " <DoubleVectorProperty command=\"SetDataSpacing\"\n"
23593 " default_values=\"1.0 1.0 1.0\"\n"
23594 " name=\"DataSpacing\"\n"
23595 " number_of_elements=\"3\">\n"
23596 " <DoubleRangeDomain name=\"range\" />\n"
23597 " <Documentation>This property specifies the size of a voxel in each\n"
23598 " dimension.</Documentation>\n"
23599 " </DoubleVectorProperty>\n"
23600 " <IntVectorProperty command=\"SetNumberOfScalarComponents\"\n"
23601 " default_values=\"1\"\n"
23602 " name=\"NumberOfScalarComponents\"\n"
23603 " number_of_elements=\"1\">\n"
23604 " <IntRangeDomain name=\"range\" />\n"
23605 " <Documentation>This property specifies the number of components the\n"
23606 " scalar value at each pixel or voxel has (e.g., RGB - 3 scalar\n"
23607 " components).</Documentation>\n"
23608 " </IntVectorProperty>\n"
23609 " <StringVectorProperty command=\"SetScalarArrayName\"\n"
23610 " default_values=\"ImageFile\"\n"
23611 " name=\"ScalarArrayName\"\n"
23612 " number_of_elements=\"1\">\n"
23613 " <Documentation>This property contains a text string listing a name to\n"
23614 " assign to the point-centered data array read.</Documentation>\n"
23615 " </StringVectorProperty>\n"
23616 " <IntVectorProperty command=\"SetFileLowerLeft\"\n"
23617 " default_values=\"1\"\n"
23618 " name=\"FileLowerLeft\"\n"
23619 " number_of_elements=\"1\">\n"
23620 " <BooleanDomain name=\"bool\" />\n"
23621 " <Documentation>This property determines whether the data originates in\n"
23622 " the lower left corner (on) or the upper left corner (off). Most\n"
23623 " scientific data is written with a right-handed axes that originates in\n"
23624 " the lower left corner. However, several 2D image file formats write the\n"
23625 " image from the upper left corner.</Documentation>\n"
23626 " </IntVectorProperty>\n"
23627 " <!-- End ImageReaderCore -->\n"
23628 " </Proxy>\n"
23629 "\n"
23630 " <!-- ============================================================= -->\n"
23631 " <Proxy class=\"vtkPNGReader\"\n"
23632 " label=\"PNG Reader\"\n"
23633 " name=\"PNGReader\">\n"
23634 " <Documentation long_help=\"Reads a PNG file into an image data.\"\n"
23635 " short_help=\"Read a PNG file.\">The PNG reader reads PNG\n"
23636 " (Portable Network Graphics) files, and the output is a\n"
23637 " uniform rectilinear (image/volume) dataset. The default\n"
23638 " file extension is .png.</Documentation>\n"
23639 " <StringVectorProperty animateable=\"0\"\n"
23640 " command=\"SetFileName\"\n"
23641 " name=\"FileName\"\n"
23642 " number_of_elements=\"1\"\n"
23643 " panel_visibility=\"never\">\n"
23644 " <FileListDomain name=\"files\" />\n"
23645 " <Documentation>This property specifies the file name for the PNG\n"
23646 " reader.</Documentation>\n"
23647 " </StringVectorProperty>\n"
23648 " <DoubleVectorProperty name=\"DataSpacing\"\n"
23649 " command=\"SetDataSpacing\"\n"
23650 " number_of_elements=\"3\"\n"
23651 " default_values=\"1 1 1\">\n"
23652 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" />\n"
23653 " <Documentation>\n"
23654 " Set the spacing to use for the image output by this reader.\n"
23655 " </Documentation>\n"
23656 " </DoubleVectorProperty>\n"
23657 " <!-- End PNGReader -->\n"
23658 " </Proxy>\n"
23659 "\n"
23660 " <!-- ============================================================= -->\n"
23661 " <Proxy class=\"vtkJPEGReader\"\n"
23662 " label=\"JPEG Reader\"\n"
23663 " name=\"JPEGReader\">\n"
23664 " <Documentation long_help=\"Reads a JPEG file into an image data.\"\n"
23665 " short_help=\"Read a JPEG file.\">The JPEG reader reads JPEG\n"
23666 " files, and the output is a uniform rectilinear\n"
23667 " (image/volume) dataset. The default file extension is .jpg\n"
23668 " or .jpeg.</Documentation>\n"
23669 " <StringVectorProperty animateable=\"0\"\n"
23670 " command=\"SetFileName\"\n"
23671 " name=\"FileName\"\n"
23672 " number_of_elements=\"1\"\n"
23673 " panel_visibility=\"never\">\n"
23674 " <FileListDomain name=\"files\" />\n"
23675 " <Documentation>This property specifies the file name for the JPEG\n"
23676 " reader.</Documentation>\n"
23677 " </StringVectorProperty>\n"
23678 " <DoubleVectorProperty name=\"DataSpacing\"\n"
23679 " command=\"SetDataSpacing\"\n"
23680 " number_of_elements=\"3\"\n"
23681 " default_values=\"1 1 1\">\n"
23682 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" />\n"
23683 " <Documentation>\n"
23684 " Set the spacing to use for the image output by this reader.\n"
23685 " </Documentation>\n"
23686 " </DoubleVectorProperty>\n"
23687 " <!-- End JPEGReader -->\n"
23688 " </Proxy>\n"
23689 "\n"
23690 " <!-- ================================================================== -->\n"
23691 " <Proxy class=\"vtkMRCReader\" label=\"MRC Reader\" name=\"MRCReader\">\n"
23692 " <Documentation long_help=\"Reads a MRC file into an image data.\"\n"
23693 " short_help=\"Read a MRC file.\">The MRC reader reads MRC\n"
23694 " (Medical Research Council) image files, and the output is a\n"
23695 " uniform rectilinear (image/volume) dataset. The default\n"
23696 " file extension is .mrc but .st, .rec and .ali extensions\n"
23697 " are known to be commonly used as well.</Documentation>\n"
23698 " <StringVectorProperty animateable=\"0\"\n"
23699 " command=\"SetFileName\"\n"
23700 " name=\"FileName\"\n"
23701 " number_of_elements=\"1\"\n"
23702 " panel_visibility=\"never\">\n"
23703 " <FileListDomain name=\"files\" />\n"
23704 " <Documentation>The name of the file to load.</Documentation>\n"
23705 " </StringVectorProperty>\n"
23706 " <!-- End MRCReader -->\n"
23707 " </Proxy>\n"
23708 "\n"
23709 " <!-- ================================================================== -->\n"
23710 " <Proxy class=\"vtkTIFFReader\" label=\"TIFF Reader\" name=\"TIFFReader\">\n"
23711 " <Documentation long_help=\"Reads a TIFF file into an image data.\"\n"
23712 " short_help=\"Read a TIFF file.\">The TIFF reader reads TIFF\n"
23713 " (Tagged Image File Format) files, and the output is a\n"
23714 " uniform rectilinear (image/volume) dataset. The default\n"
23715 " file extension is .tiff.</Documentation>\n"
23716 " <StringVectorProperty animateable=\"0\"\n"
23717 " command=\"SetFileName\"\n"
23718 " name=\"FileName\"\n"
23719 " number_of_elements=\"1\"\n"
23720 " panel_visibility=\"never\">\n"
23721 " <FileListDomain name=\"files\" />\n"
23722 " <Documentation>This property specifies the file name for the TIFF\n"
23723 " reader.</Documentation>\n"
23724 " </StringVectorProperty>\n"
23725 " <IntVectorProperty name=\"UseCustomDataSpacing\"\n"
23726 " command=\"SetSpacingSpecifiedFlag\"\n"
23727 " number_of_elements=\"1\"\n"
23728 " default_values=\"0\">\n"
23729 " <BooleanDomain name=\"bool\" />\n"
23730 " <Documentation>\n"
23731 " To manually specify a custom spacing using **CustomDataSpacing**, set this property to 1 (checked).\n"
23732 " </Documentation>\n"
23733 " </IntVectorProperty>\n"
23734 " <DoubleVectorProperty name=\"CustomDataSpacing\"\n"
23735 " command=\"SetDataSpacing\"\n"
23736 " information_property=\"CustomDataSpacingInfo\"\n"
23737 " number_of_elements=\"3\"\n"
23738 " default_values=\"1 1 1\">\n"
23739 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" />\n"
23740 " <Documentation>\n"
23741 " Set the spacing to use for the image output by this reader. This is used only when\n"
23742 " **UseCustomDataSpacing** is set to true.\n"
23743 " </Documentation>\n"
23744 " <Hints>\n"
23745 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
23746 " <Property name=\"UseCustomDataSpacing\" function=\"boolean\" />\n"
23747 " </PropertyWidgetDecorator>\n"
23748 " </Hints>\n"
23749 " </DoubleVectorProperty>\n"
23750 " <DoubleVectorProperty name=\"CustomDataSpacingInfo\"\n"
23751 " command=\"GetDataSpacing\"\n"
23752 " information_only=\"1\">\n"
23753 " <SimpleDoubleInformationHelper />\n"
23754 " </DoubleVectorProperty>\n"
23755 " <!-- End TIFFReader -->\n"
23756 " </Proxy>\n"
23757 "\n"
23758 " <!-- ================================================================== -->\n"
23759 " <Proxy class=\"vtkMetaImageReader\"\n"
23760 " label=\"Meta Image reader\"\n"
23761 " name=\"MetaImageReaderCore\">\n"
23762 " <Documentation long_help=\"Reads binary UNC meta image data.\"\n"
23763 " short_help=\"Read UNC meta image data.\">The Meta Image\n"
23764 " Reader reads binary UNC meta image data, and produces\n"
23765 " uniform rectilinear (image/volume) data. The default file\n"
23766 " extensions are .mhd and .mha.</Documentation>\n"
23767 " <StringVectorProperty animateable=\"0\"\n"
23768 " command=\"SetFileName\"\n"
23769 " name=\"FileName\"\n"
23770 " number_of_elements=\"1\"\n"
23771 " panel_visibility=\"never\">\n"
23772 " <FileListDomain name=\"files\" />\n"
23773 " <Documentation>This property specifies the file name for the Meta Image\n"
23774 " reader.</Documentation>\n"
23775 " </StringVectorProperty>\n"
23776 " <!-- End Meta Image Reader -->\n"
23777 " </Proxy>\n"
23778 "\n"
23779 " <!-- ============================================================= -->\n"
23780 " <Proxy class=\"vtkHDRReader\"\n"
23781 " label=\"HDR Reader\"\n"
23782 " name=\"HDRReader\">\n"
23783 " <Documentation long_help=\"Reads a HDR file into an image data.\"\n"
23784 " short_help=\"Read a HDR file.\">The HDR reader reads HDR\n"
23785 " (High Dynamic Range) files, and the output is a\n"
23786 " uniform rectilinear (image/volume) dataset. The default\n"
23787 " file extension is .hdr.</Documentation>\n"
23788 " <StringVectorProperty animateable=\"0\"\n"
23789 " command=\"SetFileName\"\n"
23790 " name=\"FileName\"\n"
23791 " number_of_elements=\"1\"\n"
23792 " panel_visibility=\"never\">\n"
23793 " <FileListDomain name=\"files\" />\n"
23794 " <Documentation>This property specifies the file name for the HDR\n"
23795 " reader.</Documentation>\n"
23796 " </StringVectorProperty>\n"
23797 " <DoubleVectorProperty name=\"DataSpacing\"\n"
23798 " command=\"SetDataSpacing\"\n"
23799 " number_of_elements=\"3\"\n"
23800 " default_values=\"1 1 1\">\n"
23801 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" />\n"
23802 " <Documentation>\n"
23803 " Set the spacing to use for the image output by this reader.\n"
23804 " </Documentation>\n"
23805 " </DoubleVectorProperty>\n"
23806 " <!-- End HDRReader -->\n"
23807 " </Proxy>\n"
23808 "\n"
23809 " <!-- end of \"internal_sources\" -->\n"
23810 " </ProxyGroup>\n"
23811 "\n"
23812 " <!-- ==================================================================== -->\n"
23813 " <ProxyGroup name=\"sources\">\n"
23814 "\n"
23815 " <!-- ================================================================== -->\n"
23816 " <SourceProxy class=\"vtkRawImageFileSeriesReader\"\n"
23817 " file_name_method=\"SetFileName\"\n"
23818 " label=\"Image Reader\"\n"
23819 " name=\"ImageReader\"\n"
23820 " si_class=\"vtkSIMetaReaderProxy\">\n"
23821 " <Documentation long_help=\"Reads a series of raw files into an time sequence of image datas.\"\n"
23822 " short_help=\"Read a series of raw files.\">The raw series\n"
23823 " reader reads raw files. The output is a time sequence of\n"
23824 " uniform rectilinear (image/volume) dataset. The default\n"
23825 " file extension is .raw.</Documentation>\n"
23826 " <StringVectorProperty animateable=\"0\"\n"
23827 " clean_command=\"RemoveAllFileNames\"\n"
23828 " command=\"AddFileName\"\n"
23829 ;
23830 
23831 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOImage/Resources/readers_pv_ioimage.xml
23833 " name=\"FileNames\"\n"
23834 " number_of_elements=\"1\"\n"
23835 " panel_visibility=\"never\"\n"
23836 " repeat_command=\"1\">\n"
23837 " <FileListDomain name=\"files\" />\n"
23838 " <Documentation>The list of files to be read by the reader. If more than\n"
23839 " one file is specified, the reader will switch to file series mode in\n"
23840 " which it will pretend that it can support time and provide one file per\n"
23841 " time step.</Documentation>\n"
23842 " </StringVectorProperty>\n"
23843 " <DoubleVectorProperty information_only=\"1\"\n"
23844 " name=\"TimestepValues\"\n"
23845 " repeatable=\"1\">\n"
23846 " <TimeStepsInformationHelper />\n"
23847 " <Documentation>Available timestep values.</Documentation>\n"
23848 " </DoubleVectorProperty>\n"
23849 " <IntVectorProperty name=\"ReadAsImageStack\"\n"
23850 " command=\"SetReadAsImageStack\"\n"
23851 " number_of_elements=\"1\"\n"
23852 " default_values=\"0\">\n"
23853 " <BooleanDomain name=\"bool\" />\n"
23854 " <Documentation>\n"
23855 " When set, the reader will read the set of files as an image stack, rather than\n"
23856 " a temporal file series.\n"
23857 " </Documentation>\n"
23858 " </IntVectorProperty>\n"
23859 " <SubProxy>\n"
23860 " <Proxy name=\"Reader\"\n"
23861 " proxygroup=\"internal_sources\"\n"
23862 " proxyname=\"ImageReaderCore\"></Proxy>\n"
23863 " <ExposedProperties>\n"
23864 " <Property name=\"DataScalarType\" />\n"
23865 " <Property name=\"DataByteOrder\" />\n"
23866 " <Property name=\"DataOrigin\" />\n"
23867 " <Property name=\"DataSpacing\" />\n"
23868 " <Property name=\"NumberOfScalarComponents\" />\n"
23869 " <Property name=\"FileLowerLeft\" />\n"
23870 " <Property name=\"ScalarArrayName\" />\n"
23871 " </ExposedProperties>\n"
23872 " </SubProxy>\n"
23873 " <IntVectorProperty command=\"SetFileDimensionality\"\n"
23874 " default_values=\"3\"\n"
23875 " name=\"FileDimensionality\"\n"
23876 " number_of_elements=\"1\">\n"
23877 " <EnumerationDomain name=\"enum\">\n"
23878 " <Entry text=\"2\"\n"
23879 " value=\"2\" />\n"
23880 " <Entry text=\"3\"\n"
23881 " value=\"3\" />\n"
23882 " </EnumerationDomain>\n"
23883 " <Documentation>This property indicates whether the file(s) in this\n"
23884 " dataset contain slices (2D) or volumes (3D).</Documentation>\n"
23885 " </IntVectorProperty>\n"
23886 " <IntVectorProperty command=\"SetDataExtent\"\n"
23887 " default_values=\"0 0 0 0 0 0\"\n"
23888 " name=\"DataExtent\"\n"
23889 " number_of_elements=\"6\">\n"
23890 " <IntRangeDomain name=\"range\" />\n"
23891 " <Documentation>This property specifies the minimum and maximum index\n"
23892 " values of the data in each dimension (xmin, xmax, ymin, ymax, zmin,\n"
23893 " zmax).</Documentation>\n"
23894 " </IntVectorProperty>\n"
23895 " <Hints>\n"
23896 " <ReaderFactory extensions=\"raw\"\n"
23897 " file_description=\"Raw (binary) Files\" />\n"
23898 " </Hints>\n"
23899 " <!-- End RAWSeriesReader -->\n"
23900 " </SourceProxy>\n"
23901 "\n"
23902 " <!-- ================================================================== -->\n"
23903 " <SourceProxy class=\"vtkOMETIFFReader\"\n"
23904 " label=\"OME TIFF Reader\"\n"
23905 " name=\"OMETIFFReader\">\n"
23906 " <Documentation long_help=\"Reads an OME-TIFF file.\"\n"
23907 " short_help=\"Reads an OME-TIFF file.\">\n"
23908 " Supports reading OME-TIFF files.\n"
23909 " </Documentation>\n"
23910 " <StringVectorProperty animateable=\"0\"\n"
23911 " command=\"SetFileName\"\n"
23912 " name=\"FileName\"\n"
23913 " number_of_elements=\"1\"\n"
23914 " panel_visibility=\"never\">\n"
23915 " <FileListDomain name=\"files\" />\n"
23916 " <Documentation>This property specifies the file name for the OME-TIFF reader.</Documentation>\n"
23917 " </StringVectorProperty>\n"
23918 " <IntVectorProperty name=\"UseCustomDataSpacing\"\n"
23919 " command=\"SetSpacingSpecifiedFlag\"\n"
23920 " number_of_elements=\"1\"\n"
23921 " default_values=\"0\">\n"
23922 " <BooleanDomain name=\"bool\" />\n"
23923 " <Documentation>\n"
23924 " To manually specify a custom spacing using **CustomDataSpacing**, set this property to 1 (checked).\n"
23925 " </Documentation>\n"
23926 " </IntVectorProperty>\n"
23927 " <DoubleVectorProperty name=\"CustomDataSpacing\"\n"
23928 " command=\"SetDataSpacing\"\n"
23929 " information_property=\"CustomDataSpacingInfo\"\n"
23930 " number_of_elements=\"3\"\n"
23931 " default_values=\"1 1 1\">\n"
23932 " <DoubleRangeDomain name=\"range\" min=\"0 0 0\" />\n"
23933 " <Documentation>\n"
23934 " Set the spacing to use for the image output by this reader. This is used only when\n"
23935 " **UseCustomDataSpacing** is set to 1.\n"
23936 " </Documentation>\n"
23937 " <Hints>\n"
23938 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
23939 " <Property name=\"UseCustomDataSpacing\" function=\"boolean\" />\n"
23940 " </PropertyWidgetDecorator>\n"
23941 " </Hints>\n"
23942 " </DoubleVectorProperty>\n"
23943 " <DoubleVectorProperty name=\"CustomDataSpacingInfo\"\n"
23944 " command=\"GetDataSpacing\"\n"
23945 " information_only=\"1\">\n"
23946 " <SimpleDoubleInformationHelper />\n"
23947 " </DoubleVectorProperty>\n"
23948 " <IntVectorProperty name=\"IgnoreColorMap\"\n"
23949 " command=\"SetIgnoreColorMap\"\n"
23950 " number_of_elements=\"1\"\n"
23951 " default_values=\"1\">\n"
23952 " <BooleanDomain name=\"bool\" />\n"
23953 " <Documentation>\n"
23954 " When checked, data values in the TIFF file will not be mapped to colors using the\n"
23955 " color map specified in the TIFF, if any. This is useful for files where the\n"
23956 " color map may be incorrectly specified.\n"
23957 " </Documentation>\n"
23958 " </IntVectorProperty>\n"
23959 " <DoubleVectorProperty information_only=\"1\"\n"
23960 " name=\"TimestepValues\"\n"
23961 " repeatable=\"1\">\n"
23962 " <TimeStepsInformationHelper />\n"
23963 " <Documentation>Available timestep values.</Documentation>\n"
23964 " </DoubleVectorProperty>\n"
23965 " <Hints>\n"
23966 " <ReaderFactory extensions=\"ome.tif ome.tiff\"\n"
23967 " file_description=\"OME TIFF Files\" />\n"
23968 " </Hints>\n"
23969 " <!-- End OMETIFFReader -->\n"
23970 " </SourceProxy>\n"
23971 "\n"
23972 " <!-- ================================================================== -->\n"
23973 " <SourceProxy class=\"vtkImageFileSeriesReader\"\n"
23974 " file_name_method=\"SetFileName\"\n"
23975 " label=\"PNG Series Reader\"\n"
23976 " name=\"PNGSeriesReader\"\n"
23977 " si_class=\"vtkSIMetaReaderProxy\">\n"
23978 " <Documentation long_help=\"Reads a PNG file into an image data.\"\n"
23979 " short_help=\"Read a PNG file.\">The PNG reader reads PNG\n"
23980 " (Portable Network Graphics) files, and the output is a\n"
23981 " uniform rectilinear (image/volume) dataset. The default\n"
23982 " file extension is .png.</Documentation>\n"
23983 " <StringVectorProperty animateable=\"0\"\n"
23984 " clean_command=\"RemoveAllFileNames\"\n"
23985 " command=\"AddFileName\"\n"
23986 " name=\"FileNames\"\n"
23987 " number_of_elements=\"1\"\n"
23988 " panel_visibility=\"never\"\n"
23989 " repeat_command=\"1\">\n"
23990 " <FileListDomain name=\"files\" />\n"
23991 " <Documentation>The list of files to be read by the reader. If more than\n"
23992 " one file is specified, the reader will switch to file series mode in\n"
23993 " which it will pretend that it can support time and provide one file per\n"
23994 " time step.</Documentation>\n"
23995 " </StringVectorProperty>\n"
23996 " <DoubleVectorProperty information_only=\"1\"\n"
23997 " name=\"TimestepValues\"\n"
23998 " repeatable=\"1\">\n"
23999 " <TimeStepsInformationHelper />\n"
24000 " <Documentation>Available timestep values.</Documentation>\n"
24001 " </DoubleVectorProperty>\n"
24002 " <IntVectorProperty name=\"ReadAsImageStack\"\n"
24003 " command=\"SetReadAsImageStack\"\n"
24004 " number_of_elements=\"1\"\n"
24005 " default_values=\"1\">\n"
24006 " <BooleanDomain name=\"bool\" />\n"
24007 " <Documentation>\n"
24008 " When set, the reader will read the set of files as an image stack, rather than\n"
24009 " a temporal file series.\n"
24010 " </Documentation>\n"
24011 " </IntVectorProperty>\n"
24012 " <SubProxy>\n"
24013 " <Proxy name=\"Reader\"\n"
24014 " proxygroup=\"internal_sources\"\n"
24015 " proxyname=\"PNGReader\"></Proxy>\n"
24016 " <ExposedProperties>\n"
24017 " <Property name=\"DataSpacing\" />\n"
24018 " </ExposedProperties>\n"
24019 " </SubProxy>\n"
24020 " <Hints>\n"
24021 " <ReaderFactory extensions=\"png\"\n"
24022 " file_description=\"PNG Image Files\" />\n"
24023 " </Hints>\n"
24024 " <!-- End PNGSeriesReader -->\n"
24025 " </SourceProxy>\n"
24026 "\n"
24027 " <!-- ================================================================== -->\n"
24028 " <SourceProxy class=\"vtkImageFileSeriesReader\"\n"
24029 " file_name_method=\"SetFileName\"\n"
24030 " label=\"JPEG Series Reader\"\n"
24031 " name=\"JPEGSeriesReader\"\n"
24032 " si_class=\"vtkSIMetaReaderProxy\">\n"
24033 " <Documentation long_help=\"Reads a series of JPEG files into an time sequence of image datas.\"\n"
24034 " short_help=\"Read a series of JPEG files.\">The JPEG series\n"
24035 " reader reads JPEG files. The output is a time sequence of\n"
24036 " uniform rectilinear (image/volume) dataset. The default\n"
24037 " file extension is .jpg or .jpeg.</Documentation>\n"
24038 " <StringVectorProperty animateable=\"0\"\n"
24039 " clean_command=\"RemoveAllFileNames\"\n"
24040 " command=\"AddFileName\"\n"
24041 " name=\"FileNames\"\n"
24042 " number_of_elements=\"1\"\n"
24043 " panel_visibility=\"never\"\n"
24044 " repeat_command=\"1\">\n"
24045 " <FileListDomain name=\"files\" />\n"
24046 " <Documentation>The list of files to be read by the reader. If more than\n"
24047 " one file is specified, the reader will switch to file series mode in\n"
24048 " which it will pretend that it can support time and provide one file per\n"
24049 " time step.</Documentation>\n"
24050 " </StringVectorProperty>\n"
24051 " <DoubleVectorProperty information_only=\"1\"\n"
24052 " name=\"TimestepValues\"\n"
24053 " repeatable=\"1\">\n"
24054 " <TimeStepsInformationHelper />\n"
24055 " <Documentation>Available timestep values.</Documentation>\n"
24056 " </DoubleVectorProperty>\n"
24057 " <IntVectorProperty name=\"ReadAsImageStack\"\n"
24058 " command=\"SetReadAsImageStack\"\n"
24059 " number_of_elements=\"1\"\n"
24060 " default_values=\"1\">\n"
24061 " <BooleanDomain name=\"bool\" />\n"
24062 " <Documentation>\n"
24063 " When set, the reader will read the set of files as an image stack, rather than\n"
24064 " a temporal file series.\n"
24065 " </Documentation>\n"
24066 " </IntVectorProperty>\n"
24067 " <SubProxy>\n"
24068 " <Proxy name=\"Reader\"\n"
24069 " proxygroup=\"internal_sources\"\n"
24070 " proxyname=\"JPEGReader\"></Proxy>\n"
24071 " <ExposedProperties>\n"
24072 " <Property name=\"DataSpacing\" />\n"
24073 " </ExposedProperties>\n"
24074 " </SubProxy>\n"
24075 " <Hints>\n"
24076 " <ReaderFactory extensions=\"jpg jpeg\"\n"
24077 " file_description=\"JPEG Image Files\" />\n"
24078 " </Hints>\n"
24079 " <!-- End JPEGSeriesReader -->\n"
24080 " </SourceProxy>\n"
24081 "\n"
24082 " <!-- ================================================================== -->\n"
24083 " <SourceProxy class=\"vtkImageFileSeriesReader\"\n"
24084 " file_name_method=\"SetFileName\"\n"
24085 " label=\"MRC Series Reader\"\n"
24086 " name=\"MRCSeriesReader\"\n"
24087 " si_class=\"vtkSIMetaReaderProxy\">\n"
24088 " <Documentation long_help=\"Reads a series of MRC files into an time sequence of image datas.\"\n"
24089 " short_help=\"Read a series of MRC files.\">The MRC series\n"
24090 " reader reads MRC files. The output is a time sequence of\n"
24091 " uniform rectilinear (image/volume) dataset. The default\n"
24092 " file extension is .mrc but .ali, .st and .rec are also\n"
24093 " recognized.</Documentation>\n"
24094 " <StringVectorProperty animateable=\"0\"\n"
24095 " clean_command=\"RemoveAllFileNames\"\n"
24096 " command=\"AddFileName\"\n"
24097 " name=\"FileNames\"\n"
24098 " number_of_elements=\"1\"\n"
24099 " panel_visibility=\"never\"\n"
24100 " repeat_command=\"1\">\n"
24101 " <FileListDomain name=\"files\" />\n"
24102 " <Documentation>The list of files to be read by the reader. If more than\n"
24103 " one file is specified, the reader will switch to file series mode in\n"
24104 " which it will pretend that it can support time and provide one file per\n"
24105 " time step.</Documentation>\n"
24106 " </StringVectorProperty>\n"
24107 " <DoubleVectorProperty information_only=\"1\"\n"
24108 " name=\"TimestepValues\"\n"
24109 " repeatable=\"1\">\n"
24110 " <TimeStepsInformationHelper />\n"
24111 " <Documentation>Available timestep values.</Documentation>\n"
24112 " </DoubleVectorProperty>\n"
24113 " <SubProxy>\n"
24114 " <Proxy name=\"Reader\"\n"
24115 " proxygroup=\"internal_sources\"\n"
24116 " proxyname=\"MRCReader\"></Proxy>\n"
24117 " </SubProxy>\n"
24118 " <Hints>\n"
24119 " <ReaderFactory extensions=\"mrc ali st rec\"\n"
24120 " file_description=\"MRC Image Files\" />\n"
24121 " </Hints>\n"
24122 " <!-- End MRCSeriesReader -->\n"
24123 " </SourceProxy>\n"
24124 "\n"
24125 " <!-- ================================================================== -->\n"
24126 " <SourceProxy class=\"vtkImageFileSeriesReader\"\n"
24127 " file_name_method=\"SetFileName\"\n"
24128 " label=\"TIFF Series Reader\"\n"
24129 " name=\"TIFFSeriesReader\"\n"
24130 " si_class=\"vtkSIMetaReaderProxy\">\n"
24131 " <Documentation long_help=\"Reads a series of TIFF files into an time sequence of image datas.\"\n"
24132 " short_help=\"Read a series of TIFF files.\">The TIFF series\n"
24133 " reader reads TIFF files. The output is a time sequence of\n"
24134 " uniform rectilinear (image/volume) dataset. The default\n"
24135 " file extension is .tif or .tiff.</Documentation>\n"
24136 " <StringVectorProperty animateable=\"0\"\n"
24137 " clean_command=\"RemoveAllFileNames\"\n"
24138 " command=\"AddFileName\"\n"
24139 " name=\"FileNames\"\n"
24140 " number_of_elements=\"1\"\n"
24141 " panel_visibility=\"never\"\n"
24142 " repeat_command=\"1\">\n"
24143 ;
24144 
24145 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOImage/Resources/readers_pv_ioimage.xml
24147 " <FileListDomain name=\"files\" />\n"
24148 " <Documentation>The list of files to be read by the reader. If more than\n"
24149 " one file is specified, the reader will switch to file series mode in\n"
24150 " which it will pretend that it can support time and provide one file per\n"
24151 " time step.</Documentation>\n"
24152 " </StringVectorProperty>\n"
24153 " <DoubleVectorProperty information_only=\"1\"\n"
24154 " name=\"TimestepValues\"\n"
24155 " repeatable=\"1\">\n"
24156 " <TimeStepsInformationHelper />\n"
24157 " <Documentation>Available timestep values.</Documentation>\n"
24158 " </DoubleVectorProperty>\n"
24159 " <IntVectorProperty name=\"ReadAsImageStack\"\n"
24160 " command=\"SetReadAsImageStack\"\n"
24161 " number_of_elements=\"1\"\n"
24162 " default_values=\"1\">\n"
24163 " <BooleanDomain name=\"bool\" />\n"
24164 " <Documentation>\n"
24165 " When set, the reader will read the set of files as an image stack, rather than\n"
24166 " a temporal file series.\n"
24167 " </Documentation>\n"
24168 " </IntVectorProperty>\n"
24169 " <SubProxy>\n"
24170 " <Proxy name=\"Reader\"\n"
24171 " proxygroup=\"internal_sources\"\n"
24172 " proxyname=\"TIFFReader\"></Proxy>\n"
24173 " <ExposedProperties>\n"
24174 " <Property name=\"UseCustomDataSpacing\" />\n"
24175 " <Property name=\"CustomDataSpacing\" />\n"
24176 " <Property name=\"CustomDataSpacingInfo\" />\n"
24177 " </ExposedProperties>\n"
24178 " </SubProxy>\n"
24179 " <Hints>\n"
24180 " <ReaderFactory extensions=\"tif tiff\"\n"
24181 " file_description=\"TIFF Image Files\" />\n"
24182 " </Hints>\n"
24183 " <!-- End TIFFSeriesReader -->\n"
24184 " </SourceProxy>\n"
24185 "\n"
24186 " <!-- ============================================================= -->\n"
24187 " <SourceProxy class=\"vtkTIFFReader\"\n"
24188 " label=\"TIFF Reader\"\n"
24189 " name=\"TIFFReader\">\n"
24190 " <Documentation long_help=\"Reads a TIFF file into an image data.\"\n"
24191 " short_help=\"Read a TIFF file.\">The TIFF reader reads TIFF\n"
24192 " (Tagged Image File Format) files, and the output is a\n"
24193 " uniform rectilinear (image/volume) dataset. The default\n"
24194 " file extension is .tiff.</Documentation>\n"
24195 " <StringVectorProperty animateable=\"0\"\n"
24196 " command=\"SetFileName\"\n"
24197 " name=\"FileName\"\n"
24198 " number_of_elements=\"1\"\n"
24199 " panel_visibility=\"never\" >\n"
24200 " <FileListDomain name=\"files\" />\n"
24201 " <Documentation>This property specifies the file name for the TIFF\n"
24202 " reader.</Documentation>\n"
24203 " </StringVectorProperty>\n"
24204 " <!-- this deliberately doesn't have ReaderFactory hints\n"
24205 " TIFFSeriesReader can actually read whatever this reader reads. This is here\n"
24206 " only for backward compatibility. -->\n"
24207 " <!-- End TIFFReader -->\n"
24208 " </SourceProxy>\n"
24209 "\n"
24210 " <!-- ============================================================= -->\n"
24211 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
24212 " file_name_method=\"SetFileName\"\n"
24213 " label=\"Meta File Series Reader\"\n"
24214 " name=\"MetaImageReader\"\n"
24215 " si_class=\"vtkSIMetaReaderProxy\">\n"
24216 " <Documentation long_help=\"Reads a series of meta images.\"\n"
24217 " short_help=\"Read a series of meta images.\">Read a series\n"
24218 " of meta images. The file extension is .mhd</Documentation>\n"
24219 " <SubProxy>\n"
24220 " <Proxy name=\"Reader\"\n"
24221 " proxygroup=\"internal_sources\"\n"
24222 " proxyname=\"MetaImageReaderCore\"></Proxy>\n"
24223 " </SubProxy>\n"
24224 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
24225 " information_only=\"1\"\n"
24226 " name=\"FileNameInfo\">\n"
24227 " <SimpleStringInformationHelper />\n"
24228 " </StringVectorProperty>\n"
24229 " <StringVectorProperty animateable=\"0\"\n"
24230 " clean_command=\"RemoveAllFileNames\"\n"
24231 " command=\"AddFileName\"\n"
24232 " name=\"FileNames\"\n"
24233 " number_of_elements=\"1\"\n"
24234 " panel_visibility=\"never\"\n"
24235 " repeat_command=\"1\">\n"
24236 " <FileListDomain name=\"files\" />\n"
24237 " <Documentation>The list of files to be read by the reader. Each file is\n"
24238 " expected to be in the meta format. The standard extension is .mhd. If\n"
24239 " more than one file is specified, the reader will switch to file series\n"
24240 " mode in which it will pretend that it can support time and provide one\n"
24241 " file per time step.</Documentation>\n"
24242 " </StringVectorProperty>\n"
24243 " <DoubleVectorProperty information_only=\"1\"\n"
24244 " name=\"TimestepValues\"\n"
24245 " repeatable=\"1\">\n"
24246 " <TimeStepsInformationHelper />\n"
24247 " <Documentation>Available timestep values.</Documentation>\n"
24248 " </DoubleVectorProperty>\n"
24249 " <Hints>\n"
24250 " <ReaderFactory extensions=\"mhd mha\"\n"
24251 " file_description=\"Meta Image Files\" />\n"
24252 " </Hints>\n"
24253 " <!-- end of MetaFileSeriesReader -->\n"
24254 " </SourceProxy>\n"
24255 "\n"
24256 " <!-- ============================================================= -->\n"
24257 " <SourceProxy class=\"vtkDEMReader\"\n"
24258 " label=\"DEM Reader\"\n"
24259 " name=\"DEMReader\">\n"
24260 " <Documentation long_help=\"Reads a DEM (Digital Elevation Model) file.\"\n"
24261 " short_help=\"Read a dataset in DEM format\">The DEM reader\n"
24262 " reads Digital Elevation Model files containing elevation\n"
24263 " values derived from the U. S. Geologic Survey. The default\n"
24264 " file extension is .dem. This reader produces uniform\n"
24265 " rectilinear (image/volume) data output.</Documentation>\n"
24266 " <StringVectorProperty animateable=\"0\"\n"
24267 " command=\"SetFileName\"\n"
24268 " name=\"FileName\"\n"
24269 " number_of_elements=\"1\">\n"
24270 " <FileListDomain name=\"files\" />\n"
24271 " <Documentation>This property specifies the file name for the DEM\n"
24272 " (Digital Elevation Map) reader.</Documentation>\n"
24273 " </StringVectorProperty>\n"
24274 " <Hints>\n"
24275 " <ReaderFactory extensions=\"dem\"\n"
24276 " file_description=\"Digital Elevation Map Files\" />\n"
24277 " </Hints>\n"
24278 " <!-- End DEMReader -->\n"
24279 " </SourceProxy>\n"
24280 "\n"
24281 " <!-- ============================================================= -->\n"
24282 " <SourceProxy class=\"vtkNrrdReader\"\n"
24283 " label=\"Nrrd Reader\"\n"
24284 " name=\"NrrdReader\">\n"
24285 " <Documentation long_help=\"Reads raw image files with Nrrd meta data.\"\n"
24286 " short_help=\"Read raw image files with Nrrd meta data.\">The\n"
24287 " Nrrd reader reads raw image data much like the Raw Image\n"
24288 " Reader except that it will also read metadata information\n"
24289 " in the Nrrd format. This means that the reader will\n"
24290 " automatically set information like file dimensions. There\n"
24291 " are several limitations on what type of nrrd files we can\n"
24292 " read. This reader only supports nrrd files in raw format.\n"
24293 " Other encodings like ascii and hex will result in errors.\n"
24294 " When reading in detached headers, this only supports\n"
24295 " reading one file that is detached.</Documentation>\n"
24296 " <StringVectorProperty animateable=\"0\"\n"
24297 " command=\"SetFileName\"\n"
24298 " name=\"FileName\"\n"
24299 " number_of_elements=\"1\"\n"
24300 " panel_visibility=\"never\" >\n"
24301 " <FileListDomain name=\"files\" />\n"
24302 " <Documentation>The name of the file to read (or the meta data file that\n"
24303 " will point to the actual file).</Documentation>\n"
24304 " </StringVectorProperty>\n"
24305 " <IntVectorProperty command=\"SetDataVOI\"\n"
24306 " default_values=\"0 0 0 0 0 0\"\n"
24307 " label=\"Data VOI\"\n"
24308 " name=\"DataVOI\"\n"
24309 " number_of_elements=\"6\">\n"
24310 " <Documentation>The data volume of interest (VOI). The VOI is a\n"
24311 " sub-extent of the data that you want loaded. Setting a VOI is useful\n"
24312 " when reading from a large data set and you are only interested in a\n"
24313 " small portion of the data. If left containing all 0's, then the reader\n"
24314 " will load in the entire data set.</Documentation>\n"
24315 " </IntVectorProperty>\n"
24316 " <Hints>\n"
24317 " <ReaderFactory extensions=\"nrrd nhdr\"\n"
24318 " file_description=\"Nrrd Raw Image Files\" />\n"
24319 " </Hints>\n"
24320 " <!-- NrrdReader -->\n"
24321 " </SourceProxy>\n"
24322 "\n"
24323 " <!-- ============================================================= -->\n"
24324 " <SourceProxy label=\"DICOM Reader (Single File)\"\n"
24325 " name=\"DICOMReaderSingle\"\n"
24326 " class=\"vtkDICOMImageReader\">\n"
24327 " <Documentation long_help=\"Reads DICOM regular rectilinear grid data from a lone file.\"\n"
24328 " short_help=\"Reads DICOM file\">\n"
24329 " DICOM is a file format often used in medical imaging. This version\n"
24330 " of the reader reads a single file (as opposed to a collection of\n"
24331 " files). The DICOM reader currently only supports uncompressed\n"
24332 " files.\n"
24333 " </Documentation>\n"
24334 " <StringVectorProperty animateable=\"0\"\n"
24335 " command=\"SetFileName\"\n"
24336 " name=\"FileName\"\n"
24337 " number_of_elements=\"1\"\n"
24338 " panel_visibility=\"never\">\n"
24339 " <FileListDomain name=\"files\" />\n"
24340 " <Documentation>\n"
24341 " DICOM file to load. This version of the reader only supports\n"
24342 " loading one file at a time.\n"
24343 " </Documentation>\n"
24344 " </StringVectorProperty>\n"
24345 " <Hints>\n"
24346 " <ReaderFactory extensions=\"dcm\"\n"
24347 " file_description=\"DICOM Files (single)\" />\n"
24348 " </Hints>\n"
24349 " <!-- End DICOMReaderSingle -->\n"
24350 " </SourceProxy>\n"
24351 "\n"
24352 " <!-- ============================================================= -->\n"
24353 " <SourceProxy label=\"DICOM Reader (directory)\"\n"
24354 " name=\"DICOMReader\"\n"
24355 " class=\"vtkDICOMImageReader\">\n"
24356 " <Documentation long_help=\"Reads DICOM regular rectilinear grid data from a directory containing a file.\"\n"
24357 " short_help=\"Reads DICOM files.\">\n"
24358 " DICOM is a file format often used in medical imaging. This version\n"
24359 " of the reader will look at all files in the same directory of the\n"
24360 " selected file and load them as planes of the same data set. It is\n"
24361 " typically for 3D medical scanners to store planes as set of files\n"
24362 " in a directory.\n"
24363 " </Documentation>\n"
24364 " <Hints>\n"
24365 " <ReaderFactory extensions=\"dcm\"\n"
24366 " file_description=\"DICOM Files (directory)\" />\n"
24367 " </Hints>\n"
24368 " <StringVectorProperty animateable=\"0\"\n"
24369 " command=\"SetDirectoryName\"\n"
24370 " name=\"FileName\"\n"
24371 " number_of_elements=\"1\"\n"
24372 " panel_visibility=\"never\">\n"
24373 " <FileListDomain name=\"files\" />\n"
24374 " <Documentation>\n"
24375 " A file in the directory of files to be loaded. The DICOM reader\n"
24376 " will actually load all valid DICOM files in the same directory as\n"
24377 " this file as part of the same dataset. This is typical of how\n"
24378 " DICOM files are often stored.\n"
24379 " </Documentation>\n"
24380 " <Hints>\n"
24381 " <UseDirectoryName />\n"
24382 " </Hints>\n"
24383 " </StringVectorProperty>\n"
24384 " <!-- End DICOMReaderDirectory -->\n"
24385 " </SourceProxy>\n"
24386 "\n"
24387 " <!-- ============================================================= -->\n"
24388 " <SourceProxy name=\"SEPReader\" class=\"vtkSEPReader\" label=\"SEP Reader\">\n"
24389 " <Documentation\n"
24390 " short_help=\"Stanford Exploration Project files reader.\"\n"
24391 " long_help=\"This reader takes a .H file that points to a .H@ file and contains all the information to interpret the raw data in the .H@ file.\">\n"
24392 " </Documentation>\n"
24393 " <Hints>\n"
24394 " <ReaderFactory extensions=\"H\" file_description=\"SEP file (Plugin)\"/>\n"
24395 " </Hints>\n"
24396 " <StringVectorProperty name=\"FileName\" command=\"SetFileName\" animateable=\"0\" number_of_elements=\"1\">\n"
24397 " <FileListDomain name=\"files\"/>\n"
24398 " </StringVectorProperty>\n"
24399 " </SourceProxy>\n"
24400 "\n"
24401 " <!-- ============================================================= -->\n"
24402 " <SourceProxy name=\"HDRReader\" class=\"vtkHDRReader\" label=\"HDR Reader\">\n"
24403 " <Documentation\n"
24404 " short_help=\"Reads a file in Radiance HDR format.\"\n"
24405 " long_help=\"Reads a file in Radiance High Dynamic Range format.\">\n"
24406 " An HDR image is a high-bit–depth image (normally 32 bits per channel)\n"
24407 " that contains color and brightness information across a very wide dynamic range.\n"
24408 " </Documentation>\n"
24409 " <Hints>\n"
24410 " <ReaderFactory extensions=\"hdr\" file_description=\"Radiance HDR file\"/>\n"
24411 " </Hints>\n"
24412 " <StringVectorProperty name=\"FileName\" command=\"SetFileName\" animateable=\"0\" number_of_elements=\"1\">\n"
24413 " <FileListDomain name=\"files\"/>\n"
24414 " </StringVectorProperty>\n"
24415 " <!-- End HDRReader -->\n"
24416 " </SourceProxy>\n"
24417 "\n"
24418 " <!-- ============================================================= -->\n"
24419 "\n"
24420 " <!-- end of \"readers\" -->\n"
24421 " </ProxyGroup>\n"
24422 "\n"
24423 "</ServerManagerConfiguration>\n"
24424 "\n";
24425 // Get single string
24427 {
24428 
24429  const size_t len0 = strlen(paraview_server_managerreaders_pv_ioimageInterface0);
24430  const size_t len1 = strlen(paraview_server_managerreaders_pv_ioimageInterface1);
24431  const size_t len2 = strlen(paraview_server_managerreaders_pv_ioimageInterface2);
24432  size_t len = ( 0
24433  + len0
24434  + len1
24435  + len2 );
24436  char* res = new char[ len + 1];
24437  size_t offset = 0;
24441  assert(offset == len);
24442  res[offset] = 0;
24443  return res;
24444 }
24445 
24446 
24447 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOImage/Resources/writers_pv_ioimage.xml
24449 "<ServerManagerConfiguration>\n"
24450 " <ProxyGroup name=\"writers\">\n"
24451 "\n"
24452 " <!-- ================================================================= -->\n"
24453 " <WriterProxy class=\"vtkMetaImageWriter\"\n"
24454 " name=\"MetaImageWriter\">\n"
24455 " <Documentation short_help=\"Write a binary UNC meta image data.\">Writer to\n"
24456 " write a binary UNC meta image data. This is a fairly simple yet powerful\n"
24457 " format consisting of a text header and a binary data section. MetaImage\n"
24458 " headers are expected to have extension: \".mha\" or \".mhd\"</Documentation>\n"
24459 " <InputProperty command=\"SetInputConnection\"\n"
24460 " panel_visibility=\"never\"\n"
24461 " name=\"Input\">\n"
24462 " <DataTypeDomain composite_data_supported=\"0\"\n"
24463 " name=\"input_type\">\n"
24464 " <DataType value=\"vtkImageData\" />\n"
24465 " </DataTypeDomain>\n"
24466 " <Documentation>The input filter/source whose output dataset is to\n"
24467 " written to the file.</Documentation>\n"
24468 " </InputProperty>\n"
24469 " <StringVectorProperty command=\"SetFileName\"\n"
24470 " name=\"FileName\"\n"
24471 " panel_visibility=\"never\"\n"
24472 " number_of_elements=\"1\">\n"
24473 " <Documentation>The name of the file to be written.</Documentation>\n"
24474 " </StringVectorProperty>\n"
24475 " <Hints>\n"
24476 " <WriterFactory extensions=\"mhd\"\n"
24477 " file_description=\"Meta Image Files\" />\n"
24478 " </Hints>\n"
24479 " <!-- End of MetaImageWriter -->\n"
24480 " </WriterProxy>\n"
24481 "\n"
24482 " <!-- ================================================================= -->\n"
24483 " <WriterProxy class=\"vtkPNGWriter\"\n"
24484 " name=\"PNGWriter\">\n"
24485 " <Documentation short_help=\"Write image data as a PNG file.\">Writer to\n"
24486 " write image data as a PNG file. It supports 1 to 4 component data of\n"
24487 " unsigned char or unsigned short.\n"
24488 " This Writer can also generate a stack of images when the FileName is in\n"
24489 " the form of /path/file_%03d.png and that the input data is a 3D image\n"
24490 " data.\n"
24491 " </Documentation>\n"
24492 " <InputProperty command=\"SetInputConnection\"\n"
24493 " panel_visibility=\"never\"\n"
24494 " name=\"Input\">\n"
24495 " <DataTypeDomain composite_data_supported=\"0\"\n"
24496 " name=\"input_type\">\n"
24497 " <DataType value=\"vtkImageData\" />\n"
24498 " </DataTypeDomain>\n"
24499 " <Documentation>The input filter/source whose output dataset is to\n"
24500 " written to the file.</Documentation>\n"
24501 " </InputProperty>\n"
24502 " <StringVectorProperty command=\"SetFilePattern\"\n"
24503 " name=\"FileName\"\n"
24504 " panel_visibility=\"never\"\n"
24505 " number_of_elements=\"1\">\n"
24506 " <Documentation>The name of the file to be written.</Documentation>\n"
24507 " </StringVectorProperty>\n"
24508 " <Hints>\n"
24509 " <WriterFactory extensions=\"png\"\n"
24510 " file_description=\"PNG Image Files\" />\n"
24511 " </Hints>\n"
24512 " <!-- End of PNGWriter -->\n"
24513 " </WriterProxy>\n"
24514 "\n"
24515 " <!-- ================================================================= -->\n"
24516 " <WriterProxy class=\"vtkTIFFWriter\"\n"
24517 " name=\"TIFFWriter\">\n"
24518 " <Documentation short_help=\"Write image data as a TIFF file.\">Writer to\n"
24519 " write image data as a TIFF file.\n"
24520 " </Documentation>\n"
24521 " <InputProperty command=\"SetInputConnection\"\n"
24522 " panel_visibility=\"never\"\n"
24523 " name=\"Input\">\n"
24524 " <DataTypeDomain composite_data_supported=\"0\"\n"
24525 " name=\"input_type\">\n"
24526 " <DataType value=\"vtkImageData\" />\n"
24527 " </DataTypeDomain>\n"
24528 " <Documentation>The input filter/source whose output dataset is to be\n"
24529 " written to the file.</Documentation>\n"
24530 " </InputProperty>\n"
24531 " <StringVectorProperty command=\"SetFilePattern\"\n"
24532 " name=\"FileName\"\n"
24533 " panel_visibility=\"never\"\n"
24534 " number_of_elements=\"1\">\n"
24535 " <Documentation>The name of the file to be written.</Documentation>\n"
24536 " </StringVectorProperty>\n"
24537 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
24538 " element_types=\"0 0 0 0 2\"\n"
24539 " label=\"Scalars\"\n"
24540 " name=\"SelectInputScalars\"\n"
24541 " number_of_elements=\"5\"\n"
24542 " panel_visibility=\"default\">\n"
24543 " <ArrayListDomain attribute_type=\"Scalars\"\n"
24544 " name=\"array_list\">\n"
24545 " <RequiredProperties>\n"
24546 " <Property function=\"Input\"\n"
24547 " name=\"Input\" />\n"
24548 " </RequiredProperties>\n"
24549 " </ArrayListDomain>\n"
24550 " <Documentation>This property contains the name of the scalar array to\n"
24551 " be saved.</Documentation>\n"
24552 " </StringVectorProperty>\n"
24553 "\n"
24554 " <Hints>\n"
24555 " <WriterFactory extensions=\"tiff\"\n"
24556 " file_description=\"TIFF Image Files\" />\n"
24557 " </Hints>\n"
24558 " <!-- End of TIFFWriter -->\n"
24559 " </WriterProxy>\n"
24560 "\n"
24561 " <!-- ================================================================= -->\n"
24562 " <WriterProxy class=\"vtkJPEGWriter\"\n"
24563 " name=\"JPEGWriter\">\n"
24564 " <Documentation short_help=\"Write image data as a JPEG file.\">\n"
24565 " Writer to write image data as a JPEG file. It supports 1 to 3 component\n"
24566 " data of unsigned char or unsigned short.\n"
24567 " This Writer can also generate a stack of images when the FileName is in\n"
24568 " the form of /path/file_%03d.jpg and that the input data is a 3D image\n"
24569 " data.\n"
24570 " </Documentation>\n"
24571 " <InputProperty command=\"SetInputConnection\"\n"
24572 " panel_visibility=\"never\"\n"
24573 " name=\"Input\">\n"
24574 " <DataTypeDomain composite_data_supported=\"0\"\n"
24575 " name=\"input_type\">\n"
24576 " <DataType value=\"vtkImageData\" />\n"
24577 " </DataTypeDomain>\n"
24578 " <Documentation>The input filter/source whose output dataset is to\n"
24579 " written to the file.</Documentation>\n"
24580 " </InputProperty>\n"
24581 " <StringVectorProperty command=\"SetFilePattern\"\n"
24582 " name=\"FileName\"\n"
24583 " panel_visibility=\"never\"\n"
24584 " number_of_elements=\"1\">\n"
24585 " <Documentation>The name of the file to be written.</Documentation>\n"
24586 " </StringVectorProperty>\n"
24587 " <Hints>\n"
24588 " <WriterFactory extensions=\"jpg\"\n"
24589 " file_description=\"JPEG Image Files\" />\n"
24590 " </Hints>\n"
24591 " <!-- End of JPEGWriter -->\n"
24592 " </WriterProxy>\n"
24593 "\n"
24594 " <!-- ================================================================= -->\n"
24595 " <WriterProxy class=\"vtkJSONImageWriter\"\n"
24596 " name=\"JSONImageWriter\">\n"
24597 " <Documentation short_help=\"Write image data as a JSON file.\"/>\n"
24598 " <InputProperty command=\"SetInputConnection\"\n"
24599 " panel_visibility=\"never\"\n"
24600 " name=\"Input\">\n"
24601 " <DataTypeDomain composite_data_supported=\"0\"\n"
24602 " name=\"input_type\">\n"
24603 " <DataType value=\"vtkImageData\" />\n"
24604 " </DataTypeDomain>\n"
24605 " <Documentation>The input filter/source whose output dataset is to\n"
24606 " written to the file.</Documentation>\n"
24607 " </InputProperty>\n"
24608 " <StringVectorProperty command=\"SetFileName\"\n"
24609 " name=\"FileName\"\n"
24610 " panel_visibility=\"never\"\n"
24611 " number_of_elements=\"1\">\n"
24612 " <Documentation>The name of the file to be written.</Documentation>\n"
24613 " </StringVectorProperty>\n"
24614 " <StringVectorProperty command=\"SetArrayName\"\n"
24615 " name=\"ArrayName\"\n"
24616 " number_of_elements=\"1\">\n"
24617 " <Documentation>The name of the field to export. If Empty all fields will be saved.</Documentation>\n"
24618 " </StringVectorProperty>\n"
24619 " <IntVectorProperty command=\"SetSlice\"\n"
24620 " name=\"Slice\"\n"
24621 " default_values=\"-1\"\n"
24622 " number_of_elements=\"1\">\n"
24623 " <Documentation>Write only one slice if slice >= 0</Documentation>\n"
24624 " <IntRangeDomain min=\"-1\"\n"
24625 " name=\"range\" />\n"
24626 " </IntVectorProperty>\n"
24627 " <Hints>\n"
24628 " <WriterFactory extensions=\"json\"\n"
24629 " file_description=\"json Image Files\" />\n"
24630 " </Hints>\n"
24631 " <!-- End of vtkJSONImageWriter -->\n"
24632 " </WriterProxy>\n"
24633 "\n"
24634 " </ProxyGroup>\n"
24635 "</ServerManagerConfiguration>\n"
24636 "\n";
24637 // Get single string
24639 {
24640 
24641  const size_t len0 = strlen(paraview_server_managerwriters_pv_ioimageInterface0);
24642  size_t len = ( 0
24643  + len0 );
24644  char* res = new char[ len + 1];
24645  size_t offset = 0;
24647  assert(offset == len);
24648  res[offset] = 0;
24649  return res;
24650 }
24651 
24652 
24653 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOExodus/Resources/readers_ioexodus.xml
24655 "<ServerManagerConfiguration>\n"
24656 " <ProxyGroup name=\"internal_sources\">\n"
24657 " <!-- ================================================================== -->\n"
24658 " <SourceProxy class=\"vtkPExodusIIReader\"\n"
24659 " name=\"ExodusIIReaderCore\">\n"
24660 " <Documentation long_help=\"Reads an Exodus II file to produce an unstructured grid.\"\n"
24661 " short_help=\"Read Exodus II files.\">The Exodus reader loads\n"
24662 " Exodus II files and produces an unstructured grid output.\n"
24663 " The default file extensions are .g, .e, .ex2, .ex2v2,\n"
24664 " .exo, .gen, .exoII, .exii, .frq, .0, .00, .000, and\n"
24665 " .0000.</Documentation>\n"
24666 " <StringVectorProperty animateable=\"0\"\n"
24667 " command=\"SetFileName\"\n"
24668 " name=\"FileName\"\n"
24669 " number_of_elements=\"1\"\n"
24670 " panel_visibility=\"never\">\n"
24671 " <FileListDomain name=\"files\" />\n"
24672 " <Documentation>This property specifies the file name for the Exodus\n"
24673 " reader.</Documentation>\n"
24674 " </StringVectorProperty>\n"
24675 " <IntVectorProperty command=\"SetHasModeShapes\"\n"
24676 " default_values=\"0\"\n"
24677 " name=\"HasModeShapes\"\n"
24678 " number_of_elements=\"1\">\n"
24679 " <BooleanDomain name=\"bool\" />\n"
24680 " <Documentation>Some simulations overload the Exodus time steps to\n"
24681 " represent mode shapes. In this case, it does not make sense to iterate\n"
24682 " over the \"time steps\", because they are not meant to be played in\n"
24683 " order. Rather, each represents the vibration at a different \"mode.\"\n"
24684 " Setting the value of this property to 1 changes the semantics of the\n"
24685 " reader to not report the time steps to downstream\n"
24686 " filters.</Documentation>\n"
24687 " </IntVectorProperty>\n"
24688 " <IntVectorProperty animateable=\"0\"\n"
24689 " command=\"SetAnimateModeShapes\"\n"
24690 " default_values=\"1\"\n"
24691 " label=\"Animate Vibrations\"\n"
24692 " name=\"AnimateVibrations\"\n"
24693 " number_of_elements=\"1\">\n"
24694 " <BooleanDomain name=\"bool\" />\n"
24695 " <Documentation>If this flag is on and HasModeShapes is also on, then\n"
24696 " this reader will report a continuous time range [0,1] and animate the\n"
24697 " displacements in a periodic sinusoid. If this flag is off and\n"
24698 " HasModeShapes is on, this reader ignores time. This flag has no effect\n"
24699 " if HasModeShapes is off.</Documentation>\n"
24700 " </IntVectorProperty>\n"
24701 " <!-- The following two properties magically send time information -->\n"
24702 " <!-- to the animation panel. Usually you only need one (the former -->\n"
24703 " <!-- for discrete time, the latter for continuous time), but changing -->\n"
24704 " <!-- the HasModeShapes ivar switches between discrete and continuous -->\n"
24705 " <!-- time. -->\n"
24706 " <DoubleVectorProperty information_only=\"1\"\n"
24707 " name=\"TimestepValues\"\n"
24708 " repeatable=\"1\">\n"
24709 " <TimeStepsInformationHelper />\n"
24710 " </DoubleVectorProperty>\n"
24711 " <IntVectorProperty command=\"GetModeShapesRange\"\n"
24712 " information_only=\"1\"\n"
24713 " name=\"ModeShapesRangeInfo\"></IntVectorProperty>\n"
24714 " <IntVectorProperty command=\"SetModeShape\"\n"
24715 " default_values=\"1\"\n"
24716 " name=\"ModeShape\"\n"
24717 " number_of_elements=\"1\">\n"
24718 " <IntRangeDomain name=\"range\" default_mode=\"min\">\n"
24719 " <RequiredProperties>\n"
24720 " <Property function=\"Range\"\n"
24721 " name=\"ModeShapesRangeInfo\" />\n"
24722 " </RequiredProperties>\n"
24723 " </IntRangeDomain>\n"
24724 " <Documentation>Specify which mode shape to animate when HasModeShapes\n"
24725 " is on.</Documentation>\n"
24726 " </IntVectorProperty>\n"
24727 " <IntVectorProperty command=\"SetIgnoreFileTime\"\n"
24728 " animateable=\"0\"\n"
24729 " default_values=\"0\"\n"
24730 " name=\"IgnoreFileTime\"\n"
24731 " label=\"Ignore File Time\"\n"
24732 " number_of_elements=\"1\">\n"
24733 " <BooleanDomain name=\"bool\" />\n"
24734 " <Documentation>If on, the reader will ignore the time value reported at\n"
24735 " each time step, using the index of the time step as the time value. This\n"
24736 " is useful for Exodus files where different time steps are overloaded to\n"
24737 " represent different aspects of a data set rather than the data set at\n"
24738 " different time values.\n"
24739 " </Documentation>\n"
24740 " </IntVectorProperty>\n"
24741 " <StringVectorProperty information_only=\"1\"\n"
24742 " name=\"EdgeBlocksInfo\">\n"
24743 " <ArraySelectionInformationHelper attribute_name=\"EdgeBlock\" />\n"
24744 " </StringVectorProperty>\n"
24745 " <StringVectorProperty command=\"SetEdgeBlockArrayStatus\"\n"
24746 " element_types=\"2 0\"\n"
24747 " information_property=\"EdgeBlocksInfo\"\n"
24748 " name=\"EdgeBlocks\"\n"
24749 " number_of_elements_per_command=\"2\"\n"
24750 " repeat_command=\"1\">\n"
24751 " <ArraySelectionDomain name=\"array_list\">\n"
24752 " <RequiredProperties>\n"
24753 " <Property function=\"ArrayList\"\n"
24754 " name=\"EdgeBlocksInfo\" />\n"
24755 " </RequiredProperties>\n"
24756 " </ArraySelectionDomain>\n"
24757 " <Documentation>Use this property to select which blocks of edges should\n"
24758 " be loaded. All edges in the same block will have the same interpolant\n"
24759 " (linear, quadratic, etc.) and have the same variables defined over\n"
24760 " them.</Documentation>\n"
24761 " </StringVectorProperty>\n"
24762 " <StringVectorProperty information_only=\"1\"\n"
24763 " name=\"FaceBlocksInfo\">\n"
24764 " <ArraySelectionInformationHelper attribute_name=\"FaceBlock\" />\n"
24765 " </StringVectorProperty>\n"
24766 " <StringVectorProperty command=\"SetFaceBlockArrayStatus\"\n"
24767 " element_types=\"2 0\"\n"
24768 " information_property=\"FaceBlocksInfo\"\n"
24769 " name=\"FaceBlocks\"\n"
24770 " number_of_elements_per_command=\"2\"\n"
24771 " repeat_command=\"1\">\n"
24772 " <ArraySelectionDomain name=\"array_list\">\n"
24773 " <RequiredProperties>\n"
24774 " <Property function=\"ArrayList\"\n"
24775 " name=\"FaceBlocksInfo\" />\n"
24776 " </RequiredProperties>\n"
24777 " </ArraySelectionDomain>\n"
24778 " <Documentation>Use this property to select which blocks of faces should\n"
24779 " be loaded. All faces in the same block will have the same interpolant\n"
24780 " (triangular, bilinear quadrilateral, etc.) and have the same variables\n"
24781 " defined over them.</Documentation>\n"
24782 " </StringVectorProperty>\n"
24783 " <IntVectorProperty command=\"GetSILUpdateStamp\"\n"
24784 " information_only=\"1\"\n"
24785 " name=\"SILUpdateStamp\">\n"
24786 " <SimpleIntInformationHelper />\n"
24787 " <Documentation>Information property indicating the update stamp of the\n"
24788 " SIL. Every time the SIL is rebuilt, this time stamp is\n"
24789 " changed.</Documentation>\n"
24790 " </IntVectorProperty>\n"
24791 " <StringVectorProperty command=\"GetSIL\"\n"
24792 " information_only=\"1\"\n"
24793 " name=\"ElementBlocksInfo\"\n"
24794 " si_class=\"vtkSISILProperty\"\n"
24795 " subtree=\"Blocks\" />\n"
24796 " <IdTypeVectorProperty command=\"GetSILUpdateStamp\"\n"
24797 " default_values=\"0\"\n"
24798 " information_only=\"1\"\n"
24799 " name=\"SILTimeStamp\"\n"
24800 " number_of_elements=\"1\" />\n"
24801 " <StringVectorProperty command=\"SetElementBlockArrayStatus\"\n"
24802 " element_types=\"2 0\"\n"
24803 " name=\"ElementBlocks\"\n"
24804 " number_of_elements_per_command=\"2\"\n"
24805 " repeat_command=\"1\">\n"
24806 " <SILDomain name=\"array_list\"\n"
24807 " subtree=\"Blocks\">\n"
24808 " <RequiredProperties>\n"
24809 " <Property function=\"ArrayList\"\n"
24810 " name=\"ElementBlocksInfo\" />\n"
24811 " <Property function=\"TimeStamp\"\n"
24812 " name=\"SILTimeStamp\" />\n"
24813 " </RequiredProperties>\n"
24814 " </SILDomain>\n"
24815 " <Documentation>Use this property to select which blocks of elements\n"
24816 " (cells) should be loaded. All elements (cells) in the same block will\n"
24817 " have the same interpolant (tetrahedral, triangular, trilinear\n"
24818 " hexahedral, etc.) and have the same variables defined over\n"
24819 " them.</Documentation>\n"
24820 " </StringVectorProperty>\n"
24821 " <StringVectorProperty information_only=\"1\"\n"
24822 " name=\"GlobalVariablesInfo\">\n"
24823 " <ArraySelectionInformationHelper attribute_name=\"GlobalResult\" />\n"
24824 " </StringVectorProperty>\n"
24825 " <StringVectorProperty command=\"SetGlobalResultArrayStatus\"\n"
24826 " element_types=\"2 0\"\n"
24827 " information_property=\"GlobalVariablesInfo\"\n"
24828 " name=\"GlobalVariables\"\n"
24829 " number_of_elements_per_command=\"2\"\n"
24830 " repeat_command=\"1\">\n"
24831 " <ArraySelectionDomain name=\"array_list\">\n"
24832 " <RequiredProperties>\n"
24833 " <Property function=\"ArrayList\"\n"
24834 " name=\"GlobalVariablesInfo\" />\n"
24835 " </RequiredProperties>\n"
24836 " </ArraySelectionDomain>\n"
24837 " <Documentation>Use this property to select which global (i.e.,\n"
24838 " per-mesh) variables should be loaded. Global variables are stored as\n"
24839 " arrays in the field data of the reader's output.</Documentation>\n"
24840 " </StringVectorProperty>\n"
24841 " <StringVectorProperty information_only=\"1\"\n"
24842 " name=\"PointVariablesInfo\">\n"
24843 " <ArraySelectionInformationHelper attribute_name=\"PointResult\" />\n"
24844 " </StringVectorProperty>\n"
24845 " <StringVectorProperty command=\"SetPointResultArrayStatus\"\n"
24846 " element_types=\"2 0\"\n"
24847 " information_property=\"PointVariablesInfo\"\n"
24848 " name=\"PointVariables\"\n"
24849 " number_of_elements_per_command=\"2\"\n"
24850 " repeat_command=\"1\">\n"
24851 " <ArraySelectionDomain name=\"array_list\">\n"
24852 " <RequiredProperties>\n"
24853 " <Property function=\"ArrayList\"\n"
24854 " name=\"PointVariablesInfo\" />\n"
24855 " </RequiredProperties>\n"
24856 " </ArraySelectionDomain>\n"
24857 " <Documentation>Use this property to select which nodal (i.e.,\n"
24858 " per-point) variables should be loaded.</Documentation>\n"
24859 " </StringVectorProperty>\n"
24860 " <StringVectorProperty information_only=\"1\"\n"
24861 " name=\"EdgeVariablesInfo\">\n"
24862 " <ArraySelectionInformationHelper attribute_name=\"EdgeResult\" />\n"
24863 " </StringVectorProperty>\n"
24864 " <StringVectorProperty command=\"SetEdgeResultArrayStatus\"\n"
24865 " element_types=\"2 0\"\n"
24866 " information_property=\"EdgeVariablesInfo\"\n"
24867 " name=\"EdgeVariables\"\n"
24868 " number_of_elements_per_command=\"2\"\n"
24869 " repeat_command=\"1\">\n"
24870 " <ArraySelectionDomain name=\"array_list\">\n"
24871 " <RequiredProperties>\n"
24872 " <Property function=\"ArrayList\"\n"
24873 " name=\"EdgeVariablesInfo\" />\n"
24874 " </RequiredProperties>\n"
24875 " </ArraySelectionDomain>\n"
24876 " <Documentation>Use this property to select which variables defined over\n"
24877 " edges should be loaded. Edges are oriented boundaries of one or more\n"
24878 " higher-dimensional cells also present in the mesh. Edge variables\n"
24879 " specify a single value per entry in some edge block.</Documentation>\n"
24880 " </StringVectorProperty>\n"
24881 " <StringVectorProperty information_only=\"1\"\n"
24882 " name=\"FaceVariablesInfo\">\n"
24883 " <ArraySelectionInformationHelper attribute_name=\"FaceResult\" />\n"
24884 " </StringVectorProperty>\n"
24885 " <StringVectorProperty command=\"SetFaceResultArrayStatus\"\n"
24886 " element_types=\"2 0\"\n"
24887 " information_property=\"FaceVariablesInfo\"\n"
24888 " name=\"FaceVariables\"\n"
24889 " number_of_elements_per_command=\"2\"\n"
24890 " repeat_command=\"1\">\n"
24891 " <ArraySelectionDomain name=\"array_list\">\n"
24892 " <RequiredProperties>\n"
24893 " <Property function=\"ArrayList\"\n"
24894 " name=\"FaceVariablesInfo\" />\n"
24895 " </RequiredProperties>\n"
24896 " </ArraySelectionDomain>\n"
24897 " <Documentation>Use this property to select which variables defined over\n"
24898 " faces should be loaded. Faces are oriented boundaries of one or more\n"
24899 " higher-dimensional cells also present in the mesh. Face variables\n"
24900 " specify a single value per entry in some face block.</Documentation>\n"
24901 " </StringVectorProperty>\n"
24902 " <StringVectorProperty information_only=\"1\"\n"
24903 " name=\"ElementVariablesInfo\">\n"
24904 " <ArraySelectionInformationHelper attribute_name=\"ElementResult\" />\n"
24905 " </StringVectorProperty>\n"
24906 " <StringVectorProperty command=\"SetElementResultArrayStatus\"\n"
24907 " element_types=\"2 0\"\n"
24908 " information_property=\"ElementVariablesInfo\"\n"
24909 " name=\"ElementVariables\"\n"
24910 " number_of_elements_per_command=\"2\"\n"
24911 " repeat_command=\"1\">\n"
24912 " <ArraySelectionDomain name=\"array_list\">\n"
24913 " <RequiredProperties>\n"
24914 " <Property function=\"ArrayList\"\n"
24915 " name=\"ElementVariablesInfo\" />\n"
24916 " </RequiredProperties>\n"
24917 " </ArraySelectionDomain>\n"
24918 " <Documentation>Use this property to select which variables defined over\n"
24919 " elements (cells) should be loaded. Element variables specify a single\n"
24920 " value per entry in some element block.</Documentation>\n"
24921 " </StringVectorProperty>\n"
24922 " <StringVectorProperty information_only=\"1\"\n"
24923 " name=\"NodeMapInfo\">\n"
24924 " <ArraySelectionInformationHelper attribute_name=\"NodeMap\" />\n"
24925 " </StringVectorProperty>\n"
24926 " <StringVectorProperty command=\"SetNodeMapArrayStatus\"\n"
24927 " element_types=\"2 0\"\n"
24928 " information_property=\"NodeMapInfo\"\n"
24929 " name=\"NodeMapArrayStatus\"\n"
24930 " number_of_elements_per_command=\"2\"\n"
24931 " repeat_command=\"1\">\n"
24932 " <ArraySelectionDomain name=\"array_list\">\n"
24933 " <RequiredProperties>\n"
24934 " <Property function=\"ArrayList\"\n"
24935 " name=\"NodeMapInfo\" />\n"
24936 " </RequiredProperties>\n"
24937 ;
24938 
24939 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOExodus/Resources/readers_ioexodus.xml
24941 " </ArraySelectionDomain>\n"
24942 " <Documentation>Specify which maps defined over nodes (points) in the\n"
24943 " mesh should be loaded. A node map is a renumbering of all the points in\n"
24944 " a file from their offset in the file to some arbitrary integers,\n"
24945 " usually specifying a unique global ID across a set of files. These are\n"
24946 " sometimes called new-style maps because they are specified differently\n"
24947 " than in older Exodus files, which only allowed a single node\n"
24948 " map.</Documentation>\n"
24949 " </StringVectorProperty>\n"
24950 " <StringVectorProperty information_only=\"1\"\n"
24951 " name=\"EdgeMapInfo\">\n"
24952 " <ArraySelectionInformationHelper attribute_name=\"EdgeMap\" />\n"
24953 " </StringVectorProperty>\n"
24954 " <StringVectorProperty command=\"SetEdgeMapArrayStatus\"\n"
24955 " element_types=\"2 0\"\n"
24956 " information_property=\"EdgeMapInfo\"\n"
24957 " name=\"EdgeMapArrayStatus\"\n"
24958 " number_of_elements_per_command=\"2\"\n"
24959 " repeat_command=\"1\">\n"
24960 " <ArraySelectionDomain name=\"array_list\">\n"
24961 " <RequiredProperties>\n"
24962 " <Property function=\"ArrayList\"\n"
24963 " name=\"EdgeMapInfo\" />\n"
24964 " </RequiredProperties>\n"
24965 " </ArraySelectionDomain>\n"
24966 " <Documentation>Specify which maps defined over edges in the mesh should\n"
24967 " be loaded. An edge map is a renumbering of all the edges (across all\n"
24968 " the edge blocks of a file) from their offset in the file to some\n"
24969 " arbitrary integers, usually specifying a unique global ID across a set\n"
24970 " of files.</Documentation>\n"
24971 " <Hints>\n"
24972 " <OmitFromLoadAllVariables />\n"
24973 " </Hints>\n"
24974 " </StringVectorProperty>\n"
24975 " <StringVectorProperty information_only=\"1\"\n"
24976 " name=\"FaceMapInfo\">\n"
24977 " <ArraySelectionInformationHelper attribute_name=\"FaceMap\" />\n"
24978 " </StringVectorProperty>\n"
24979 " <StringVectorProperty command=\"SetFaceMapArrayStatus\"\n"
24980 " element_types=\"2 0\"\n"
24981 " information_property=\"FaceMapInfo\"\n"
24982 " name=\"FaceMapArrayStatus\"\n"
24983 " number_of_elements_per_command=\"2\"\n"
24984 " repeat_command=\"1\">\n"
24985 " <ArraySelectionDomain name=\"array_list\">\n"
24986 " <RequiredProperties>\n"
24987 " <Property function=\"ArrayList\"\n"
24988 " name=\"FaceMapInfo\" />\n"
24989 " </RequiredProperties>\n"
24990 " </ArraySelectionDomain>\n"
24991 " <Documentation>Specify which maps defined over faces in the mesh should\n"
24992 " be loaded. A face map is a renumbering of all the faces (across all the\n"
24993 " face blocks of a file) from their offset in the file to some arbitrary\n"
24994 " integers, usually specifying a unique global ID across a set of\n"
24995 " files.</Documentation>\n"
24996 " <Hints>\n"
24997 " <OmitFromLoadAllVariables />\n"
24998 " </Hints>\n"
24999 " </StringVectorProperty>\n"
25000 " <StringVectorProperty information_only=\"1\"\n"
25001 " name=\"ElementMapInfo\">\n"
25002 " <ArraySelectionInformationHelper attribute_name=\"ElementMap\" />\n"
25003 " </StringVectorProperty>\n"
25004 " <StringVectorProperty command=\"SetElementMapArrayStatus\"\n"
25005 " element_types=\"2 0\"\n"
25006 " information_property=\"ElementMapInfo\"\n"
25007 " name=\"ElementMapArrayStatus\"\n"
25008 " number_of_elements_per_command=\"2\"\n"
25009 " repeat_command=\"1\">\n"
25010 " <ArraySelectionDomain name=\"array_list\">\n"
25011 " <RequiredProperties>\n"
25012 " <Property function=\"ArrayList\"\n"
25013 " name=\"ElementMapInfo\" />\n"
25014 " </RequiredProperties>\n"
25015 " </ArraySelectionDomain>\n"
25016 " <Documentation>Specify which maps defined over elements (cells) in the\n"
25017 " mesh should be loaded. An element map is a renumbering of all the\n"
25018 " elements (across all the element blocks of a file) from their offset in\n"
25019 " the file to some arbitrary integers, usually specifying a unique global\n"
25020 " ID across a set of files. These are sometimes called new-style maps\n"
25021 " because they are specified differently than in older Exodus files,\n"
25022 " which only allowed a single element map.</Documentation>\n"
25023 " <Hints>\n"
25024 " <OmitFromLoadAllVariables />\n"
25025 " </Hints>\n"
25026 " </StringVectorProperty>\n"
25027 " <StringVectorProperty information_only=\"1\"\n"
25028 " name=\"NodeSetInfo\">\n"
25029 " <ArraySelectionInformationHelper attribute_name=\"NodeSet\" />\n"
25030 " </StringVectorProperty>\n"
25031 " <StringVectorProperty command=\"SetNodeSetArrayStatus\"\n"
25032 " element_types=\"2 0\"\n"
25033 " information_property=\"NodeSetInfo\"\n"
25034 " name=\"NodeSetArrayStatus\"\n"
25035 " number_of_elements_per_command=\"2\"\n"
25036 " repeat_command=\"1\">\n"
25037 " <ArraySelectionDomain name=\"array_list\">\n"
25038 " <RequiredProperties>\n"
25039 " <Property function=\"ArrayList\"\n"
25040 " name=\"NodeSetInfo\" />\n"
25041 " </RequiredProperties>\n"
25042 " </ArraySelectionDomain>\n"
25043 " <Documentation>An Exodus II file may define subsets of all the nodes\n"
25044 " (points) in a file as sets in their own right. Variables, such as\n"
25045 " boundary conditions, may then be defined over these sets by specifying\n"
25046 " a single number per node. This property specifies which of those sets\n"
25047 " should be loaded. The accompanying NodeSetResultArrayStatus property\n"
25048 " specifies which variables defined over those sets should be\n"
25049 " loaded.</Documentation>\n"
25050 " <Hints>\n"
25051 " <OmitFromLoadAllVariables />\n"
25052 " </Hints>\n"
25053 " </StringVectorProperty>\n"
25054 " <StringVectorProperty information_only=\"1\"\n"
25055 " name=\"SideSetInfo\">\n"
25056 " <ArraySelectionInformationHelper attribute_name=\"SideSet\" />\n"
25057 " </StringVectorProperty>\n"
25058 " <StringVectorProperty command=\"SetSideSetArrayStatus\"\n"
25059 " element_types=\"2 0\"\n"
25060 " information_property=\"SideSetInfo\"\n"
25061 " name=\"SideSetArrayStatus\"\n"
25062 " number_of_elements_per_command=\"2\"\n"
25063 " repeat_command=\"1\">\n"
25064 " <ArraySelectionDomain name=\"array_list\">\n"
25065 " <RequiredProperties>\n"
25066 " <Property function=\"ArrayList\"\n"
25067 " name=\"SideSetInfo\" />\n"
25068 " </RequiredProperties>\n"
25069 " </ArraySelectionDomain>\n"
25070 " <Documentation>An Exodus II file may define subsets of all the\n"
25071 " <i>boundaries</i>of all the elements in a file as sets in their own\n"
25072 " right. This property specifies which of those sets should be loaded.\n"
25073 " Variables, such as boundary conditions, may then be defined over these\n"
25074 " sets by specifying a single number per side. For example, a hexahedron\n"
25075 " has 18 sides: 6 faces and 12 edges. Any of these sides may be\n"
25076 " individually called out in a set and assigned a result value. The\n"
25077 " accompanying SideSetResultArrayStatus property specifies which\n"
25078 " variables defined over those sets should be loaded.</Documentation>\n"
25079 " <Hints>\n"
25080 " <OmitFromLoadAllVariables />\n"
25081 " </Hints>\n"
25082 " </StringVectorProperty>\n"
25083 " <StringVectorProperty information_only=\"1\"\n"
25084 " name=\"FaceSetInfo\">\n"
25085 " <ArraySelectionInformationHelper attribute_name=\"FaceSet\" />\n"
25086 " </StringVectorProperty>\n"
25087 " <StringVectorProperty command=\"SetFaceSetArrayStatus\"\n"
25088 " element_types=\"2 0\"\n"
25089 " information_property=\"FaceSetInfo\"\n"
25090 " name=\"FaceSetArrayStatus\"\n"
25091 " number_of_elements_per_command=\"2\"\n"
25092 " repeat_command=\"1\">\n"
25093 " <ArraySelectionDomain name=\"array_list\">\n"
25094 " <RequiredProperties>\n"
25095 " <Property function=\"ArrayList\"\n"
25096 " name=\"FaceSetInfo\" />\n"
25097 " </RequiredProperties>\n"
25098 " </ArraySelectionDomain>\n"
25099 " <Documentation>An Exodus II file may define subsets of all the faces\n"
25100 " (across all face blocks) in a file as sets in their own right. This\n"
25101 " property specifies which of those sets should be loaded. Variables,\n"
25102 " such as boundary conditions, may then be defined over these sets by\n"
25103 " specifying a single number per face. The accompanying\n"
25104 " FaceSetResultArrayStatus property specifies which variables defined\n"
25105 " over those sets should be loaded.</Documentation>\n"
25106 " <Hints>\n"
25107 " <OmitFromLoadAllVariables />\n"
25108 " </Hints>\n"
25109 " </StringVectorProperty>\n"
25110 " <StringVectorProperty information_only=\"1\"\n"
25111 " name=\"EdgeSetInfo\">\n"
25112 " <ArraySelectionInformationHelper attribute_name=\"EdgeSet\" />\n"
25113 " </StringVectorProperty>\n"
25114 " <StringVectorProperty command=\"SetEdgeSetArrayStatus\"\n"
25115 " element_types=\"2 0\"\n"
25116 " information_property=\"EdgeSetInfo\"\n"
25117 " name=\"EdgeSetArrayStatus\"\n"
25118 " number_of_elements_per_command=\"2\"\n"
25119 " repeat_command=\"1\">\n"
25120 " <ArraySelectionDomain name=\"array_list\">\n"
25121 " <RequiredProperties>\n"
25122 " <Property function=\"ArrayList\"\n"
25123 " name=\"EdgeSetInfo\" />\n"
25124 " </RequiredProperties>\n"
25125 " </ArraySelectionDomain>\n"
25126 " <Documentation>An Exodus II file may define subsets of all the edges\n"
25127 " (across all edge blocks) in a file as sets in their own right. This\n"
25128 " property specifies which of those sets should be loaded. Variables,\n"
25129 " such as boundary conditions, may then be defined over these sets by\n"
25130 " specifying a single number per edge. The accompanying\n"
25131 " EdgeSetResultArrayStatus property specifies which variables defined\n"
25132 " over those sets should be loaded.</Documentation>\n"
25133 " <Hints>\n"
25134 " <OmitFromLoadAllVariables />\n"
25135 " </Hints>\n"
25136 " </StringVectorProperty>\n"
25137 " <StringVectorProperty information_only=\"1\"\n"
25138 " name=\"ElementSetInfo\">\n"
25139 " <ArraySelectionInformationHelper attribute_name=\"ElementSet\" />\n"
25140 " </StringVectorProperty>\n"
25141 " <StringVectorProperty command=\"SetElementSetArrayStatus\"\n"
25142 " element_types=\"2 0\"\n"
25143 " information_property=\"ElementSetInfo\"\n"
25144 " name=\"ElementSetArrayStatus\"\n"
25145 " number_of_elements_per_command=\"2\"\n"
25146 " repeat_command=\"1\">\n"
25147 " <ArraySelectionDomain name=\"array_list\">\n"
25148 " <RequiredProperties>\n"
25149 " <Property function=\"ArrayList\"\n"
25150 " name=\"ElementSetInfo\" />\n"
25151 " </RequiredProperties>\n"
25152 " </ArraySelectionDomain>\n"
25153 " <Documentation>An Exodus II file may define subsets of all the elements\n"
25154 " (across all element blocks) in a file as sets in their own right. This\n"
25155 " property specifies which of those sets should be loaded. Variables,\n"
25156 " such as feature classifiers, may then be defined over these sets by\n"
25157 " specifying a single number per element. The accompanying\n"
25158 " ElementSetResultArrayStatus property specifies which variables defined\n"
25159 " over those sets should be loaded.</Documentation>\n"
25160 " <Hints>\n"
25161 " <OmitFromLoadAllVariables />\n"
25162 " </Hints>\n"
25163 " </StringVectorProperty>\n"
25164 " <StringVectorProperty information_only=\"1\"\n"
25165 " name=\"ElementSetResultArrayInfo\">\n"
25166 " <ArraySelectionInformationHelper attribute_name=\"ElementSetResult\" />\n"
25167 " </StringVectorProperty>\n"
25168 " <StringVectorProperty command=\"SetElementSetResultArrayStatus\"\n"
25169 " element_types=\"2 0\"\n"
25170 " information_property=\"ElementSetResultArrayInfo\"\n"
25171 " name=\"ElementSetResultArrayStatus\"\n"
25172 " number_of_elements_per_command=\"2\"\n"
25173 " repeat_command=\"1\">\n"
25174 " <ArraySelectionDomain name=\"array_list\">\n"
25175 " <RequiredProperties>\n"
25176 " <Property function=\"ArrayList\"\n"
25177 " name=\"ElementSetResultArrayInfo\" />\n"
25178 " </RequiredProperties>\n"
25179 " </ArraySelectionDomain>\n"
25180 " <Documentation>An Exodus II file may define subsets of all the elements\n"
25181 " (across all element blocks) in a file as sets in their own right.\n"
25182 " Variables, such as feature classifiers, may then be defined over these\n"
25183 " sets by specifying a single number per element. This property specifies\n"
25184 " which of those variables should be loaded. The corresponding set must\n"
25185 " also be loaded using the ElementSetArrayStatus property in order for\n"
25186 " the variable to appear.</Documentation>\n"
25187 " <Hints>\n"
25188 " <OmitFromLoadAllVariables />\n"
25189 " </Hints>\n"
25190 " </StringVectorProperty>\n"
25191 " <StringVectorProperty information_only=\"1\"\n"
25192 " name=\"SideSetResultArrayInfo\">\n"
25193 " <ArraySelectionInformationHelper attribute_name=\"SideSetResult\" />\n"
25194 " </StringVectorProperty>\n"
25195 " <StringVectorProperty command=\"SetSideSetResultArrayStatus\"\n"
25196 " element_types=\"2 0\"\n"
25197 " information_property=\"SideSetResultArrayInfo\"\n"
25198 " name=\"SideSetResultArrayStatus\"\n"
25199 " number_of_elements_per_command=\"2\"\n"
25200 " repeat_command=\"1\">\n"
25201 " <ArraySelectionDomain name=\"array_list\">\n"
25202 " <RequiredProperties>\n"
25203 " <Property function=\"ArrayList\"\n"
25204 " name=\"SideSetResultArrayInfo\" />\n"
25205 " </RequiredProperties>\n"
25206 " </ArraySelectionDomain>\n"
25207 " <Documentation>An Exodus II file may define subsets of all the\n"
25208 " <i>boundaries</i>of all the elements in a file as sets in their own\n"
25209 " right. Variables, such as boundary conditions, may then be defined over\n"
25210 " these sets by specifying a single number per side. For example, a\n"
25211 " hexahedron has 18 sides: 6 faces and 12 edges. Any of these sides may\n"
25212 " be individually called out in a set and assigned a result value. This\n"
25213 " property specifies which of those variables should be loaded. The\n"
25214 " corresponding set must also be loaded using the SideSetArrayStatus\n"
25215 " property in order for the variable to appear.</Documentation>\n"
25216 " <Hints>\n"
25217 " <OmitFromLoadAllVariables />\n"
25218 " </Hints>\n"
25219 " </StringVectorProperty>\n"
25220 " <StringVectorProperty information_only=\"1\"\n"
25221 " name=\"FaceSetResultArrayInfo\">\n"
25222 " <ArraySelectionInformationHelper attribute_name=\"FaceSetResult\" />\n"
25223 " </StringVectorProperty>\n"
25224 ;
25225 
25226 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOExodus/Resources/readers_ioexodus.xml
25228 " <StringVectorProperty command=\"SetFaceSetResultArrayStatus\"\n"
25229 " element_types=\"2 0\"\n"
25230 " information_property=\"FaceSetResultArrayInfo\"\n"
25231 " name=\"FaceSetResultArrayStatus\"\n"
25232 " number_of_elements_per_command=\"2\"\n"
25233 " repeat_command=\"1\">\n"
25234 " <ArraySelectionDomain name=\"array_list\">\n"
25235 " <RequiredProperties>\n"
25236 " <Property function=\"ArrayList\"\n"
25237 " name=\"FaceSetResultArrayInfo\" />\n"
25238 " </RequiredProperties>\n"
25239 " </ArraySelectionDomain>\n"
25240 " <Documentation>An Exodus II file may define subsets of all the faces\n"
25241 " (across all face blocks) in a file as sets in their own right.\n"
25242 " Variables, such as boundary conditions, may then be defined over these\n"
25243 " sets by specifying a single number per face. This property specifies\n"
25244 " which of those variables should be loaded. The corresponding set must\n"
25245 " also be loaded using the FaceSetArrayStatus property in order for the\n"
25246 " variable to appear.</Documentation>\n"
25247 " <Hints>\n"
25248 " <OmitFromLoadAllVariables />\n"
25249 " </Hints>\n"
25250 " </StringVectorProperty>\n"
25251 " <StringVectorProperty information_only=\"1\"\n"
25252 " name=\"EdgeSetResultArrayInfo\">\n"
25253 " <ArraySelectionInformationHelper attribute_name=\"EdgeSetResult\" />\n"
25254 " </StringVectorProperty>\n"
25255 " <StringVectorProperty command=\"SetEdgeSetResultArrayStatus\"\n"
25256 " element_types=\"2 0\"\n"
25257 " information_property=\"EdgeSetResultArrayInfo\"\n"
25258 " name=\"EdgeSetResultArrayStatus\"\n"
25259 " number_of_elements_per_command=\"2\"\n"
25260 " repeat_command=\"1\">\n"
25261 " <ArraySelectionDomain name=\"array_list\">\n"
25262 " <RequiredProperties>\n"
25263 " <Property function=\"ArrayList\"\n"
25264 " name=\"EdgeSetResultArrayInfo\" />\n"
25265 " </RequiredProperties>\n"
25266 " </ArraySelectionDomain>\n"
25267 " <Documentation>An Exodus II file may define subsets of all the edges\n"
25268 " (across all edge blocks) in a file as sets in their own right.\n"
25269 " Variables, such as boundary conditions, may then be defined over these\n"
25270 " sets by specifying a single number per edge. This property specifies\n"
25271 " which of those variables should be loaded. The corresponding set must\n"
25272 " also be loaded using the EdgeSetArrayStatus property in order for the\n"
25273 " variable to appear.</Documentation>\n"
25274 " <Hints>\n"
25275 " <OmitFromLoadAllVariables />\n"
25276 " </Hints>\n"
25277 " </StringVectorProperty>\n"
25278 " <StringVectorProperty information_only=\"1\"\n"
25279 " name=\"NodeSetResultArrayInfo\">\n"
25280 " <ArraySelectionInformationHelper attribute_name=\"NodeSetResult\" />\n"
25281 " </StringVectorProperty>\n"
25282 " <StringVectorProperty command=\"SetNodeSetResultArrayStatus\"\n"
25283 " element_types=\"2 0\"\n"
25284 " information_property=\"NodeSetResultArrayInfo\"\n"
25285 " name=\"NodeSetResultArrayStatus\"\n"
25286 " number_of_elements_per_command=\"2\"\n"
25287 " repeat_command=\"1\">\n"
25288 " <ArraySelectionDomain name=\"array_list\">\n"
25289 " <RequiredProperties>\n"
25290 " <Property function=\"ArrayList\"\n"
25291 " name=\"NodeSetResultArrayInfo\" />\n"
25292 " </RequiredProperties>\n"
25293 " </ArraySelectionDomain>\n"
25294 " <Documentation>An Exodus II file may define subsets of all the nodes\n"
25295 " (points) in a file as sets in their own right. Variables, such as\n"
25296 " boundary conditions, may then be defined over these sets by specifying\n"
25297 " a single number per node. This property specifies which of those\n"
25298 " variables should be loaded. The corresponding set must also be loaded\n"
25299 " using the NodeSetArrayStatus property in order for the variable to\n"
25300 " appear.</Documentation>\n"
25301 " <Hints>\n"
25302 " <OmitFromLoadAllVariables />\n"
25303 " </Hints>\n"
25304 " </StringVectorProperty>\n"
25305 " <IntVectorProperty command=\"SetApplyDisplacements\"\n"
25306 " default_values=\"1\"\n"
25307 " name=\"ApplyDisplacements\"\n"
25308 " number_of_elements=\"1\">\n"
25309 " <BooleanDomain name=\"bool\" />\n"
25310 " <Documentation>Geometric locations can include displacements. When this\n"
25311 " option is on, the nodal positions are 'displaced' by the standard\n"
25312 " exodus displacement vector. If displacements are turned 'off', the user\n"
25313 " can explicitly add them by applying a warp filter.</Documentation>\n"
25314 " </IntVectorProperty>\n"
25315 " <DoubleVectorProperty command=\"SetDisplacementMagnitude\"\n"
25316 " default_values=\"1\"\n"
25317 " name=\"DisplacementMagnitude\"\n"
25318 " number_of_elements=\"1\">\n"
25319 " <DoubleRangeDomain name=\"range\" />\n"
25320 " <Documentation>When displacements are being applied, they are scaled by\n"
25321 " this amount. Set to 1 for no scaling.</Documentation>\n"
25322 " </DoubleVectorProperty>\n"
25323 " <IntVectorProperty command=\"SetGenerateObjectIdCellArray\"\n"
25324 " default_values=\"1\"\n"
25325 " name=\"GenerateObjectIdCellArray\"\n"
25326 " number_of_elements=\"1\">\n"
25327 " <BooleanDomain name=\"bool\" />\n"
25328 " <Documentation>Specifies whether a variable named \"ObjectId\" should be\n"
25329 " created for each entry of each block and set being loaded and assigned\n"
25330 " the identifying number of the block or set, so that given a cell one\n"
25331 " can readily identify the block or set it came from. This is useful for\n"
25332 " coloring a mesh by block ID or set ID.</Documentation>\n"
25333 " </IntVectorProperty>\n"
25334 " <IntVectorProperty command=\"SetGenerateGlobalNodeIdArray\"\n"
25335 " default_values=\"1\"\n"
25336 " name=\"GenerateGlobalNodeIdArray\"\n"
25337 " number_of_elements=\"1\">\n"
25338 " <BooleanDomain name=\"bool\" />\n"
25339 " <Documentation>Should the reader retrieve the first new-style node map,\n"
25340 " or if that is not present, the solitary old-style node map (which\n"
25341 " always exists but may be procedurally generated if it is not stored\n"
25342 " with the file)?</Documentation>\n"
25343 " </IntVectorProperty>\n"
25344 " <IntVectorProperty command=\"SetGenerateGlobalElementIdArray\"\n"
25345 " default_values=\"1\"\n"
25346 " name=\"GenerateGlobalElementIdArray\"\n"
25347 " number_of_elements=\"1\">\n"
25348 " <BooleanDomain name=\"bool\" />\n"
25349 " <Documentation>Should the reader retrieve the first new-style element\n"
25350 " map, or if that is not present, the solitary old-style element map\n"
25351 " (which always exists but may be procedurally generated if it is not\n"
25352 " stored with the file)?</Documentation>\n"
25353 " </IntVectorProperty>\n"
25354 " <IntVectorProperty command=\"SetGenerateImplicitNodeIdArray\"\n"
25355 " default_values=\"0\"\n"
25356 " name=\"GenerateImplicitNodeIdArray\"\n"
25357 " number_of_elements=\"1\">\n"
25358 " <BooleanDomain name=\"bool\" />\n"
25359 " <Documentation>Should the reader retrieve the solitary old-style node\n"
25360 " map (which always exists but may be procedurally generated if it is not\n"
25361 " stored with the file)?</Documentation>\n"
25362 " </IntVectorProperty>\n"
25363 " <IntVectorProperty command=\"SetGenerateImplicitElementIdArray\"\n"
25364 " default_values=\"0\"\n"
25365 " name=\"GenerateImplicitElementIdArray\"\n"
25366 " number_of_elements=\"1\">\n"
25367 " <BooleanDomain name=\"bool\" />\n"
25368 " <Documentation>Should the reader retrieve the solitary old-style\n"
25369 " element map (which always exists but may be procedurally generated if\n"
25370 " it is not stored with the file)?</Documentation>\n"
25371 " </IntVectorProperty>\n"
25372 " <IntVectorProperty command=\"SetGenerateFileIdArray\"\n"
25373 " default_values=\"0\"\n"
25374 " name=\"GenerateFileIdArray\"\n"
25375 " number_of_elements=\"1\">\n"
25376 " <BooleanDomain name=\"bool\" />\n"
25377 " <Documentation>Should each cell in the mesh be assigned an integer\n"
25378 " identifying the file it came from? If turned on, a cell variable named\n"
25379 " \"FileId\" should be present.</Documentation>\n"
25380 " </IntVectorProperty>\n"
25381 " <StringVectorProperty animateable=\"0\"\n"
25382 " command=\"SetFilePrefix\"\n"
25383 " name=\"FilePrefix\"\n"
25384 " number_of_elements=\"1\">\n"
25385 " <FileListDomain name=\"default_value\" optional=\"1\"/>\n"
25386 " <Documentation>This property specifies the file root used with the file\n"
25387 " pattern to format a file name. (See the File Pattern\n"
25388 " property).</Documentation>\n"
25389 " </StringVectorProperty>\n"
25390 " <StringVectorProperty animateable=\"0\"\n"
25391 " command=\"SetFilePattern\"\n"
25392 " name=\"FilePattern\"\n"
25393 " number_of_elements=\"1\">\n"
25394 " <FileListDomain name=\"default_value\" optional=\"1\"/>\n"
25395 " <Documentation>This property contains a text string specifying the\n"
25396 " pattern used to load files. There are two parts to it: the prefix (%s)\n"
25397 " and the file number (%i). The format used is the same as that used for\n"
25398 " printf.</Documentation>\n"
25399 " </StringVectorProperty>\n"
25400 " <IntVectorProperty animateable=\"0\"\n"
25401 " command=\"SetFileRange\"\n"
25402 " default_values=\"-1 -1\"\n"
25403 " name=\"FileRange\"\n"
25404 " number_of_elements=\"2\">\n"
25405 " <IntRangeDomain name=\"range\" />\n"
25406 " <Documentation>This property controls the indices of the first and last\n"
25407 " files to be read.</Documentation>\n"
25408 " </IntVectorProperty>\n"
25409 " <StringVectorProperty command=\"GetXMLFileName\"\n"
25410 " information_only=\"1\"\n"
25411 " name=\"XMLFileNameInfo\">\n"
25412 " <SimpleStringInformationHelper />\n"
25413 " </StringVectorProperty>\n"
25414 " <StringVectorProperty animateable=\"0\"\n"
25415 " command=\"SetXMLFileName\"\n"
25416 " label=\"XML File Name\"\n"
25417 " name=\"XMLFileName\"\n"
25418 " number_of_elements=\"1\">\n"
25419 " <FileListDomain name=\"default_value\"\n"
25420 " optional=\"1\">\n"
25421 " <RequiredProperties>\n"
25422 " <Property function=\"XMLFileName\"\n"
25423 " name=\"XMLFileNameInfo\" />\n"
25424 " </RequiredProperties>\n"
25425 " </FileListDomain>\n"
25426 " <Documentation>This property specifies the name of an XML file\n"
25427 " containing part and material descriptions and a mapping to element\n"
25428 " blocks.</Documentation>\n"
25429 " </StringVectorProperty>\n"
25430 "\n"
25431 " <IntVectorProperty name=\"UseLegacyBlockNamesWithElementTypes\"\n"
25432 " command=\"SetUseLegacyBlockNames\"\n"
25433 " number_of_elements=\"1\"\n"
25434 " default_values=\"0\"\n"
25435 " panel_visibility=\"advanced\">\n"
25436 " <BooleanDomain name=\"bool\" />\n"
25437 " <Documentation>\n"
25438 " In previous versions, the reader added the type of elements in the block to\n"
25439 " the block name when no name was provided for the block. This has issues\n"
25440 " with consistency when naming blocks across ranks for partitioned files.\n"
25441 " Hence we no longer do that. For legacy pipelines, one can enable\n"
25442 " the old behavior by setting this flag to true.\n"
25443 " </Documentation>\n"
25444 " </IntVectorProperty>\n"
25445 "\n"
25446 " <!-- End ExodusIIReaderCore -->\n"
25447 " </SourceProxy>\n"
25448 "\n"
25449 " <!-- end of \"internal_sources\" -->\n"
25450 " </ProxyGroup>\n"
25451 "\n"
25452 " <!-- ==================================================================== -->\n"
25453 " <ProxyGroup name=\"sources\">\n"
25454 "\n"
25455 " <!-- ================================================================== -->\n"
25456 " <SourceProxy class=\"vtkExodusFileSeriesReader\"\n"
25457 " file_name_method=\"SetFileName\"\n"
25458 " name=\"ExodusIIReader\"\n"
25459 " si_class=\"vtkSIMetaReaderProxy\">\n"
25460 " <Documentation long_help=\"Reads an Exodus II file to produce an unstructured grid.\"\n"
25461 " short_help=\"Read Exodus II files.\">The Exodus reader loads\n"
25462 " Exodus II files and produces an unstructured grid output.\n"
25463 " The default file extensions are .g, .e, .ex2, .ex2v2,\n"
25464 " .exo, .gen, .exoII, .exii, .frq, .0, .00, .000, and .0000. The\n"
25465 " file format is described fully at:\n"
25466 " http://endo.sandia.gov/SEACAS/Documentation/exodusII.pdf.\n"
25467 " Each Exodus file contains a single set of points with 2-D\n"
25468 " or 3-D coordinates plus one or more blocks, sets, and\n"
25469 " maps. Block group elements (or their bounding edges or\n"
25470 " faces) of the same type together. Sets select subsets\n"
25471 " (across all the blocks in a file) of elements, sides of\n"
25472 " elements (which may be of mixed dimensionality), bounding\n"
25473 " faces of volumetric elements, or bounding edges of\n"
25474 " volumetric or areal elements. Each block or set may have\n"
25475 " multiple result variables, each of which defines a value\n"
25476 " per element, per timestep. The elements (cells), faces of\n"
25477 " elements (when enumerated in face blocks), edges of\n"
25478 " elements (when enumerated in edge blocks), and nodes\n"
25479 " (points) in a file may be assigned an arbitrary integer\n"
25480 " number by an element map, face map, edge map, or node map,\n"
25481 " respectively. Usually, only a single map of each type\n"
25482 " exists and is employed to assign a unique global ID to\n"
25483 " entities across multiple files which partition a large\n"
25484 " mesh for a distributed-memory calculation. However here\n"
25485 " may be multiply maps of each type and there are no\n"
25486 " constraints which force the integers to be unique. The\n"
25487 " connectivity of elements is constant across all of the\n"
25488 " timesteps in any single Exodus II file. However, multiple\n"
25489 " files which specify a single time-evolution of a mesh may\n"
25490 " be used to represent meshes which exhibit changes in\n"
25491 " connectivity infrequently. Field variable mode_shape[0]\n"
25492 " represents the time step (t_index) if HasModeShapes is\n"
25493 " not set or the ModeShape otherwise.</Documentation>\n"
25494 " <SubProxy>\n"
25495 " <Proxy name=\"Reader\"\n"
25496 " proxygroup=\"internal_sources\"\n"
25497 " proxyname=\"ExodusIIReaderCore\" />\n"
25498 " <ExposedProperties>\n"
25499 " <PropertyGroup label=\"Variables\"\n"
25500 " name=\"Variables\"\n"
25501 ;
25502 
25503 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOExodus/Resources/readers_ioexodus.xml
25505 " panel_visibility=\"default\"\n"
25506 " panel_widget=\"ArrayStatus\">\n"
25507 " <Property name=\"GenerateObjectIdCellArray\" />\n"
25508 " <Property name=\"GenerateGlobalElementIdArray\" />\n"
25509 " <Property name=\"ElementVariables\" />\n"
25510 " <Property name=\"FaceVariables\" />\n"
25511 " <Property name=\"EdgeVariables\" />\n"
25512 " <Property name=\"SideSetResultArrayStatus\" />\n"
25513 " <Property name=\"NodeSetResultArrayStatus\" />\n"
25514 " <Property name=\"FaceSetResultArrayStatus\" />\n"
25515 " <Property name=\"EdgeSetResultArrayStatus\" />\n"
25516 " <Property name=\"GenerateGlobalNodeIdArray\" />\n"
25517 " <Property name=\"ElementSetResultArrayStatus\" />\n"
25518 " <Property name=\"PointVariables\" />\n"
25519 " <Property name=\"GlobalVariables\" />\n"
25520 " <Hints>\n"
25521 " <WidgetHeight number_of_rows=\"20\" />\n"
25522 " </Hints>\n"
25523 " </PropertyGroup>\n"
25524 " <!-- fixme - need to group these two properties -->\n"
25525 " <Property name=\"ApplyDisplacements\" />\n"
25526 " <Property name=\"DisplacementMagnitude\" />\n"
25527 " <Property name=\"EdgeBlocks\" />\n"
25528 " <Property name=\"EdgeBlocksInfo\" />\n"
25529 " <PropertyGroup label=\"Sets\"\n"
25530 " name=\"Sets\"\n"
25531 " panel_visibility=\"advanced\"\n"
25532 " panel_widget=\"ArrayStatus\">\n"
25533 " <Property name=\"NodeSetArrayStatus\" />\n"
25534 " <Property name=\"SideSetArrayStatus\" />\n"
25535 " <Property name=\"FaceSetArrayStatus\" />\n"
25536 " <Property name=\"EdgeSetArrayStatus\" />\n"
25537 " <Property name=\"ElementSetArrayStatus\" />\n"
25538 " </PropertyGroup>\n"
25539 " <PropertyGroup label=\"Maps\"\n"
25540 " name=\"Maps\"\n"
25541 " panel_visibility=\"advanced\"\n"
25542 " panel_widget=\"ArrayStatus\">\n"
25543 " <Property name=\"NodeMapArrayStatus\" />\n"
25544 " <Property name=\"EdgeMapArrayStatus\" />\n"
25545 " <Property name=\"FaceMapArrayStatus\" />\n"
25546 " <Property name=\"ElementMapArrayStatus\" />\n"
25547 " </PropertyGroup>\n"
25548 " <Property name=\"EdgeMapInfo\" />\n"
25549 " <Property name=\"EdgeSetInfo\" />\n"
25550 " <Property name=\"EdgeSetResultArrayInfo\" />\n"
25551 " <Property name=\"EdgeVariablesInfo\" />\n"
25552 " <Property name=\"ElementBlocks\" />\n"
25553 " <Property name=\"ElementMapInfo\" />\n"
25554 " <Property name=\"ElementSetInfo\" />\n"
25555 " <Property name=\"ElementSetResultArrayInfo\" />\n"
25556 " <Property name=\"ElementVariablesInfo\" />\n"
25557 " <Property name=\"FaceBlocks\" />\n"
25558 " <Property name=\"FaceBlocksInfo\" />\n"
25559 " <Property name=\"FaceMapInfo\" />\n"
25560 " <Property name=\"FaceSetInfo\" />\n"
25561 " <Property name=\"FaceSetResultArrayInfo\" />\n"
25562 " <Property name=\"FaceVariablesInfo\" />\n"
25563 " <Property name=\"GlobalVariablesInfo\" />\n"
25564 " <Property name=\"NodeMapInfo\" />\n"
25565 " <Property name=\"NodeSetInfo\" />\n"
25566 " <Property name=\"NodeSetResultArrayInfo\" />\n"
25567 " <Property name=\"PointVariablesInfo\" />\n"
25568 " <Property name=\"SideSetInfo\" />\n"
25569 " <Property name=\"SideSetResultArrayInfo\" />\n"
25570 " <Property name=\"SILUpdateStamp\" />\n"
25571 " <PropertyGroup label=\"Mode Shapes\">\n"
25572 " <Property name=\"HasModeShapes\" panel_visibility=\"advanced\" />\n"
25573 " <Property name=\"ModeShape\" panel_visibility=\"advanced\" />\n"
25574 " <Property name=\"AnimateVibrations\" panel_visibility=\"advanced\" />\n"
25575 " <Property name=\"ModeShapesRangeInfo\" />\n"
25576 " </PropertyGroup>\n"
25577 " <PropertyGroup label=\"Time\">\n"
25578 " <Property name=\"IgnoreFileTime\" panel_visibility=\"advanced\" />\n"
25579 " </PropertyGroup>\n"
25580 " <PropertyGroup label=\"File Pattern\">\n"
25581 " <Property name=\"FilePrefix\" panel_visibility=\"advanced\" />\n"
25582 " <Property name=\"FilePattern\" panel_visibility=\"advanced\"/>\n"
25583 " <Property name=\"FileRange\" panel_visibility=\"advanced\" />\n"
25584 " <Property name=\"XMLFileName\" panel_visibility=\"advanced\"/>\n"
25585 " <Property name=\"XMLFileNameInfo\" />\n"
25586 " </PropertyGroup>\n"
25587 " <Property name=\"GenerateFileIdArray\" />\n"
25588 " <Property name=\"UseLegacyBlockNamesWithElementTypes\" />\n"
25589 " </ExposedProperties>\n"
25590 " </SubProxy>\n"
25591 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
25592 " information_only=\"1\"\n"
25593 " name=\"FileNameInfo\">\n"
25594 " <SimpleStringInformationHelper />\n"
25595 " </StringVectorProperty>\n"
25596 " <StringVectorProperty animateable=\"0\"\n"
25597 " clean_command=\"RemoveAllFileNames\"\n"
25598 " command=\"AddFileName\"\n"
25599 " information_property=\"FileNameInfo\"\n"
25600 " name=\"FileName\"\n"
25601 " number_of_elements=\"1\"\n"
25602 " panel_visibility=\"never\"\n"
25603 " repeat_command=\"1\">\n"
25604 " <FileListDomain name=\"files\" />\n"
25605 " <Documentation>This property specifies the file name for the Exodus\n"
25606 " reader.</Documentation>\n"
25607 " </StringVectorProperty>\n"
25608 " <IntVectorProperty command=\"SetUseMetaFile\"\n"
25609 " default_values=\"0\"\n"
25610 " name=\"UseMetaFile\"\n"
25611 " number_of_elements=\"1\"\n"
25612 " panel_visibility=\"never\" >\n"
25613 " <BooleanDomain name=\"bool\" />\n"
25614 " <Documentation>This hidden property must always be set to 1 for this\n"
25615 " proxy to work.</Documentation>\n"
25616 " </IntVectorProperty>\n"
25617 " <DoubleVectorProperty information_only=\"1\"\n"
25618 " name=\"TimestepValues\"\n"
25619 " repeatable=\"1\">\n"
25620 " <TimeStepsInformationHelper />\n"
25621 " </DoubleVectorProperty>\n"
25622 " <Hints>\n"
25623 " <ReaderFactory extensions=\"g e h gc ex2 ex2v2 exo gen par exoII exii frq\"\n"
25624 " file_description=\"ExodusII\"\n"
25625 " filename_patterns=\"*e-s*\" />\n"
25626 " </Hints>\n"
25627 " <!-- ExodusIIReader -->\n"
25628 " </SourceProxy>\n"
25629 "\n"
25630 " <!-- ================================================================== -->\n"
25631 " <SourceProxy class=\"vtkExodusFileSeriesReader\"\n"
25632 " file_name_method=\"SetFileName\"\n"
25633 " label=\"Restarted Sim Exodus Reader\"\n"
25634 " name=\"ExodusRestartReader\"\n"
25635 " si_class=\"vtkSIMetaReaderProxy\">\n"
25636 " <Documentation long_help=\"Reads collections of Exodus output files from simulations that were restarted.\"\n"
25637 " short_help=\"Read Exodus files from simulation restarts.\">\n"
25638 " When a simulation that outputs exodus files is restarted,\n"
25639 " typically you get a new set of output files. When you read\n"
25640 " them in your visualization, you often want to string these\n"
25641 " file sets together as if it was one continuous dump of\n"
25642 " files. This reader allows you to specify a metadata file\n"
25643 " that will implicitly string the files\n"
25644 " together.</Documentation>\n"
25645 " <SubProxy>\n"
25646 " <Proxy name=\"Reader\"\n"
25647 " proxygroup=\"internal_sources\"\n"
25648 " proxyname=\"ExodusIIReaderCore\" />\n"
25649 " <ExposedProperties>\n"
25650 " <PropertyGroup label=\"Variables\"\n"
25651 " name=\"Variables\"\n"
25652 " panel_visibility=\"default\"\n"
25653 " panel_widget=\"ArrayStatus\">\n"
25654 " <Property name=\"GenerateObjectIdCellArray\" />\n"
25655 " <Property name=\"GenerateGlobalElementIdArray\" />\n"
25656 " <Property name=\"ElementVariables\" />\n"
25657 " <Property name=\"FaceVariables\" />\n"
25658 " <Property name=\"EdgeVariables\" />\n"
25659 " <Property name=\"SideSetResultArrayStatus\" />\n"
25660 " <Property name=\"NodeSetResultArrayStatus\" />\n"
25661 " <Property name=\"FaceSetResultArrayStatus\" />\n"
25662 " <Property name=\"EdgeSetResultArrayStatus\" />\n"
25663 " <Property name=\"GenerateGlobalNodeIdArray\" />\n"
25664 " <Property name=\"ElementSetResultArrayStatus\" />\n"
25665 " <Property name=\"PointVariables\" />\n"
25666 " <Property name=\"GlobalVariables\" />\n"
25667 " </PropertyGroup>\n"
25668 " <!-- fixme - need to group these two properties -->\n"
25669 " <Property name=\"ApplyDisplacements\" />\n"
25670 " <Property name=\"DisplacementMagnitude\" />\n"
25671 " <Property name=\"EdgeBlocks\" />\n"
25672 " <Property name=\"EdgeBlocksInfo\" />\n"
25673 " <PropertyGroup label=\"Sets\"\n"
25674 " name=\"Sets\"\n"
25675 " panel_visibility=\"advanced\"\n"
25676 " panel_widget=\"ArrayStatus\">\n"
25677 " <Property name=\"NodeSetArrayStatus\" />\n"
25678 " <Property name=\"SideSetArrayStatus\" />\n"
25679 " <Property name=\"FaceSetArrayStatus\" />\n"
25680 " <Property name=\"EdgeSetArrayStatus\" />\n"
25681 " <Property name=\"ElementSetArrayStatus\" />\n"
25682 " </PropertyGroup>\n"
25683 " <PropertyGroup label=\"Maps\"\n"
25684 " name=\"Maps\"\n"
25685 " panel_visibility=\"advanced\"\n"
25686 " panel_widget=\"ArrayStatus\">\n"
25687 " <Property name=\"NodeMapArrayStatus\" />\n"
25688 " <Property name=\"EdgeMapArrayStatus\" />\n"
25689 " <Property name=\"FaceMapArrayStatus\" />\n"
25690 " <Property name=\"ElementMapArrayStatus\" />\n"
25691 " </PropertyGroup>\n"
25692 " <Property name=\"EdgeMapInfo\" />\n"
25693 " <Property name=\"EdgeSetInfo\" />\n"
25694 " <Property name=\"EdgeSetResultArrayInfo\" />\n"
25695 " <Property name=\"EdgeVariablesInfo\" />\n"
25696 " <Property name=\"ElementBlocks\" />\n"
25697 " <Property name=\"ElementMapInfo\" />\n"
25698 " <Property name=\"ElementSetInfo\" />\n"
25699 " <Property name=\"ElementSetResultArrayInfo\" />\n"
25700 " <Property name=\"ElementVariablesInfo\" />\n"
25701 " <Property name=\"FaceBlocks\" />\n"
25702 " <Property name=\"FaceBlocksInfo\" />\n"
25703 " <Property name=\"FaceMapInfo\" />\n"
25704 " <Property name=\"FaceSetInfo\" />\n"
25705 " <Property name=\"FaceSetResultArrayInfo\" />\n"
25706 " <Property name=\"FaceVariablesInfo\" />\n"
25707 " <Property name=\"GlobalVariablesInfo\" />\n"
25708 " <Property name=\"NodeMapInfo\" />\n"
25709 " <Property name=\"NodeSetInfo\" />\n"
25710 " <Property name=\"NodeSetResultArrayInfo\" />\n"
25711 " <Property name=\"PointVariablesInfo\" />\n"
25712 " <Property name=\"SideSetInfo\" />\n"
25713 " <Property name=\"SideSetResultArrayInfo\" />\n"
25714 " <Property name=\"SILUpdateStamp\" />\n"
25715 " <PropertyGroup label=\"Mode Shapes\">\n"
25716 " <Property name=\"HasModeShapes\" panel_visibility=\"advanced\" />\n"
25717 " <Property name=\"ModeShape\" panel_visibility=\"advanced\" />\n"
25718 " <Property name=\"AnimateVibrations\" panel_visibility=\"advanced\" />\n"
25719 " <Property name=\"ModeShapesRangeInfo\" />\n"
25720 " </PropertyGroup>\n"
25721 " <PropertyGroup label=\"File Pattern\">\n"
25722 " <Property name=\"FilePrefix\" panel_visibility=\"advanced\"/>\n"
25723 " <Property name=\"FilePattern\" panel_visibility=\"advanced\"/>\n"
25724 " <Property name=\"FileRange\" panel_visibility=\"advanced\"/>\n"
25725 " <Property name=\"XMLFileName\" panel_visibility=\"advanced\"/>\n"
25726 " <Property name=\"XMLFileNameInfo\" />\n"
25727 " </PropertyGroup>\n"
25728 " <Property name=\"GenerateFileIdArray\" />\n"
25729 " <Property name=\"UseLegacyBlockNamesWithElementTypes\" />\n"
25730 " </ExposedProperties>\n"
25731 " </SubProxy>\n"
25732 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
25733 " information_only=\"1\"\n"
25734 " name=\"FileNameInfo\">\n"
25735 " <SimpleStringInformationHelper />\n"
25736 " </StringVectorProperty>\n"
25737 " <StringVectorProperty animateable=\"0\"\n"
25738 " command=\"SetMetaFileName\"\n"
25739 " information_property=\"FileNameInfo\"\n"
25740 " name=\"FileName\"\n"
25741 " number_of_elements=\"1\"\n"
25742 " panel_visibility=\"never\" >\n"
25743 " <FileListDomain name=\"files\" />\n"
25744 " <Documentation>This points to a special metadata file that lists the\n"
25745 " output files for each restart.</Documentation>\n"
25746 " </StringVectorProperty>\n"
25747 " <IntVectorProperty command=\"SetUseMetaFile\"\n"
25748 " default_values=\"1\"\n"
25749 " name=\"UseMetaFile\"\n"
25750 " number_of_elements=\"1\"\n"
25751 " panel_visibility=\"never\"\n"
25752 " >\n"
25753 " <BooleanDomain name=\"bool\" />\n"
25754 " <Documentation>This hidden property must always be set to 1 for this\n"
25755 " proxy to work.</Documentation>\n"
25756 " </IntVectorProperty>\n"
25757 " <DoubleVectorProperty information_only=\"1\"\n"
25758 " name=\"TimestepValues\"\n"
25759 " repeatable=\"1\">\n"
25760 " <TimeStepsInformationHelper />\n"
25761 " </DoubleVectorProperty>\n"
25762 " <Hints>\n"
25763 " <ReaderFactory extensions=\"ex-timeseries\"\n"
25764 " file_description=\"Metafile for restarted exodus outputs\" />\n"
25765 " </Hints>\n"
25766 " <!-- ExodusRestartReader -->\n"
25767 " </SourceProxy>\n"
25768 "\n"
25769 " <!-- ================================================================== -->\n"
25770 "\n"
25771 " <!-- end of \"sources\" -->\n"
25772 " </ProxyGroup>\n"
25773 "</ServerManagerConfiguration>\n"
25774 "\n";
25775 // Get single string
25777 {
25778 
25779  const size_t len0 = strlen(paraview_server_managerreaders_ioexodusInterface0);
25780  const size_t len1 = strlen(paraview_server_managerreaders_ioexodusInterface1);
25781  const size_t len2 = strlen(paraview_server_managerreaders_ioexodusInterface2);
25782  const size_t len3 = strlen(paraview_server_managerreaders_ioexodusInterface3);
25783  size_t len = ( 0
25784  + len0
25785  + len1
25786  + len2
25787  + len3 );
25788  char* res = new char[ len + 1];
25789  size_t offset = 0;
25794  assert(offset == len);
25795  res[offset] = 0;
25796  return res;
25797 }
25798 
25799 
25800 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOExodus/Resources/writers_ioexodus.xml
25802 "<ServerManagerConfiguration>\n"
25803 " <ProxyGroup name=\"writers\">\n"
25804 " <!-- ================================================================= -->\n"
25805 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
25806 " base_proxyname=\"ParallelWriterBase\"\n"
25807 " class=\"vtkExodusIIWriter\"\n"
25808 " name=\"ExodusIIWriter\">\n"
25809 " <Documentation short_help=\"Write Exodus II files.\">Writer to write Exodus\n"
25810 " II files. Refere to http://endo.sandia.gov/SEACAS/ for more information\n"
25811 " about the Exodus II format.</Documentation>\n"
25812 " <InputProperty command=\"SetInputConnection\"\n"
25813 " panel_visibility=\"never\"\n"
25814 " name=\"Input\">\n"
25815 " <DataTypeDomain composite_data_supported=\"1\"\n"
25816 " name=\"input_type\">\n"
25817 " <DataType value=\"vtkCompositeDataSet\" />\n"
25818 " <DataType value=\"vtkDataSet\" />\n"
25819 " </DataTypeDomain>\n"
25820 " <Documentation>The input filter/source whose output dataset is to\n"
25821 " written to the file.</Documentation>\n"
25822 " </InputProperty>\n"
25823 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n"
25824 " default_values=\"0\"\n"
25825 " name=\"WriteAllTimeSteps\"\n"
25826 " number_of_elements=\"1\">\n"
25827 " <BooleanDomain name=\"bool\" />\n"
25828 " <Documentation>When WriteAllTimeSteps is turned ON, the writer is\n"
25829 " executed once for each time step available from its input.</Documentation>\n"
25830 " </IntVectorProperty>\n"
25831 " <IntVectorProperty command=\"SetIgnoreMetaDataWarning\"\n"
25832 " default_values=\"0\"\n"
25833 " name=\"IgnoreMetaDataWarning\"\n"
25834 " number_of_elements=\"1\">\n"
25835 " <BooleanDomain name=\"bool\" />\n"
25836 " <Documentation>In certain cases like Catalyst we know that metadata doesn't exist and\n"
25837 " we want to ignore that warning.</Documentation>\n"
25838 " </IntVectorProperty>\n"
25839 " <Hints>\n"
25840 " <Property name=\"Input\"\n"
25841 " show=\"0\" />\n"
25842 " <Property name=\"FileName\"\n"
25843 " show=\"0\" />\n"
25844 " <Property name=\"GhostLevel\"\n"
25845 " show=\"0\" />\n"
25846 " <Property name=\"IgnoreMetaDataWarning\"\n"
25847 " show=\"0\" />\n"
25848 " <WriterFactory extensions=\"g e ex2 ex2v2 exo gen exoII exoii\"\n"
25849 " file_description=\"Exodus II File\" />\n"
25850 " </Hints>\n"
25851 " <!-- End of ExodusIIWriter -->\n"
25852 " </PWriterProxy>\n"
25853 " <!-- end of \"writers\" -->\n"
25854 " </ProxyGroup>\n"
25855 "\n"
25856 " <!-- =================================================================== -->\n"
25857 " <ProxyGroup name=\"extract_writers\">\n"
25858 " <DataExtractWriterProxy name=\"Exodus\">\n"
25859 " <Documentation>\n"
25860 " Extract writer to write data using the Exodus file format.\n"
25861 " </Documentation>\n"
25862 " <StringVectorProperty name=\"FileName\"\n"
25863 " number_of_elements=\"1\"\n"
25864 " default_values=\"dataset_%.6ts.ex2\">\n"
25865 " <Documentation>\n"
25866 " Specify the filename to use.\n"
25867 " </Documentation>\n"
25868 " </StringVectorProperty>\n"
25869 " <SubProxy>\n"
25870 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"ExodusIIWriter\" />\n"
25871 " <ExposedProperties>\n"
25872 " <Property name=\"Input\" />\n"
25873 " </ExposedProperties>\n"
25874 " </SubProxy>\n"
25875 "\n"
25876 " <Hints>\n"
25877 " <ShowInMenu category=\"Data\" />\n"
25878 " </Hints>\n"
25879 " <!-- end of Exodus -->\n"
25880 " </DataExtractWriterProxy>\n"
25881 "\n"
25882 " <!-- end of \"extract_writers\" -->\n"
25883 " </ProxyGroup>\n"
25884 "\n"
25885 "</ServerManagerConfiguration>\n"
25886 "\n";
25887 // Get single string
25889 {
25890 
25891  const size_t len0 = strlen(paraview_server_managerwriters_ioexodusInterface0);
25892  size_t len = ( 0
25893  + len0 );
25894  char* res = new char[ len + 1];
25895  size_t offset = 0;
25897  assert(offset == len);
25898  res[offset] = 0;
25899  return res;
25900 }
25901 
25902 
25903 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOEnSight/Resources/readers_pv_ioensight.xml
25905 "<ServerManagerConfiguration>\n"
25906 " <ProxyGroup name=\"sources\">\n"
25907 " <!-- ================================================================== -->\n"
25908 " <SourceProxy class=\"vtkPGenericEnSightReader\"\n"
25909 " label=\"EnSight Reader\"\n"
25910 " name=\"ensight\">\n"
25911 " <Documentation long_help=\"Reads EnSight 6 and Gold files.\"\n"
25912 " short_help=\"Read EnSight files.\">The EnSight reader reads\n"
25913 " files in the format produced by CEI's EnSight. EnSight 6\n"
25914 " and Gold files (both ASCII and binary) are supported. The\n"
25915 " default extension is .case. The output of this reader is a\n"
25916 " multiblock dataset.</Documentation>\n"
25917 " <StringVectorProperty animateable=\"0\"\n"
25918 " command=\"SetCaseFileName\"\n"
25919 " name=\"CaseFileName\"\n"
25920 " number_of_elements=\"1\">\n"
25921 " <FileListDomain name=\"files\" />\n"
25922 " <Documentation>This property specifies the case file name for the\n"
25923 " EnSight reader.</Documentation>\n"
25924 " </StringVectorProperty>\n"
25925 " <DoubleVectorProperty information_only=\"1\"\n"
25926 " name=\"TimestepValues\"\n"
25927 " repeatable=\"1\">\n"
25928 " <TimeStepsInformationHelper />\n"
25929 " <Documentation>Available timestep values.</Documentation>\n"
25930 " </DoubleVectorProperty>\n"
25931 " <StringVectorProperty information_only=\"1\"\n"
25932 " name=\"CellArrayInfo\">\n"
25933 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
25934 " </StringVectorProperty>\n"
25935 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
25936 " element_types=\"2 0\"\n"
25937 " information_property=\"CellArrayInfo\"\n"
25938 " label=\"Cell Arrays\"\n"
25939 " name=\"CellArrayStatus\"\n"
25940 " number_of_elements=\"0\"\n"
25941 " number_of_elements_per_command=\"2\"\n"
25942 " repeat_command=\"1\">\n"
25943 " <ArraySelectionDomain name=\"array_list\">\n"
25944 " <RequiredProperties>\n"
25945 " <Property function=\"ArrayList\"\n"
25946 " name=\"CellArrayInfo\" />\n"
25947 " </RequiredProperties>\n"
25948 " </ArraySelectionDomain>\n"
25949 " <Documentation>This property lists which cell-centered arrays to\n"
25950 " read.</Documentation>\n"
25951 " </StringVectorProperty>\n"
25952 " <StringVectorProperty information_only=\"1\"\n"
25953 " name=\"PointArrayInfo\">\n"
25954 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
25955 " </StringVectorProperty>\n"
25956 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
25957 " element_types=\"2 0\"\n"
25958 " information_property=\"PointArrayInfo\"\n"
25959 " label=\"Point Arrays\"\n"
25960 " name=\"PointArrayStatus\"\n"
25961 " number_of_elements=\"0\"\n"
25962 " number_of_elements_per_command=\"2\"\n"
25963 " repeat_command=\"1\">\n"
25964 " <ArraySelectionDomain name=\"array_list\">\n"
25965 " <RequiredProperties>\n"
25966 " <Property function=\"ArrayList\"\n"
25967 " name=\"PointArrayInfo\" />\n"
25968 " </RequiredProperties>\n"
25969 " </ArraySelectionDomain>\n"
25970 " <Documentation>This property lists which point-centered arrays to\n"
25971 " read.</Documentation>\n"
25972 " </StringVectorProperty>\n"
25973 " <Hints>\n"
25974 " <ReaderFactory extensions=\"case CASE Case\"\n"
25975 " file_description=\"EnSight Files\" />\n"
25976 " </Hints>\n"
25977 " <!-- End ensight -->\n"
25978 " </SourceProxy>\n"
25979 "\n"
25980 " <!-- ================================================================== -->\n"
25981 " <SourceProxy class=\"vtkPVEnSightMasterServerReader2\"\n"
25982 " label=\"EnSight Master Server Reader\"\n"
25983 " name=\"ensightMS\">\n"
25984 " <Documentation long_help=\"Reads files in EnSight's Master Server format.\"\n"
25985 " short_help=\"Read parallel EnSight files.\">The EnSight\n"
25986 " Master Server reader reads EnSight's parallel files. The\n"
25987 " master file usually has a .sos extension and may point to\n"
25988 " multiple .case files. The output is a multiblock\n"
25989 " dataset.</Documentation>\n"
25990 " <StringVectorProperty animateable=\"0\"\n"
25991 " command=\"SetCaseFileName\"\n"
25992 " name=\"CaseFileName\"\n"
25993 " number_of_elements=\"1\">\n"
25994 " <FileListDomain name=\"files\" />\n"
25995 " <Documentation>This property specifies the name of the .sos file for\n"
25996 " the EnSight Master Server reader.</Documentation>\n"
25997 " </StringVectorProperty>\n"
25998 " <IntVectorProperty command=\"SetByteOrder\"\n"
25999 " default_values=\"0\"\n"
26000 " name=\"ByteOrder\"\n"
26001 " number_of_elements=\"1\">\n"
26002 " <EnumerationDomain name=\"enum\">\n"
26003 " <Entry text=\"BigEndian\"\n"
26004 " value=\"0\" />\n"
26005 " <Entry text=\"LittleEndian\"\n"
26006 " value=\"1\" />\n"
26007 " </EnumerationDomain>\n"
26008 " <Documentation>This property indicates the byte order of the binary\n"
26009 " file(s).</Documentation>\n"
26010 " </IntVectorProperty>\n"
26011 " <DoubleVectorProperty information_only=\"1\"\n"
26012 " name=\"TimestepValues\"\n"
26013 " repeatable=\"1\">\n"
26014 " <TimeStepsInformationHelper />\n"
26015 " <Documentation>Available timestep values.</Documentation>\n"
26016 " </DoubleVectorProperty>\n"
26017 " <DoubleVectorProperty animateable=\"1\"\n"
26018 " command=\"SetTimeValue\"\n"
26019 " default_values=\"0.0\"\n"
26020 " name=\"SetTimeValue\"\n"
26021 " number_of_elements=\"1\">\n"
26022 " <DoubleRangeDomain name=\"range\" />\n"
26023 " <Documentation>This property indicates which time value to\n"
26024 " read.</Documentation>\n"
26025 " </DoubleVectorProperty>\n"
26026 " <StringVectorProperty information_only=\"1\"\n"
26027 " name=\"CellArrayInfo\">\n"
26028 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
26029 " </StringVectorProperty>\n"
26030 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
26031 " element_types=\"2 0\"\n"
26032 " information_property=\"CellArrayInfo\"\n"
26033 " label=\"Cell Arrays\"\n"
26034 " name=\"CellArrayStatus\"\n"
26035 " number_of_elements=\"0\"\n"
26036 " number_of_elements_per_command=\"2\"\n"
26037 " repeat_command=\"1\">\n"
26038 " <ArraySelectionDomain name=\"array_list\">\n"
26039 " <RequiredProperties>\n"
26040 " <Property function=\"ArrayList\"\n"
26041 " name=\"CellArrayInfo\" />\n"
26042 " </RequiredProperties>\n"
26043 " </ArraySelectionDomain>\n"
26044 " <Documentation>This property lists which cell-centered arrays to\n"
26045 " read.</Documentation>\n"
26046 " </StringVectorProperty>\n"
26047 " <StringVectorProperty information_only=\"1\"\n"
26048 " name=\"PointArrayInfo\">\n"
26049 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
26050 " </StringVectorProperty>\n"
26051 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
26052 " element_types=\"2 0\"\n"
26053 " information_property=\"PointArrayInfo\"\n"
26054 " label=\"Point Arrays\"\n"
26055 " name=\"PointArrayStatus\"\n"
26056 " number_of_elements=\"0\"\n"
26057 " number_of_elements_per_command=\"2\"\n"
26058 " repeat_command=\"1\">\n"
26059 " <ArraySelectionDomain name=\"array_list\">\n"
26060 " <RequiredProperties>\n"
26061 " <Property function=\"ArrayList\"\n"
26062 " name=\"PointArrayInfo\" />\n"
26063 " </RequiredProperties>\n"
26064 " </ArraySelectionDomain>\n"
26065 " <Documentation>This property lists which point-centered arrays to\n"
26066 " read.</Documentation>\n"
26067 " </StringVectorProperty>\n"
26068 " <Hints>\n"
26069 " <ReaderFactory extensions=\"sos SOS\"\n"
26070 " file_description=\"EnSight Master Server Files\" />\n"
26071 " </Hints>\n"
26072 " <!-- End ensightMS -->\n"
26073 " </SourceProxy>\n"
26074 " </ProxyGroup>\n"
26075 "</ServerManagerConfiguration>\n"
26076 "\n";
26077 // Get single string
26079 {
26080 
26081  const size_t len0 = strlen(paraview_server_managerreaders_pv_ioensightInterface0);
26082  size_t len = ( 0
26083  + len0 );
26084  char* res = new char[ len + 1];
26085  size_t offset = 0;
26087  assert(offset == len);
26088  res[offset] = 0;
26089  return res;
26090 }
26091 
26092 
26093 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOAMR/Resources/readers_pv_ioamr.xml
26095 "<ServerManagerConfiguration>\n"
26096 " <ProxyGroup name=\"internal_sources\">\n"
26097 " <!-- ================================================================== -->\n"
26098 " <Proxy class=\"vtkAMRFlashParticlesReader\"\n"
26099 " label=\"FLASH Particles AMR Reader\"\n"
26100 " name=\"FlashParticlesReaderCore\">\n"
26101 " <Documentation long_help=\"Reads AMR particles from FLASH dataset\"\n"
26102 " short_help=\"Reads AMR particles from FLASH dataset\">The\n"
26103 " Flash particles reader loads particle simulation data\n"
26104 " stored in Flash format. The output of this reader is a\n"
26105 " MultiBlock dataset where each block is vtkPolyData that\n"
26106 " holds the particles and corresponding particle\n"
26107 " data.</Documentation>\n"
26108 " <StringVectorProperty animateable=\"0\"\n"
26109 " command=\"SetFileName\"\n"
26110 " name=\"FileName\"\n"
26111 " number_of_elements=\"1\"\n"
26112 " panel_visibility=\"never\">\n"
26113 " <FileListDomain name=\"files\" />\n"
26114 " <Documentation>This property specifies the Enzo file\n"
26115 " name</Documentation>\n"
26116 " </StringVectorProperty>\n"
26117 " <!-- Display the number of Particles -->\n"
26118 " <IntVectorProperty command=\"GetTotalNumberOfParticles\"\n"
26119 " information_only=\"1\"\n"
26120 " name=\"NumParticles\">\n"
26121 " <SimpleIntInformationHelper />\n"
26122 " </IntVectorProperty>\n"
26123 " <IntVectorProperty command=\"SetFrequency\"\n"
26124 " default_values=\"1\"\n"
26125 " name=\"Frequency\"\n"
26126 " number_of_elements=\"1\">\n"
26127 " <IntRangeDomain name=\"range\" />\n"
26128 " <Documentation>This property sets the frequency interval for loading\n"
26129 " particles.</Documentation>\n"
26130 " </IntVectorProperty>\n"
26131 " <IntVectorProperty command=\"SetFilterLocation\"\n"
26132 " default_values=\"0\"\n"
26133 " name=\"FilterLocation\"\n"
26134 " number_of_elements=\"1\">\n"
26135 " <BooleanDomain name=\"bool\" />\n"
26136 " <Documentation>Turns on filtering of particles by\n"
26137 " location</Documentation>\n"
26138 " </IntVectorProperty>\n"
26139 " <DoubleVectorProperty animateable=\"1\"\n"
26140 " command=\"SetMinLocation\"\n"
26141 " default_values=\"0.0 0.0 0.0\"\n"
26142 " name=\"MinLocation\"\n"
26143 " number_of_elements=\"3\">\n"
26144 " <DoubleRangeDomain name=\"range\" />\n"
26145 " <Documentation>This property sets the minimum 3-D coordinate location\n"
26146 " by which the particles will be filtered out.</Documentation>\n"
26147 " </DoubleVectorProperty>\n"
26148 " <DoubleVectorProperty animateable=\"1\"\n"
26149 " command=\"SetMaxLocation\"\n"
26150 " default_values=\"0.0 0.0 0.0\"\n"
26151 " name=\"MaxLocation\"\n"
26152 " number_of_elements=\"3\">\n"
26153 " <DoubleRangeDomain name=\"range\" />\n"
26154 " <Documentation>This property sets the minimum 3-D coordinate location\n"
26155 " by which the particles will be filtered out.</Documentation>\n"
26156 " </DoubleVectorProperty>\n"
26157 " <!-- Array Selection GUI Component -->\n"
26158 " <StringVectorProperty information_only=\"1\"\n"
26159 " name=\"ParticleArrayInfo\">\n"
26160 " <ArraySelectionInformationHelper attribute_name=\"Particle\" />\n"
26161 " </StringVectorProperty>\n"
26162 " <StringVectorProperty command=\"SetParticleArrayStatus\"\n"
26163 " element_types=\"2 0\"\n"
26164 " information_property=\"ParticleArrayInfo\"\n"
26165 " label=\"Particle Arrays\"\n"
26166 " name=\"ParticleArrayStatus\"\n"
26167 " number_of_elements=\"0\"\n"
26168 " number_of_elements_per_command=\"2\"\n"
26169 " repeat_command=\"1\">\n"
26170 " <ArraySelectionDomain name=\"array_list\">\n"
26171 " <RequiredProperties>\n"
26172 " <Property function=\"ArrayList\"\n"
26173 " name=\"ParticleArrayInfo\" />\n"
26174 " </RequiredProperties>\n"
26175 " </ArraySelectionDomain>\n"
26176 " <Documentation>This property lists which particle arrays to read.</Documentation>\n"
26177 " </StringVectorProperty>\n"
26178 " <!-- end of \"FlashParticlesReaderCore\" -->\n"
26179 " </Proxy>\n"
26180 "\n"
26181 " <!-- ================================================================== -->\n"
26182 " <Proxy class=\"vtkAMREnzoParticlesReader\"\n"
26183 " label=\"Enzo Particles AMR Reader\"\n"
26184 " name=\"EnzoParticlesReaderCore\">\n"
26185 " <Documentation long_help=\"Reads AMR particles from an ENZO dataset\"\n"
26186 " short_help=\"Reads AMR particles from an ENZO dataset\">The\n"
26187 " Enzo particles reader loads particle simulation data\n"
26188 " stored in Enzo HDF5 format. The output of this reader is\n"
26189 " MultiBlock dataset where each block is a vtkPolyData that\n"
26190 " holds the particles (points) and corresponding particle\n"
26191 " data.</Documentation>\n"
26192 " <StringVectorProperty animateable=\"0\"\n"
26193 " command=\"SetFileName\"\n"
26194 " name=\"FileName\"\n"
26195 " number_of_elements=\"1\"\n"
26196 " panel_visibility=\"never\">\n"
26197 " <FileListDomain name=\"files\" />\n"
26198 " <Documentation>This property specifies the Enzo file\n"
26199 " name</Documentation>\n"
26200 " </StringVectorProperty>\n"
26201 " <!-- Display the number of Particles -->\n"
26202 " <IntVectorProperty command=\"GetTotalNumberOfParticles\"\n"
26203 " information_only=\"1\"\n"
26204 " name=\"NumParticles\">\n"
26205 " <SimpleIntInformationHelper />\n"
26206 " </IntVectorProperty>\n"
26207 " <IntVectorProperty command=\"SetFrequency\"\n"
26208 " default_values=\"1\"\n"
26209 " name=\"Frequency\"\n"
26210 " number_of_elements=\"1\">\n"
26211 " <IntRangeDomain name=\"range\" />\n"
26212 " <Documentation>This property sets the frequency interval for loading\n"
26213 " particles.</Documentation>\n"
26214 " </IntVectorProperty>\n"
26215 " <IntVectorProperty command=\"SetFilterLocation\"\n"
26216 " default_values=\"0\"\n"
26217 " name=\"FilterLocation\"\n"
26218 " number_of_elements=\"1\">\n"
26219 " <BooleanDomain name=\"bool\" />\n"
26220 " <Documentation>Turns on filtering of particles by\n"
26221 " location</Documentation>\n"
26222 " </IntVectorProperty>\n"
26223 " <DoubleVectorProperty animateable=\"1\"\n"
26224 " command=\"SetMinLocation\"\n"
26225 " default_values=\"0.0 0.0 0.0\"\n"
26226 " name=\"MinLocation\"\n"
26227 " number_of_elements=\"3\">\n"
26228 " <DoubleRangeDomain name=\"range\" />\n"
26229 " <Documentation>This property sets the minimum 3-D coordinate location\n"
26230 " by which the particles will be filtered out.</Documentation>\n"
26231 " </DoubleVectorProperty>\n"
26232 " <DoubleVectorProperty animateable=\"1\"\n"
26233 " command=\"SetMaxLocation\"\n"
26234 " default_values=\"0.0 0.0 0.0\"\n"
26235 " name=\"MaxLocation\"\n"
26236 " number_of_elements=\"3\">\n"
26237 " <DoubleRangeDomain name=\"range\" />\n"
26238 " <Documentation>This property sets the minimum 3-D coordinate location\n"
26239 " by which the particles will be filtered out.</Documentation>\n"
26240 " </DoubleVectorProperty>\n"
26241 " <!-- Array Selection GUI Component -->\n"
26242 " <StringVectorProperty information_only=\"1\"\n"
26243 " name=\"ParticleArrayInfo\">\n"
26244 " <ArraySelectionInformationHelper attribute_name=\"Particle\" />\n"
26245 " </StringVectorProperty>\n"
26246 " <StringVectorProperty command=\"SetParticleArrayStatus\"\n"
26247 " element_types=\"2 0\"\n"
26248 " information_property=\"ParticleArrayInfo\"\n"
26249 " label=\"Particle Arrays\"\n"
26250 " name=\"ParticleArrayStatus\"\n"
26251 " number_of_elements=\"0\"\n"
26252 " number_of_elements_per_command=\"2\"\n"
26253 " repeat_command=\"1\">\n"
26254 " <ArraySelectionDomain name=\"array_list\">\n"
26255 " <RequiredProperties>\n"
26256 " <Property function=\"ArrayList\"\n"
26257 " name=\"ParticleArrayInfo\" />\n"
26258 " </RequiredProperties>\n"
26259 " </ArraySelectionDomain>\n"
26260 " <Documentation>This property lists which particle arrays to\n"
26261 " read.</Documentation>\n"
26262 " </StringVectorProperty>\n"
26263 " <IntVectorProperty command=\"SetParticleType\"\n"
26264 " default_values=\"0\"\n"
26265 " name=\"ParticleType\"\n"
26266 " number_of_elements=\"1\">\n"
26267 " <EnumerationDomain name=\"enum\">\n"
26268 " <Entry text=\"All Particles\"\n"
26269 " value=\"0\" />\n"
26270 " <Entry text=\"Dark Matter\"\n"
26271 " value=\"1\" />\n"
26272 " <Entry text=\"Active (Star)\"\n"
26273 " value=\"2\" />\n"
26274 " <Entry text=\"Passive (Tracer)\"\n"
26275 " value=\"3\" />\n"
26276 " </EnumerationDomain>\n"
26277 " </IntVectorProperty>\n"
26278 " <!-- end of \"EnzoParticlesReaderCore\" -->\n"
26279 " </Proxy>\n"
26280 "\n"
26281 " <!-- ================================================================== -->\n"
26282 " <Proxy class=\"vtkAMRFlashReader\"\n"
26283 " label=\"Flash AMR Reader\"\n"
26284 " name=\"FlashReaderCore\">\n"
26285 " <Documentation long_help=\"Read hierarchical box dataset from a Flash dataset.\"\n"
26286 " short_help=\"Read hierarchical box dataset from a Flash dataset.\">\n"
26287 " This Flash reader loads data stored in Flash format. The\n"
26288 " output of this reader is a hierarchical-box\n"
26289 " dataset.</Documentation>\n"
26290 " <!-- Define Flas Filename -->\n"
26291 " <StringVectorProperty animateable=\"0\"\n"
26292 " command=\"SetFileName\"\n"
26293 " name=\"FileName\"\n"
26294 " number_of_elements=\"1\"\n"
26295 " panel_visibility=\"never\">\n"
26296 " <FileListDomain name=\"files\" />\n"
26297 " <Documentation>This property specifies the Flash file\n"
26298 " name</Documentation>\n"
26299 " </StringVectorProperty>\n"
26300 " <!-- Display the number of levels -->\n"
26301 " <IntVectorProperty command=\"GetNumberOfLevels\"\n"
26302 " information_only=\"1\"\n"
26303 " name=\"NumLevels\">\n"
26304 " <SimpleIntInformationHelper />\n"
26305 " </IntVectorProperty>\n"
26306 " <!-- Display the number of blocks -->\n"
26307 " <IntVectorProperty command=\"GetNumberOfBlocks\"\n"
26308 " information_only=\"1\"\n"
26309 " name=\"NumBlocks\">\n"
26310 " <SimpleIntInformationHelper />\n"
26311 " </IntVectorProperty>\n"
26312 " <IntVectorProperty command=\"SetEnableCaching\"\n"
26313 " default_values=\"0\"\n"
26314 " name=\"EnableCaching\"\n"
26315 " number_of_elements=\"1\">\n"
26316 " <BooleanDomain name=\"bool\" />\n"
26317 " <Documentation>Turn caching on/off</Documentation>\n"
26318 " </IntVectorProperty>\n"
26319 " <!-- Define MaxLevel property -->\n"
26320 " <IntVectorProperty command=\"SetMaxLevel\"\n"
26321 " default_values=\"1\"\n"
26322 " name=\"Level\"\n"
26323 " number_of_elements=\"1\">\n"
26324 " <IntRangeDomain max=\"100\"\n"
26325 " min=\"0\"\n"
26326 " name=\"range\" />\n"
26327 " <Documentation>This property specifies the desired level of resolution\n"
26328 " that will be visible.</Documentation>\n"
26329 " </IntVectorProperty>\n"
26330 " <!-- Array Selection GUI Component -->\n"
26331 " <StringVectorProperty information_only=\"1\"\n"
26332 " name=\"CellArrayInfo\">\n"
26333 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
26334 " </StringVectorProperty>\n"
26335 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
26336 " element_types=\"2 0\"\n"
26337 " information_property=\"CellArrayInfo\"\n"
26338 " label=\"Cell Arrays\"\n"
26339 " name=\"CellArrayStatus\"\n"
26340 " number_of_elements=\"0\"\n"
26341 " number_of_elements_per_command=\"2\"\n"
26342 " repeat_command=\"1\">\n"
26343 " <ArraySelectionDomain name=\"array_list\">\n"
26344 " <RequiredProperties>\n"
26345 " <Property function=\"ArrayList\"\n"
26346 " name=\"CellArrayInfo\" />\n"
26347 " </RequiredProperties>\n"
26348 " </ArraySelectionDomain>\n"
26349 " <Documentation>This property lists which cell-centered arrays to\n"
26350 " read.</Documentation>\n"
26351 " </StringVectorProperty>\n"
26352 " <StringVectorProperty information_only=\"1\"\n"
26353 " name=\"PointArrayInfo\">\n"
26354 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
26355 " </StringVectorProperty>\n"
26356 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
26357 " element_types=\"2 0\"\n"
26358 " information_property=\"PointArrayInfo\"\n"
26359 " label=\"PointArrays\"\n"
26360 " name=\"PointArrayStatus\"\n"
26361 " number_of_elements=\"0\"\n"
26362 " number_of_elements_per_command=\"2\"\n"
26363 " repeat_command=\"1\">\n"
26364 " <ArraySelectionDomain name=\"array_list\">\n"
26365 " <RequiredProperties>\n"
26366 " <Property function=\"ArrayList\"\n"
26367 " name=\"PointArrayInfo\" />\n"
26368 " </RequiredProperties>\n"
26369 " </ArraySelectionDomain>\n"
26370 " <Documentation>This property lists which point-centered arrays to\n"
26371 " read.</Documentation>\n"
26372 " </StringVectorProperty>\n"
26373 " </Proxy>\n"
26374 "\n"
26375 " <!-- ================================================================== -->\n"
26376 " <Proxy class=\"vtkAMREnzoReader\"\n"
26377 " label=\"Enzo AMR Reader\"\n"
26378 " name=\"EnzoReaderCore\">\n"
26379 " <Documentation long_help=\"Read hierarchical box dataset from an Enzo file.\"\n"
26380 " short_help=\"Read hierarchical box dataset from an Enzo file.\">\n"
26381 " This Enzo reader loads data stored in Enzo format. The\n"
26382 " output of this reader is a hierarchical-box\n"
26383 " dataset.</Documentation>\n"
26384 " <!-- Define Enzo Filename -->\n"
26385 " <StringVectorProperty animateable=\"0\"\n"
26386 " command=\"SetFileName\"\n"
26387 " name=\"FileName\"\n"
26388 " number_of_elements=\"1\"\n"
26389 " panel_visibility=\"never\">\n"
26390 " <FileListDomain name=\"files\" />\n"
26391 " <Documentation>This property specifies the Enzo file\n"
26392 " name</Documentation>\n"
26393 " </StringVectorProperty>\n"
26394 " <!-- Display the number of levels -->\n"
26395 " <IntVectorProperty command=\"GetNumberOfLevels\"\n"
26396 " information_only=\"1\"\n"
26397 ;
26398 
26399 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOAMR/Resources/readers_pv_ioamr.xml
26401 " name=\"NumLevels\">\n"
26402 " <SimpleIntInformationHelper />\n"
26403 " </IntVectorProperty>\n"
26404 " <!-- Display the number of blocks -->\n"
26405 " <IntVectorProperty command=\"GetNumberOfBlocks\"\n"
26406 " information_only=\"1\"\n"
26407 " name=\"NumBlocks\">\n"
26408 " <SimpleIntInformationHelper />\n"
26409 " </IntVectorProperty>\n"
26410 " <IntVectorProperty command=\"SetEnableCaching\"\n"
26411 " default_values=\"0\"\n"
26412 " name=\"EnableCaching\"\n"
26413 " number_of_elements=\"1\">\n"
26414 " <BooleanDomain name=\"bool\" />\n"
26415 " <Documentation>Turn caching on/off</Documentation>\n"
26416 " </IntVectorProperty>\n"
26417 " <!-- Define MaxLevel property -->\n"
26418 " <IntVectorProperty command=\"SetMaxLevel\"\n"
26419 " default_values=\"1\"\n"
26420 " name=\"Level\"\n"
26421 " number_of_elements=\"1\">\n"
26422 " <IntRangeDomain max=\"100\"\n"
26423 " min=\"0\"\n"
26424 " name=\"range\" />\n"
26425 " <Documentation>This property specifies the desired level of resolution\n"
26426 " that will be visible.</Documentation>\n"
26427 " </IntVectorProperty>\n"
26428 " <!-- Set Conversion to CGS -->\n"
26429 " <IntVectorProperty command=\"SetConvertToCGS\"\n"
26430 " default_values=\"0\"\n"
26431 " name=\"ConvertToCGS\"\n"
26432 " number_of_elements=\"1\">\n"
26433 " <BooleanDomain name=\"bool\" />\n"
26434 " <Documentation>This property specifies whether or not units will be\n"
26435 " converted to CGS.</Documentation>\n"
26436 " </IntVectorProperty>\n"
26437 " <!-- Array Selection GUI Component -->\n"
26438 " <StringVectorProperty information_only=\"1\"\n"
26439 " name=\"CellArrayInfo\">\n"
26440 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
26441 " </StringVectorProperty>\n"
26442 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
26443 " element_types=\"2 0\"\n"
26444 " information_property=\"CellArrayInfo\"\n"
26445 " label=\"Cell Arrays\"\n"
26446 " name=\"CellArrayStatus\"\n"
26447 " number_of_elements=\"0\"\n"
26448 " number_of_elements_per_command=\"2\"\n"
26449 " repeat_command=\"1\">\n"
26450 " <ArraySelectionDomain name=\"array_list\">\n"
26451 " <RequiredProperties>\n"
26452 " <Property function=\"ArrayList\"\n"
26453 " name=\"CellArrayInfo\" />\n"
26454 " </RequiredProperties>\n"
26455 " </ArraySelectionDomain>\n"
26456 " <Documentation>This property lists which cell-centered arrays to\n"
26457 " read.</Documentation>\n"
26458 " </StringVectorProperty>\n"
26459 " <StringVectorProperty information_only=\"1\"\n"
26460 " name=\"PointArrayInfo\">\n"
26461 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
26462 " </StringVectorProperty>\n"
26463 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
26464 " element_types=\"2 0\"\n"
26465 " information_property=\"PointArrayInfo\"\n"
26466 " label=\"PointArrays\"\n"
26467 " name=\"PointArrayStatus\"\n"
26468 " number_of_elements=\"0\"\n"
26469 " number_of_elements_per_command=\"2\"\n"
26470 " repeat_command=\"1\">\n"
26471 " <ArraySelectionDomain name=\"array_list\">\n"
26472 " <RequiredProperties>\n"
26473 " <Property function=\"ArrayList\"\n"
26474 " name=\"PointArrayInfo\" />\n"
26475 " </RequiredProperties>\n"
26476 " </ArraySelectionDomain>\n"
26477 " <Documentation>This property lists which point-centered arrays to\n"
26478 " read.</Documentation>\n"
26479 " </StringVectorProperty>\n"
26480 " </Proxy>\n"
26481 "\n"
26482 " <!-- ================================================================== -->\n"
26483 " <Proxy name=\"vtkAMReXGridReaderCore\" class=\"vtkAMReXGridReader\" label=\"AMReX Grid Reader\">\n"
26484 " <Documentation\n"
26485 " long_help=\"Reads AMReX plotfiles (grids) data.\"\n"
26486 " short_help=\"Reads AMReX plotfiles (grids) data.\">\n"
26487 " This AMReX reader loads data stored in AMReX's plt flie format. The\n"
26488 " output of this reader is a hierarchical-box dataset.</Documentation>\n"
26489 " <!-- Define Flas FileName -->\n"
26490 " <StringVectorProperty\n"
26491 " name=\"FileName\"\n"
26492 " animateable=\"0\"\n"
26493 " command=\"SetFileName\"\n"
26494 " number_of_elements=\"1\"\n"
26495 " panel_visibility=\"never\"\n"
26496 " >\n"
26497 " <FileListDomain name=\"files\" />\n"
26498 " </StringVectorProperty>\n"
26499 " <!-- Display the number of levels -->\n"
26500 " <IntVectorProperty command=\"GetNumberOfLevels\"\n"
26501 " information_only=\"1\"\n"
26502 " name=\"NumLevels\">\n"
26503 " <SimpleIntInformationHelper />\n"
26504 " </IntVectorProperty>\n"
26505 " <!-- Display the number of blocks -->\n"
26506 " <IntVectorProperty command=\"GetNumberOfBlocks\"\n"
26507 " information_only=\"1\"\n"
26508 " name=\"NumBlocks\">\n"
26509 " <SimpleIntInformationHelper />\n"
26510 " </IntVectorProperty>\n"
26511 " <!-- Define EnableCaching property -->\n"
26512 " <IntVectorProperty command=\"SetEnableCaching\"\n"
26513 " default_values=\"0\"\n"
26514 " name=\"EnableCaching\"\n"
26515 " number_of_elements=\"1\">\n"
26516 " <BooleanDomain name=\"bool\" />\n"
26517 " <Documentation>Turn caching on/off</Documentation>\n"
26518 " </IntVectorProperty>\n"
26519 " <!-- Define MaxLevel property -->\n"
26520 " <IntVectorProperty command=\"SetMaxLevel\"\n"
26521 " default_values=\"1\"\n"
26522 " name=\"Level\"\n"
26523 " number_of_elements=\"1\">\n"
26524 " <IntRangeDomain max=\"100\"\n"
26525 " min=\"0\"\n"
26526 " name=\"range\" />\n"
26527 " <Documentation>This property specifies the desired level of resolution\n"
26528 " that will be visible.</Documentation>\n"
26529 " </IntVectorProperty>\n"
26530 " <StringVectorProperty name=\"PointArrayInfo\"\n"
26531 " command=\"GetPointDataArraySelection\"\n"
26532 " number_of_elements_per_command=\"2\"\n"
26533 " information_only=\"1\"\n"
26534 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
26535 "\n"
26536 " <StringVectorProperty name=\"PointArrayStatus\"\n"
26537 " command=\"GetPointDataArraySelection\"\n"
26538 " information_property=\"PointArrayInfo\"\n"
26539 " number_of_elements_per_command=\"2\"\n"
26540 " element_types=\"2 0\"\n"
26541 " repeat_command=\"1\"\n"
26542 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
26543 " <ArraySelectionDomain name=\"array_list\">\n"
26544 " <RequiredProperties>\n"
26545 " <Property function=\"ArrayList\" name=\"PointArrayInfo\" />\n"
26546 " </RequiredProperties>\n"
26547 " </ArraySelectionDomain>\n"
26548 " <Documentation>Select the point arrays to read load.</Documentation>\n"
26549 " </StringVectorProperty>\n"
26550 "\n"
26551 " <StringVectorProperty name=\"CellArrayInfo\"\n"
26552 " command=\"GetCellDataArraySelection\"\n"
26553 " number_of_elements_per_command=\"2\"\n"
26554 " information_only=\"1\"\n"
26555 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
26556 "\n"
26557 " <StringVectorProperty name=\"CellArrayStatus\"\n"
26558 " command=\"GetCellDataArraySelection\"\n"
26559 " information_property=\"CellArrayInfo\"\n"
26560 " number_of_elements_per_command=\"2\"\n"
26561 " element_types=\"2 0\"\n"
26562 " repeat_command=\"1\"\n"
26563 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
26564 " <ArraySelectionDomain name=\"array_list\">\n"
26565 " <RequiredProperties>\n"
26566 " <Property function=\"ArrayList\" name=\"CellArrayInfo\" />\n"
26567 " </RequiredProperties>\n"
26568 " </ArraySelectionDomain>\n"
26569 " <Documentation>Select the cell arrays to read load.</Documentation>\n"
26570 " </StringVectorProperty>\n"
26571 " </Proxy>\n"
26572 "\n"
26573 " <!-- ================================================================== -->\n"
26574 " <Proxy class=\"vtkAMRVelodyneReader\"\n"
26575 " label=\"Velodyne AMR Reader\"\n"
26576 " name=\"VelodyneReaderCore\">\n"
26577 " <Documentation long_help=\"Read OvelappingAMR from a Velodyne AMR dataset.\"\n"
26578 " short_help=\"Read Velodyne AMR.\">\n"
26579 " This Velodyne AMR reader loads data stored in xamr format. The\n"
26580 " output of this reader is a vtkOverlappingAMR\n"
26581 " dataset.</Documentation>\n"
26582 " <!-- Define Filename -->\n"
26583 " <StringVectorProperty animateable=\"0\"\n"
26584 " command=\"SetFileName\"\n"
26585 " name=\"FileName\"\n"
26586 " number_of_elements=\"1\"\n"
26587 " panel_visibility=\"never\">\n"
26588 " <FileListDomain name=\"files\" />\n"
26589 " <Documentation>This property specifies the Vamr file\n"
26590 " name</Documentation>\n"
26591 " </StringVectorProperty>\n"
26592 " <!-- Display the number of levels -->\n"
26593 " <IntVectorProperty command=\"GetNumberOfLevels\"\n"
26594 " information_only=\"1\"\n"
26595 " name=\"NumLevels\">\n"
26596 " <SimpleIntInformationHelper />\n"
26597 " </IntVectorProperty>\n"
26598 " <!-- Display the number of blocks -->\n"
26599 " <IntVectorProperty command=\"GetNumberOfBlocks\"\n"
26600 " information_only=\"1\"\n"
26601 " name=\"NumBlocks\">\n"
26602 " <SimpleIntInformationHelper />\n"
26603 " </IntVectorProperty>\n"
26604 " <IntVectorProperty command=\"SetEnableCaching\"\n"
26605 " default_values=\"0\"\n"
26606 " name=\"EnableCaching\"\n"
26607 " number_of_elements=\"1\">\n"
26608 " <BooleanDomain name=\"bool\" />\n"
26609 " <Documentation>Turn caching on/off</Documentation>\n"
26610 " </IntVectorProperty>\n"
26611 " <!-- Define MaxLevel property -->\n"
26612 " <IntVectorProperty command=\"SetMaxLevel\"\n"
26613 " default_values=\"15\"\n"
26614 " name=\"Level\"\n"
26615 " number_of_elements=\"1\">\n"
26616 " <IntRangeDomain max=\"100\"\n"
26617 " min=\"0\"\n"
26618 " name=\"range\" />\n"
26619 " <Documentation>This property specifies the desired level of resolution\n"
26620 " that will be visible.</Documentation>\n"
26621 " </IntVectorProperty>\n"
26622 " <!-- Array Selection GUI Component -->\n"
26623 " <StringVectorProperty information_only=\"1\"\n"
26624 " name=\"CellArrayInfo\">\n"
26625 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
26626 " </StringVectorProperty>\n"
26627 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
26628 " element_types=\"2 0\"\n"
26629 " information_property=\"CellArrayInfo\"\n"
26630 " label=\"Cell Arrays\"\n"
26631 " name=\"CellArrayStatus\"\n"
26632 " number_of_elements=\"0\"\n"
26633 " number_of_elements_per_command=\"2\"\n"
26634 " repeat_command=\"1\">\n"
26635 " <ArraySelectionDomain name=\"array_list\">\n"
26636 " <RequiredProperties>\n"
26637 " <Property function=\"ArrayList\"\n"
26638 " name=\"CellArrayInfo\" />\n"
26639 " </RequiredProperties>\n"
26640 " </ArraySelectionDomain>\n"
26641 " <Documentation>This property lists which cell-centered arrays to\n"
26642 " read.</Documentation>\n"
26643 " </StringVectorProperty>\n"
26644 " <StringVectorProperty information_only=\"1\"\n"
26645 " name=\"PointArrayInfo\">\n"
26646 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
26647 " </StringVectorProperty>\n"
26648 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
26649 " element_types=\"2 0\"\n"
26650 " information_property=\"PointArrayInfo\"\n"
26651 " label=\"PointArrays\"\n"
26652 " name=\"PointArrayStatus\"\n"
26653 " number_of_elements=\"0\"\n"
26654 " number_of_elements_per_command=\"2\"\n"
26655 " repeat_command=\"1\">\n"
26656 " <ArraySelectionDomain name=\"array_list\">\n"
26657 " <RequiredProperties>\n"
26658 " <Property function=\"ArrayList\"\n"
26659 " name=\"PointArrayInfo\" />\n"
26660 " </RequiredProperties>\n"
26661 " </ArraySelectionDomain>\n"
26662 " <Documentation>This property lists which point-centered arrays to\n"
26663 " read.</Documentation>\n"
26664 " </StringVectorProperty>\n"
26665 " </Proxy>\n"
26666 "\n"
26667 " <!-- ================================================================== -->\n"
26668 " <SourceProxy name=\"AMReXParticlesReaderCore\"\n"
26669 " class=\"vtkAMReXParticlesReader\">\n"
26670 " <Documentation short_help=\"Reader for AMReX particle data\">\n"
26671 " Internal reader proxy for AMReX particles.\n"
26672 " </Documentation>\n"
26673 "\n"
26674 " <StringVectorProperty name=\"ParticleType\"\n"
26675 " command=\"SetParticleType\"\n"
26676 " number_of_elements=\"1\"\n"
26677 " default_values=\"particles\">\n"
26678 " <Documentation>\n"
26679 " Set the type of particles to read.\n"
26680 " </Documentation>\n"
26681 " </StringVectorProperty>\n"
26682 "\n"
26683 " <StringVectorProperty name=\"PointArrayInfo\"\n"
26684 " command=\"GetPointDataArraySelection\"\n"
26685 " number_of_elements_per_command=\"2\"\n"
26686 " information_only=\"1\"\n"
26687 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
26688 "\n"
26689 " <StringVectorProperty name=\"PointArrayStatus\"\n"
26690 " command=\"GetPointDataArraySelection\"\n"
26691 " information_property=\"PointArrayInfo\"\n"
26692 " number_of_elements_per_command=\"2\"\n"
26693 " element_types=\"2 0\"\n"
26694 " repeat_command=\"1\"\n"
26695 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
26696 " <ArraySelectionDomain name=\"array_list\">\n"
26697 " <RequiredProperties>\n"
26698 " <Property function=\"ArrayList\" name=\"PointArrayInfo\" />\n"
26699 " </RequiredProperties>\n"
26700 " </ArraySelectionDomain>\n"
26701 " <Documentation>Select the point arrays to read load.</Documentation>\n"
26702 " </StringVectorProperty>\n"
26703 " <!-- End AMReXParticlesReaderCore -->\n"
26704 " </SourceProxy>\n"
26705 "\n"
26706 " <!-- end of \"internal_sources\" -->\n"
26707 " </ProxyGroup>\n"
26708 "\n"
26709 " <!-- ==================================================================== -->\n"
26710 " <ProxyGroup name=\"sources\">\n"
26711 "\n"
26712 " <!-- ================================================================== -->\n"
26713 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
26714 " file_name_method=\"SetFileName\"\n"
26715 " label=\"FLASH AMR Particles Reader\"\n"
26716 " name=\"FlashParticlesReader\"\n"
26717 " si_class=\"vtkSIMetaReaderProxy\">\n"
26718 " <Documentation long_help=\"Reads AMR particles from FLASH dataset\"\n"
26719 " short_help=\"Reads AMR particles from FLASH dataset\">The\n"
26720 " Flash particles reader loads particle simulation data\n"
26721 " stored in Flash format. The output of this reader is a\n"
26722 " MultiBlock dataset where each block is vtkPolyData that\n"
26723 " holds the particles and corresponding particle\n"
26724 " data.</Documentation>\n"
26725 " <SubProxy>\n"
26726 " <Proxy name=\"Reader\"\n"
26727 " proxygroup=\"internal_sources\"\n"
26728 " proxyname=\"FlashParticlesReaderCore\"></Proxy>\n"
26729 ;
26730 
26731 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOAMR/Resources/readers_pv_ioamr.xml
26733 " <ExposedProperties>\n"
26734 " <Property name=\"NumParticles\" />\n"
26735 " <Property name=\"Frequency\" />\n"
26736 " <Property name=\"FilterLocation\" />\n"
26737 " <Property name=\"MinLocation\" />\n"
26738 " <Property name=\"MaxLocation\" />\n"
26739 " <Property name=\"ParticleArrayStatus\" />\n"
26740 " </ExposedProperties>\n"
26741 " </SubProxy>\n"
26742 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
26743 " information_only=\"1\"\n"
26744 " name=\"FileNameInfo\">\n"
26745 " <SimpleStringInformationHelper />\n"
26746 " </StringVectorProperty>\n"
26747 " <StringVectorProperty animateable=\"0\"\n"
26748 " clean_command=\"RemoveAllFileNames\"\n"
26749 " command=\"AddFileName\"\n"
26750 " name=\"FileNames\"\n"
26751 " number_of_elements=\"0\"\n"
26752 " panel_visibility=\"never\"\n"
26753 " repeat_command=\"1\">\n"
26754 " <FileListDomain name=\"files\" />\n"
26755 " <Documentation>The list of files to be read by the\n"
26756 " reader.</Documentation>\n"
26757 " </StringVectorProperty>\n"
26758 " <DoubleVectorProperty information_only=\"1\"\n"
26759 " name=\"TimestepValues\"\n"
26760 " repeatable=\"1\">\n"
26761 " <TimeStepsInformationHelper />\n"
26762 " <Documentation>Available timestep values.</Documentation>\n"
26763 " </DoubleVectorProperty>\n"
26764 " <Hints>\n"
26765 " <ReaderFactory extensions=\"Flash flash\"\n"
26766 " file_description=\"FLASH AMR Particles Reader\" />\n"
26767 " </Hints>\n"
26768 " </SourceProxy>\n"
26769 "\n"
26770 " <!-- ================================================================== -->\n"
26771 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
26772 " file_name_method=\"SetFileName\"\n"
26773 " label=\"ENZO AMR Particles Reader\"\n"
26774 " name=\"EnzoParticlesReader\"\n"
26775 " si_class=\"vtkSIMetaReaderProxy\">\n"
26776 " <Documentation long_help=\"Reads AMR particles from an ENZO dataset\"\n"
26777 " short_help=\"Reads AMR particles from an ENZO dataset\">The\n"
26778 " Enzo particles reader loads particle simulation data\n"
26779 " stored in Enzo HDF5 format. The output of this reader is\n"
26780 " MultiBlock dataset where each block is a vtkPolyData that\n"
26781 " holds the particles (points) and corresponding particle\n"
26782 " data.</Documentation>\n"
26783 " <SubProxy>\n"
26784 " <Proxy name=\"Reader\"\n"
26785 " proxygroup=\"internal_sources\"\n"
26786 " proxyname=\"EnzoParticlesReaderCore\"></Proxy>\n"
26787 " <ExposedProperties>\n"
26788 " <Property name=\"NumParticles\" />\n"
26789 " <Property name=\"Frequency\" />\n"
26790 " <Property name=\"FilterLocation\" />\n"
26791 " <Property name=\"MinLocation\" />\n"
26792 " <Property name=\"MaxLocation\" />\n"
26793 " <Property name=\"ParticleArrayStatus\" />\n"
26794 " <Property name=\"ParticleType\" />\n"
26795 " </ExposedProperties>\n"
26796 " </SubProxy>\n"
26797 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
26798 " information_only=\"1\"\n"
26799 " name=\"FileNameInfo\">\n"
26800 " <SimpleStringInformationHelper />\n"
26801 " </StringVectorProperty>\n"
26802 " <StringVectorProperty animateable=\"0\"\n"
26803 " clean_command=\"RemoveAllFileNames\"\n"
26804 " command=\"AddFileName\"\n"
26805 " name=\"FileNames\"\n"
26806 " number_of_elements=\"0\"\n"
26807 " panel_visibility=\"never\"\n"
26808 " repeat_command=\"1\">\n"
26809 " <FileListDomain name=\"files\" />\n"
26810 " <Documentation>The list of files to be read by the\n"
26811 " reader.</Documentation>\n"
26812 " </StringVectorProperty>\n"
26813 " <DoubleVectorProperty information_only=\"1\"\n"
26814 " name=\"TimestepValues\"\n"
26815 " repeatable=\"1\">\n"
26816 " <TimeStepsInformationHelper />\n"
26817 " <Documentation>Available timestep values.</Documentation>\n"
26818 " </DoubleVectorProperty>\n"
26819 " <Hints>\n"
26820 " <ReaderFactory extensions=\"boundary hierarchy\"\n"
26821 " file_description=\"ENZO AMR Particles Reader\" />\n"
26822 " </Hints>\n"
26823 " </SourceProxy>\n"
26824 "\n"
26825 " <!-- ================================================================== -->\n"
26826 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
26827 " file_name_method=\"SetFileName\"\n"
26828 " label=\"Flash Reader\"\n"
26829 " name=\"FlashReader\"\n"
26830 " si_class=\"vtkSIMetaReaderProxy\">\n"
26831 " <Documentation long_help=\"Read hierarchical box dataset from a Flash dataset.\"\n"
26832 " short_help=\"Read hierarchical box dataset from a Flash dataset.\">\n"
26833 " This Flash reader loads data stored in Enzo format. The\n"
26834 " output of this reader is a hierarchical-box\n"
26835 " dataset.</Documentation>\n"
26836 " <SubProxy>\n"
26837 " <Proxy name=\"Reader\"\n"
26838 " proxygroup=\"internal_sources\"\n"
26839 " proxyname=\"FlashReaderCore\"></Proxy>\n"
26840 " <ExposedProperties>\n"
26841 " <Property name=\"NumLevels\" />\n"
26842 " <Property name=\"NumBlocks\" />\n"
26843 " <Property name=\"EnableCaching\" />\n"
26844 " <Property name=\"Level\" />\n"
26845 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
26846 " name=\"CellPointArrayStatus\"\n"
26847 " panel_visibility=\"default\"\n"
26848 " panel_widget=\"ArrayStatus\">\n"
26849 " <Property name=\"PointArrayStatus\" />\n"
26850 " <Property name=\"CellArrayStatus\" />\n"
26851 " </PropertyGroup>\n"
26852 " </ExposedProperties>\n"
26853 " </SubProxy>\n"
26854 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
26855 " information_only=\"1\"\n"
26856 " name=\"FileNameInfo\">\n"
26857 " <SimpleStringInformationHelper />\n"
26858 " </StringVectorProperty>\n"
26859 " <StringVectorProperty animateable=\"0\"\n"
26860 " clean_command=\"RemoveAllFileNames\"\n"
26861 " command=\"AddFileName\"\n"
26862 " name=\"FileNames\"\n"
26863 " number_of_elements=\"0\"\n"
26864 " panel_visibility=\"never\"\n"
26865 " repeat_command=\"1\">\n"
26866 " <FileListDomain name=\"files\" />\n"
26867 " <Documentation>The list of files to be read by the\n"
26868 " reader.</Documentation>\n"
26869 " </StringVectorProperty>\n"
26870 " <DoubleVectorProperty information_only=\"1\"\n"
26871 " name=\"TimestepValues\"\n"
26872 " repeatable=\"1\">\n"
26873 " <TimeStepsInformationHelper />\n"
26874 " <Documentation>Available timestep values.</Documentation>\n"
26875 " </DoubleVectorProperty>\n"
26876 " <Hints>\n"
26877 " <ReaderFactory extensions=\"Flash flash\"\n"
26878 " file_description=\"AMR Flash Files\" />\n"
26879 " </Hints>\n"
26880 " </SourceProxy>\n"
26881 "\n"
26882 " <!-- ================================================================== -->\n"
26883 " <SourceProxy class=\"vtkAMRFileSeriesReader\"\n"
26884 " file_name_method=\"SetFileName\"\n"
26885 " label=\"Enzo Reader\"\n"
26886 " name=\"EnzoReader\"\n"
26887 " si_class=\"vtkSIMetaReaderProxy\">\n"
26888 " <Documentation long_help=\"Read hierarchical box dataset from an Enzo file.\"\n"
26889 " short_help=\"Read hierarchical box dataset from an Enzo file.\">\n"
26890 " This Enzo reader loads data stored in Enzo format. The\n"
26891 " output of this reader is a hierarchical-box\n"
26892 " dataset.</Documentation>\n"
26893 " <SubProxy>\n"
26894 " <Proxy name=\"Reader\"\n"
26895 " proxygroup=\"internal_sources\"\n"
26896 " proxyname=\"EnzoReaderCore\"></Proxy>\n"
26897 " <ExposedProperties>\n"
26898 " <Property name=\"NumLevels\" />\n"
26899 " <Property name=\"NumBlocks\" />\n"
26900 " <Property name=\"EnableCaching\" />\n"
26901 " <Property name=\"ConvertToCGS\" />\n"
26902 " <Property name=\"Level\" />\n"
26903 " <Property name=\"PointArrayStatus\" />\n"
26904 " <Property name=\"CellArrayStatus\" />\n"
26905 " </ExposedProperties>\n"
26906 " </SubProxy>\n"
26907 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
26908 " information_only=\"1\"\n"
26909 " name=\"FileNameInfo\">\n"
26910 " <SimpleStringInformationHelper />\n"
26911 " </StringVectorProperty>\n"
26912 " <StringVectorProperty animateable=\"0\"\n"
26913 " clean_command=\"RemoveAllFileNames\"\n"
26914 " command=\"AddFileName\"\n"
26915 " name=\"FileNames\"\n"
26916 " number_of_elements=\"0\"\n"
26917 " panel_visibility=\"never\"\n"
26918 " repeat_command=\"1\">\n"
26919 " <FileListDomain name=\"files\" />\n"
26920 " <Documentation>The list of files to be read by the\n"
26921 " reader.</Documentation>\n"
26922 " </StringVectorProperty>\n"
26923 " <DoubleVectorProperty information_only=\"1\"\n"
26924 " name=\"TimestepValues\"\n"
26925 " repeatable=\"1\">\n"
26926 " <TimeStepsInformationHelper />\n"
26927 " <Documentation>Available timestep values.</Documentation>\n"
26928 " </DoubleVectorProperty>\n"
26929 " <Hints>\n"
26930 " <ReaderFactory extensions=\"boundary hierarchy\"\n"
26931 " file_description=\"AMR Enzo Files\" />\n"
26932 " </Hints>\n"
26933 " </SourceProxy>\n"
26934 "\n"
26935 " <!-- ================================================================== -->\n"
26936 " <SourceProxy class=\"vtkAMRFileSeriesReader\"\n"
26937 " file_name_method=\"SetFileName\"\n"
26938 " label=\"Velodyne AMR Reader\"\n"
26939 " name=\"VelodyneAMRReader\"\n"
26940 " si_class=\"vtkSIMetaReaderProxy\">\n"
26941 " <Documentation long_help=\"Read vtkOverlappingAMR data set from from a Xamr dataset.\"\n"
26942 " short_help=\"Read Velodyne AMR.\">\n"
26943 " This Velodyne AMR reader loads data stored in XAMR format. The\n"
26944 " output of this reader is a vtkOverlappingAMR\n"
26945 " dataset.</Documentation>\n"
26946 " <SubProxy>\n"
26947 " <Proxy name=\"Reader\"\n"
26948 " proxygroup=\"internal_sources\"\n"
26949 " proxyname=\"VelodyneReaderCore\"></Proxy>\n"
26950 " <ExposedProperties>\n"
26951 " <Property name=\"NumLevels\" />\n"
26952 " <Property name=\"NumBlocks\" />\n"
26953 " <Property name=\"EnableCaching\" />\n"
26954 " <Property name=\"Level\" />\n"
26955 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
26956 " name=\"CellPointArrayStatus\"\n"
26957 " panel_visibility=\"default\"\n"
26958 " panel_widget=\"ArrayStatus\">\n"
26959 " <Property name=\"PointArrayStatus\" />\n"
26960 " <Property name=\"CellArrayStatus\" />\n"
26961 " </PropertyGroup>\n"
26962 " </ExposedProperties>\n"
26963 " </SubProxy>\n"
26964 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
26965 " information_only=\"1\"\n"
26966 " name=\"FileNameInfo\">\n"
26967 " <SimpleStringInformationHelper />\n"
26968 " </StringVectorProperty>\n"
26969 " <StringVectorProperty animateable=\"0\"\n"
26970 " clean_command=\"RemoveAllFileNames\"\n"
26971 " command=\"AddFileName\"\n"
26972 " name=\"FileNames\"\n"
26973 " number_of_elements=\"0\"\n"
26974 " panel_visibility=\"never\"\n"
26975 " repeat_command=\"1\">\n"
26976 " <FileListDomain name=\"files\" />\n"
26977 " <Documentation>The list of files to be read by the\n"
26978 " reader.</Documentation>\n"
26979 " </StringVectorProperty>\n"
26980 " <DoubleVectorProperty information_only=\"1\"\n"
26981 " name=\"TimestepValues\"\n"
26982 " repeatable=\"1\">\n"
26983 " <TimeStepsInformationHelper />\n"
26984 " <Documentation>Available timestep values.</Documentation>\n"
26985 " </DoubleVectorProperty>\n"
26986 " <Hints>\n"
26987 " <ReaderFactory extensions=\"xamr Xamr XAMR\"\n"
26988 " file_description=\"AMR Velodyne Files\" />\n"
26989 " </Hints>\n"
26990 " </SourceProxy>\n"
26991 "\n"
26992 " <!-- ================================================================== -->\n"
26993 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
26994 " file_name_method=\"SetFileName\"\n"
26995 " label=\"AMReX/BoxLib Grid Reader\"\n"
26996 " name=\"AMReXGridReader\"\n"
26997 " si_class=\"vtkSIMetaReaderProxy\">\n"
26998 " <Documentation\n"
26999 " long_help=\"Reads AMReX plotfiles (grids) data.\"\n"
27000 " short_help=\"Reads AMReX plotfiles (grids) data.\">\n"
27001 " This AMReX reader loads data stored in AMReX plt file format. The\n"
27002 " output of this reader is a hierarchical-box dataset.</Documentation>\n"
27003 " <SubProxy>\n"
27004 " <Proxy name=\"Reader\"\n"
27005 " proxygroup=\"internal_sources\"\n"
27006 " proxyname=\"vtkAMReXGridReaderCore\">\n"
27007 " </Proxy>\n"
27008 " <ExposedProperties>\n"
27009 " <Property name=\"NumLevels\" />\n"
27010 " <Property name=\"NumBlocks\" />\n"
27011 " <Property name=\"EnableCaching\" />\n"
27012 " <Property name=\"Level\" />\n"
27013 " <Property name=\"PointArrayStatus\" />\n"
27014 " <Property name=\"CellArrayStatus\" />\n"
27015 " </ExposedProperties>\n"
27016 " </SubProxy>\n"
27017 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
27018 " information_only=\"1\"\n"
27019 " name=\"FileNameInfo\">\n"
27020 " <SimpleStringInformationHelper />\n"
27021 " </StringVectorProperty>\n"
27022 " <StringVectorProperty animateable=\"0\"\n"
27023 " clean_command=\"RemoveAllFileNames\"\n"
27024 " command=\"AddFileName\"\n"
27025 " name=\"FileNames\"\n"
27026 " number_of_elements=\"0\"\n"
27027 " panel_visibility=\"never\"\n"
27028 " repeat_command=\"1\">\n"
27029 " <FileListDomain name=\"files\" />\n"
27030 " <Documentation>The list of files to be read by the\n"
27031 " reader.</Documentation>\n"
27032 " </StringVectorProperty>\n"
27033 " <DoubleVectorProperty information_only=\"1\"\n"
27034 " name=\"TimestepValues\"\n"
27035 " repeatable=\"1\">\n"
27036 " <TimeStepsInformationHelper />\n"
27037 " <Documentation>Available timestep values.</Documentation>\n"
27038 " </DoubleVectorProperty>\n"
27039 " <Hints>\n"
27040 " <ReaderFactory\n"
27041 " filename_patterns=\"plt*\"\n"
27042 " file_description=\"AMReX/BoxLib plotfiles (grids)\"\n"
27043 " is_directory=\"1\"\n"
27044 " />\n"
27045 " </Hints>\n"
27046 " </SourceProxy>\n"
27047 "\n"
27048 " <!-- ================================================================== -->\n"
27049 " <SourceProxy name=\"AMReXParticlesReader\"\n"
27050 " class=\"vtkFileSeriesReader\"\n"
27051 " file_name_method=\"SetPlotFileName\"\n"
27052 " label=\"AMReX/BoxLib Particles Reader\"\n"
27053 " si_class=\"vtkSIMetaReaderProxy\">\n"
27054 " <Documentation short_help=\"Reader for AMReX particle data\">\n"
27055 " Reads particle data from AMReX plotfiles.\n"
27056 " </Documentation>\n"
27057 "\n"
27058 " <SubProxy>\n"
27059 ;
27060 
27061 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOAMR/Resources/readers_pv_ioamr.xml
27063 " <Proxy name=\"Reader\" proxygroup=\"internal_sources\" proxyname=\"AMReXParticlesReaderCore\" />\n"
27064 " <ExposedProperties>\n"
27065 " <Property name=\"ParticleType\" />\n"
27066 " <Property name=\"PointArrayInfo\" />\n"
27067 " <Property name=\"PointArrayStatus\" />\n"
27068 " </ExposedProperties>\n"
27069 " </SubProxy>\n"
27070 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
27071 " information_only=\"1\"\n"
27072 " name=\"FileNameInfo\">\n"
27073 " <SimpleStringInformationHelper />\n"
27074 " </StringVectorProperty>\n"
27075 " <StringVectorProperty animateable=\"0\"\n"
27076 " clean_command=\"RemoveAllFileNames\"\n"
27077 " command=\"AddFileName\"\n"
27078 " name=\"FileNames\"\n"
27079 " number_of_elements=\"0\"\n"
27080 " panel_visibility=\"never\"\n"
27081 " repeat_command=\"1\">\n"
27082 " <FileListDomain name=\"files\" />\n"
27083 " <Documentation>The list of plotfiles to be read by the reader.</Documentation>\n"
27084 " </StringVectorProperty>\n"
27085 " <DoubleVectorProperty information_only=\"1\" name=\"TimestepValues\" repeatable=\"1\">\n"
27086 " <TimeStepsInformationHelper />\n"
27087 " <Documentation>Available timestep values.</Documentation>\n"
27088 " </DoubleVectorProperty>\n"
27089 " <Hints>\n"
27090 " <ReaderFactory\n"
27091 " filename_patterns=\"plt*\"\n"
27092 " file_description=\"AMReX/BoxLib plotfiles (particles)\"\n"
27093 " is_directory=\"1\" />\n"
27094 " </Hints>\n"
27095 " <!-- end AMReXParticlesReader -->\n"
27096 " </SourceProxy>\n"
27097 " </ProxyGroup>\n"
27098 "</ServerManagerConfiguration>\n"
27099 "\n";
27100 // Get single string
27102 {
27103 
27104  const size_t len0 = strlen(paraview_server_managerreaders_pv_ioamrInterface0);
27105  const size_t len1 = strlen(paraview_server_managerreaders_pv_ioamrInterface1);
27106  const size_t len2 = strlen(paraview_server_managerreaders_pv_ioamrInterface2);
27107  const size_t len3 = strlen(paraview_server_managerreaders_pv_ioamrInterface3);
27108  size_t len = ( 0
27109  + len0
27110  + len1
27111  + len2
27112  + len3 );
27113  char* res = new char[ len + 1];
27114  size_t offset = 0;
27119  assert(offset == len);
27120  res[offset] = 0;
27121  return res;
27122 }
27123 
27124 
27125 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersStatistics/Resources/statistics_filters.xml
27127 "<ServerManagerConfiguration>\n"
27128 " <ProxyGroup name=\"filters\">\n"
27129 " <!-- ==================================================================== -->\n"
27130 " <SourceProxy class=\"vtkPSciVizContingencyStats\"\n"
27131 " label=\"Contingency Statistics\"\n"
27132 " name=\"ContingencyStatistics\">\n"
27133 " <Documentation long_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\"\n"
27134 " short_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\">\n"
27135 " This filter either computes a statistical model of a dataset or takes\n"
27136 " such a model as its second input. Then, the model (however it is\n"
27137 " obtained) may optionally be used to assess the input dataset. This filter\n"
27138 " computes contingency tables between pairs of attributes. This result is a\n"
27139 " tabular bivariate probability distribution which serves as a\n"
27140 " Bayesian-style prior model. Data is assessed by computing &lt;ul&gt;\n"
27141 " &lt;li&gt; the probability of observing both variables simultaneously;\n"
27142 " &lt;li&gt; the probability of each variable conditioned on the other (the\n"
27143 " two values need not be identical); and &lt;li&gt; the pointwise mutual\n"
27144 " information (PMI). &lt;/ul&gt; Finally, the summary statistics include\n"
27145 " the information entropy of the observations.</Documentation>\n"
27146 " <InputProperty command=\"SetInputConnection\"\n"
27147 " name=\"Input\"\n"
27148 " port_index=\"0\">\n"
27149 " <ProxyGroupDomain name=\"groups\">\n"
27150 " <Group name=\"sources\" />\n"
27151 " <Group name=\"filters\" />\n"
27152 " </ProxyGroupDomain>\n"
27153 " <DataTypeDomain name=\"input_type\">\n"
27154 " <DataType value=\"vtkImageData\" />\n"
27155 " <DataType value=\"vtkStructuredGrid\" />\n"
27156 " <DataType value=\"vtkPolyData\" />\n"
27157 " <DataType value=\"vtkUnstructuredGrid\" />\n"
27158 " <DataType value=\"vtkTable\" />\n"
27159 " <DataType value=\"vtkGraph\" />\n"
27160 " </DataTypeDomain>\n"
27161 " <InputArrayDomain name=\"input_array\" />\n"
27162 " <Documentation>The input to the filter. Arrays from this dataset will\n"
27163 " be used for computing statistics and/or assessed by a statistical\n"
27164 " model.</Documentation>\n"
27165 " </InputProperty>\n"
27166 " <InputProperty command=\"SetInputConnection\"\n"
27167 " name=\"ModelInput\"\n"
27168 " null_on_empty=\"1\"\n"
27169 " port_index=\"1\">\n"
27170 " <Hints>\n"
27171 " <Optional />\n"
27172 " <!-- No input selection dialog at instantiation -->\n"
27173 " </Hints>\n"
27174 " <ProxyGroupDomain name=\"groups\">\n"
27175 " <Group name=\"sources\" />\n"
27176 " <Group name=\"filters\" />\n"
27177 " </ProxyGroupDomain>\n"
27178 " <DataTypeDomain name=\"input_type\">\n"
27179 " <DataType value=\"vtkTable\" />\n"
27180 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
27181 " </DataTypeDomain>\n"
27182 " <Documentation>A previously-calculated model with which to assess a\n"
27183 " separate dataset. This input is optional.</Documentation>\n"
27184 " </InputProperty>\n"
27185 " <IntVectorProperty command=\"SetAttributeMode\"\n"
27186 " default_values=\"0\"\n"
27187 " name=\"AttributeMode\"\n"
27188 " number_of_elements=\"1\">\n"
27189 " <FieldDataDomain enable_field_data=\"1\"\n"
27190 " name=\"enum\">\n"
27191 " <RequiredProperties>\n"
27192 " <Property function=\"Input\"\n"
27193 " name=\"Input\" />\n"
27194 " </RequiredProperties>\n"
27195 " </FieldDataDomain>\n"
27196 " <Documentation>Specify which type of field data the arrays will be\n"
27197 " drawn from.</Documentation>\n"
27198 " </IntVectorProperty>\n"
27199 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n"
27200 " command=\"EnableAttributeArray\"\n"
27201 " label=\"Variables of Interest\"\n"
27202 " name=\"SelectArrays\"\n"
27203 " number_of_elements_per_command=\"1\"\n"
27204 " repeat_command=\"1\">\n"
27205 " <ArrayListDomain name=\"array_list\">\n"
27206 " <RequiredProperties>\n"
27207 " <Property function=\"Input\"\n"
27208 " name=\"Input\" />\n"
27209 " <Property function=\"FieldDataSelection\"\n"
27210 " name=\"AttributeMode\" />\n"
27211 " </RequiredProperties>\n"
27212 " </ArrayListDomain>\n"
27213 " <Documentation>Choose arrays whose entries will be used to form\n"
27214 " observations for statistical analysis.</Documentation>\n"
27215 " </StringVectorProperty>\n"
27216 " <IntVectorProperty animateable=\"0\"\n"
27217 " command=\"SetTask\"\n"
27218 " default_values=\"0\"\n"
27219 " name=\"Task\"\n"
27220 " number_of_elements=\"1\">\n"
27221 " <EnumerationDomain name=\"task_list\">\n"
27222 " <Entry text=\"Detailed model of input data\"\n"
27223 " value=\"0\" />\n"
27224 " <Entry text=\"Model a subset of the data\"\n"
27225 " value=\"1\" />\n"
27226 " <Entry text=\"Assess the data with a model\"\n"
27227 " value=\"2\" />\n"
27228 " <Entry text=\"Model and assess the same data\"\n"
27229 " value=\"3\" />\n"
27230 " </EnumerationDomain>\n"
27231 " <Documentation>Specify the task to be performed: modeling and/or\n"
27232 " assessment. &lt;ol&gt; &lt;li&gt; \"Detailed model of input data,\"\n"
27233 " creates a set of output tables containing a calculated statistical\n"
27234 " model of the &lt;b&gt;entire&lt;/b&gt; input dataset;&lt;/li&gt;\n"
27235 " &lt;li&gt; \"Model a subset of the data,\" creates an output table (or\n"
27236 " tables) summarizing a &lt;b&gt;randomly-chosen subset&lt;/b&gt; of the\n"
27237 " input dataset;&lt;/li&gt; &lt;li&gt; \"Assess the data with a model,\"\n"
27238 " adds attributes to the first input dataset using a model provided on\n"
27239 " the second input port; and&lt;/li&gt; &lt;li&gt; \"Model and assess the\n"
27240 " same data,\" is really just operations 2 and 3 above applied to the same\n"
27241 " input dataset. The model is first trained using a fraction of the input\n"
27242 " data and then the entire dataset is assessed using that\n"
27243 " model.&lt;/li&gt; &lt;/ol&gt; When the task includes creating a model\n"
27244 " (i.e., tasks 2, and 4), you may adjust the fraction of the input\n"
27245 " dataset used for training. You should avoid using a large fraction of\n"
27246 " the input data for training as you will then not be able to detect\n"
27247 " overfitting. The &lt;i&gt;Training fraction&lt;/i&gt; setting will be\n"
27248 " ignored for tasks 1 and 3.</Documentation>\n"
27249 " </IntVectorProperty>\n"
27250 " <DoubleVectorProperty animateable=\"1\"\n"
27251 " command=\"SetTrainingFraction\"\n"
27252 " default_values=\"0.1\"\n"
27253 " name=\"TrainingFraction\"\n"
27254 " number_of_elements=\"1\">\n"
27255 " <DoubleRangeDomain max=\"1\"\n"
27256 " min=\"0\"\n"
27257 " name=\"training_range\" />\n"
27258 " <Documentation>Specify the fraction of values from the input dataset to\n"
27259 " be used for model fitting. The exact set of values is chosen at random\n"
27260 " from the dataset.</Documentation>\n"
27261 " </DoubleVectorProperty>\n"
27262 " <OutputPort index=\"0\"\n"
27263 " name=\"Statistical Model\" />\n"
27264 " <OutputPort index=\"1\"\n"
27265 " name=\"Assessed Data\" />\n"
27266 " <Hints>\n"
27267 " <Visibility replace_input=\"1\" />\n"
27268 " <!-- View can be used to specify the preferred view for the proxy -->\n"
27269 " <View type=\"SpreadSheetView\" port=\"0\" />\n"
27270 " <View type=\"None\" port=\"1\" />\n"
27271 " </Hints>\n"
27272 " </SourceProxy>\n"
27273 " <!-- ContingencyStatistics -->\n"
27274 " <!-- ==================================================================== -->\n"
27275 " <SourceProxy class=\"vtkPSciVizDescriptiveStats\"\n"
27276 " label=\"Descriptive Statistics\"\n"
27277 " name=\"DescriptiveStatistics\">\n"
27278 " <Documentation long_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\"\n"
27279 " short_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\">\n"
27280 " This filter either computes a statistical model of a dataset or takes\n"
27281 " such a model as its second input. Then, the model (however it is\n"
27282 " obtained) may optionally be used to assess the input dataset.&lt;p&gt;\n"
27283 " This filter computes the min, max, mean, raw moments M2 through M4,\n"
27284 " standard deviation, skewness, and kurtosis for each array you\n"
27285 " select.&lt;p&gt; The model is simply a univariate Gaussian distribution\n"
27286 " with the mean and standard deviation provided. Data is assessed using\n"
27287 " this model by detrending the data (i.e., subtracting the mean) and then\n"
27288 " dividing by the standard deviation. Thus the assessment is an array whose\n"
27289 " entries are the number of standard deviations from the mean that each\n"
27290 " input point lies.</Documentation>\n"
27291 " <InputProperty command=\"SetInputConnection\"\n"
27292 " name=\"Input\"\n"
27293 " port_index=\"0\">\n"
27294 " <ProxyGroupDomain name=\"groups\">\n"
27295 " <Group name=\"sources\" />\n"
27296 " <Group name=\"filters\" />\n"
27297 " </ProxyGroupDomain>\n"
27298 " <DataTypeDomain name=\"input_type\">\n"
27299 " <DataType value=\"vtkImageData\" />\n"
27300 " <DataType value=\"vtkStructuredGrid\" />\n"
27301 " <DataType value=\"vtkPolyData\" />\n"
27302 " <DataType value=\"vtkUnstructuredGrid\" />\n"
27303 " <DataType value=\"vtkTable\" />\n"
27304 " <DataType value=\"vtkGraph\" />\n"
27305 " </DataTypeDomain>\n"
27306 " <InputArrayDomain name=\"input_array\" />\n"
27307 " <Documentation>The input to the filter. Arrays from this dataset will\n"
27308 " be used for computing statistics and/or assessed by a statistical\n"
27309 " model.</Documentation>\n"
27310 " </InputProperty>\n"
27311 " <InputProperty command=\"SetInputConnection\"\n"
27312 " name=\"ModelInput\"\n"
27313 " null_on_empty=\"1\"\n"
27314 " port_index=\"1\">\n"
27315 " <Hints>\n"
27316 " <Optional />\n"
27317 " <!-- No input selection dialog at instantiation -->\n"
27318 " </Hints>\n"
27319 " <ProxyGroupDomain name=\"groups\">\n"
27320 " <Group name=\"sources\" />\n"
27321 " <Group name=\"filters\" />\n"
27322 " </ProxyGroupDomain>\n"
27323 " <DataTypeDomain name=\"input_type\">\n"
27324 " <DataType value=\"vtkTable\" />\n"
27325 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
27326 " </DataTypeDomain>\n"
27327 " <Documentation>A previously-calculated model with which to assess a\n"
27328 " separate dataset. This input is optional.</Documentation>\n"
27329 " </InputProperty>\n"
27330 " <IntVectorProperty command=\"SetAttributeMode\"\n"
27331 " default_values=\"0\"\n"
27332 " name=\"AttributeMode\"\n"
27333 " number_of_elements=\"1\">\n"
27334 " <FieldDataDomain enable_field_data=\"1\"\n"
27335 " name=\"enum\">\n"
27336 " <RequiredProperties>\n"
27337 " <Property function=\"Input\"\n"
27338 " name=\"Input\" />\n"
27339 " </RequiredProperties>\n"
27340 " </FieldDataDomain>\n"
27341 " <Documentation>Specify which type of field data the arrays will be\n"
27342 " drawn from.</Documentation>\n"
27343 " </IntVectorProperty>\n"
27344 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n"
27345 " command=\"EnableAttributeArray\"\n"
27346 " label=\"Variables of Interest\"\n"
27347 " name=\"SelectArrays\"\n"
27348 " number_of_elements_per_command=\"1\"\n"
27349 " repeat_command=\"1\">\n"
27350 " <ArrayListDomain name=\"array_list\">\n"
27351 " <RequiredProperties>\n"
27352 " <Property function=\"Input\"\n"
27353 " name=\"Input\" />\n"
27354 " <Property function=\"FieldDataSelection\"\n"
27355 " name=\"AttributeMode\" />\n"
27356 " </RequiredProperties>\n"
27357 " </ArrayListDomain>\n"
27358 " <Documentation>Choose arrays whose entries will be used to form\n"
27359 " observations for statistical analysis.</Documentation>\n"
27360 " </StringVectorProperty>\n"
27361 " <IntVectorProperty animateable=\"0\"\n"
27362 " command=\"SetTask\"\n"
27363 " default_values=\"0\"\n"
27364 " name=\"Task\"\n"
27365 " number_of_elements=\"1\">\n"
27366 " <EnumerationDomain name=\"task_list\">\n"
27367 " <Entry text=\"Detailed model of input data\"\n"
27368 " value=\"0\" />\n"
27369 " <Entry text=\"Model a subset of the data\"\n"
27370 " value=\"1\" />\n"
27371 " <Entry text=\"Assess the data with a model\"\n"
27372 " value=\"2\" />\n"
27373 " <Entry text=\"Model and assess the same data\"\n"
27374 " value=\"3\" />\n"
27375 " </EnumerationDomain>\n"
27376 " <Documentation>Specify the task to be performed: modeling and/or\n"
27377 " assessment. &lt;ol&gt; &lt;li&gt; \"Detailed model of input data,\"\n"
27378 " creates a set of output tables containing a calculated statistical\n"
27379 " model of the &lt;b&gt;entire&lt;/b&gt; input dataset;&lt;/li&gt;\n"
27380 " &lt;li&gt; \"Model a subset of the data,\" creates an output table (or\n"
27381 " tables) summarizing a &lt;b&gt;randomly-chosen subset&lt;/b&gt; of the\n"
27382 " input dataset;&lt;/li&gt; &lt;li&gt; \"Assess the data with a model,\"\n"
27383 " adds attributes to the first input dataset using a model provided on\n"
27384 " the second input port; and&lt;/li&gt; &lt;li&gt; \"Model and assess the\n"
27385 " same data,\" is really just operations 2 and 3 above applied to the same\n"
27386 " input dataset. The model is first trained using a fraction of the input\n"
27387 " data and then the entire dataset is assessed using that\n"
27388 " model.&lt;/li&gt; &lt;/ol&gt; When the task includes creating a model\n"
27389 " (i.e., tasks 2, and 4), you may adjust the fraction of the input\n"
27390 " dataset used for training. You should avoid using a large fraction of\n"
27391 " the input data for training as you will then not be able to detect\n"
27392 " overfitting. The &lt;i&gt;Training fraction&lt;/i&gt; setting will be\n"
27393 " ignored for tasks 1 and 3.</Documentation>\n"
27394 " </IntVectorProperty>\n"
27395 " <DoubleVectorProperty animateable=\"1\"\n"
27396 " command=\"SetTrainingFraction\"\n"
27397 " default_values=\"0.1\"\n"
27398 " name=\"TrainingFraction\"\n"
27399 " number_of_elements=\"1\">\n"
27400 " <DoubleRangeDomain max=\"1\"\n"
27401 " min=\"0\"\n"
27402 " name=\"training_range\" />\n"
27403 " <Documentation>Specify the fraction of values from the input dataset to\n"
27404 " be used for model fitting. The exact set of values is chosen at random\n"
27405 " from the dataset.</Documentation>\n"
27406 " </DoubleVectorProperty>\n"
27407 " <IntVectorProperty animateable=\"1\"\n"
27408 " command=\"SetSignedDeviations\"\n"
27409 " default_values=\"0\"\n"
27410 " label=\"Deviations should be\"\n"
27411 " name=\"SignedDeviations\"\n"
27412 " number_of_elements=\"1\">\n"
27413 ;
27414 
27415 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersStatistics/Resources/statistics_filters.xml
27417 " <EnumerationDomain name=\"signed_distance\">\n"
27418 " <Entry text=\"Unsigned\"\n"
27419 " value=\"0\" />\n"
27420 " <Entry text=\"Signed\"\n"
27421 " value=\"1\" />\n"
27422 " </EnumerationDomain>\n"
27423 " <Documentation>Should the assessed values be signed deviations or\n"
27424 " unsigned?</Documentation>\n"
27425 " </IntVectorProperty>\n"
27426 " <OutputPort index=\"0\"\n"
27427 " name=\"Statistical Model\" />\n"
27428 " <OutputPort index=\"1\"\n"
27429 " name=\"Assessed Data\" />\n"
27430 " <Hints>\n"
27431 " <Visibility replace_input=\"1\" />\n"
27432 " <!-- View can be used to specify the preferred view for the proxy -->\n"
27433 " <View type=\"SpreadSheetView\" port=\"0\" />\n"
27434 " <View type=\"None\" port=\"1\" />\n"
27435 " </Hints>\n"
27436 " </SourceProxy>\n"
27437 " <!-- DescriptiveStatistics -->\n"
27438 " <!-- ==================================================================== -->\n"
27439 " <SourceProxy class=\"vtkPSciVizKMeans\"\n"
27440 " label=\"K Means\"\n"
27441 " name=\"KMeans\">\n"
27442 " <Documentation long_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\"\n"
27443 " short_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\">\n"
27444 " This filter either computes a statistical model of a dataset or takes\n"
27445 " such a model as its second input. Then, the model (however it is\n"
27446 " obtained) may optionally be used to assess the input dataset.&lt;p&gt;\n"
27447 " This filter iteratively computes the center of k clusters in a space\n"
27448 " whose coordinates are specified by the arrays you select. The clusters\n"
27449 " are chosen as local minima of the sum of square Euclidean distances from\n"
27450 " each point to its nearest cluster center. The model is then a set of\n"
27451 " cluster centers. Data is assessed by assigning a cluster center and\n"
27452 " distance to the cluster to each point in the input data\n"
27453 " set.</Documentation>\n"
27454 " <InputProperty command=\"SetInputConnection\"\n"
27455 " name=\"Input\"\n"
27456 " port_index=\"0\">\n"
27457 " <ProxyGroupDomain name=\"groups\">\n"
27458 " <Group name=\"sources\" />\n"
27459 " <Group name=\"filters\" />\n"
27460 " </ProxyGroupDomain>\n"
27461 " <DataTypeDomain name=\"input_type\">\n"
27462 " <DataType value=\"vtkImageData\" />\n"
27463 " <DataType value=\"vtkStructuredGrid\" />\n"
27464 " <DataType value=\"vtkPolyData\" />\n"
27465 " <DataType value=\"vtkUnstructuredGrid\" />\n"
27466 " <DataType value=\"vtkTable\" />\n"
27467 " <DataType value=\"vtkGraph\" />\n"
27468 " </DataTypeDomain>\n"
27469 " <InputArrayDomain name=\"input_array\" />\n"
27470 " <Documentation>The input to the filter. Arrays from this dataset will\n"
27471 " be used for computing statistics and/or assessed by a statistical\n"
27472 " model.</Documentation>\n"
27473 " </InputProperty>\n"
27474 " <InputProperty command=\"SetInputConnection\"\n"
27475 " name=\"ModelInput\"\n"
27476 " null_on_empty=\"1\"\n"
27477 " port_index=\"1\">\n"
27478 " <Hints>\n"
27479 " <Optional />\n"
27480 " <!-- No input selection dialog at instantiation -->\n"
27481 " </Hints>\n"
27482 " <ProxyGroupDomain name=\"groups\">\n"
27483 " <Group name=\"sources\" />\n"
27484 " <Group name=\"filters\" />\n"
27485 " </ProxyGroupDomain>\n"
27486 " <DataTypeDomain name=\"input_type\">\n"
27487 " <DataType value=\"vtkTable\" />\n"
27488 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
27489 " </DataTypeDomain>\n"
27490 " <Documentation>A previously-calculated model with which to assess a\n"
27491 " separate dataset. This input is optional.</Documentation>\n"
27492 " </InputProperty>\n"
27493 " <IntVectorProperty command=\"SetAttributeMode\"\n"
27494 " default_values=\"0\"\n"
27495 " name=\"AttributeMode\"\n"
27496 " number_of_elements=\"1\">\n"
27497 " <FieldDataDomain enable_field_data=\"1\"\n"
27498 " name=\"enum\">\n"
27499 " <RequiredProperties>\n"
27500 " <Property function=\"Input\"\n"
27501 " name=\"Input\" />\n"
27502 " </RequiredProperties>\n"
27503 " </FieldDataDomain>\n"
27504 " <Documentation>Specify which type of field data the arrays will be\n"
27505 " drawn from.</Documentation>\n"
27506 " </IntVectorProperty>\n"
27507 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n"
27508 " command=\"EnableAttributeArray\"\n"
27509 " label=\"Variables of Interest\"\n"
27510 " name=\"SelectArrays\"\n"
27511 " number_of_elements_per_command=\"1\"\n"
27512 " repeat_command=\"1\">\n"
27513 " <ArrayListDomain name=\"array_list\">\n"
27514 " <RequiredProperties>\n"
27515 " <Property function=\"Input\"\n"
27516 " name=\"Input\" />\n"
27517 " <Property function=\"FieldDataSelection\"\n"
27518 " name=\"AttributeMode\" />\n"
27519 " </RequiredProperties>\n"
27520 " </ArrayListDomain>\n"
27521 " <Documentation>Choose arrays whose entries will be used to form\n"
27522 " observations for statistical analysis.</Documentation>\n"
27523 " </StringVectorProperty>\n"
27524 " <IntVectorProperty animateable=\"0\"\n"
27525 " command=\"SetTask\"\n"
27526 " default_values=\"3\"\n"
27527 " name=\"Task\"\n"
27528 " number_of_elements=\"1\">\n"
27529 " <EnumerationDomain name=\"task_list\">\n"
27530 " <Entry text=\"Detailed model of input data\"\n"
27531 " value=\"0\" />\n"
27532 " <Entry text=\"Model a subset of the data\"\n"
27533 " value=\"1\" />\n"
27534 " <Entry text=\"Assess the data with a model\"\n"
27535 " value=\"2\" />\n"
27536 " <Entry text=\"Model and assess the same data\"\n"
27537 " value=\"3\" />\n"
27538 " </EnumerationDomain>\n"
27539 " <Documentation>Specify the task to be performed: modeling and/or\n"
27540 " assessment. &lt;ol&gt; &lt;li&gt; \"Detailed model of input data,\"\n"
27541 " creates a set of output tables containing a calculated statistical\n"
27542 " model of the &lt;b&gt;entire&lt;/b&gt; input dataset;&lt;/li&gt;\n"
27543 " &lt;li&gt; \"Model a subset of the data,\" creates an output table (or\n"
27544 " tables) summarizing a &lt;b&gt;randomly-chosen subset&lt;/b&gt; of the\n"
27545 " input dataset;&lt;/li&gt; &lt;li&gt; \"Assess the data with a model,\"\n"
27546 " adds attributes to the first input dataset using a model provided on\n"
27547 " the second input port; and&lt;/li&gt; &lt;li&gt; \"Model and assess the\n"
27548 " same data,\" is really just operations 2 and 3 above applied to the same\n"
27549 " input dataset. The model is first trained using a fraction of the input\n"
27550 " data and then the entire dataset is assessed using that\n"
27551 " model.&lt;/li&gt; &lt;/ol&gt; When the task includes creating a model\n"
27552 " (i.e., tasks 2, and 4), you may adjust the fraction of the input\n"
27553 " dataset used for training. You should avoid using a large fraction of\n"
27554 " the input data for training as you will then not be able to detect\n"
27555 " overfitting. The &lt;i&gt;Training fraction&lt;/i&gt; setting will be\n"
27556 " ignored for tasks 1 and 3.</Documentation>\n"
27557 " </IntVectorProperty>\n"
27558 " <DoubleVectorProperty animateable=\"1\"\n"
27559 " command=\"SetTrainingFraction\"\n"
27560 " default_values=\"0.1\"\n"
27561 " name=\"TrainingFraction\"\n"
27562 " number_of_elements=\"1\">\n"
27563 " <DoubleRangeDomain max=\"1\"\n"
27564 " min=\"0\"\n"
27565 " name=\"training_range\" />\n"
27566 " <Documentation>Specify the fraction of values from the input dataset to\n"
27567 " be used for model fitting. The exact set of values is chosen at random\n"
27568 " from the dataset.</Documentation>\n"
27569 " </DoubleVectorProperty>\n"
27570 " <IntVectorProperty animateable=\"1\"\n"
27571 " command=\"SetK\"\n"
27572 " default_values=\"5\"\n"
27573 " label=\"k\"\n"
27574 " name=\"K\"\n"
27575 " number_of_elements=\"1\">\n"
27576 " <IntRangeDomain min=\"1\"\n"
27577 " name=\"num_cluster_centers\" />\n"
27578 " <Documentation>Specify the number of clusters.</Documentation>\n"
27579 " </IntVectorProperty>\n"
27580 " <IntVectorProperty animateable=\"1\"\n"
27581 " command=\"SetMaxNumIterations\"\n"
27582 " default_values=\"50\"\n"
27583 " label=\"Max Iterations\"\n"
27584 " name=\"MaxNumIterations\"\n"
27585 " number_of_elements=\"1\">\n"
27586 " <IntRangeDomain min=\"1\"\n"
27587 " name=\"max_num_iter\" />\n"
27588 " <Documentation>Specify the maximum number of iterations in which\n"
27589 " cluster centers are moved before the algorithm\n"
27590 " terminates.</Documentation>\n"
27591 " </IntVectorProperty>\n"
27592 " <DoubleVectorProperty animateable=\"1\"\n"
27593 " command=\"SetTolerance\"\n"
27594 " default_values=\"0.01\"\n"
27595 " name=\"Tolerance\"\n"
27596 " number_of_elements=\"1\">\n"
27597 " <DoubleRangeDomain max=\"1\"\n"
27598 " min=\"0\"\n"
27599 " name=\"cluster_center_tolerance\" />\n"
27600 " <Documentation>Specify the relative tolerance that will cause early\n"
27601 " termination.</Documentation>\n"
27602 " </DoubleVectorProperty>\n"
27603 " <OutputPort index=\"0\"\n"
27604 " name=\"Statistical Model\" />\n"
27605 " <OutputPort index=\"1\"\n"
27606 " name=\"Assessed Data\" />\n"
27607 " <Hints>\n"
27608 " <Visibility replace_input=\"1\" />\n"
27609 " <!-- View can be used to specify the preferred view for the proxy -->\n"
27610 " <View type=\"SpreadSheetView\" port=\"0\" />\n"
27611 " <View type=\"None\" port=\"1\" />\n"
27612 " </Hints>\n"
27613 " </SourceProxy>\n"
27614 " <!-- K Means -->\n"
27615 " <!-- ==================================================================== -->\n"
27616 " <SourceProxy class=\"vtkPSciVizMultiCorrelativeStats\"\n"
27617 " label=\"Multicorrelative Statistics\"\n"
27618 " name=\"MulticorrelativeStatistics\">\n"
27619 " <Documentation long_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\"\n"
27620 " short_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\">\n"
27621 " This filter either computes a statistical model of a dataset or takes\n"
27622 " such a model as its second input. Then, the model (however it is\n"
27623 " obtained) may optionally be used to assess the input dataset.&lt;p&gt;\n"
27624 " This filter computes the covariance matrix for all the arrays you select\n"
27625 " plus the mean of each array. The model is thus a multivariate Gaussian\n"
27626 " distribution with the mean vector and variances provided. Data is\n"
27627 " assessed using this model by computing the Mahalanobis distance for each\n"
27628 " input point. This distance will always be positive.&lt;p&gt; The learned\n"
27629 " model output format is rather dense and can be confusing, so it is\n"
27630 " discussed here. The first filter output is a multiblock dataset\n"
27631 " consisting of 2 tables: &lt;ol&gt; &lt;li&gt; Raw covariance data.\n"
27632 " &lt;li&gt; Covariance matrix and its Cholesky decomposition. &lt;/ol&gt;\n"
27633 " The raw covariance table has 3 meaningful columns: 2 titled \"Column1\" and\n"
27634 " \"Column2\" whose entries generally refer to the N arrays you selected when\n"
27635 " preparing the filter and 1 column titled \"Entries\" that contains numeric\n"
27636 " values. The first row will always contain the number of observations in\n"
27637 " the statistical analysis. The next N rows contain the mean for each of\n"
27638 " the N arrays you selected. The remaining rows contain covariances of\n"
27639 " pairs of arrays.&lt;p&gt; The second table (covariance matrix and\n"
27640 " Cholesky decomposition) contains information derived from the raw\n"
27641 " covariance data of the first table. The first N rows of the first column\n"
27642 " contain the name of one array you selected for analysis. These rows are\n"
27643 " followed by a single entry labeled \"Cholesky\" for a total of N+1 rows.\n"
27644 " The second column, Mean contains the mean of each variable in the first N\n"
27645 " entries and the number of observations processed in the final (N+1)\n"
27646 " row.&lt;p&gt; The remaining columns (there are N, one for each array)\n"
27647 " contain 2 matrices in triangular format. The upper right triangle\n"
27648 " contains the covariance matrix (which is symmetric, so its lower triangle\n"
27649 " may be inferred). The lower left triangle contains the Cholesky\n"
27650 " decomposition of the covariance matrix (which is triangular, so its upper\n"
27651 " triangle is zero). Because the diagonal must be stored for both matrices,\n"
27652 " an additional row is required &#226;&#8364;&#8221; hence the N+1 rows and\n"
27653 " the final entry of the column named \"Column\".</Documentation>\n"
27654 " <InputProperty command=\"SetInputConnection\"\n"
27655 " name=\"Input\"\n"
27656 " port_index=\"0\">\n"
27657 " <ProxyGroupDomain name=\"groups\">\n"
27658 " <Group name=\"sources\" />\n"
27659 " <Group name=\"filters\" />\n"
27660 " </ProxyGroupDomain>\n"
27661 " <DataTypeDomain name=\"input_type\">\n"
27662 " <DataType value=\"vtkImageData\" />\n"
27663 " <DataType value=\"vtkStructuredGrid\" />\n"
27664 " <DataType value=\"vtkPolyData\" />\n"
27665 " <DataType value=\"vtkUnstructuredGrid\" />\n"
27666 " <DataType value=\"vtkTable\" />\n"
27667 " <DataType value=\"vtkGraph\" />\n"
27668 " </DataTypeDomain>\n"
27669 " <InputArrayDomain name=\"input_array\" />\n"
27670 " <Documentation>The input to the filter. Arrays from this dataset will\n"
27671 " be used for computing statistics and/or assessed by a statistical\n"
27672 " model.</Documentation>\n"
27673 " </InputProperty>\n"
27674 " <InputProperty command=\"SetInputConnection\"\n"
27675 " name=\"ModelInput\"\n"
27676 " null_on_empty=\"1\"\n"
27677 " port_index=\"1\">\n"
27678 " <Hints>\n"
27679 " <Optional />\n"
27680 " <!-- No input selection dialog at instantiation -->\n"
27681 " </Hints>\n"
27682 " <ProxyGroupDomain name=\"groups\">\n"
27683 " <Group name=\"sources\" />\n"
27684 " <Group name=\"filters\" />\n"
27685 " </ProxyGroupDomain>\n"
27686 " <DataTypeDomain name=\"input_type\">\n"
27687 " <DataType value=\"vtkTable\" />\n"
27688 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
27689 " </DataTypeDomain>\n"
27690 " <Documentation>A previously-calculated model with which to assess a\n"
27691 " separate dataset. This input is optional.</Documentation>\n"
27692 " </InputProperty>\n"
27693 " <IntVectorProperty command=\"SetAttributeMode\"\n"
27694 " default_values=\"0\"\n"
27695 " name=\"AttributeMode\"\n"
27696 " number_of_elements=\"1\">\n"
27697 " <FieldDataDomain enable_field_data=\"1\"\n"
27698 " name=\"enum\">\n"
27699 " <RequiredProperties>\n"
27700 " <Property function=\"Input\"\n"
27701 " name=\"Input\" />\n"
27702 " </RequiredProperties>\n"
27703 " </FieldDataDomain>\n"
27704 " <Documentation>Specify which type of field data the arrays will be\n"
27705 ;
27706 
27707 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersStatistics/Resources/statistics_filters.xml
27709 " drawn from.</Documentation>\n"
27710 " </IntVectorProperty>\n"
27711 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n"
27712 " command=\"EnableAttributeArray\"\n"
27713 " label=\"Variables of Interest\"\n"
27714 " name=\"SelectArrays\"\n"
27715 " number_of_elements_per_command=\"1\"\n"
27716 " repeat_command=\"1\">\n"
27717 " <ArrayListDomain name=\"array_list\">\n"
27718 " <RequiredProperties>\n"
27719 " <Property function=\"Input\"\n"
27720 " name=\"Input\" />\n"
27721 " <Property function=\"FieldDataSelection\"\n"
27722 " name=\"AttributeMode\" />\n"
27723 " </RequiredProperties>\n"
27724 " </ArrayListDomain>\n"
27725 " <Documentation>Choose arrays whose entries will be used to form\n"
27726 " observations for statistical analysis.</Documentation>\n"
27727 " </StringVectorProperty>\n"
27728 " <IntVectorProperty animateable=\"0\"\n"
27729 " command=\"SetTask\"\n"
27730 " default_values=\"3\"\n"
27731 " name=\"Task\"\n"
27732 " number_of_elements=\"1\">\n"
27733 " <EnumerationDomain name=\"task_list\">\n"
27734 " <Entry text=\"Detailed model of input data\"\n"
27735 " value=\"0\" />\n"
27736 " <Entry text=\"Model a subset of the data\"\n"
27737 " value=\"1\" />\n"
27738 " <Entry text=\"Assess the data with a model\"\n"
27739 " value=\"2\" />\n"
27740 " <Entry text=\"Model and assess the same data\"\n"
27741 " value=\"3\" />\n"
27742 " </EnumerationDomain>\n"
27743 " <Documentation>Specify the task to be performed: modeling and/or\n"
27744 " assessment. &lt;ol&gt; &lt;li&gt; \"Detailed model of input data,\"\n"
27745 " creates a set of output tables containing a calculated statistical\n"
27746 " model of the &lt;b&gt;entire&lt;/b&gt; input dataset;&lt;/li&gt;\n"
27747 " &lt;li&gt; \"Model a subset of the data,\" creates an output table (or\n"
27748 " tables) summarizing a &lt;b&gt;randomly-chosen subset&lt;/b&gt; of the\n"
27749 " input dataset;&lt;/li&gt; &lt;li&gt; \"Assess the data with a model,\"\n"
27750 " adds attributes to the first input dataset using a model provided on\n"
27751 " the second input port; and&lt;/li&gt; &lt;li&gt; \"Model and assess the\n"
27752 " same data,\" is really just operations 2 and 3 above applied to the same\n"
27753 " input dataset. The model is first trained using a fraction of the input\n"
27754 " data and then the entire dataset is assessed using that\n"
27755 " model.&lt;/li&gt; &lt;/ol&gt; When the task includes creating a model\n"
27756 " (i.e., tasks 2, and 4), you may adjust the fraction of the input\n"
27757 " dataset used for training. You should avoid using a large fraction of\n"
27758 " the input data for training as you will then not be able to detect\n"
27759 " overfitting. The &lt;i&gt;Training fraction&lt;/i&gt; setting will be\n"
27760 " ignored for tasks 1 and 3.</Documentation>\n"
27761 " </IntVectorProperty>\n"
27762 " <DoubleVectorProperty animateable=\"1\"\n"
27763 " command=\"SetTrainingFraction\"\n"
27764 " default_values=\"0.1\"\n"
27765 " name=\"TrainingFraction\"\n"
27766 " number_of_elements=\"1\">\n"
27767 " <DoubleRangeDomain max=\"1\"\n"
27768 " min=\"0\"\n"
27769 " name=\"training_range\" />\n"
27770 " <Documentation>Specify the fraction of values from the input dataset to\n"
27771 " be used for model fitting. The exact set of values is chosen at random\n"
27772 " from the dataset.</Documentation>\n"
27773 " </DoubleVectorProperty>\n"
27774 " <OutputPort index=\"0\"\n"
27775 " name=\"Statistical Model\" />\n"
27776 " <OutputPort index=\"1\"\n"
27777 " name=\"Assessed Data\" />\n"
27778 " <Hints>\n"
27779 " <Visibility replace_input=\"1\" />\n"
27780 " <!-- View can be used to specify the preferred view for the proxy -->\n"
27781 " <View type=\"SpreadSheetView\" port=\"0\" />\n"
27782 " <View type=\"None\" port=\"1\" />\n"
27783 " </Hints>\n"
27784 " </SourceProxy>\n"
27785 " <!-- MulticorrelativeStatistics -->\n"
27786 " <!-- ==================================================================== -->\n"
27787 " <SourceProxy class=\"vtkPSciVizPCAStats\"\n"
27788 " label=\"Principal Component Analysis\"\n"
27789 " name=\"PCAStatistics\">\n"
27790 " <Documentation long_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\"\n"
27791 " short_help=\"Compute a statistical model of a dataset and/or assess the dataset with a statistical model.\">\n"
27792 " This filter either computes a statistical model of a dataset or takes\n"
27793 " such a model as its second input. Then, the model (however it is\n"
27794 " obtained) may optionally be used to assess the input dataset. &lt;p&gt;\n"
27795 " This filter performs additional analysis above and beyond the\n"
27796 " multicorrelative filter. It computes the eigenvalues and eigenvectors of\n"
27797 " the covariance matrix from the multicorrelative filter. Data is then\n"
27798 " assessed by projecting the original tuples into a possibly\n"
27799 " lower-dimensional space. &lt;p&gt; Since the PCA filter uses the\n"
27800 " multicorrelative filter's analysis, it shares the same raw covariance\n"
27801 " table specified in the multicorrelative documentation. The second table\n"
27802 " in the multiblock dataset comprising the model output is an expanded\n"
27803 " version of the multicorrelative version. &lt;p&gt; As with the\n"
27804 " multicorrelative filter, the second model table contains the mean values,\n"
27805 " the upper-triangular portion of the symmetric covariance matrix, and the\n"
27806 " non-zero lower-triangular portion of the Cholesky decomposition of the\n"
27807 " covariance matrix. Below these entries are the eigenvalues of the\n"
27808 " covariance matrix (in the column labeled \"Mean\") and the eigenvectors (as\n"
27809 " row vectors) in an additional NxN matrix.</Documentation>\n"
27810 " <InputProperty command=\"SetInputConnection\"\n"
27811 " name=\"Input\"\n"
27812 " port_index=\"0\">\n"
27813 " <ProxyGroupDomain name=\"groups\">\n"
27814 " <Group name=\"sources\" />\n"
27815 " <Group name=\"filters\" />\n"
27816 " </ProxyGroupDomain>\n"
27817 " <DataTypeDomain name=\"input_type\">\n"
27818 " <DataType value=\"vtkImageData\" />\n"
27819 " <DataType value=\"vtkRectilinearGrid\" />\n"
27820 " <DataType value=\"vtkStructuredGrid\" />\n"
27821 " <DataType value=\"vtkPolyData\" />\n"
27822 " <DataType value=\"vtkUnstructuredGrid\" />\n"
27823 " <DataType value=\"vtkTable\" />\n"
27824 " <DataType value=\"vtkGraph\" />\n"
27825 " </DataTypeDomain>\n"
27826 " <InputArrayDomain name=\"input_array\" />\n"
27827 " <Documentation>The input to the filter. Arrays from this dataset will\n"
27828 " be used for computing statistics and/or assessed by a statistical\n"
27829 " model.</Documentation>\n"
27830 " </InputProperty>\n"
27831 " <InputProperty command=\"SetInputConnection\"\n"
27832 " name=\"ModelInput\"\n"
27833 " null_on_empty=\"1\"\n"
27834 " port_index=\"1\">\n"
27835 " <Hints>\n"
27836 " <Optional />\n"
27837 " <!-- No input selection dialog at instantiation -->\n"
27838 " </Hints>\n"
27839 " <ProxyGroupDomain name=\"groups\">\n"
27840 " <Group name=\"sources\" />\n"
27841 " <Group name=\"filters\" />\n"
27842 " </ProxyGroupDomain>\n"
27843 " <DataTypeDomain name=\"input_type\">\n"
27844 " <DataType value=\"vtkTable\" />\n"
27845 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
27846 " </DataTypeDomain>\n"
27847 " <Documentation>A previously-calculated model with which to assess a\n"
27848 " separate dataset. This input is optional.</Documentation>\n"
27849 " </InputProperty>\n"
27850 " <IntVectorProperty command=\"SetAttributeMode\"\n"
27851 " default_values=\"0\"\n"
27852 " name=\"AttributeMode\"\n"
27853 " number_of_elements=\"1\">\n"
27854 " <FieldDataDomain enable_field_data=\"1\"\n"
27855 " name=\"enum\">\n"
27856 " <RequiredProperties>\n"
27857 " <Property function=\"Input\"\n"
27858 " name=\"Input\" />\n"
27859 " </RequiredProperties>\n"
27860 " </FieldDataDomain>\n"
27861 " <Documentation>Specify which type of field data the arrays will be\n"
27862 " drawn from.</Documentation>\n"
27863 " </IntVectorProperty>\n"
27864 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n"
27865 " command=\"EnableAttributeArray\"\n"
27866 " label=\"Variables of Interest\"\n"
27867 " name=\"SelectArrays\"\n"
27868 " number_of_elements_per_command=\"1\"\n"
27869 " repeat_command=\"1\">\n"
27870 " <ArrayListDomain name=\"array_list\">\n"
27871 " <RequiredProperties>\n"
27872 " <Property function=\"Input\"\n"
27873 " name=\"Input\" />\n"
27874 " <Property function=\"FieldDataSelection\"\n"
27875 " name=\"AttributeMode\" />\n"
27876 " </RequiredProperties>\n"
27877 " </ArrayListDomain>\n"
27878 " <Documentation>Choose arrays whose entries will be used to form\n"
27879 " observations for statistical analysis.</Documentation>\n"
27880 " </StringVectorProperty>\n"
27881 " <IntVectorProperty animateable=\"0\"\n"
27882 " command=\"SetTask\"\n"
27883 " default_values=\"3\"\n"
27884 " name=\"Task\"\n"
27885 " number_of_elements=\"1\">\n"
27886 " <EnumerationDomain name=\"task_list\">\n"
27887 " <Entry text=\"Detailed model of input data\"\n"
27888 " value=\"0\" />\n"
27889 " <Entry text=\"Model a subset of the data\"\n"
27890 " value=\"1\" />\n"
27891 " <Entry text=\"Assess the data with a model\"\n"
27892 " value=\"2\" />\n"
27893 " <Entry text=\"Model and assess the same data\"\n"
27894 " value=\"3\" />\n"
27895 " </EnumerationDomain>\n"
27896 " <Documentation>Specify the task to be performed: modeling and/or\n"
27897 " assessment. &lt;ol&gt; &lt;li&gt; \"Detailed model of input data,\"\n"
27898 " creates a set of output tables containing a calculated statistical\n"
27899 " model of the &lt;b&gt;entire&lt;/b&gt; input dataset;&lt;/li&gt;\n"
27900 " &lt;li&gt; \"Model a subset of the data,\" creates an output table (or\n"
27901 " tables) summarizing a &lt;b&gt;randomly-chosen subset&lt;/b&gt; of the\n"
27902 " input dataset;&lt;/li&gt; &lt;li&gt; \"Assess the data with a model,\"\n"
27903 " adds attributes to the first input dataset using a model provided on\n"
27904 " the second input port; and&lt;/li&gt; &lt;li&gt; \"Model and assess the\n"
27905 " same data,\" is really just operations 2 and 3 above applied to the same\n"
27906 " input dataset. The model is first trained using a fraction of the input\n"
27907 " data and then the entire dataset is assessed using that\n"
27908 " model.&lt;/li&gt; &lt;/ol&gt; When the task includes creating a model\n"
27909 " (i.e., tasks 2, and 4), you may adjust the fraction of the input\n"
27910 " dataset used for training. You should avoid using a large fraction of\n"
27911 " the input data for training as you will then not be able to detect\n"
27912 " overfitting. The &lt;i&gt;Training fraction&lt;/i&gt; setting will be\n"
27913 " ignored for tasks 1 and 3.</Documentation>\n"
27914 " </IntVectorProperty>\n"
27915 " <DoubleVectorProperty animateable=\"1\"\n"
27916 " command=\"SetTrainingFraction\"\n"
27917 " default_values=\"0.1\"\n"
27918 " name=\"TrainingFraction\"\n"
27919 " number_of_elements=\"1\">\n"
27920 " <DoubleRangeDomain max=\"1\"\n"
27921 " min=\"0\"\n"
27922 " name=\"training_range\" />\n"
27923 " <Documentation>Specify the fraction of values from the input dataset to\n"
27924 " be used for model fitting. The exact set of values is chosen at random\n"
27925 " from the dataset.</Documentation>\n"
27926 " </DoubleVectorProperty>\n"
27927 " <IntVectorProperty animateable=\"1\"\n"
27928 " command=\"SetNormalizationScheme\"\n"
27929 " default_values=\"2\"\n"
27930 " label=\"Normalization Scheme\"\n"
27931 " name=\"NormalizationScheme\"\n"
27932 " number_of_elements=\"1\">\n"
27933 " <EnumerationDomain name=\"norm_scheme\">\n"
27934 " <Entry text=\"No normalization\"\n"
27935 " value=\"0\" />\n"
27936 " <Entry text=\"Normalize using covariances\"\n"
27937 " value=\"3\" />\n"
27938 " </EnumerationDomain>\n"
27939 " <Documentation>Before the eigenvector decomposition of the covariance\n"
27940 " matrix takes place, you may normalize each (i,j) entry by sqrt(\n"
27941 " cov(i,i) * cov(j,j) ). This implies that the variance of each variable\n"
27942 " of interest should be of equal importance.</Documentation>\n"
27943 " </IntVectorProperty>\n"
27944 " <IntVectorProperty animateable=\"1\"\n"
27945 " command=\"SetBasisScheme\"\n"
27946 " default_values=\"0\"\n"
27947 " label=\"Basis Scheme\"\n"
27948 " name=\"BasisScheme\"\n"
27949 " number_of_elements=\"1\">\n"
27950 " <EnumerationDomain name=\"basis_scheme\">\n"
27951 " <Entry text=\"Full basis\"\n"
27952 " value=\"0\" />\n"
27953 " <Entry text=\"Fixed-size basis\"\n"
27954 " value=\"1\" />\n"
27955 " <Entry text=\"Fixed-energy basis\"\n"
27956 " value=\"2\" />\n"
27957 " </EnumerationDomain>\n"
27958 " <Documentation>When reporting assessments, should the full eigenvector\n"
27959 " decomposition be used to project the original vector into the new space\n"
27960 " (Full basis), or should a fixed subset of the decomposition be used\n"
27961 " (Fixed-size basis), or should the projection be clipped to preserve at\n"
27962 " least some fixed \"energy\" (Fixed-energy basis)?&lt;p&gt; As an example,\n"
27963 " suppose the variables of interest were {A,B,C,D,E} and that the\n"
27964 " eigenvalues of the covariance matrix for these were {5,2,1.5,1,.5}. If\n"
27965 " the \"Full basis\" scheme is used, then all 5 components of the\n"
27966 " eigenvectors will be used to project each {A,B,C,D,E}-tuple in the\n"
27967 " original data into a new 5-components space.&lt;p&gt; If the\n"
27968 " \"Fixed-size\" scheme is used and the \"Basis Size\" property is set to 4,\n"
27969 " then only the first 4 eigenvector components will be used to project\n"
27970 " each {A,B,C,D,E}-tuple into the new space and that space will be of\n"
27971 " dimension 4, not 5.&lt;p&gt; If the \"Fixed-energy basis\" scheme is used\n"
27972 " and the \"Basis Energy\" property is set to 0.8, then only the first 3\n"
27973 " eigenvector components will be used to project each {A,B,C,D,E}-tuple\n"
27974 " into the new space, which will be of dimension 3. The number 3 is\n"
27975 " chosen because 3 is the lowest N for which the sum of the first N\n"
27976 " eigenvalues divided by the sum of all eigenvalues is larger than the\n"
27977 " specified \"Basis Energy\" (i.e., (5+2+1.5)/10 = 0.85 &gt;\n"
27978 " 0.8).</Documentation>\n"
27979 " </IntVectorProperty>\n"
27980 " <IntVectorProperty animateable=\"1\"\n"
27981 " command=\"SetFixedBasisSize\"\n"
27982 " default_values=\"2\"\n"
27983 " label=\"Basis Size\"\n"
27984 " name=\"BasisSize\"\n"
27985 " number_of_elements=\"1\">\n"
27986 ;
27987 
27988 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersStatistics/Resources/statistics_filters.xml
27990 " <IntRangeDomain min=\"1\"\n"
27991 " name=\"basis_size_range\" />\n"
27992 " <Documentation>The maximum number of eigenvector components to use when\n"
27993 " projecting into the new space.</Documentation>\n"
27994 " </IntVectorProperty>\n"
27995 " <DoubleVectorProperty animateable=\"1\"\n"
27996 " command=\"SetFixedBasisEnergy\"\n"
27997 " default_values=\"0.1\"\n"
27998 " label=\"Basis Energy\"\n"
27999 " name=\"BasisEnergy\"\n"
28000 " number_of_elements=\"1\">\n"
28001 " <DoubleRangeDomain max=\"1\"\n"
28002 " min=\"0\"\n"
28003 " name=\"basis_energy_range\" />\n"
28004 " <Documentation>The minimum energy to use when determining the\n"
28005 " dimensionality of the new space into which the assessment will project\n"
28006 " tuples.</Documentation>\n"
28007 " </DoubleVectorProperty>\n"
28008 " <IntVectorProperty command=\"SetRobustPCA\"\n"
28009 " default_values=\"0\"\n"
28010 " name=\"RobustPCA\"\n"
28011 " number_of_elements=\"1\">\n"
28012 " <BooleanDomain name=\"bool\" />\n"
28013 " <Documentation>Compute robust PCA with medians instead of means.</Documentation>\n"
28014 " </IntVectorProperty>\n"
28015 " <OutputPort index=\"0\"\n"
28016 " name=\"Statistical Model\" />\n"
28017 " <OutputPort index=\"1\"\n"
28018 " name=\"Assessed Data\" />\n"
28019 " <Hints>\n"
28020 " <Visibility replace_input=\"1\" />\n"
28021 " <!-- View can be used to specify the preferred view for the proxy -->\n"
28022 " <View type=\"SpreadSheetView\" port=\"0\" />\n"
28023 " <View type=\"None\" port=\"1\" />\n"
28024 " </Hints>\n"
28025 " </SourceProxy>\n"
28026 " <!-- PCAStatistics -->\n"
28027 " </ProxyGroup>\n"
28028 "</ServerManagerConfiguration>\n"
28029 "\n";
28030 // Get single string
28032 {
28033 
28034  const size_t len0 = strlen(paraview_server_managerstatistics_filtersInterface0);
28035  const size_t len1 = strlen(paraview_server_managerstatistics_filtersInterface1);
28036  const size_t len2 = strlen(paraview_server_managerstatistics_filtersInterface2);
28037  const size_t len3 = strlen(paraview_server_managerstatistics_filtersInterface3);
28038  size_t len = ( 0
28039  + len0
28040  + len1
28041  + len2
28042  + len3 );
28043  char* res = new char[ len + 1];
28044  size_t offset = 0;
28049  assert(offset == len);
28050  res[offset] = 0;
28051  return res;
28052 }
28053 
28054 
28055 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersPython/Resources/python_filters.xml
28057 "<ServerManagerConfiguration>\n"
28058 " <ProxyGroup name=\"filters\">\n"
28059 " <SourceProxy class=\"vtkPythonCalculator\"\n"
28060 " label=\"Python Calculator\"\n"
28061 " name=\"PythonCalculator\">\n"
28062 " <Documentation long_help=\"This filter evaluates a Python expression\"\n"
28063 " short_help=\"Evaluates a Python expression\">This filter\n"
28064 " uses Python to calculate an expression. It depends heavily\n"
28065 " on the numpy and paraview.vtk modules. To use the parallel\n"
28066 " functions, mpi4py is also necessary. The expression is\n"
28067 " evaluated and the resulting scalar value or numpy array is\n"
28068 " added to the output as an array. See numpy and\n"
28069 " paraview.vtk documentation for the list of available\n"
28070 " functions. This filter tries to make it easy for the user\n"
28071 " to write expressions by defining certain variables. The\n"
28072 " filter tries to assign each array to a variable of the\n"
28073 " same name. If the name of the array is not a valid Python\n"
28074 " variable, it may be accessed through a variable with a\n"
28075 " sanitized version of that array name consisting of only\n"
28076 " '_' and the alphanumeric characters in the name joined\n"
28077 " together with no spaces. Point coordinates from datasets\n"
28078 " that explicitly define them can be accessed using the variable\n"
28079 " named 'points'.</Documentation>\n"
28080 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
28081 " command=\"AddInputConnection\"\n"
28082 " multiple_input=\"1\"\n"
28083 " name=\"Input\">\n"
28084 " <ProxyGroupDomain name=\"groups\">\n"
28085 " <Group name=\"sources\" />\n"
28086 " <Group name=\"filters\" />\n"
28087 " </ProxyGroupDomain>\n"
28088 " <DataTypeDomain name=\"input_type\">\n"
28089 " <DataType value=\"vtkDataSet\" />\n"
28090 " </DataTypeDomain>\n"
28091 " <Documentation>Set the input of the filter.</Documentation>\n"
28092 " </InputProperty>\n"
28093 " <StringVectorProperty command=\"SetExpression\"\n"
28094 " name=\"Expression\"\n"
28095 " number_of_elements=\"1\">\n"
28096 " <Documentation>The Python expression evaluated during\n"
28097 " execution.</Documentation>\n"
28098 " </StringVectorProperty>\n"
28099 " <IntVectorProperty command=\"SetArrayAssociation\"\n"
28100 " default_values=\"0\"\n"
28101 " name=\"ArrayAssociation\"\n"
28102 " number_of_elements=\"1\">\n"
28103 " <FieldDataDomain name=\"enum\">\n"
28104 " <RequiredProperties>\n"
28105 " <Property function=\"Input\"\n"
28106 " name=\"Input\" />\n"
28107 " </RequiredProperties>\n"
28108 " </FieldDataDomain>\n"
28109 " <Documentation>This property controls the association of the output\n"
28110 " array as well as which arrays are defined as variables.</Documentation>\n"
28111 " </IntVectorProperty>\n"
28112 " <StringVectorProperty command=\"SetArrayName\"\n"
28113 " default_values=\"result\"\n"
28114 " name=\"ArrayName\"\n"
28115 " number_of_elements=\"1\">\n"
28116 " <Documentation>The name of the output array.</Documentation>\n"
28117 " </StringVectorProperty>\n"
28118 " <IntVectorProperty animateable=\"0\"\n"
28119 " command=\"SetCopyArrays\"\n"
28120 " default_values=\"1\"\n"
28121 " name=\"CopyArrays\"\n"
28122 " number_of_elements=\"1\">\n"
28123 " <BooleanDomain name=\"bool\" />\n"
28124 " <Documentation>If this property is set to true, all the cell and point\n"
28125 " arrays from first input are copied to the output.</Documentation>\n"
28126 " </IntVectorProperty>\n"
28127 " <!-- End PythonCalculator -->\n"
28128 " </SourceProxy>\n"
28129 "\n"
28130 " <SourceProxy class=\"vtkAnnotateAttributeDataFilter\"\n"
28131 " label=\"Annotate Attribute Data\"\n"
28132 " name=\"AnnotateAttributeData\">\n"
28133 " <Documentation short_help=\"Adds a text annotation to a Render View\">\n"
28134 "This filter can be used to add a text annotation to a Render View (or\n"
28135 "similar) using a tuple from any attribute array (point/cell/field/row\n"
28136 "etc.) from a specific rank (when running in parallel). Use **ArrayName**\n"
28137 "property to select the array association and array name. Use\n"
28138 "**ElementId* property to set the element number to extract the value to\n"
28139 "label with. When running on multiple ranks, use **ProcessId** property\n"
28140 "to select the rank of interest. The **Prefix** property can be used to\n"
28141 "specify a string that will be used as the prefix to the generated\n"
28142 "annotation text.\n"
28143 " </Documentation>\n"
28144 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
28145 " command=\"AddInputConnection\"\n"
28146 " name=\"Input\">\n"
28147 " <ProxyGroupDomain name=\"groups\" >\n"
28148 " <Group name=\"sources\" />\n"
28149 " <Group name=\"filters\" />\n"
28150 " </ProxyGroupDomain>\n"
28151 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n"
28152 " <DataType value=\"vtkDataSet\" />\n"
28153 " <DataType value=\"vtkTable\" />\n"
28154 " </DataTypeDomain>\n"
28155 " <InputArrayDomain attribute_type=\"any\"\n"
28156 " name=\"input_array\" />\n"
28157 " <Documentation>\n"
28158 " Set the input of the filter. To avoid the complications/confusion when identifying\n"
28159 " elements in a composite dataset, this filter doesn't support composite datasets\n"
28160 " currently.\n"
28161 " </Documentation>\n"
28162 " </InputProperty>\n"
28163 " <StringVectorProperty animateable=\"0\"\n"
28164 " command=\"SetInputArrayToProcess\"\n"
28165 " element_types=\"0 0 0 0 2\"\n"
28166 " name=\"SelectInputArray\"\n"
28167 " number_of_elements=\"5\">\n"
28168 " <ArrayListDomain attribute_type=\"Scalars\"\n"
28169 " name=\"array_list\">\n"
28170 " <RequiredProperties>\n"
28171 " <Property function=\"Input\"\n"
28172 " name=\"Input\" />\n"
28173 " </RequiredProperties>\n"
28174 " </ArrayListDomain>\n"
28175 " <Documentation>This property indicates the name of the array from which\n"
28176 " to obtain the annotation value.</Documentation>\n"
28177 " </StringVectorProperty>\n"
28178 " <IntVectorProperty name=\"ElementId\"\n"
28179 " command=\"SetElementId\"\n"
28180 " number_of_elements=\"1\"\n"
28181 " default_values=\"0\">\n"
28182 " <!-- this should really be an IdTypeVectorProperty, but the UI doesn't\n"
28183 " support those yet -->\n"
28184 " <IntRangeDomain name=\"range\"/>\n"
28185 " <Documentation>\n"
28186 " Set the element index to annotate with.\n"
28187 " </Documentation>\n"
28188 " </IntVectorProperty>\n"
28189 " <IntVectorProperty name=\"ProcessId\"\n"
28190 " command=\"SetProcessId\"\n"
28191 " number_of_elements=\"1\"\n"
28192 " default_values=\"0\">\n"
28193 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
28194 " <Documentation>\n"
28195 " Set the process rank to extract element from.\n"
28196 " </Documentation>\n"
28197 " </IntVectorProperty>\n"
28198 " <StringVectorProperty command=\"SetPrefix\"\n"
28199 " default_values=\"Value is: \"\n"
28200 " name=\"Prefix\"\n"
28201 " number_of_elements=\"1\">\n"
28202 " <Documentation>Text that is used as a prefix to the field value</Documentation>\n"
28203 " </StringVectorProperty>\n"
28204 " <Hints>\n"
28205 " <Visibility replace_input=\"0\" />\n"
28206 " <OutputPort index=\"0\" name=\"Output-0\" type=\"text\" />\n"
28207 " </Hints>\n"
28208 " </SourceProxy>\n"
28209 " <SourceProxy class=\"vtkPythonAnnotationFilter\"\n"
28210 " label=\"Python Annotation\"\n"
28211 " name=\"PythonAnnotation\">\n"
28212 " <Documentation long_help=\"This filter evaluates a Python expression for a text annotation\"\n"
28213 " short_help=\"Evaluates a Python expression for a text annotation\">\n"
28214 " This filter uses Python to calculate an expression and display\n"
28215 " the result as an annotation in the render view. It\n"
28216 " depends heavily on the numpy and paraview.vtk modules. To\n"
28217 " use the parallel functions, mpi4py is also necessary. The\n"
28218 " expression is evaluated and the resulting scalar value or\n"
28219 " numpy array is added to the output as an array. See numpy\n"
28220 " and paraview.vtk documentation for the list of available\n"
28221 " functions. This filter tries to make it easy for the user\n"
28222 " to write expressions by defining certain variables. The\n"
28223 " filter tries to assign each array to a variable of the\n"
28224 " same name. If the name of the array is not a valid Python\n"
28225 " variable, it may be accessed through a variable with a\n"
28226 " sanitized version of that array name consisting of only\n"
28227 " '_' and the alphanumeric characters in the name joined\n"
28228 " together with no spaces. Point coordinates from datasets\n"
28229 " that explicitly define them can be accessed using the variable\n"
28230 " named 'points'.</Documentation>\n"
28231 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
28232 " command=\"AddInputConnection\"\n"
28233 " multiple_input=\"0\"\n"
28234 " name=\"Input\">\n"
28235 " <ProxyGroupDomain name=\"groups\">\n"
28236 " <Group name=\"sources\" />\n"
28237 " <Group name=\"filters\" />\n"
28238 " </ProxyGroupDomain>\n"
28239 " <DataTypeDomain name=\"input_type\">\n"
28240 " <DataType value=\"vtkDataObject\" />\n"
28241 " </DataTypeDomain>\n"
28242 " <Documentation>Set the input of the filter.</Documentation>\n"
28243 " </InputProperty>\n"
28244 " <IntVectorProperty command=\"SetArrayAssociation\"\n"
28245 " default_values=\"2\"\n"
28246 " name=\"ArrayAssociation\"\n"
28247 " number_of_elements=\"1\">\n"
28248 " <Documentation>Select the attribute to use to populate array names.</Documentation>\n"
28249 " <FieldDataDomain enable_field_data=\"1\"\n"
28250 " name=\"enum\">\n"
28251 " <RequiredProperties>\n"
28252 " <Property function=\"Input\"\n"
28253 " name=\"Input\" />\n"
28254 " </RequiredProperties>\n"
28255 " </FieldDataDomain>\n"
28256 " </IntVectorProperty>\n"
28257 " <StringVectorProperty command=\"SetExpression\"\n"
28258 " name=\"Expression\"\n"
28259 " number_of_elements=\"1\">\n"
28260 " <Documentation>The Python expression evaluated during execution.\n"
28261 " FieldData arrays are directly available through their name. Set of\n"
28262 " provided variables [inputs, t_value, t_steps, t_range, t_index,\n"
28263 " FieldData, PointData, CellData] (i.e.: \"Momentum: (%f, %f, %f)\" %\n"
28264 " (XMOM[t_index,0], YMOM[t_index,0], ZMOM[t_index,0]) )</Documentation>\n"
28265 " </StringVectorProperty>\n"
28266 " <StringVectorProperty command=\"GetComputedAnnotationValue\"\n"
28267 " information_only=\"1\"\n"
28268 " name=\"AnnotationValue\">\n"
28269 " <Documentation>Text that is used as annotation</Documentation>\n"
28270 " </StringVectorProperty>\n"
28271 " <Hints>\n"
28272 " <Visibility replace_input=\"0\" />\n"
28273 " <OutputPort index=\"0\"\n"
28274 " name=\"Output-0\"\n"
28275 " type=\"text\" />\n"
28276 " </Hints>\n"
28277 " <!-- End PythonAnnotation -->\n"
28278 " </SourceProxy>\n"
28279 " <SourceProxy class=\"vtkPythonProgrammableFilter\"\n"
28280 " label=\"Programmable Filter\"\n"
28281 " name=\"ProgrammableFilter\">\n"
28282 " <Documentation long_help=\"Executes a user supplied python script on its input dataset to produce an output dataset.\"\n"
28283 " short_help=\"Executes a python script to produce data.\">\n"
28284 " This filter will execute a python script to produce an\n"
28285 " output dataset. The filter keeps a copy of the python\n"
28286 " script in Script and creates a python\n"
28287 " Interpreter to run the script upon the first\n"
28288 " execution. To execute external python scripts on the ParaView server, use:\n"
28289 " execfile('full_path/script_name.py'). Documentation is found in the Programmable Filter\n"
28290 " chapter of the ParaView Guide.</Documentation>\n"
28291 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
28292 " command=\"AddInputConnection\"\n"
28293 " multiple_input=\"1\"\n"
28294 " name=\"Input\">\n"
28295 " <ProxyGroupDomain name=\"groups\">\n"
28296 " <Group name=\"sources\" />\n"
28297 " <Group name=\"filters\" />\n"
28298 " </ProxyGroupDomain>\n"
28299 " <DataTypeDomain name=\"input_type\">\n"
28300 " <DataType value=\"vtkDataObject\" />\n"
28301 " <DataType value=\"vtkHyperTreeGrid\" />\n"
28302 " </DataTypeDomain>\n"
28303 " <Documentation>This property specifies the input(s) to the programmable\n"
28304 " filter.</Documentation>\n"
28305 " </InputProperty>\n"
28306 " <IntVectorProperty command=\"SetOutputDataSetType\"\n"
28307 " default_values=\"8\"\n"
28308 " name=\"OutputDataSetType\"\n"
28309 " number_of_elements=\"1\"\n"
28310 " panel_visibility=\"default\">\n"
28311 " <EnumerationDomain name=\"enum\">\n"
28312 " <!-- Values come from vtkType.h-->\n"
28313 " <Entry text=\"Same as Input\"\n"
28314 " value=\"8\" />\n"
28315 " <!-- text=\"vtkDataSet\" -->\n"
28316 " <Entry text=\"vtkPolyData\"\n"
28317 " value=\"0\" />\n"
28318 " <!-- <Entry value=\"1\" text=\"vtkStructuredPoints\"/> -->\n"
28319 " <Entry text=\"vtkStructuredGrid\"\n"
28320 " value=\"2\" />\n"
28321 " <Entry text=\"vtkRectilinearGrid\"\n"
28322 " value=\"3\" />\n"
28323 " <Entry text=\"vtkUnstructuredGrid\"\n"
28324 " value=\"4\" />\n"
28325 " <!-- <Entry value=\"5\" text=\"vtkPiecewiseFunction\"/> -->\n"
28326 " <Entry text=\"vtkImageData\"\n"
28327 " value=\"6\" />\n"
28328 " <!-- <Entry value=\"7\" text=\"vtkDataObject\"/> -->\n"
28329 " <!-- <Entry value=\"9\" text=\"vtkPointSet\"/> -->\n"
28330 " <Entry text=\"vtkUniformGrid\"\n"
28331 " value=\"10\" />\n"
28332 " <!-- <Entry value=\"11\" text=\"vtkCompositeDataSet\"/> -->\n"
28333 " <Entry text=\"vtkMultiblockDataSet\"\n"
28334 " value=\"13\" />\n"
28335 " <Entry text=\"vtkHierarchicalBoxDataSet\"\n"
28336 " value=\"15\" />\n"
28337 " <!-- <Entry value=\"16\" text=\"vtkGenericDataSet\"/> -->\n"
28338 " <!-- <Entry value=\"17\" text=\"vtkHyperOctree\"/> -->\n"
28339 " <Entry text=\"vtkHyperTreeGrid\"\n"
28340 " value=\"32\" />\n"
28341 " <!-- <Entry value=\"18\" text=\"vtkTemporalDataSet\"/> -->\n"
28342 " <Entry text=\"vtkTable\"\n"
28343 " value=\"19\" />\n"
28344 " <!-- <Entry value=\"20\" text=\"vtkGraph\"/> -->\n"
28345 " <!-- <Entry value=\"21\" text=\"vtkTree\"/> -->\n"
28346 " <Entry text=\"vtkMolecule\"\n"
28347 " value=\"33\" />\n"
28348 ;
28349 
28350 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersPython/Resources/python_filters.xml
28352 " </EnumerationDomain>\n"
28353 " <Documentation>The value of this property determines the dataset type\n"
28354 " for the output of the programmable filter.</Documentation>\n"
28355 " </IntVectorProperty>\n"
28356 " <StringVectorProperty command=\"SetScript\"\n"
28357 " name=\"Script\"\n"
28358 " number_of_elements=\"1\"\n"
28359 " panel_visibility=\"default\">\n"
28360 " <Hints>\n"
28361 " <Widget type=\"multi_line\" syntax=\"python\" />\n"
28362 " </Hints>\n"
28363 " <Documentation>This property contains the text of a python program that\n"
28364 " the programmable filter runs. To execute external python scripts on the ParaView server, use:\n"
28365 " execfile('full_path/script_name.py'). Documentation is found in the Programmable Filter\n"
28366 " chapter of the ParaView Guide.</Documentation>\n"
28367 " </StringVectorProperty>\n"
28368 " <StringVectorProperty command=\"SetInformationScript\"\n"
28369 " label=\"RequestInformation Script\"\n"
28370 " name=\"InformationScript\"\n"
28371 " number_of_elements=\"1\"\n"
28372 " panel_visibility=\"advanced\">\n"
28373 " <Hints>\n"
28374 " <Widget type=\"multi_line\" syntax=\"python\" />\n"
28375 " </Hints>\n"
28376 " <Documentation>This property is a python script that is executed during\n"
28377 " the RequestInformation pipeline pass. Use this to provide information\n"
28378 " such as WHOLE_EXTENT to the pipeline downstream.</Documentation>\n"
28379 " </StringVectorProperty>\n"
28380 " <StringVectorProperty command=\"SetUpdateExtentScript\"\n"
28381 " label=\"RequestUpdateExtent Script\"\n"
28382 " name=\"UpdateExtentScript\"\n"
28383 " number_of_elements=\"1\"\n"
28384 " panel_visibility=\"advanced\">\n"
28385 " <Hints>\n"
28386 " <Widget type=\"multi_line\" syntax=\"python\" />\n"
28387 " </Hints>\n"
28388 " <Documentation>This property is a python script that is executed during\n"
28389 " the RequestUpdateExtent pipeline pass. Use this to modify the update\n"
28390 " extent that your filter ask up stream for.</Documentation>\n"
28391 " </StringVectorProperty>\n"
28392 " <IntVectorProperty animateable=\"0\"\n"
28393 " command=\"SetCopyArrays\"\n"
28394 " default_values=\"0\"\n"
28395 " name=\"CopyArrays\"\n"
28396 " number_of_elements=\"1\">\n"
28397 " <BooleanDomain name=\"bool\" />\n"
28398 " <Documentation>If this property is set to true, all the cell and point\n"
28399 " arrays from first input are copied to the output.</Documentation>\n"
28400 " </IntVectorProperty>\n"
28401 " <StringVectorProperty animateable=\"0\"\n"
28402 " clean_command=\"ClearParameters\"\n"
28403 " command=\"SetParameterInternal\"\n"
28404 " is_internal=\"1\"\n"
28405 " name=\"Parameters\"\n"
28406 " number_of_elements_per_command=\"2\"\n"
28407 " repeat_command=\"1\"></StringVectorProperty>\n"
28408 " <StringVectorProperty command=\"SetPythonPath\"\n"
28409 " name=\"PythonPath\"\n"
28410 " number_of_elements=\"1\"\n"
28411 " panel_visibility=\"advanced\">\n"
28412 " <Documentation>A semi-colon (;) separated list of directories to add to\n"
28413 " the python library search path.</Documentation>\n"
28414 " </StringVectorProperty>\n"
28415 " <DoubleVectorProperty information_only=\"1\"\n"
28416 " name=\"TimestepValues\"\n"
28417 " repeatable=\"1\">\n"
28418 " <TimeStepsInformationHelper />\n"
28419 " <Documentation>Available timestep values.</Documentation>\n"
28420 " </DoubleVectorProperty>\n"
28421 "\n"
28422 " <!-- End ProgrammableFilter -->\n"
28423 " </SourceProxy>\n"
28424 "\n"
28425 " <SourceProxy class=\"vtkPythonProgrammableFilter\"\n"
28426 " label=\"Programmable Annotation\"\n"
28427 " name=\"ProgrammableAnnotation\">\n"
28428 " <Documentation long_help=\"Executes a user supplied python script on its input dataset to produce an output vtkTable containing a single tuple vtkStringArray to be displayed as a text.\"\n"
28429 " short_help=\"Executes a python script to produce a text.\">\n"
28430 " This filter will execute a python script to produce a\n"
28431 " text. The text should be contained in a vtkTable containing a single vtkStringArray, itself\n"
28432 " containing a single tuple. The filter keeps a copy of the python\n"
28433 " script in Script and creates a python\n"
28434 " Interpreter to run the script upon the first\n"
28435 " execution. To execute external python scripts on the ParaView server, use:\n"
28436 " execfile('full_path/script_name.py'). Documentation is found in the Programmable Filter\n"
28437 " chapter of the ParaView Guide.</Documentation>\n"
28438 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
28439 " command=\"AddInputConnection\"\n"
28440 " multiple_input=\"1\"\n"
28441 " name=\"Input\">\n"
28442 " <ProxyGroupDomain name=\"groups\">\n"
28443 " <Group name=\"sources\" />\n"
28444 " <Group name=\"filters\" />\n"
28445 " </ProxyGroupDomain>\n"
28446 " <DataTypeDomain name=\"input_type\">\n"
28447 " <DataType value=\"vtkDataObject\" />\n"
28448 " <DataType value=\"vtkHyperTreeGrid\" />\n"
28449 " </DataTypeDomain>\n"
28450 " <Documentation>This property specifies the input(s) to the programmable\n"
28451 " filter.</Documentation>\n"
28452 " </InputProperty>\n"
28453 " <IntVectorProperty command=\"SetOutputDataSetType\"\n"
28454 " default_values=\"19\"\n"
28455 " name=\"OutputDataSetType\"\n"
28456 " number_of_elements=\"1\"\n"
28457 " panel_visibility=\"never\">\n"
28458 " </IntVectorProperty>\n"
28459 " <StringVectorProperty command=\"SetScript\"\n"
28460 " name=\"Script\"\n"
28461 " number_of_elements=\"1\"\n"
28462 " default_values=\"to = self.GetTableOutput()&#xA;arr = vtk.vtkStringArray()&#xA;arr.SetName(&#x22;Text&#x22;)&#xA;arr.SetNumberOfComponents(1)&#xA;arr.InsertNextValue(&#x22;YourString&#x22;)&#xA;to.AddColumn(arr)\"\n"
28463 " panel_visibility=\"default\">\n"
28464 " <Hints>\n"
28465 " <Widget type=\"multi_line\" syntax=\"python\" />\n"
28466 " </Hints>\n"
28467 " <Documentation>This property contains the text of a python program that\n"
28468 " the programmable filter runs. To execute external python scripts on the ParaView server, use:\n"
28469 " execfile('full_path/script_name.py'). Make sure to output a vtkTable containing a single vtkStringArray,\n"
28470 " itself containing a single tuple</Documentation>\n"
28471 " </StringVectorProperty>\n"
28472 " <StringVectorProperty animateable=\"0\"\n"
28473 " clean_command=\"ClearParameters\"\n"
28474 " command=\"SetParameterInternal\"\n"
28475 " is_internal=\"1\"\n"
28476 " name=\"Parameters\"\n"
28477 " number_of_elements_per_command=\"2\"\n"
28478 " repeat_command=\"1\">\n"
28479 " </StringVectorProperty>\n"
28480 " <StringVectorProperty command=\"SetPythonPath\"\n"
28481 " name=\"PythonPath\"\n"
28482 " number_of_elements=\"1\"\n"
28483 " panel_visibility=\"advanced\">\n"
28484 " <Documentation>A semi-colon (;) separated list of directories to add to\n"
28485 " the python library search path.</Documentation>\n"
28486 " </StringVectorProperty>\n"
28487 " <Hints>\n"
28488 " <OutputPort index=\"0\"\n"
28489 " name=\"Output-0\"\n"
28490 " type=\"text\" />\n"
28491 " <Visibility replace_input=\"0\" />\n"
28492 " </Hints>\n"
28493 " <!-- End ProgrammableAnnotation -->\n"
28494 " </SourceProxy>\n"
28495 " </ProxyGroup>\n"
28496 "</ServerManagerConfiguration>\n"
28497 "\n";
28498 // Get single string
28500 {
28501 
28502  const size_t len0 = strlen(paraview_server_managerpython_filtersInterface0);
28503  const size_t len1 = strlen(paraview_server_managerpython_filtersInterface1);
28504  size_t len = ( 0
28505  + len0
28506  + len1 );
28507  char* res = new char[ len + 1];
28508  size_t offset = 0;
28511  assert(offset == len);
28512  res[offset] = 0;
28513  return res;
28514 }
28515 
28516 
28517 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersPython/Resources/python_misc.xml
28519 "<ServerManagerConfiguration>\n"
28520 " <ProxyGroup name=\"misc_internals\">\n"
28521 " <Proxy name=\"CDBWriter\" class=\"vtkCDBWriter\">\n"
28522 " <Documentation>\n"
28523 " This is used by vtkSMExtractsController to write summary table.\n"
28524 " </Documentation>\n"
28525 " <StringVectorProperty name=\"FileName\" command=\"SetPath\" />\n"
28526 " </Proxy>\n"
28527 " </ProxyGroup>\n"
28528 "</ServerManagerConfiguration>\n"
28529 "\n";
28530 // Get single string
28532 {
28533 
28534  const size_t len0 = strlen(paraview_server_managerpython_miscInterface0);
28535  size_t len = ( 0
28536  + len0 );
28537  char* res = new char[ len + 1];
28538  size_t offset = 0;
28539  std::copy(paraview_server_managerpython_miscInterface0, paraview_server_managerpython_miscInterface0 + len0, res + offset); offset += len0;
28540  assert(offset == len);
28541  res[offset] = 0;
28542  return res;
28543 }
28544 
28545 
28546 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersPython/Resources/python_sources.xml
28548 "<ServerManagerConfiguration>\n"
28549 " <!-- =================================================================== -->\n"
28550 " <ProxyGroup name=\"sources\">\n"
28551 " <SourceProxy class=\"vtkPythonProgrammableFilter\"\n"
28552 " label=\"Programmable Source\"\n"
28553 " name=\"ProgrammableSource\">\n"
28554 " <Documentation long_help=\"Executes a user supplied python script to produce an output dataset.\"\n"
28555 " short_help=\"Executes a python script to produce data.\">\n"
28556 " This source will execute a python script to produce an\n"
28557 " output dataset. The source keeps a copy of the python\n"
28558 " script in Script and creates a python\n"
28559 " Interpreter to run the script upon the first\n"
28560 " execution. To execute external python scripts on the ParaView server, use:\n"
28561 " execfile('full_path/script_name.py'). Documentation is found in the Programmable Filter\n"
28562 " chapter of the ParaView Guide.</Documentation>\n"
28563 " <IntVectorProperty command=\"SetOutputDataSetType\"\n"
28564 " default_values=\"0\"\n"
28565 " name=\"OutputDataSetType\"\n"
28566 " number_of_elements=\"1\"\n"
28567 " panel_visibility=\"default\">\n"
28568 " <EnumerationDomain name=\"enum\">\n"
28569 " <!-- Values come from vtkType.h-->\n"
28570 " <!-- <Entry value=\"8\" text=\"Same as Input\"/> -->\n"
28571 " <!-- text=\"vtkDataSet\" -->\n"
28572 " <Entry text=\"vtkPolyData\"\n"
28573 " value=\"0\" />\n"
28574 " <!-- <Entry value=\"1\" text=\"vtkStructuredPoints\"/> -->\n"
28575 " <Entry text=\"vtkStructuredGrid\"\n"
28576 " value=\"2\" />\n"
28577 " <Entry text=\"vtkRectilinearGrid\"\n"
28578 " value=\"3\" />\n"
28579 " <Entry text=\"vtkUnstructuredGrid\"\n"
28580 " value=\"4\" />\n"
28581 " <!-- <Entry value=\"5\" text=\"vtkPiecewiseFunction\"/> -->\n"
28582 " <Entry text=\"vtkImageData\"\n"
28583 " value=\"6\" />\n"
28584 " <!-- <Entry value=\"7\" text=\"vtkDataObject\"/> -->\n"
28585 " <!-- <Entry value=\"9\" text=\"vtkPointSet\"/> -->\n"
28586 " <!-- <Entry value=\"10\" text=\"vtkUniformGrid\"/> -->\n"
28587 " <!-- <Entry value=\"11\" text=\"vtkCompositeDataSet\"/> -->\n"
28588 " <!-- <Entry value=\"12\" text=\"vtkMultigroupDataSet\"/> -->\n"
28589 " <Entry text=\"vtkMultiblockDataSet\"\n"
28590 " value=\"13\" />\n"
28591 " <!-- <Entry value=\"14\" text=\"vtkHierarchicalDataSet\"/> -->\n"
28592 " <Entry text=\"vtkHierarchicalBoxDataSet\"\n"
28593 " value=\"15\" />\n"
28594 " <!-- <Entry value=\"16\" text=\"vtkGenericDataSet\"/> -->\n"
28595 " <!-- <Entry value=\"17\" text=\"vtkHyperOctree\"/> -->\n"
28596 " <!-- <Entry value=\"18\" text=\"vtkTemporalDataSet\"/> -->\n"
28597 " <Entry text=\"vtkTable\"\n"
28598 " value=\"19\" />\n"
28599 " <!-- <Entry value=\"20\" text=\"vtkGraph\"/> -->\n"
28600 " <!-- <Entry value=\"21\" text=\"vtkTree\"/> -->\n"
28601 " <Entry text=\"vtkMolecule\"\n"
28602 " value=\"33\" />\n"
28603 " </EnumerationDomain>\n"
28604 " <Documentation>The value of this property determines the dataset type\n"
28605 " for the output of the programmable source.</Documentation>\n"
28606 " </IntVectorProperty>\n"
28607 " <StringVectorProperty command=\"SetScript\"\n"
28608 " name=\"Script\"\n"
28609 " number_of_elements=\"1\"\n"
28610 " panel_visibility=\"default\">\n"
28611 " <Hints>\n"
28612 " <Widget type=\"multi_line\" syntax=\"python\" />\n"
28613 " </Hints>\n"
28614 " <Documentation>This property contains the text of a python program that\n"
28615 " the programmable source runs. To execute external python scripts on the ParaView server, use:\n"
28616 " execfile('full_path/script_name.py'). Documentation is found in the Programmable Filter\n"
28617 " chapter of the ParaView Guide.</Documentation>\n"
28618 " </StringVectorProperty>\n"
28619 " <StringVectorProperty command=\"SetInformationScript\"\n"
28620 " label=\"Script (RequestInformation)\"\n"
28621 " name=\"InformationScript\"\n"
28622 " number_of_elements=\"1\"\n"
28623 " panel_visibility=\"advanced\">\n"
28624 " <Hints>\n"
28625 " <Widget type=\"multi_line\" syntax=\"python\" />\n"
28626 " </Hints>\n"
28627 " <Documentation>This property is a python script that is executed during\n"
28628 " the RequestInformation pipeline pass. Use this to provide information\n"
28629 " such as WHOLE_EXTENT to the pipeline downstream.</Documentation>\n"
28630 " </StringVectorProperty>\n"
28631 " <StringVectorProperty animateable=\"0\"\n"
28632 " clean_command=\"ClearParameters\"\n"
28633 " command=\"SetParameterInternal\"\n"
28634 " is_internal=\"1\"\n"
28635 " name=\"Parameters\"\n"
28636 " number_of_elements_per_command=\"2\"\n"
28637 " repeat_command=\"1\"></StringVectorProperty>\n"
28638 " <StringVectorProperty command=\"SetPythonPath\"\n"
28639 " name=\"PythonPath\"\n"
28640 " number_of_elements=\"1\"\n"
28641 " panel_visibility=\"advanced\">\n"
28642 " <Documentation>A semi-colon (;) separated list of directories to add to\n"
28643 " the python library search path.</Documentation>\n"
28644 " </StringVectorProperty>\n"
28645 " <DoubleVectorProperty information_only=\"1\"\n"
28646 " name=\"TimestepValues\"\n"
28647 " repeatable=\"1\">\n"
28648 " <TimeStepsInformationHelper />\n"
28649 " <Documentation>Available timestep values.</Documentation>\n"
28650 " </DoubleVectorProperty>\n"
28651 " <!-- End ProgrammableSource -->\n"
28652 " </SourceProxy>\n"
28653 "\n"
28654 " <SourceProxy class=\"vtkPythonProgrammableFilter\"\n"
28655 " label=\"Live Programmable Source\"\n"
28656 " name=\"LiveProgrammableSource\"\n"
28657 " base_proxygroup=\"sources\"\n"
28658 " base_proxyname=\"ProgrammableSource\">\n"
28659 " <Documentation>\n"
28660 " A programmable source that can produce new data autonomously.\n"
28661 " </Documentation>\n"
28662 " <StringVectorProperty command=\"SetCheckNeedsUpdateScript\"\n"
28663 " label=\"Script (CheckNeedsUpdate)\"\n"
28664 " name=\"CheckNeedsUpdateScript\"\n"
28665 " number_of_elements=\"1\">\n"
28666 " <Hints>\n"
28667 " <Widget type=\"multi_line\" syntax=\"python\" />\n"
28668 " </Hints>\n"
28669 " <Documentation>\n"
28670 " Specify the script to use to check if the filter/source has new data.\n"
28671 " This is only needed for \"live\" sources, that can cause data to be available\n"
28672 " outside of ParaView.\n"
28673 " </Documentation>\n"
28674 " </StringVectorProperty>\n"
28675 "\n"
28676 " <Property name=\"PauseLiveSource\" panel_widget=\"pause_livesource\">\n"
28677 " <Documentation>\n"
28678 " Pause live source.\n"
28679 " </Documentation>\n"
28680 " </Property>\n"
28681 " <Hints>\n"
28682 " <LiveSource />\n"
28683 " </Hints>\n"
28684 " </SourceProxy>\n"
28685 " </ProxyGroup>\n"
28686 "</ServerManagerConfiguration>\n"
28687 "\n";
28688 // Get single string
28690 {
28691 
28692  const size_t len0 = strlen(paraview_server_managerpython_sourcesInterface0);
28693  size_t len = ( 0
28694  + len0 );
28695  char* res = new char[ len + 1];
28696  size_t offset = 0;
28698  assert(offset == len);
28699  res[offset] = 0;
28700  return res;
28701 }
28702 
28703 
28704 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersMaterialInterface/Resources/material_interface_filters.xml
28706 "<ServerManagerConfiguration>\n"
28707 " <ProxyGroup name=\"filters\">\n"
28708 " <!-- ==================================================================== -->\n"
28709 " <SourceProxy class=\"vtkIntersectFragments\"\n"
28710 " label=\"Intersect Fragments\"\n"
28711 " name=\"IntersectFragments\">\n"
28712 " <Documentation long_help=\"The Intersect Fragments filter perform geometric intersections on sets of fragments.\"\n"
28713 " short_help=\"The Intersect Fragments filter perform geometric intersections on sets of fragments.\">\n"
28714 " The Intersect Fragments filter perform geometric intersections on sets of\n"
28715 " fragments. The filter takes two inputs, the first containing fragment\n"
28716 " geometry and the second containing fragment centers. The filter has two\n"
28717 " outputs. The first is geometry that results from the intersection. The\n"
28718 " second is a set of points that is an approximation of the center of where\n"
28719 " each fragment has been intersected.</Documentation>\n"
28720 " <!-- Out -->\n"
28721 " <OutputPort index=\"0\"\n"
28722 " name=\"geometry\" />\n"
28723 " <OutputPort index=\"1\"\n"
28724 " name=\"statistics\" />\n"
28725 " <!-- In -->\n"
28726 " <InputProperty command=\"SetGeometryInputConnection\"\n"
28727 " name=\"Input\">\n"
28728 " <ProxyGroupDomain name=\"groups\">\n"
28729 " <Group name=\"sources\" />\n"
28730 " <Group name=\"filters\" />\n"
28731 " </ProxyGroupDomain>\n"
28732 " <DataTypeDomain name=\"input_type\">\n"
28733 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
28734 " </DataTypeDomain>\n"
28735 " <Documentation>This input must contain fragment\n"
28736 " geometry.</Documentation>\n"
28737 " </InputProperty>\n"
28738 " <InputProperty command=\"SetStatisticsInputConnection\"\n"
28739 " name=\"Source\">\n"
28740 " <ProxyGroupDomain name=\"groups\">\n"
28741 " <Group name=\"sources\" />\n"
28742 " <Group name=\"filters\" />\n"
28743 " </ProxyGroupDomain>\n"
28744 " <DataTypeDomain name=\"input_type\">\n"
28745 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
28746 " </DataTypeDomain>\n"
28747 " <Documentation>This input must contain fragment\n"
28748 " centers.</Documentation>\n"
28749 " </InputProperty>\n"
28750 " <!-- Cut functuion -->\n"
28751 " <ProxyProperty command=\"SetCutFunction\"\n"
28752 " label=\"Slice Type\"\n"
28753 " name=\"CutFunction\">\n"
28754 " <ProxyGroupDomain name=\"groups\">\n"
28755 " <Group name=\"implicit_functions\" />\n"
28756 " </ProxyGroupDomain>\n"
28757 " <ProxyListDomain name=\"proxy_list\">\n"
28758 " <Proxy group=\"implicit_functions\"\n"
28759 " name=\"Plane\" />\n"
28760 " <Proxy group=\"implicit_functions\"\n"
28761 " name=\"Box\" />\n"
28762 " <Proxy group=\"implicit_functions\"\n"
28763 " name=\"Sphere\" />\n"
28764 " </ProxyListDomain>\n"
28765 " <Documentation>This property sets the type of intersecting geometry,\n"
28766 " and associated parameters.</Documentation>\n"
28767 " </ProxyProperty>\n"
28768 " <!-- End IntersectFragments -->\n"
28769 " </SourceProxy>\n"
28770 "\n"
28771 " <!-- ==================================================================== -->\n"
28772 " <SourceProxy class=\"vtkMaterialInterfaceFilter\"\n"
28773 " label=\"Material Interface Filter\"\n"
28774 " name=\"MaterialInterfaceFilter\">\n"
28775 " <Documentation long_help=\"The Material Interface filter finds volumes in the input data containing material above a certain material fraction.\"\n"
28776 " short_help=\"The Material Interface filter finds volumes in the input data containing material above a certain material fraction.\">\n"
28777 " The Material Interface filter finds voxels inside of which a material\n"
28778 " fraction (or normalized amount of material) is higher than a given\n"
28779 " threshold. As these voxels are identified surfaces enclosing adjacent\n"
28780 " voxels above the threshold are generated. The resulting volume and its\n"
28781 " surface are what we call a fragment. The filter has the ability to\n"
28782 " compute various volumetric attributes such as fragment volume, mass,\n"
28783 " center of mass as well as volume and mass weighted averages for any of\n"
28784 " the fields present. Any field selected for such computation will be also\n"
28785 " be copied into the fragment surface's point data for visualization. The\n"
28786 " filter also has the ability to generate Oriented Bounding Boxes (OBB) for\n"
28787 " each fragment. The data generated by the filter is organized in three\n"
28788 " outputs. The \"geometry\" output, containing the fragment surfaces. The\n"
28789 " \"statistics\" output, containing a point set of the centers of mass. The\n"
28790 " \"obb representation\" output, containing OBB representations (poly data).\n"
28791 " All computed attributes are copied into the statistics and geometry\n"
28792 " output. The obb representation output is used for validation and\n"
28793 " debugging purposes and is turned off by default. To measure the size of\n"
28794 " craters, the filter can invert a volume fraction and clip the volume\n"
28795 " fraction with a sphere and/or a plane.</Documentation>\n"
28796 " <OutputPort index=\"0\"\n"
28797 " name=\"geometry\" />\n"
28798 " <OutputPort index=\"1\"\n"
28799 " name=\"statistics\" />\n"
28800 " <InputProperty command=\"SetInputConnection\"\n"
28801 " name=\"Input\">\n"
28802 " <ProxyGroupDomain name=\"groups\">\n"
28803 " <Group name=\"sources\" />\n"
28804 " <Group name=\"filters\" />\n"
28805 " </ProxyGroupDomain>\n"
28806 " <DataTypeDomain name=\"input_type\">\n"
28807 " <DataType value=\"vtkNonOverlappingAMR\" />\n"
28808 " </DataTypeDomain>\n"
28809 " <InputArrayDomain attribute_type=\"cell\"\n"
28810 " name=\"input_array\" />\n"
28811 " <Documentation>Input to the filter can be a hierarchical box data set\n"
28812 " containing image data or a multiblock of rectilinear\n"
28813 " grids.</Documentation>\n"
28814 " </InputProperty>\n"
28815 " <!-- Material Fraction Array-->\n"
28816 " <StringVectorProperty clean_command=\"UnselectAllMaterialArrays\"\n"
28817 " command=\"SelectMaterialArray\"\n"
28818 " label=\"Select Material Fraction Arrays\"\n"
28819 " name=\"SelectMaterialArray\"\n"
28820 " number_of_elements_per_command=\"1\"\n"
28821 " repeat_command=\"1\">\n"
28822 " <ArrayListDomain attribute_type=\"Scalars\"\n"
28823 " data_type=\"VTK_UNSIGNED_CHAR\"\n"
28824 " name=\"array_list\">\n"
28825 " <RequiredProperties>\n"
28826 " <Property function=\"Input\"\n"
28827 " name=\"Input\" />\n"
28828 " </RequiredProperties>\n"
28829 " </ArrayListDomain>\n"
28830 " <Hints>\n"
28831 " <!-- override gui no to set default -->\n"
28832 " <!-- <NoDefault /> -->\n"
28833 " </Hints>\n"
28834 " <Documentation>Material fraction is defined as normalized amount of\n"
28835 " material per voxel. It is expected that arrays containing material\n"
28836 " fraction data has been down converted to a unsigned\n"
28837 " char.</Documentation>\n"
28838 " </StringVectorProperty>\n"
28839 " <!-- Material fraction -->\n"
28840 " <DoubleVectorProperty command=\"SetMaterialFractionThreshold\"\n"
28841 " default_values=\"0.5\"\n"
28842 " label=\"Material Fraction Threshold\"\n"
28843 " name=\"MaterialFractionThreshold\"\n"
28844 " number_of_elements=\"1\">\n"
28845 " <DoubleRangeDomain max=\"1\"\n"
28846 " min=\"0.08\"\n"
28847 " name=\"range\" />\n"
28848 " <Documentation>Material fraction is defined as normalized amount of\n"
28849 " material per voxel. Any voxel in the input data set with a material\n"
28850 " fraction greater than this value is included in the output data\n"
28851 " set.</Documentation>\n"
28852 " </DoubleVectorProperty>\n"
28853 " <!-- Invert the volume fraction -->\n"
28854 " <IntVectorProperty command=\"SetInvertVolumeFraction\"\n"
28855 " default_values=\"0\"\n"
28856 " name=\"InvertVolumeFraction\"\n"
28857 " number_of_elements=\"1\">\n"
28858 " <BooleanDomain name=\"bool\" />\n"
28859 " <Documentation>Inverting the volume fraction generates the negative of\n"
28860 " the material. It is useful for analyzing craters.</Documentation>\n"
28861 " </IntVectorProperty>\n"
28862 " <ProxyProperty command=\"SetClipFunction\"\n"
28863 " label=\"Clip Type\"\n"
28864 " name=\"ClipFunction\">\n"
28865 " <ProxyGroupDomain name=\"groups\">\n"
28866 " <Group name=\"implicit_functions\" />\n"
28867 " </ProxyGroupDomain>\n"
28868 " <ProxyListDomain name=\"proxy_list\">\n"
28869 " <Proxy group=\"implicit_functions\"\n"
28870 " name=\"None\" />\n"
28871 " <Proxy group=\"implicit_functions\"\n"
28872 " name=\"Plane\" />\n"
28873 " <Proxy group=\"implicit_functions\"\n"
28874 " name=\"Sphere\" />\n"
28875 " </ProxyListDomain>\n"
28876 " <Documentation>This property sets the type of clip geometry, and\n"
28877 " associated parameters.</Documentation>\n"
28878 " </ProxyProperty>\n"
28879 " <!-- Mass Array-->\n"
28880 " <StringVectorProperty clean_command=\"UnselectAllMassArrays\"\n"
28881 " command=\"SelectMassArray\"\n"
28882 " label=\"Select Mass Arrays\"\n"
28883 " name=\"SelectMassArray\"\n"
28884 " number_of_elements_per_command=\"1\"\n"
28885 " repeat_command=\"1\">\n"
28886 " <ArrayListDomain attribute_type=\"Scalars\"\n"
28887 " data_type=\"VTK_FLOAT VTK_DOUBLE\"\n"
28888 " name=\"array_list\">\n"
28889 " <RequiredProperties>\n"
28890 " <Property function=\"Input\"\n"
28891 " name=\"Input\" />\n"
28892 " </RequiredProperties>\n"
28893 " </ArrayListDomain>\n"
28894 " <Hints>\n"
28895 " <!-- override gui no to set default -->\n"
28896 " <NoDefault />\n"
28897 " </Hints>\n"
28898 " <Documentation>Mass arrays are paired with material fraction arrays.\n"
28899 " This means that the first selected material fraction array is paired\n"
28900 " with the first selected mass array, and so on sequentially. As the\n"
28901 " filter identifies voxels meeting the minimum material fraction\n"
28902 " threshold, these voxel's mass will be used in fragment center of mass\n"
28903 " and mass calculation. A warning is generated if no mass array is\n"
28904 " selected for an individual material fraction array. However, in that\n"
28905 " case the filter will run without issue because the statistics output\n"
28906 " can be generated using fragments' centers computed from axis aligned\n"
28907 " bounding boxes.</Documentation>\n"
28908 " </StringVectorProperty>\n"
28909 " <!-- Volume weighted average Array -->\n"
28910 " <StringVectorProperty clean_command=\"UnselectAllVolumeWtdAvgArrays\"\n"
28911 " command=\"SelectVolumeWtdAvgArray\"\n"
28912 " label=\"Compute volume weighted average over:\"\n"
28913 " name=\"SelectVolumeWtdAvgArray\"\n"
28914 " number_of_elements_per_command=\"1\"\n"
28915 " repeat_command=\"1\">\n"
28916 " <Documentation>Specifies the arrays from which to volume weighted\n"
28917 " average.</Documentation>\n"
28918 " <ArrayListDomain data_type=\"VTK_FLOAT VTK_DOUBLE\"\n"
28919 " name=\"array_list\">\n"
28920 " <RequiredProperties>\n"
28921 " <Property function=\"Input\"\n"
28922 " name=\"Input\" />\n"
28923 " </RequiredProperties>\n"
28924 " </ArrayListDomain>\n"
28925 " <Hints>\n"
28926 " <!-- override gui no to set default -->\n"
28927 " <NoDefault />\n"
28928 " </Hints>\n"
28929 " <Documentation>For arrays selected a volume weighted average is\n"
28930 " computed. The values of these arrays are also copied into fragment\n"
28931 " geometry cell data as the fragment surfaces are\n"
28932 " generated.</Documentation>\n"
28933 " </StringVectorProperty>\n"
28934 " <!-- Mass weighted average Array -->\n"
28935 " <StringVectorProperty clean_command=\"UnselectAllMassWtdAvgArrays\"\n"
28936 " command=\"SelectMassWtdAvgArray\"\n"
28937 " label=\"Compute mass weighted average over:\"\n"
28938 " name=\"SelectMassWtdAvgArray\"\n"
28939 " number_of_elements_per_command=\"1\"\n"
28940 " repeat_command=\"1\">\n"
28941 " <ArrayListDomain data_type=\"VTK_FLOAT VTK_DOUBLE\"\n"
28942 " name=\"array_list\">\n"
28943 " <RequiredProperties>\n"
28944 " <Property function=\"Input\"\n"
28945 " name=\"Input\" />\n"
28946 " </RequiredProperties>\n"
28947 " </ArrayListDomain>\n"
28948 " <Hints>\n"
28949 " <!-- override gui no to set default -->\n"
28950 " <NoDefault />\n"
28951 " </Hints>\n"
28952 " <Documentation>For arrays selected a mass weighted average is computed.\n"
28953 " These arrays are also copied into fragment geometry cell data as the\n"
28954 " fragment surfaces are generated.</Documentation>\n"
28955 " </StringVectorProperty>\n"
28956 " <!-- do not remove -->\n"
28957 " <!-- Summation Array\n"
28958 " <StringVectorProperty\n"
28959 " name=\"SelectSummationArray\"\n"
28960 " command=\"SelectSummationArray\"\n"
28961 " clean_command=\"UnselectAllSummationArrays\"\n"
28962 " repeat_command=\"1\"\n"
28963 " number_of_elements_per_command=\"1\"\n"
28964 " label=\"Compute summation over:\">\n"
28965 " <Documentation>\n"
28966 " Specifies the arrays from which to sum over fragments.\n"
28967 " </Documentation>\n"
28968 "\n"
28969 " <ArrayListDomain\n"
28970 " name=\"array_list\"\n"
28971 " data_type=\"VTK_FLOAT VTK_DOUBLE\">\n"
28972 " <RequiredProperties>\n"
28973 " <Property name=\"Input\" function=\"Input\"/>\n"
28974 " </RequiredProperties>\n"
28975 " </ArrayListDomain>\n"
28976 " <Hints>\n"
28977 " <NoDefault />\n"
28978 " </Hints>\n"
28979 " </StringVectorProperty>-->\n"
28980 " <!-- Compute OBB -->\n"
28981 " <IntVectorProperty command=\"SetComputeOBB\"\n"
28982 " default_values=\"0\"\n"
28983 " name=\"ComputeOBB\"\n"
28984 " number_of_elements=\"1\">\n"
28985 " <BooleanDomain name=\"bool\" />\n"
28986 " <Documentation>Compute Object Oriented Bounding boxes (OBB). When\n"
28987 " active the result of this computation is copied into the statistics\n"
28988 " output. In the case that the filter is built in its validation mode,\n"
28989 " the OBB's are rendered.</Documentation>\n"
28990 " </IntVectorProperty>\n"
28991 " <!-- Write a csv file:\n"
28992 " This is not an excel compatible file, it has more\n"
28993 " information that is stored in headers. Also commas\n"
28994 " are used on tuple boundaries while spaces are used\n"
28995 " on component boundaries.-->\n"
28996 " <IntVectorProperty command=\"SetWriteGeometryOutput\"\n"
28997 " default_values=\"0\"\n"
28998 " name=\"WriteGeometryOutput\"\n"
28999 " number_of_elements=\"1\">\n"
29000 " <BooleanDomain name=\"bool\" />\n"
29001 " <Documentation>If this property is set, then the geometry output is\n"
29002 " written to a text file. The file name will be constructed using the\n"
29003 " path in the \"Output Base Name\" widget.</Documentation>\n"
29004 " </IntVectorProperty>\n"
29005 " <IntVectorProperty command=\"SetWriteStatisticsOutput\"\n"
29006 " default_values=\"0\"\n"
29007 " name=\"WriteStatisticsOutput\"\n"
29008 ;
29009 
29010 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersMaterialInterface/Resources/material_interface_filters.xml
29012 " number_of_elements=\"1\">\n"
29013 " <BooleanDomain name=\"bool\" />\n"
29014 " <Documentation>If this property is set, then the statistics output is\n"
29015 " written to a text file. The file name will be constructed using the\n"
29016 " path in the \"Output Base Name\" widget.</Documentation>\n"
29017 " </IntVectorProperty>\n"
29018 " <StringVectorProperty animateable=\"0\"\n"
29019 " command=\"SetOutputBaseName\"\n"
29020 " name=\"OutputBaseName\"\n"
29021 " number_of_elements=\"1\">\n"
29022 " <Documentation>This property specifies the base including path of where\n"
29023 " to write the statistics and geometry output text files. It follows the\n"
29024 " pattern \"/path/to/folder/and/file\" here file has no extension, as the\n"
29025 " filter will generate a unique extension.</Documentation>\n"
29026 " </StringVectorProperty>\n"
29027 " <!-- do not remove\n"
29028 " this is a feature that most users should not\n"
29029 " need. If memory usage becomes a problem then\n"
29030 " this gives the user more control over excluding\n"
29031 " highly loaded processes from memory intesive operations. -->\n"
29032 " <!-- loading bounds\n"
29033 " <IntVectorProperty\n"
29034 " name=\"UpperLoadingBound\"\n"
29035 " command=\"SetUpperLoadingBound\"\n"
29036 " number_of_elements=\"1\"\n"
29037 " default_values=\"-1\"\n"
29038 " label=\"Loading Bound\">\n"
29039 " <DoubleRangeDomain name=\"range\" min=\"-1\" max=\"2000000000\" />\n"
29040 " <Documentation>\n"
29041 " Bound in polygons above which process are excluded from work sharing.\n"
29042 " </Documentation>\n"
29043 " </IntVectorProperty>-->\n"
29044 " <!-- End MaterialInterfaceFilter -->\n"
29045 " </SourceProxy>\n"
29046 " </ProxyGroup>\n"
29047 "</ServerManagerConfiguration>\n"
29048 "\n";
29049 // Get single string
29051 {
29052 
29055  size_t len = ( 0
29056  + len0
29057  + len1 );
29058  char* res = new char[ len + 1];
29059  size_t offset = 0;
29062  assert(offset == len);
29063  res[offset] = 0;
29064  return res;
29065 }
29066 
29067 
29068 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneralMPI/Resources/general_mpi_filters.xml
29070 "<ServerManagerConfiguration>\n"
29071 " <ProxyGroup name=\"filters\">\n"
29072 " <!-- ==================================================================== -->\n"
29073 " <SourceProxy base_proxygroup=\"filters\"\n"
29074 " base_proxyname=\"ParticlePath\"\n"
29075 " class=\"vtkInSituPParticlePathFilter\"\n"
29076 " name=\"InSituParticlePath\">\n"
29077 " <Documentation long_help=\"Trace Particle Paths through time in a vector field.\"\n"
29078 " short_help=\"Trace Particle Paths through time in a vector field.\">\n"
29079 " The Particle Trace filter generates pathlines in a vector\n"
29080 " field from a collection of seed points. The vector field\n"
29081 " used is selected from the Vectors menu, so the input data\n"
29082 " set is required to have point-centered vectors. The Seed\n"
29083 " portion of the interface allows you to select whether the\n"
29084 " seed points for this integration lie in a point cloud or\n"
29085 " along a line. Depending on which is selected, the\n"
29086 " appropriate 3D widget (point or line widget) is displayed\n"
29087 " along with traditional user interface controls for\n"
29088 " positioning the point cloud or line within the data set.\n"
29089 " Instructions for using the 3D widgets and the\n"
29090 " corresponding manual controls can be found in section 7.4.\n"
29091 " This filter operates on any type of data set, provided it\n"
29092 " has point-centered vectors. The output is polygonal data\n"
29093 " containing polylines. This filter is available on the\n"
29094 " Toolbar.</Documentation>\n"
29095 " <InputProperty clean_command=\"RemoveAllRestarts\"\n"
29096 " command=\"AddRestartConnection\"\n"
29097 " label=\"Restart Source\"\n"
29098 " multiple_input=\"0\"\n"
29099 " name=\"RestartSource\"\n"
29100 " panel_visibility=\"never\">\n"
29101 " <ProxyGroupDomain name=\"groups\">\n"
29102 " <Group name=\"sources\" />\n"
29103 " <Group name=\"filters\" />\n"
29104 " </ProxyGroupDomain>\n"
29105 " <DataTypeDomain name=\"input_type\">\n"
29106 " <DataType value=\"vtkDataSet\" />\n"
29107 " </DataTypeDomain>\n"
29108 " <Documentation>Specify the restart dataset. This is optional and\n"
29109 " can be used to have particle histories that were computed\n"
29110 " previously be included in this filter's computation.</Documentation>\n"
29111 " <Hints>\n"
29112 " <Optional />\n"
29113 " </Hints>\n"
29114 " </InputProperty>\n"
29115 " <IntVectorProperty command=\"SetClearCache\"\n"
29116 " default_values=\"0\"\n"
29117 " name=\"ClearCache\"\n"
29118 " number_of_elements=\"1\"\n"
29119 " panel_visibility=\"never\">\n"
29120 " <BooleanDomain name=\"bool\" />\n"
29121 " <Documentation>Clear the particle cache from previous time steps.\n"
29122 " </Documentation>\n"
29123 " </IntVectorProperty>\n"
29124 " <IntVectorProperty command=\"SetFirstTimeStep\"\n"
29125 " default_values=\"0\"\n"
29126 " name=\"FirstTimeStep\"\n"
29127 " number_of_elements=\"1\"\n"
29128 " panel_visibility=\"never\">\n"
29129 " <Documentation>Set the first time step. Default is 0.\n"
29130 " </Documentation>\n"
29131 " </IntVectorProperty>\n"
29132 " <IntVectorProperty command=\"SetRestartedSimulation\"\n"
29133 " default_values=\"0\"\n"
29134 " name=\"RestartedSimulation\"\n"
29135 " number_of_elements=\"1\"\n"
29136 " panel_visibility=\"never\">\n"
29137 " <BooleanDomain name=\"bool\" />\n"
29138 " <Documentation>Specify whether or not this is a restarted simulation.</Documentation>\n"
29139 " </IntVectorProperty>\n"
29140 " <IntVectorProperty command=\"SetDisableResetCache\"\n"
29141 " default_values=\"0\"\n"
29142 " name=\"DisableResetCache\"\n"
29143 " number_of_elements=\"1\"\n"
29144 " panel_visibility=\"never\">\n"
29145 " <BooleanDomain name=\"bool\" />\n"
29146 " <Documentation>Prevents cache from getting reset so that new computation\n"
29147 " always start from previous results.</Documentation>\n"
29148 " </IntVectorProperty>\n"
29149 " <!-- End vtkInSituPParticlePathFilter -->\n"
29150 " </SourceProxy>\n"
29151 " </ProxyGroup>\n"
29152 "</ServerManagerConfiguration>\n"
29153 "\n";
29154 // Get single string
29156 {
29157 
29158  const size_t len0 = strlen(paraview_server_managergeneral_mpi_filtersInterface0);
29159  size_t len = ( 0
29160  + len0 );
29161  char* res = new char[ len + 1];
29162  size_t offset = 0;
29164  assert(offset == len);
29165  res[offset] = 0;
29166  return res;
29167 }
29168 
29169 
29170 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/Conduit/Resources/proxies_conduit.xml
29172 "<ServerManagerConfiguration>\n"
29173 " <ProxyGroup name=\"sources\">\n"
29174 " <SourceProxy name=\"Conduit\" class=\"vtkConduitSource\">\n"
29175 " <Documentation>\n"
29176 " A data source that takes a Conduit node using the Mesh Blueprint\n"
29177 " to produce data.\n"
29178 " </Documentation>\n"
29179 " <DoubleVectorProperty information_only=\"1\"\n"
29180 " name=\"TimestepValues\"\n"
29181 " repeatable=\"1\">\n"
29182 " <TimeStepsInformationHelper />\n"
29183 " <Documentation>Available timestep values.</Documentation>\n"
29184 " </DoubleVectorProperty>\n"
29185 " </SourceProxy>\n"
29186 " </ProxyGroup>\n"
29187 "</ServerManagerConfiguration>\n"
29188 "\n";
29189 // Get single string
29191 {
29192 
29193  const size_t len0 = strlen(paraview_server_managerproxies_conduitInterface0);
29194  size_t len = ( 0
29195  + len0 );
29196  char* res = new char[ len + 1];
29197  size_t offset = 0;
29199  assert(offset == len);
29200  res[offset] = 0;
29201  return res;
29202 }
29203 
29204 
29205 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/CGNSWriter/resources/CGNSWriter.xml
29207 "<ServerManagerConfiguration>\n"
29208 " <ProxyGroup name=\"writers\">\n"
29209 " <!-- CGNSWriter -->\n"
29210 " <WriterProxy name=\"CGNSWriter\"\n"
29211 " class=\"vtkCGNSWriter\"\n"
29212 " label=\"CGNS Writer\">\n"
29213 " <Documentation short_help=\"Write a dataset in CGNS format.\"\n"
29214 " long_help=\"Write files stored in CGNS format.\">\n"
29215 " The CGNS writer writes files stored in CGNS format.\n"
29216 " The file extension is .cgns. The input of this reader is\n"
29217 " a structured grid, polygon data, unstructured grid or a multi-block\n"
29218 " dataset containing these data types.\n"
29219 " </Documentation>\n"
29220 "\n"
29221 " <InputProperty command=\"SetInputConnection\"\n"
29222 " name=\"Input\" >\n"
29223 "\n"
29224 " <DataTypeDomain composite_data_supported=\"1\"\n"
29225 " name=\"input_type\">\n"
29226 " <DataType value=\"vtkCompositeDataSet\" />\n"
29227 " <DataType value=\"vtkDataSet\" />\n"
29228 " </DataTypeDomain>\n"
29229 " <Documentation>The input filter/source whose output dataset is to\n"
29230 " written to the file.</Documentation>\n"
29231 " </InputProperty>\n"
29232 " <StringVectorProperty name=\"FileName\"\n"
29233 " command=\"SetFileName\"\n"
29234 " number_of_elements=\"1\">\n"
29235 " <Documentation>\n"
29236 " The name of the file to be written.\n"
29237 " </Documentation>\n"
29238 " </StringVectorProperty>\n"
29239 " <IntVectorProperty command=\"SetUseHDF5\"\n"
29240 " number_of_elements=\"1\"\n"
29241 " name=\"UseHDF5\"\n"
29242 " default_values=\"1\">\n"
29243 " <BooleanDomain name=\"bool\" />\n"
29244 " <Documentation>When UseHDF5 is turned ON, the CGNS file will use HDF5 as\n"
29245 " the underlying file format. When turned OFF, the file will use ADF as the\n"
29246 " underlying file format. HDF5 is preferred and default.\n"
29247 " </Documentation>\n"
29248 " </IntVectorProperty>\n"
29249 " <Hints>\n"
29250 " <Property name=\"Input\" show=\"0\"/>\n"
29251 " <Property name=\"FileName\" show=\"0\"/>\n"
29252 " <Property name=\"UseHDF5\" show=\"0\"/>\n"
29253 " <WriterFactory extensions=\"cgns\" file_description=\"CGNS Files\"/>\n"
29254 " </Hints>\n"
29255 "\n"
29256 " <!-- End of CGNSWriter -->\n"
29257 " </WriterProxy>\n"
29258 " </ProxyGroup>\n"
29259 "</ServerManagerConfiguration>\n"
29260 "\n";
29261 // Get single string
29263 {
29264 
29265  const size_t len0 = strlen(paraview_server_managerCGNSWriterInterface0);
29266  size_t len = ( 0
29267  + len0 );
29268  char* res = new char[ len + 1];
29269  size_t offset = 0;
29270  std::copy(paraview_server_managerCGNSWriterInterface0, paraview_server_managerCGNSWriterInterface0 + len0, res + offset); offset += len0;
29271  assert(offset == len);
29272  res[offset] = 0;
29273  return res;
29274 }
29275 
29276 
29277 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/CGNSReader/resources/CGNSReader.xml
29279 "<ServerManagerConfiguration>\n"
29280 " <ProxyGroup name=\"internal_sources\">\n"
29281 " <!-- CGNSReader -->\n"
29282 " <SourceProxy name=\"CGNSReader\"\n"
29283 " class=\"vtkCGNSReader\"\n"
29284 " label=\"CGNS Reader\">\n"
29285 " <Documentation short_help=\"Read a dataset in CGNS format.\"\n"
29286 " long_help=\"Read files stored in CGNS format.\">\n"
29287 " The CGNS reader reads files stored in CGNS format.\n"
29288 " The default file extension is .cgns. The output of this reader is\n"
29289 " a multi-block dataset.\n"
29290 " </Documentation>\n"
29291 "\n"
29292 " <StringVectorProperty name=\"BaseInfo\"\n"
29293 " command=\"GetBaseSelection\"\n"
29294 " number_of_elements_per_command=\"2\"\n"
29295 " information_only=\"1\"\n"
29296 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
29297 "\n"
29298 " <StringVectorProperty name=\"Bases\"\n"
29299 " command=\"GetBaseSelection\"\n"
29300 " information_property=\"BaseInfo\"\n"
29301 " number_of_elements_per_command=\"2\"\n"
29302 " element_types=\"2 0\"\n"
29303 " repeat_command=\"1\"\n"
29304 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
29305 " <ArraySelectionDomain name=\"array_list\">\n"
29306 " <RequiredProperties>\n"
29307 " <Property function=\"ArrayList\" name=\"BaseInfo\" />\n"
29308 " </RequiredProperties>\n"
29309 " </ArraySelectionDomain>\n"
29310 " </StringVectorProperty>\n"
29311 "\n"
29312 " <StringVectorProperty name=\"FamilyInfo\"\n"
29313 " command=\"GetFamilySelection\"\n"
29314 " number_of_elements_per_command=\"2\"\n"
29315 " information_only=\"1\"\n"
29316 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
29317 "\n"
29318 " <StringVectorProperty name=\"Families\"\n"
29319 " command=\"GetFamilySelection\"\n"
29320 " information_property=\"FamilyInfo\"\n"
29321 " number_of_elements_per_command=\"2\"\n"
29322 " element_types=\"2 0\"\n"
29323 " repeat_command=\"1\"\n"
29324 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
29325 " <ArraySelectionDomain name=\"array_list\">\n"
29326 " <RequiredProperties>\n"
29327 " <Property function=\"ArrayList\" name=\"FamilyInfo\" />\n"
29328 " </RequiredProperties>\n"
29329 " </ArraySelectionDomain>\n"
29330 " </StringVectorProperty>\n"
29331 "\n"
29332 " <StringVectorProperty name=\"PointArrayInfo\"\n"
29333 " information_only=\"1\">\n"
29334 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
29335 " </StringVectorProperty>\n"
29336 "\n"
29337 " <StringVectorProperty name=\"PointArrayStatus\"\n"
29338 " command=\"SetPointArrayStatus\"\n"
29339 " number_of_elements=\"0\"\n"
29340 " repeat_command=\"1\"\n"
29341 " number_of_elements_per_command=\"2\"\n"
29342 " element_types=\"2 0\"\n"
29343 " information_property=\"PointArrayInfo\"\n"
29344 " label=\"Point Arrays\"\n"
29345 " >\n"
29346 " <ArraySelectionDomain name=\"array_list\">\n"
29347 " <RequiredProperties>\n"
29348 " <Property name=\"PointArrayInfo\" function=\"ArrayList\" />\n"
29349 " </RequiredProperties>\n"
29350 " </ArraySelectionDomain>\n"
29351 " <Documentation>\n"
29352 " This property contains a list of the point-centered arrays to read.\n"
29353 " </Documentation>\n"
29354 " </StringVectorProperty>\n"
29355 "\n"
29356 " <StringVectorProperty name=\"CellArrayInfo\"\n"
29357 " information_only=\"1\">\n"
29358 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
29359 " </StringVectorProperty>\n"
29360 "\n"
29361 " <StringVectorProperty name=\"CellArrayStatus\"\n"
29362 " command=\"SetCellArrayStatus\"\n"
29363 " number_of_elements=\"0\"\n"
29364 " repeat_command=\"1\"\n"
29365 " number_of_elements_per_command=\"2\"\n"
29366 " element_types=\"2 0\"\n"
29367 " information_property=\"CellArrayInfo\"\n"
29368 " label=\"Cell Arrays\"\n"
29369 " >\n"
29370 " <ArraySelectionDomain name=\"array_list\">\n"
29371 " <RequiredProperties>\n"
29372 " <Property name=\"CellArrayInfo\" function=\"ArrayList\" />\n"
29373 " </RequiredProperties>\n"
29374 " </ArraySelectionDomain>\n"
29375 " <Documentation>\n"
29376 " This property contains a list of the cell-centered arrays to read.\n"
29377 " </Documentation>\n"
29378 " </StringVectorProperty>\n"
29379 "\n"
29380 " <IntVectorProperty name=\"LoadMesh\"\n"
29381 " command=\"SetLoadMesh\"\n"
29382 " number_of_elements=\"1\"\n"
29383 " default_values=\"1\">\n"
29384 " <BooleanDomain name=\"bool\" />\n"
29385 " <Documentation>\n"
29386 " Toggle whether zone mesh must be read for selected bases/families.\n"
29387 " </Documentation>\n"
29388 " </IntVectorProperty>\n"
29389 "\n"
29390 " <IntVectorProperty name=\"LoadPatches\"\n"
29391 " command=\"SetLoadBndPatch\"\n"
29392 " number_of_elements=\"1\"\n"
29393 " default_values=\"0\">\n"
29394 " <BooleanDomain name=\"bool\" />\n"
29395 " <Documentation>\n"
29396 " Toggle whether boundary condition patches must be read for selected\n"
29397 " bases/families.\n"
29398 " </Documentation>\n"
29399 " </IntVectorProperty>\n"
29400 "\n"
29401 " <IntVectorProperty name=\"DoublePrecisionMesh\"\n"
29402 " command=\"SetDoublePrecisionMesh\"\n"
29403 " number_of_elements=\"1\"\n"
29404 " animateable=\"0\"\n"
29405 " default_values=\"1\"\n"
29406 " label=\"Use Double Precision Mesh\"\n"
29407 " panel_visibility=\"advanced\">\n"
29408 " <BooleanDomain name=\"bool\" />\n"
29409 " <Documentation>\n"
29410 " Toggle whether to load mesh with double precision values or with floating values\n"
29411 " If unchecked, mesh coordinates are store on 32 bit so it has lower memory footprint.\n"
29412 " If checked, mesh coordinates are store on 64 bit so it has higher memory requirements.\n"
29413 " Changing this property may impact the loading performance\n"
29414 " since if the cgns file mesh precision and the wanted precision are different\n"
29415 " conversion will occur\n"
29416 " </Documentation>\n"
29417 " </IntVectorProperty>\n"
29418 "\n"
29419 " <IntVectorProperty name=\"CacheMesh\"\n"
29420 " command=\"SetCacheMesh\"\n"
29421 " number_of_elements=\"1\"\n"
29422 " animateable=\"0\"\n"
29423 " default_values=\"0\"\n"
29424 " label=\"Caching Mesh Points\"\n"
29425 " panel_visibility=\"advanced\">\n"
29426 " <BooleanDomain name=\"bool\" />\n"
29427 " <Documentation>\n"
29428 " Toggle whether to cache mesh points.\n"
29429 " If unchecked, mesh coordinates are read at every time step.\n"
29430 " If checked, mesh coordinates are store in the cache. When loading a new iteration,\n"
29431 " the mesh coordinates will be retrieved from the cache.\n"
29432 " Changing this property may impact the loading performance.\n"
29433 " </Documentation>\n"
29434 " </IntVectorProperty>\n"
29435 "\n"
29436 " <IntVectorProperty name=\"CacheConnectivity\"\n"
29437 " command=\"SetCacheConnectivity\"\n"
29438 " number_of_elements=\"1\"\n"
29439 " animateable=\"0\"\n"
29440 " default_values=\"0\"\n"
29441 " label=\"Caching Unstructured Mesh Connectivity\"\n"
29442 " panel_visibility=\"advanced\">\n"
29443 " <BooleanDomain name=\"bool\" />\n"
29444 " <Documentation>\n"
29445 " Toggle whether to cache mesh connectivity for unstructured meshes.\n"
29446 " If unchecked, mesh connectivity are read at every time step.\n"
29447 " If checked, mesh connectivity are store in the cache. When loading a new iteration,\n"
29448 " the mesh connectivity will be retrieved from the cache.\n"
29449 " Changing this property may impact the loading performance.\n"
29450 " </Documentation>\n"
29451 " </IntVectorProperty>\n"
29452 "\n"
29453 " <IntVectorProperty name=\"CreateEachSolutionAsBlock\"\n"
29454 " command=\"SetCreateEachSolutionAsBlock\"\n"
29455 " number_of_elements=\"1\"\n"
29456 " animateable=\"0\"\n"
29457 " default_values=\"0\"\n"
29458 " label=\"Each Solution As Block (Debug)\"\n"
29459 " panel_visibility=\"advanced\">\n"
29460 " <BooleanDomain name=\"bool\" />\n"
29461 " <Documentation>\n"
29462 " Toggle whether to load each Solution node under a zone separately.\n"
29463 " This is intended only for debug purpose\n"
29464 " </Documentation>\n"
29465 " </IntVectorProperty>\n"
29466 "\n"
29467 " <IntVectorProperty name=\"IgnoreFlowSolutionPointers\"\n"
29468 " command=\"SetIgnoreFlowSolutionPointers\"\n"
29469 " number_of_elements=\"1\"\n"
29470 " default_values=\"0\"\n"
29471 " label=\"Ignore FlowSolutionPointers\"\n"
29472 " panel_visibility=\"advanced\">\n"
29473 " <BooleanDomain name=\"bool\" />\n"
29474 " <Documentation>\n"
29475 " When checked, the reader will simply ignore **FlowSolutionPointers** in the\n"
29476 " CGNS file since they are either incomplete or invalid. To locate unsteady\n"
29477 " solution, the **UseUnsteadyPattern** option should then be activated.\n"
29478 " </Documentation>\n"
29479 " </IntVectorProperty>\n"
29480 "\n"
29481 " <IntVectorProperty name=\"UseUnsteadyPattern\"\n"
29482 " command=\"SetUseUnsteadyPattern\"\n"
29483 " number_of_elements=\"1\"\n"
29484 " default_values=\"0\"\n"
29485 " label=\"Use Unsteady Pattern on FlowSolution_t\"\n"
29486 " panel_visibility=\"advanced\">\n"
29487 " <BooleanDomain name=\"bool\" />\n"
29488 " <Documentation>\n"
29489 " When checked, the reader will use pattern matching to detect FlowSolution_t\n"
29490 " that are relevant for the current timestep. It rely on **FlowSolution_t**\n"
29491 " nodes being labelled as **...AtStep[tsindex]** to locate\n"
29492 " solution nodes for a specific timestep. Note, ***tsindex*** starts with 1.\n"
29493 " </Documentation>\n"
29494 " </IntVectorProperty>\n"
29495 "\n"
29496 " <!-- End CGNSReader -->\n"
29497 " </SourceProxy>\n"
29498 " </ProxyGroup>\n"
29499 "\n"
29500 " <ProxyGroup name=\"sources\">\n"
29501 " <!-- Begin CGNSSeriesReader -->\n"
29502 " <SourceProxy name=\"CGNSSeriesReader\"\n"
29503 " class=\"vtkCGNSFileSeriesReader\"\n"
29504 " label=\"CGNS Series Reader\"\n"
29505 " si_class=\"vtkSIMetaReaderProxy\">\n"
29506 " <Documentation\n"
29507 " short_help=\"Read a dataset in CGNS format.\"\n"
29508 " long_help=\"Read binary files stored in CGNS format.\">\n"
29509 " The CGNS reader reads binary files stored in CGNS format.\n"
29510 " The default file extension is .cgns. The output of this reader is\n"
29511 " a multi-block dataset.\n"
29512 " This reader also supports file series.\n"
29513 " </Documentation>\n"
29514 "\n"
29515 " <StringVectorProperty name=\"FileNameInfo\"\n"
29516 " command=\"GetCurrentFileName\"\n"
29517 " information_only=\"1\" >\n"
29518 " <SimpleStringInformationHelper />\n"
29519 " </StringVectorProperty>\n"
29520 "\n"
29521 " <StringVectorProperty name=\"FileNames\"\n"
29522 " clean_command=\"RemoveAllFileNames\"\n"
29523 " command=\"AddFileName\"\n"
29524 " number_of_elements=\"0\"\n"
29525 " repeat_command=\"1\"\n"
29526 " information_property=\"FileNameInfo\"\n"
29527 " panel_visibility=\"never\">\n"
29528 " <FileListDomain name=\"files\" />\n"
29529 " <Documentation>\n"
29530 " The list of files to be read by the reader. If more than 1 file is\n"
29531 " specified, the reader will switch to file series mode in which it will\n"
29532 " pretend that it can support time and provide 1 file per time step.\n"
29533 " </Documentation>\n"
29534 " </StringVectorProperty>\n"
29535 "\n"
29536 " <SubProxy command=\"SetReader\">\n"
29537 " <Proxy name=\"Reader\"\n"
29538 " proxygroup=\"internal_sources\"\n"
29539 " proxyname=\"CGNSReader\">\n"
29540 " </Proxy>\n"
29541 " <ExposedProperties>\n"
29542 " <Property name=\"BaseInfo\" />\n"
29543 " <Property name=\"Bases\" />\n"
29544 " <Property name=\"FamilyInfo\" />\n"
29545 " <Property name=\"Families\" />\n"
29546 " <Property name=\"CellArrayInfo\" />\n"
29547 " <Property name=\"CellArrayStatus\" />\n"
29548 " <Property name=\"PointArrayInfo\" />\n"
29549 " <Property name=\"PointArrayStatus\" />\n"
29550 " <Property name=\"LoadMesh\" />\n"
29551 " <Property name=\"LoadPatches\" />\n"
29552 " <Property name=\"DoublePrecisionMesh\" />\n"
29553 " <Property name=\"CacheMesh\" />\n"
29554 " <Property name=\"CacheConnectivity\" />\n"
29555 " <Property name=\"CreateEachSolutionAsBlock\" />\n"
29556 " <Property name=\"IgnoreFlowSolutionPointers\" />\n"
29557 " <Property name=\"UseUnsteadyPattern\" />\n"
29558 " </ExposedProperties>\n"
29559 " </SubProxy>\n"
29560 "\n"
29561 " <IntVectorProperty name=\"IgnoreReaderTime\"\n"
29562 " command=\"SetIgnoreReaderTime\"\n"
29563 " number_of_elements=\"1\"\n"
29564 " default_values=\"0\"\n"
29565 " panel_visibility=\"advanced\">\n"
29566 " <Documentation>\n"
29567 " When reading a file-series, if each file in the series does not provide correct time\n"
29568 " information, the reader will not be able to animate through the file series correctly.\n"
29569 " Check this to ignore the time information provided by each file.\n"
29570 " </Documentation>\n"
29571 " <BooleanDomain name=\"bool\" />\n"
29572 " </IntVectorProperty>\n"
29573 "\n"
29574 " <DoubleVectorProperty name=\"TimestepValues\"\n"
29575 " repeatable=\"1\"\n"
29576 " information_only=\"1\">\n"
29577 " <TimeStepsInformationHelper/>\n"
29578 " <Documentation>\n"
29579 " Available time step values.\n"
29580 " </Documentation>\n"
29581 " </DoubleVectorProperty>\n"
29582 "\n"
29583 " <Hints>\n"
29584 " <ReaderFactory extensions=\"cgns\"\n"
29585 " file_description=\"CGNS Files\" />\n"
29586 " </Hints>\n"
29587 "\n"
29588 " <!-- End of CGNSSeriesReader -->\n"
29589 " </SourceProxy>\n"
29590 " </ProxyGroup>\n"
29591 "</ServerManagerConfiguration>\n"
29592 "\n";
29593 // Get single string
29595 {
29596 
29597  const size_t len0 = strlen(paraview_server_managerCGNSReaderInterface0);
29598  size_t len = ( 0
29599  + len0 );
29600  char* res = new char[ len + 1];
29601  size_t offset = 0;
29602  std::copy(paraview_server_managerCGNSReaderInterface0, paraview_server_managerCGNSReaderInterface0 + len0, res + offset); offset += len0;
29603  assert(offset == len);
29604  res[offset] = 0;
29605  return res;
29606 }
29607 
29608 
29609 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Animation/Resources/animation.xml
29611 "<!-- Proxy definitions for Animation related proxies -->\n"
29612 "<ServerManagerConfiguration>\n"
29613 " <!-- ==================================================================== -->\n"
29614 " <ProxyGroup name=\"animation\">\n"
29615 " <Proxy name=\"AnimationCueBase\">\n"
29616 " <Documentation>Internal base interface for all animation\n"
29617 " cues.</Documentation>\n"
29618 " <IntVectorProperty command=\"SetTimeMode\"\n"
29619 " default_values=\"0\"\n"
29620 " name=\"TimeMode\"\n"
29621 " number_of_elements=\"1\">\n"
29622 " <EnumerationDomain name=\"enum\">\n"
29623 " <Entry text=\"Normalized\"\n"
29624 " value=\"0\" />\n"
29625 " <Entry text=\"Relative\"\n"
29626 " value=\"1\" />\n"
29627 " </EnumerationDomain>\n"
29628 " </IntVectorProperty>\n"
29629 " <DoubleVectorProperty command=\"SetStartTime\"\n"
29630 " default_values=\"0\"\n"
29631 " name=\"StartTime\"\n"
29632 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
29633 " <DoubleVectorProperty command=\"SetEndTime\"\n"
29634 " default_values=\"1\"\n"
29635 " name=\"EndTime\"\n"
29636 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
29637 " <IntVectorProperty command=\"SetAnimatedElement\"\n"
29638 " default_values=\"0\"\n"
29639 " name=\"AnimatedElement\"\n"
29640 " number_of_elements=\"1\"></IntVectorProperty>\n"
29641 " <IntVectorProperty command=\"SetEnabled\"\n"
29642 " default_values=\"1\"\n"
29643 " name=\"Enabled\"\n"
29644 " number_of_elements=\"1\">\n"
29645 " <BooleanDomain name=\"bool\" />\n"
29646 " <Documentation>Enables this animation cue.</Documentation>\n"
29647 " </IntVectorProperty>\n"
29648 " <!-- End of AnimationCueBase -->\n"
29649 " </Proxy>\n"
29650 " <ComparativeAnimationCueProxy class=\"vtkPVComparativeAnimationCue\"\n"
29651 " name=\"ComparativeAnimationCue\"\n"
29652 " processes=\"client\">\n"
29653 " <Documentation>Animation cue used by comparative views.</Documentation>\n"
29654 " <IntVectorProperty command=\"SetAnimatedElement\"\n"
29655 " default_values=\"0\"\n"
29656 " name=\"AnimatedElement\"\n"
29657 " number_of_elements=\"1\"></IntVectorProperty>\n"
29658 " <IntVectorProperty command=\"SetEnabled\"\n"
29659 " default_values=\"1\"\n"
29660 " name=\"Enabled\"\n"
29661 " number_of_elements=\"1\">\n"
29662 " <BooleanDomain name=\"bool\" />\n"
29663 " <Documentation>Enables this animation cue.</Documentation>\n"
29664 " </IntVectorProperty>\n"
29665 " <ProxyProperty argument_type=\"SMProxy\"\n"
29666 " clean_command=\"RemoveAnimatedProxy\"\n"
29667 " command=\"SetAnimatedProxy\"\n"
29668 " name=\"AnimatedProxy\">\n"
29669 " <ProxyGroupDomain name=\"groups\">\n"
29670 " <Group name=\"sources\" />\n"
29671 " <Group name=\"filters\" />\n"
29672 " </ProxyGroupDomain>\n"
29673 " </ProxyProperty>\n"
29674 " <StringVectorProperty command=\"SetAnimatedPropertyName\"\n"
29675 " name=\"AnimatedPropertyName\"\n"
29676 " number_of_elements=\"1\"></StringVectorProperty>\n"
29677 " <StringVectorProperty command=\"SetAnimatedDomainName\"\n"
29678 " name=\"AnimatedDomainName\"\n"
29679 " number_of_elements=\"1\"></StringVectorProperty>\n"
29680 " <!-- end of ComparativeAnimationCue -->\n"
29681 " </ComparativeAnimationCueProxy>\n"
29682 " <Proxy base_proxygroup=\"animation\"\n"
29683 " base_proxyname=\"AnimationCueBase\"\n"
29684 " class=\"vtkPVKeyFrameAnimationCueForProxies\"\n"
29685 " name=\"KeyFrameAnimationCue\"\n"
29686 " processes=\"client\">\n"
29687 " <Documentation>Animation cue with keyframes.</Documentation>\n"
29688 " <ProxyProperty argument_type=\"SMProxy\"\n"
29689 " clean_command=\"RemoveAnimatedProxy\"\n"
29690 " command=\"SetAnimatedProxy\"\n"
29691 " name=\"AnimatedProxy\">\n"
29692 " <ProxyGroupDomain name=\"groups\">\n"
29693 " <Group name=\"sources\" />\n"
29694 " <Group name=\"filters\" />\n"
29695 " </ProxyGroupDomain>\n"
29696 " </ProxyProperty>\n"
29697 " <StringVectorProperty command=\"SetAnimatedPropertyName\"\n"
29698 " name=\"AnimatedPropertyName\"\n"
29699 " number_of_elements=\"1\"></StringVectorProperty>\n"
29700 " <StringVectorProperty command=\"SetAnimatedDomainName\"\n"
29701 " name=\"AnimatedDomainName\"\n"
29702 " number_of_elements=\"1\"></StringVectorProperty>\n"
29703 " <ProxyProperty command=\"AddKeyFrame\"\n"
29704 " name=\"KeyFrames\"\n"
29705 " remove_command=\"RemoveKeyFrame\"\n"
29706 " repeat_command=\"1\">\n"
29707 " <ProxyGroupDomain name=\"groups\">\n"
29708 " <Group name=\"animation_keyframes\" />\n"
29709 " </ProxyGroupDomain>\n"
29710 " </ProxyProperty>\n"
29711 " <IntVectorProperty command=\"GetLastAddedKeyFrameIndex\"\n"
29712 " information_only=\"1\"\n"
29713 " name=\"LastAddedKeyFrameIndex\"></IntVectorProperty>\n"
29714 " <!-- End of KeyFrameAnimationCue -->\n"
29715 " </Proxy>\n"
29716 " <Proxy base_proxygroup=\"animation\"\n"
29717 " base_proxyname=\"AnimationCueBase\"\n"
29718 " class=\"vtkPVCameraAnimationCue\"\n"
29719 " name=\"CameraAnimationCue\"\n"
29720 " processes=\"client\">\n"
29721 " <Documentation>Animation cue which can be used for animating Camera using\n"
29722 " keyframes.</Documentation>\n"
29723 " <ProxyProperty command=\"SetView\"\n"
29724 " name=\"AnimatedProxy\"></ProxyProperty>\n"
29725 " <IntVectorProperty command=\"SetMode\"\n"
29726 " default_values=\"0\"\n"
29727 " name=\"Mode\"\n"
29728 " number_of_elements=\"1\">\n"
29729 " <EnumerationDomain name=\"enum\">\n"
29730 " <Entry text=\"Interpolate Camera\" value=\"0\" />\n"
29731 " <Entry text=\"Path-based\" value=\"1\" />\n"
29732 " <Entry text=\"Follow-data\" value=\"2\" />\n"
29733 " </EnumerationDomain>\n"
29734 " </IntVectorProperty>\n"
29735 " <IntVectorProperty command=\"SetInterpolationMode\"\n"
29736 " default_values=\"1\"\n"
29737 " name=\"Interpolation\"\n"
29738 " number_of_elements=\"1\">\n"
29739 " <EnumerationDomain name=\"enum\">\n"
29740 " <Entry text=\"Linear\" value=\"0\" />\n"
29741 " <Entry text=\"Spline\" value=\"1\" />\n"
29742 " </EnumerationDomain>\n"
29743 " </IntVectorProperty>\n"
29744 " <ProxyProperty command=\"AddKeyFrame\"\n"
29745 " name=\"KeyFrames\"\n"
29746 " remove_command=\"RemoveKeyFrame\"\n"
29747 " repeat_command=\"1\">\n"
29748 " <ProxyGroupDomain name=\"groups\">\n"
29749 " <Group name=\"animation_keyframes\" />\n"
29750 " </ProxyGroupDomain>\n"
29751 " </ProxyProperty>\n"
29752 " <IntVectorProperty command=\"GetLastAddedKeyFrameIndex\"\n"
29753 " information_only=\"1\"\n"
29754 " name=\"LastAddedKeyFrameIndex\">\n"
29755 " </IntVectorProperty>\n"
29756 " <ProxyProperty name=\"DataSource\"\n"
29757 " argument_type=\"SMProxy\"\n"
29758 " command=\"SetDataSourceProxy\">\n"
29759 " </ProxyProperty>\n"
29760 " <!-- End of CameraAnimationCue -->\n"
29761 " </Proxy>\n"
29762 " <Proxy base_proxygroup=\"animation\"\n"
29763 " base_proxyname=\"KeyFrameAnimationCue\"\n"
29764 " class=\"vtkPVKeyFrameAnimationCueForProxies\"\n"
29765 " name=\"TimeAnimationCue\"\n"
29766 " processes=\"client\">\n"
29767 " <Documentation>This is same as KeyFrameAnimationCue except that it has a\n"
29768 " new property \"UseAnimationTime\" which when set overrides the keyframes\n"
29769 " all together and directly uses the animation clock time to update the\n"
29770 " animated property.</Documentation>\n"
29771 " <IntVectorProperty command=\"SetUseAnimationTime\"\n"
29772 " default_values=\"1\"\n"
29773 " name=\"UseAnimationTime\"\n"
29774 " number_of_elements=\"1\">\n"
29775 " <BooleanDomain name=\"bool\" />\n"
29776 " <Documentation>When enabled, the animated property is directly updated\n"
29777 " with the value of the Animation clock. Default value it\n"
29778 " true.</Documentation>\n"
29779 " </IntVectorProperty>\n"
29780 " <!-- end of TimeAnimationCue -->\n"
29781 " </Proxy>\n"
29782 " <!--Scene -->\n"
29783 " <AnimationSceneProxy class=\"vtkSMAnimationScene\"\n"
29784 " name=\"AnimationScene\"\n"
29785 " processes=\"client\">\n"
29786 " <Documentation>Proxy for animation scene.</Documentation>\n"
29787 " <ProxyProperty argument_type=\"SMProxy\"\n"
29788 " clean_command=\"RemoveAllViewProxies\"\n"
29789 " command=\"AddViewProxy\"\n"
29790 " name=\"ViewModules\"\n"
29791 " repeat_command=\"1\">\n"
29792 " <ProxyGroupDomain name=\"groups\">\n"
29793 " <Group name=\"views\" />\n"
29794 " </ProxyGroupDomain>\n"
29795 " <Documentation>Add views to this scene. These are all the views that\n"
29796 " need to be updated when playing the animation.</Documentation>\n"
29797 " </ProxyProperty>\n"
29798 " <ProxyProperty command=\"AddCue\"\n"
29799 " name=\"Cues\"\n"
29800 " remove_command=\"RemoveCue\"\n"
29801 " repeat_command=\"1\">\n"
29802 " <ProxyGroupDomain name=\"groups\">\n"
29803 " <Group name=\"animation\" />\n"
29804 " </ProxyGroupDomain>\n"
29805 " <Documentation>Add cues to this scene.</Documentation>\n"
29806 " </ProxyProperty>\n"
29807 " <DoubleVectorProperty command=\"SetSceneTime\"\n"
29808 " default_values=\"none\"\n"
29809 " name=\"AnimationTime\"\n"
29810 " number_of_elements=\"1\" >\n"
29811 " <Documentation>Set the current animation time.</Documentation>\n"
29812 " </DoubleVectorProperty>\n"
29813 " <DoubleVectorProperty command=\"SetStartTime\"\n"
29814 " default_values=\"0.0\"\n"
29815 " label=\"Start Time\"\n"
29816 " name=\"StartTime\"\n"
29817 " number_of_elements=\"1\" >\n"
29818 " <Documentation>Set the start time for the animation\n"
29819 " scene.</Documentation>\n"
29820 " </DoubleVectorProperty>\n"
29821 " <DoubleVectorProperty command=\"SetEndTime\"\n"
29822 " default_values=\"1.0\"\n"
29823 " label=\"End Time\"\n"
29824 " name=\"EndTime\"\n"
29825 " number_of_elements=\"1\" >\n"
29826 " <Documentation>Set the end time for the animation\n"
29827 " scene.</Documentation>\n"
29828 " </DoubleVectorProperty>\n"
29829 " <IntVectorProperty command=\"SetLockStartTime\"\n"
29830 " default_values=\"0\"\n"
29831 " name=\"LockStartTime\"\n"
29832 " number_of_elements=\"1\">\n"
29833 " <BooleanDomain name=\"bool\" />\n"
29834 " <Documentation>When set the StartTime will not be changed when the data\n"
29835 " time steps change.</Documentation>\n"
29836 " </IntVectorProperty>\n"
29837 " <IntVectorProperty command=\"SetLockEndTime\"\n"
29838 " default_values=\"0\"\n"
29839 " name=\"LockEndTime\"\n"
29840 " number_of_elements=\"1\">\n"
29841 " <BooleanDomain name=\"bool\" />\n"
29842 " <Documentation>When set the EndTime will not be changed when the data\n"
29843 " time steps change.</Documentation>\n"
29844 " </IntVectorProperty>\n"
29845 " <ProxyProperty argument_type=\"SMProxy\"\n"
29846 " command=\"SetTimeKeeper\"\n"
29847 " name=\"TimeKeeper\">\n"
29848 " <Documentation>Set the time keeper. Time keeper is used to obtain the\n"
29849 " information about timesteps. This is required to play animation in\n"
29850 " \"Snap To Timesteps\" mode.</Documentation>\n"
29851 " </ProxyProperty>\n"
29852 " <IntVectorProperty command=\"SetLoop\"\n"
29853 " default_values=\"0\"\n"
29854 " name=\"Loop\"\n"
29855 " number_of_elements=\"1\">\n"
29856 " <BooleanDomain name=\"bool\" />\n"
29857 " <Documentation>Set to true to play the animation in a\n"
29858 " loop.</Documentation>\n"
29859 " </IntVectorProperty>\n"
29860 " <Property command=\"Play\"\n"
29861 " name=\"Play\" />\n"
29862 " <Property command=\"Stop\"\n"
29863 " name=\"Stop\" />\n"
29864 " <Property command=\"GoToNext\"\n"
29865 " name=\"GoToNext\" />\n"
29866 " <Property command=\"GoToPrevious\"\n"
29867 " name=\"GoToPrevious\" />\n"
29868 " <Property command=\"GoToFirst\"\n"
29869 " name=\"GoToFirst\" />\n"
29870 " <Property command=\"GoToLast\"\n"
29871 " name=\"GoToLast\" />\n"
29872 " <IntVectorProperty command=\"SetPlayMode\"\n"
29873 " default_values=\"0\"\n"
29874 " name=\"PlayMode\"\n"
29875 " number_of_elements=\"1\">\n"
29876 " <EnumerationDomain name=\"enum\">\n"
29877 " <Entry text=\"Sequence\"\n"
29878 " value=\"0\" />\n"
29879 " <Entry text=\"Real Time\"\n"
29880 " value=\"1\" />\n"
29881 " <Entry text=\"Snap To TimeSteps\"\n"
29882 " value=\"2\" />\n"
29883 " </EnumerationDomain>\n"
29884 " </IntVectorProperty>\n"
29885 " <IntVectorProperty command=\"SetNumberOfFrames\"\n"
29886 " default_values=\"10\"\n"
29887 " name=\"NumberOfFrames\"\n"
29888 " number_of_elements=\"1\">\n"
29889 " <IntRangeDomain min=\"1\"\n"
29890 " name=\"range\" />\n"
29891 " <Documentation>Set the number of frames in which to play the\n"
29892 " animation.</Documentation>\n"
29893 " </IntVectorProperty>\n"
29894 " <IntVectorProperty command=\"SetDuration\"\n"
29895 " default_values=\"10\"\n"
29896 " name=\"Duration\"\n"
29897 " number_of_elements=\"1\">\n"
29898 " <Documentation>Set the duration for playing the animation in\n"
29899 " seconds.</Documentation>\n"
29900 " </IntVectorProperty>\n"
29901 " <IntVectorProperty command=\"SetFramesPerTimestep\"\n"
29902 " default_values=\"1\"\n"
29903 " name=\"FramesPerTimestep\"\n"
29904 " number_of_elements=\"1\">\n"
29905 " <IntRangeDomain min=\"1\"\n"
29906 " name=\"range\" />\n"
29907 " <Documentation>The number of frames per timestep.</Documentation>\n"
29908 " </IntVectorProperty>\n"
29909 " <!-- End of AnimationScene -->\n"
29910 " </AnimationSceneProxy>\n"
29911 " <!-- End of animation -->\n"
29912 " </ProxyGroup>\n"
29913 " <!-- ==================================================================== -->\n"
29914 " <ProxyGroup name=\"animation_keyframes\">\n"
29915 " <!-- .................................................................. -->\n"
29916 " <Proxy class=\"vtkPVKeyFrame\"\n"
29917 " name=\"KeyFrame\"\n"
29918 " processes=\"client\">\n"
29919 " <DoubleVectorProperty command=\"SetKeyTime\"\n"
29920 " default_values=\"0.0\"\n"
29921 " name=\"KeyTime\"\n"
29922 " number_of_elements=\"1\">\n"
29923 " <DoubleRangeDomain max=\"1.0\"\n"
29924 " min=\"0.0\"\n"
29925 " name=\"range\" />\n"
29926 " </DoubleVectorProperty>\n"
29927 " <DoubleVectorProperty clean_command=\"RemoveAllKeyValues\"\n"
29928 " command=\"SetKeyValue\"\n"
29929 " default_values=\"0.0\"\n"
29930 " name=\"KeyValues\"\n"
29931 ;
29932 
29933 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Animation/Resources/animation.xml
29935 " number_of_elements=\"1\"\n"
29936 " number_of_elements_per_command=\"1\"\n"
29937 " repeat_command=\"1\"\n"
29938 " use_index=\"1\"></DoubleVectorProperty>\n"
29939 " </Proxy>\n"
29940 " <!-- .................................................................. -->\n"
29941 " <Proxy base_proxygroup=\"animation_keyframes\"\n"
29942 " base_proxyname=\"KeyFrame\"\n"
29943 " class=\"vtkPVCompositeKeyFrame\"\n"
29944 " name=\"CompositeKeyFrame\"\n"
29945 " processes=\"client\">\n"
29946 " <IntVectorProperty command=\"SetType\"\n"
29947 " default_values=\"2\"\n"
29948 " label=\"Interpolation\"\n"
29949 " name=\"Type\"\n"
29950 " number_of_elements=\"1\">\n"
29951 " <EnumerationDomain name=\"enum\">\n"
29952 " <Entry text=\"Boolean\"\n"
29953 " value=\"1\" />\n"
29954 " <Entry text=\"Ramp\"\n"
29955 " value=\"2\" />\n"
29956 " <Entry text=\"Exponential\"\n"
29957 " value=\"3\" />\n"
29958 " <Entry text=\"Sinusoid\"\n"
29959 " value=\"4\" />\n"
29960 " </EnumerationDomain>\n"
29961 " </IntVectorProperty>\n"
29962 " <DoubleVectorProperty command=\"SetBase\"\n"
29963 " default_values=\"2.0\"\n"
29964 " name=\"Base\"\n"
29965 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
29966 " <DoubleVectorProperty command=\"SetStartPower\"\n"
29967 " default_values=\"0.0\"\n"
29968 " name=\"StartPower\"\n"
29969 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
29970 " <DoubleVectorProperty command=\"SetEndPower\"\n"
29971 " default_values=\"1.0\"\n"
29972 " name=\"EndPower\"\n"
29973 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
29974 " <DoubleVectorProperty command=\"SetPhase\"\n"
29975 " default_values=\"0.0\"\n"
29976 " name=\"Phase\"\n"
29977 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
29978 " <DoubleVectorProperty command=\"SetFrequency\"\n"
29979 " default_values=\"1.0\"\n"
29980 " name=\"Frequency\"\n"
29981 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
29982 " <DoubleVectorProperty command=\"SetOffset\"\n"
29983 " default_values=\"0.0\"\n"
29984 " name=\"Offset\"\n"
29985 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
29986 " <!-- End of CompositeKeyFrame -->\n"
29987 " </Proxy>\n"
29988 " <!-- .................................................................. -->\n"
29989 " <Proxy base_proxygroup=\"animation_keyframes\"\n"
29990 " base_proxyname=\"KeyFrame\"\n"
29991 " class=\"vtkPVBooleanKeyFrame\"\n"
29992 " name=\"BooleanKeyFrame\"\n"
29993 " processes=\"client\"></Proxy>\n"
29994 " <!-- .................................................................. -->\n"
29995 " <Proxy base_proxygroup=\"animation_keyframes\"\n"
29996 " base_proxyname=\"KeyFrame\"\n"
29997 " class=\"vtkPVRampKeyFrame\"\n"
29998 " name=\"RampKeyFrame\"\n"
29999 " processes=\"client\"></Proxy>\n"
30000 " <!-- .................................................................. -->\n"
30001 " <Proxy base_proxygroup=\"animation_keyframes\"\n"
30002 " base_proxyname=\"KeyFrame\"\n"
30003 " class=\"vtkPVExponentialKeyFrame\"\n"
30004 " name=\"ExponentialKeyFrame\"\n"
30005 " processes=\"client\">\n"
30006 " <DoubleVectorProperty command=\"SetBase\"\n"
30007 " default_values=\"2.0\"\n"
30008 " name=\"Base\"\n"
30009 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
30010 " <DoubleVectorProperty command=\"SetStartPower\"\n"
30011 " default_values=\"0.0\"\n"
30012 " name=\"StartPower\"\n"
30013 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
30014 " <DoubleVectorProperty command=\"SetEndPower\"\n"
30015 " default_values=\"1.0\"\n"
30016 " name=\"EndPower\"\n"
30017 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
30018 " </Proxy>\n"
30019 " <!-- .................................................................. -->\n"
30020 " <Proxy base_proxygroup=\"animation_keyframes\"\n"
30021 " base_proxyname=\"KeyFrame\"\n"
30022 " class=\"vtkPVSinusoidKeyFrame\"\n"
30023 " name=\"SinusoidKeyFrame\"\n"
30024 " processes=\"client\">\n"
30025 " <DoubleVectorProperty command=\"SetPhase\"\n"
30026 " default_values=\"0.0\"\n"
30027 " name=\"Phase\"\n"
30028 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
30029 " <DoubleVectorProperty command=\"SetFrequency\"\n"
30030 " default_values=\"1.0\"\n"
30031 " name=\"Frequency\"\n"
30032 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
30033 " <DoubleVectorProperty command=\"SetOffset\"\n"
30034 " default_values=\"0.0\"\n"
30035 " name=\"Offset\"\n"
30036 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
30037 " </Proxy>\n"
30038 " <!-- .................................................................. -->\n"
30039 " <Proxy base_proxygroup=\"animation_keyframes\"\n"
30040 " base_proxyname=\"KeyFrame\"\n"
30041 " class=\"vtkPVCameraKeyFrame\"\n"
30042 " name=\"CameraKeyFrame\"\n"
30043 " processes=\"client\">\n"
30044 " <DoubleVectorProperty command=\"SetPosition\"\n"
30045 " default_values=\"0.0 0.0 0.0\"\n"
30046 " name=\"Position\"\n"
30047 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
30048 " <DoubleVectorProperty command=\"SetFocalPoint\"\n"
30049 " default_values=\"0.0 0.0 0.0\"\n"
30050 " name=\"FocalPoint\"\n"
30051 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
30052 " <DoubleVectorProperty command=\"SetViewUp\"\n"
30053 " default_values=\"0.0 1.0 0.0\"\n"
30054 " name=\"ViewUp\"\n"
30055 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
30056 " <DoubleVectorProperty command=\"SetViewAngle\"\n"
30057 " default_values=\"30\"\n"
30058 " name=\"ViewAngle\"\n"
30059 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
30060 " <DoubleVectorProperty command=\"SetParallelScale\"\n"
30061 " default_values=\"1.0\"\n"
30062 " name=\"ParallelScale\"\n"
30063 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
30064 " <!-- These are properties for the new style camera interpolation\n"
30065 " using path\n"
30066 " -->\n"
30067 " <DoubleVectorProperty clean_command=\"ClearPositionPath\"\n"
30068 " command=\"AddPositionPathPoint\"\n"
30069 " default_values=\"5 0 0 5 5 0 5 0 0\"\n"
30070 " name=\"PositionPathPoints\"\n"
30071 " number_of_elements=\"9\"\n"
30072 " number_of_elements_per_command=\"3\"\n"
30073 " repeat_command=\"1\"></DoubleVectorProperty>\n"
30074 " <DoubleVectorProperty clean_command=\"ClearFocalPath\"\n"
30075 " command=\"AddFocalPathPoint\"\n"
30076 " default_values=\"0 0 0 1 0 0\"\n"
30077 " name=\"FocalPathPoints\"\n"
30078 " number_of_elements=\"6\"\n"
30079 " number_of_elements_per_command=\"3\"\n"
30080 " repeat_command=\"1\"></DoubleVectorProperty>\n"
30081 " <IntVectorProperty command=\"SetPositionMode\"\n"
30082 " default_values=\"0\"\n"
30083 " name=\"PositionMode\"\n"
30084 " number_of_elements=\"1\">\n"
30085 " <EnumerationDomain name=\"enum\">\n"
30086 " <Entry text=\"Path\"\n"
30087 " value=\"0\" />\n"
30088 " <Entry text=\"FixedDirection\"\n"
30089 " value=\"1\" />\n"
30090 " <Entry text=\"LookAhead\"\n"
30091 " value=\"2\" />\n"
30092 " <Entry text=\"Orthogonal\"\n"
30093 " value=\"3\" />\n"
30094 " </EnumerationDomain>\n"
30095 " </IntVectorProperty>\n"
30096 " <IntVectorProperty command=\"SetFocalPointMode\"\n"
30097 " default_values=\"0\"\n"
30098 " name=\"FocalPointMode\"\n"
30099 " number_of_elements=\"1\">\n"
30100 " <EnumerationDomain name=\"enum\">\n"
30101 " <Entry text=\"Path\"\n"
30102 " value=\"0\" />\n"
30103 " <Entry text=\"FixedDirection\"\n"
30104 " value=\"1\" />\n"
30105 " <Entry text=\"LookAhead\"\n"
30106 " value=\"2\" />\n"
30107 " <Entry text=\"Orthogonal\"\n"
30108 " value=\"3\" />\n"
30109 " </EnumerationDomain>\n"
30110 " </IntVectorProperty>\n"
30111 " <IntVectorProperty command=\"SetClosedFocalPath\"\n"
30112 " default_values=\"0\"\n"
30113 " name=\"ClosedFocalPath\"\n"
30114 " number_of_elements=\"1\">\n"
30115 " <BooleanDomain name=\"bool\" />\n"
30116 " </IntVectorProperty>\n"
30117 " <IntVectorProperty command=\"SetClosedPositionPath\"\n"
30118 " default_values=\"0\"\n"
30119 " name=\"ClosedPositionPath\"\n"
30120 " number_of_elements=\"1\">\n"
30121 " <BooleanDomain name=\"bool\" />\n"
30122 " </IntVectorProperty>\n"
30123 " <!-- end of CameraKeyFrame -->\n"
30124 " </Proxy>\n"
30125 " <!-- end of keyframes -->\n"
30126 " </ProxyGroup>\n"
30127 " <!-- ==================================================================== -->\n"
30128 " <ProxyGroup name=\"animation_writers\">\n"
30129 " <Proxy name=\"JPEG\" class=\"vtkJPEGWriter\" process=\"client\"\n"
30130 " base_proxygroup=\"screenshot_writers\"\n"
30131 " base_proxyname=\"JPEG\">\n"
30132 " <StringVectorProperty name=\"SuffixFormat\"\n"
30133 " number_of_elements=\"1\"\n"
30134 " default_values=\".%04d\">\n"
30135 " <Documentation>\n"
30136 " Specify the suffix format string to use to add a suffix to the output\n"
30137 " filenames based on the current timestep number.\n"
30138 " </Documentation>\n"
30139 " </StringVectorProperty>\n"
30140 " </Proxy>\n"
30141 " <Proxy name=\"PNG\" class=\"vtkPNGWriter\" process=\"client\"\n"
30142 " base_proxygroup=\"screenshot_writers\"\n"
30143 " base_proxyname=\"PNG\">\n"
30144 " <StringVectorProperty name=\"SuffixFormat\"\n"
30145 " number_of_elements=\"1\"\n"
30146 " default_values=\".%04d\">\n"
30147 " <Documentation>\n"
30148 " Specify the suffix format string to use to add a suffix to the output\n"
30149 " filenames based on the current timestep number.\n"
30150 " </Documentation>\n"
30151 " </StringVectorProperty>\n"
30152 " </Proxy>\n"
30153 " <Proxy name=\"TIFF\" class=\"vtkTIFFWriter\" process=\"client\"\n"
30154 " base_proxygroup=\"screenshot_writers\"\n"
30155 " base_proxyname=\"TIFF\">\n"
30156 " <StringVectorProperty name=\"SuffixFormat\"\n"
30157 " number_of_elements=\"1\"\n"
30158 " default_values=\".%04d\">\n"
30159 " <Documentation>\n"
30160 " Specify the suffix format string to use to add a suffix to the output\n"
30161 " filenames based on the current timestep number.\n"
30162 " </Documentation>\n"
30163 " </StringVectorProperty>\n"
30164 " </Proxy>\n"
30165 " <Proxy name=\"BMP\" class=\"vtkBMPWriter\" process=\"client\"\n"
30166 " base_proxygroup=\"screenshot_writers\"\n"
30167 " base_proxyname=\"BMP\">\n"
30168 " <StringVectorProperty name=\"SuffixFormat\"\n"
30169 " number_of_elements=\"1\"\n"
30170 " default_values=\".%04d\">\n"
30171 " <Documentation>\n"
30172 " Specify the suffix format string to use to add a suffix to the output\n"
30173 " filenames based on the current timestep number.\n"
30174 " </Documentation>\n"
30175 " </StringVectorProperty>\n"
30176 " </Proxy>\n"
30177 " </ProxyGroup>\n"
30178 "\n"
30179 " <!-- ==================================================================== -->\n"
30180 " <ProxyGroup name=\"misc\">\n"
30181 " <!-- .................................................................. -->\n"
30182 " <Proxy class=\"vtkPVRepresentationAnimationHelper\"\n"
30183 " name=\"RepresentationAnimationHelper\"\n"
30184 " processes=\"client\">\n"
30185 " <Documentation>Used to help in animation representation\n"
30186 " properties.</Documentation>\n"
30187 " <ProxyProperty argument_type=\"SMProxy\"\n"
30188 " command=\"SetSourceProxy\"\n"
30189 " name=\"Source\" />\n"
30190 " <IntVectorProperty command=\"SetVisibility\"\n"
30191 " default_values=\"none\"\n"
30192 " is_internal=\"1\"\n"
30193 " name=\"Visibility\"\n"
30194 " number_of_elements=\"1\">\n"
30195 " <BooleanDomain name=\"bool\" />\n"
30196 " </IntVectorProperty>\n"
30197 " <DoubleVectorProperty command=\"SetOpacity\"\n"
30198 " default_values=\"none\"\n"
30199 " is_internal=\"1\"\n"
30200 " name=\"Opacity\"\n"
30201 " number_of_elements=\"1\">\n"
30202 " <DoubleRangeDomain max=\"1.0\"\n"
30203 " min=\"0.0\"\n"
30204 " name=\"range\" />\n"
30205 " </DoubleVectorProperty>\n"
30206 " <!-- End of RepresentationAnimationHelper -->\n"
30207 " </Proxy>\n"
30208 " </ProxyGroup>\n"
30209 "\n"
30210 " <ProxyGroup name=\"misc\">\n"
30211 " <!-- .................................................................. -->\n"
30212 " <SaveAnimationProxy name=\"SaveAnimation\" processes=\"client\"\n"
30213 " label=\"Save Animation\"\n"
30214 " base_proxygroup=\"misc\"\n"
30215 " base_proxyname=\"SaveScreenshotBase\">\n"
30216 "\n"
30217 " <ProxyProperty name=\"Format\">\n"
30218 " <ProxyListDomain name=\"proxy_list\">\n"
30219 " <Group name=\"animation_writers\" />\n"
30220 " </ProxyListDomain>\n"
30221 " <Hints>\n"
30222 " <ProxySelectionWidget enabled=\"0\" />\n"
30223 " </Hints>\n"
30224 " </ProxyProperty>\n"
30225 "\n"
30226 " <ProxyProperty name=\"AnimationScene\" panel_visibility=\"never\" />\n"
30227 "\n"
30228 " <IntVectorProperty name=\"FrameRate\"\n"
30229 " number_of_elements=\"1\"\n"
30230 " default_values=\"1\"\n"
30231 " panel_visibility=\"advanced\">\n"
30232 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
30233 " <Documentation>\n"
30234 " Frame rate in frames-per-second (FPS).\n"
30235 " </Documentation>\n"
30236 " </IntVectorProperty>\n"
30237 "\n"
30238 " <IntVectorProperty name=\"FrameWindow\"\n"
30239 " number_of_elements=\"2\"\n"
30240 " default_values=\"none\"\n"
30241 " panel_visibility=\"advanced\">\n"
30242 " <AnimationFrameWindowDomain name=\"range\" default_mode=\"min,max\">\n"
30243 " <RequiredProperties>\n"
30244 " <Property name=\"AnimationScene\" function=\"AnimationScene\" />\n"
30245 " <Property name=\"FrameRate\" function=\"FrameRate\" />\n"
30246 " </RequiredProperties>\n"
30247 " </AnimationFrameWindowDomain>\n"
30248 " <Documentation>\n"
30249 " Specify a window to save only a part of the animation.\n"
30250 " </Documentation>\n"
30251 " </IntVectorProperty>\n"
30252 "\n"
30253 " <PropertyGroup label=\"Size and Scaling\">\n"
30254 " <Property name=\"SaveAllViews\" />\n"
30255 " <Property name=\"ImageResolution\" />\n"
30256 " <Property name=\"FontScaling\" />\n"
30257 " </PropertyGroup>\n"
30258 "\n"
30259 " <PropertyGroup label=\"Separator Options\" >\n"
30260 " <Property name=\"SeparatorWidth\" />\n"
30261 " <Property name=\"SeparatorColor\" />\n"
30262 " </PropertyGroup>\n"
30263 "\n"
30264 " <PropertyGroup label=\"Coloring\">\n"
30265 " <Property name=\"OverrideColorPalette\" />\n"
30266 ;
30267 
30268 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Animation/Resources/animation.xml
30270 " <Property name=\"StereoMode\" />\n"
30271 " <Property name=\"TransparentBackground\" />\n"
30272 " </PropertyGroup>\n"
30273 "\n"
30274 " <PropertyGroup label=\"File Options\">\n"
30275 " <Property name=\"Format\" />\n"
30276 " </PropertyGroup>\n"
30277 " <!--\n"
30278 " FIXME:\n"
30279 " <PropertyGroup label=\"Compression Options\">\n"
30280 " <Property name=\"ImageQuality\" />\n"
30281 " </PropertyGroup>\n"
30282 " -->\n"
30283 "\n"
30284 " <PropertyGroup label=\"Animation Options\">\n"
30285 " <Property name=\"FrameRate\" />\n"
30286 " <Property name=\"FrameWindow\" />\n"
30287 " </PropertyGroup>\n"
30288 "\n"
30289 " </SaveAnimationProxy>\n"
30290 "\n"
30291 " <SaveAnimationExtractsProxy name=\"SaveAnimationExtracts\" processes=\"client\">\n"
30292 "\n"
30293 " <StringVectorProperty name=\"ExtractsOutputDirectory\"\n"
30294 " number_of_elements=\"1\"\n"
30295 " default_values=\"extracts\">\n"
30296 " <Documentation>\n"
30297 " Choose directory under which to save all extracts.\n"
30298 " </Documentation>\n"
30299 " <FileListDomain name=\"directory\" />\n"
30300 " <Hints>\n"
30301 " <UseDirectoryName />\n"
30302 " <AcceptAnyFile />\n"
30303 " </Hints>\n"
30304 " </StringVectorProperty>\n"
30305 "\n"
30306 " <IntVectorProperty name=\"GenerateCinemaSpecification\"\n"
30307 " number_of_elements=\"1\"\n"
30308 " default_values=\"0\">\n"
30309 " <Documentation>\n"
30310 " Generate Cinema specification to summarize generated extracts in a file named\n"
30311 " **data.csv** under the **Extracts Output Directory**.\n"
30312 " </Documentation>\n"
30313 " <BooleanDomain name=\"bool\" />\n"
30314 " </IntVectorProperty>\n"
30315 " <Hints>\n"
30316 " <UseDocumentationForLabels />\n"
30317 " </Hints>\n"
30318 " </SaveAnimationExtractsProxy>\n"
30319 " </ProxyGroup>\n"
30320 "</ServerManagerConfiguration>\n"
30321 "\n";
30322 // Get single string
30324 {
30325 
30326  const size_t len0 = strlen(paraview_server_manageranimationInterface0);
30327  const size_t len1 = strlen(paraview_server_manageranimationInterface1);
30328  const size_t len2 = strlen(paraview_server_manageranimationInterface2);
30329  size_t len = ( 0
30330  + len0
30331  + len1
30332  + len2 );
30333  char* res = new char[ len + 1];
30334  size_t offset = 0;
30335  std::copy(paraview_server_manageranimationInterface0, paraview_server_manageranimationInterface0 + len0, res + offset); offset += len0;
30336  std::copy(paraview_server_manageranimationInterface1, paraview_server_manageranimationInterface1 + len1, res + offset); offset += len1;
30337  std::copy(paraview_server_manageranimationInterface2, paraview_server_manageranimationInterface2 + len2, res + offset); offset += len2;
30338  assert(offset == len);
30339  res[offset] = 0;
30340  return res;
30341 }
30342 
30343 
30344 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Animation/Resources/writers_animation.xml
30346 "<ServerManagerConfiguration>\n"
30347 " <ProxyGroup name=\"writers\">\n"
30348 " <!-- ================================================================= -->\n"
30349 " <SourceProxy class=\"vtkXMLPVAnimationWriter\"\n"
30350 " name=\"XMLPVAnimationWriter\">\n"
30351 " <Documentation>Internal writer proxy used when saving animation geometry\n"
30352 " to save all parts of the current source to the file with pieces spread\n"
30353 " across the server processes.</Documentation>\n"
30354 " <InputProperty clean_command=\"RemoveAllRepresentations\"\n"
30355 " command=\"AddRepresentation\"\n"
30356 " name=\"Representations\"\n"
30357 " repeat_command=\"1\"\n"
30358 " si_class=\"vtkSIXMLAnimationWriterRepresentationProperty\">\n"
30359 " <Documentation>The input filter/source whose output dataset is to\n"
30360 " written to the file.</Documentation>\n"
30361 " </InputProperty>\n"
30362 " <StringVectorProperty command=\"SetFileName\"\n"
30363 " name=\"FileName\">\n"
30364 " <Documentation>Name of the file to write.</Documentation>\n"
30365 " </StringVectorProperty>\n"
30366 " <Property command=\"Start\"\n"
30367 " name=\"Start\">\n"
30368 " <Documentation>Used to begin writing of the animation</Documentation>\n"
30369 " </Property>\n"
30370 " <DoubleVectorProperty command=\"WriteTime\"\n"
30371 " default_values=\"0.0\"\n"
30372 " is_internal=\"1\"\n"
30373 " name=\"WriteTime\"\n"
30374 " number_of_elements=\"1\">\n"
30375 " <DoubleRangeDomain min=\"0\"\n"
30376 " name=\"range\" />\n"
30377 " <Documentation>Write each time step in the animation</Documentation>\n"
30378 " </DoubleVectorProperty>\n"
30379 " <Property command=\"Finish\"\n"
30380 " name=\"Finish\">\n"
30381 " <Documentation>Finish writing animation</Documentation>\n"
30382 " </Property>\n"
30383 " <IntVectorProperty command=\"GetErrorCode\"\n"
30384 " information_only=\"1\"\n"
30385 " name=\"ErrorCode\"></IntVectorProperty>\n"
30386 " <Hints>\n"
30387 " <Property name=\"Input\"\n"
30388 " show=\"0\" />\n"
30389 " <Property name=\"FileName\"\n"
30390 " show=\"0\" />\n"
30391 " </Hints>\n"
30392 " <!-- End of XMLPVAnimationWriter -->\n"
30393 " </SourceProxy>\n"
30394 " </ProxyGroup>\n"
30395 "</ServerManagerConfiguration>\n"
30396 "\n";
30397 // Get single string
30399 {
30400 
30401  const size_t len0 = strlen(paraview_server_managerwriters_animationInterface0);
30402  size_t len = ( 0
30403  + len0 );
30404  char* res = new char[ len + 1];
30405  size_t offset = 0;
30407  assert(offset == len);
30408  res[offset] = 0;
30409  return res;
30410 }
30411 
30412 
30413 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Animation/Resources/animation_python.xml
30415 "<ServerManagerConfiguration>\n"
30416 " <!-- =================================================================== -->\n"
30417 " <ProxyGroup name=\"animation\">\n"
30418 " <Proxy class=\"vtkPythonAnimationCue\"\n"
30419 " name=\"PythonAnimationCue\"\n"
30420 " processes=\"client\">\n"
30421 " <Documentation>Animation cue that can use python script for\n"
30422 " animation.</Documentation>\n"
30423 " <IntVectorProperty command=\"SetEnabled\"\n"
30424 " default_values=\"1\"\n"
30425 " name=\"Enabled\"\n"
30426 " number_of_elements=\"1\">\n"
30427 " <BooleanDomain name=\"bool\" />\n"
30428 " <Documentation>Enables this animation cue.</Documentation>\n"
30429 " </IntVectorProperty>\n"
30430 " <IntVectorProperty command=\"SetTimeMode\"\n"
30431 " default_values=\"0\"\n"
30432 " name=\"TimeMode\"\n"
30433 " number_of_elements=\"1\">\n"
30434 " <EnumerationDomain name=\"enum\">\n"
30435 " <Entry text=\"Normalized\"\n"
30436 " value=\"0\" />\n"
30437 " <Entry text=\"Relative\"\n"
30438 " value=\"1\" />\n"
30439 " </EnumerationDomain>\n"
30440 " </IntVectorProperty>\n"
30441 " <DoubleVectorProperty command=\"SetStartTime\"\n"
30442 " default_values=\"0\"\n"
30443 " name=\"StartTime\"\n"
30444 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
30445 " <DoubleVectorProperty command=\"SetEndTime\"\n"
30446 " default_values=\"1\"\n"
30447 " name=\"EndTime\"\n"
30448 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
30449 " <StringVectorProperty command=\"SetScript\"\n"
30450 " default_values=\"def start_cue(self): pass&#xa;&#xa;def tick(self): pass&#xa;&#xa;def end_cue(self): pass\"\n"
30451 " name=\"Script\"\n"
30452 " number_of_elements=\"1\">\n"
30453 " <Hints>\n"
30454 " <Widget type=\"multi_line\" />\n"
30455 " </Hints>\n"
30456 " <Documentation>This property contains the text for the script to\n"
30457 " execute.</Documentation>\n"
30458 " </StringVectorProperty>\n"
30459 " <!-- end of PythonAnimationCue -->\n"
30460 " </Proxy>\n"
30461 " </ProxyGroup>\n"
30462 "</ServerManagerConfiguration>\n"
30463 "\n";
30464 // Get single string
30466 {
30467 
30468  const size_t len0 = strlen(paraview_server_manageranimation_pythonInterface0);
30469  size_t len = ( 0
30470  + len0 );
30471  char* res = new char[ len + 1];
30472  size_t offset = 0;
30474  assert(offset == len);
30475  res[offset] = 0;
30476  return res;
30477 }
30478 
30479 
30480 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Animation/Resources/animation_oggtheora.xml
30482 "<!-- Proxy definitions for OggTheora writer -->\n"
30483 "<ServerManagerConfiguration>\n"
30484 " <ProxyGroup name=\"animation_writers\">\n"
30485 " <Proxy name=\"OggTheora\" class=\"vtkOggTheoraWriter\" processes=\"client\" label=\"Ogg-Theora\">\n"
30486 " <Documentation>\n"
30487 " Writer for saving ogv files.\n"
30488 " </Documentation>\n"
30489 "\n"
30490 " <IntVectorProperty name=\"Quality\"\n"
30491 " command=\"SetQuality\"\n"
30492 " number_of_elements=\"1\"\n"
30493 " default_values=\"2\">\n"
30494 " <Documentation>\n"
30495 " Specify the compression quality. **0** is worst quality (smallest file size),\n"
30496 " and **2** is best quality (largest file size).\n"
30497 " </Documentation>\n"
30498 " <EnumerationDomain name=\"enum\">\n"
30499 " <Entry text=\"0\" value=\"0\" info=\"worst quality, smaller file\" />\n"
30500 " <Entry text=\"1\" value=\"1\" />\n"
30501 " <Entry text=\"2\" value=\"2\" info=\"best quality, larger file\" />\n"
30502 " </EnumerationDomain>\n"
30503 " <Hints>\n"
30504 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"enabled_state\" property=\"Compression\" value=\"1\" />\n"
30505 " </Hints>\n"
30506 " </IntVectorProperty>\n"
30507 "\n"
30508 " <IntVectorProperty name=\"FrameRate\"\n"
30509 " command=\"SetRate\"\n"
30510 " number_of_elements=\"1\"\n"
30511 " default_values=\"15\"\n"
30512 " panel_visibility=\"never\">\n"
30513 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
30514 " <Documentation>\n"
30515 " Specify the frame rate in frames-per-second.\n"
30516 " </Documentation>\n"
30517 " <!-- ideally, this property is not hidden and we remove the \"FrameRate\"\n"
30518 " property on \"SaveAnimation\" proxy. However, the way the frame-window stuff is managed currently\n"
30519 " makes this hard. We need to rework frame-windowing logic too.\n"
30520 " -->\n"
30521 " </IntVectorProperty>\n"
30522 "\n"
30523 " <IntVectorProperty name=\"UseSubsampling\"\n"
30524 " command=\"SetSubsampling\"\n"
30525 " number_of_elements=\"1\"\n"
30526 " default_values=\"0\"\n"
30527 " panel_visibility=\"advanced\">\n"
30528 " <BooleanDomain name=\"bool\" />\n"
30529 " <Documentation>\n"
30530 " When checked, the video will be encoded using 4:2:0 subsampling for the color channels.\n"
30531 " </Documentation>\n"
30532 " </IntVectorProperty>\n"
30533 " <Hints>\n"
30534 " <FormatOptions extensions=\"ogv\"\n"
30535 " file_description=\"Ogg-Theora video files\" />\n"
30536 " </Hints>\n"
30537 " </Proxy>\n"
30538 " </ProxyGroup>\n"
30539 "</ServerManagerConfiguration>\n"
30540 "\n";
30541 // Get single string
30543 {
30544 
30545  const size_t len0 = strlen(paraview_server_manageranimation_oggtheoraInterface0);
30546  size_t len = ( 0
30547  + len0 );
30548  char* res = new char[ len + 1];
30549  size_t offset = 0;
30551  assert(offset == len);
30552  res[offset] = 0;
30553  return res;
30554 }
30555 
30556 
30557 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Settings/Resources/utilities_settings.xml
30559 "<ServerManagerConfiguration>\n"
30560 " <ProxyGroup name=\"settings\">\n"
30561 " <!-- ================================================================== -->\n"
30562 " <SettingsProxy name=\"GeneralSettings\" label=\"General\"\n"
30563 " processes=\"client|dataserver|renderserver\"\n"
30564 " class=\"vtkPVGeneralSettings\">\n"
30565 " <Documentation>\n"
30566 " Collection of general setting for ParaView.\n"
30567 " </Documentation>\n"
30568 "\n"
30569 " <IntVectorProperty name=\"ShowWelcomeDialog\"\n"
30570 " number_of_elements=\"1\"\n"
30571 " default_values=\"1\"\n"
30572 " panel_visibility=\"advanced\">\n"
30573 " <Documentation>\n"
30574 " Show welcome screen at startup.\n"
30575 " </Documentation>\n"
30576 " <BooleanDomain name=\"bool\" />\n"
30577 " <Hints>\n"
30578 " <SaveInQSettings />\n"
30579 " </Hints>\n"
30580 " </IntVectorProperty>\n"
30581 "\n"
30582 " <IntVectorProperty name=\"ShowSaveStateOnExit\"\n"
30583 " number_of_elements=\"1\"\n"
30584 " default_values=\"0\"\n"
30585 " panel_visibility=\"advanced\">\n"
30586 " <Documentation>\n"
30587 " Prompt to save state when exiting ParaView.\n"
30588 " </Documentation>\n"
30589 " <BooleanDomain name=\"bool\" />\n"
30590 " <Hints>\n"
30591 " <SaveInQSettings />\n"
30592 " </Hints>\n"
30593 " </IntVectorProperty>\n"
30594 "\n"
30595 " <IntVectorProperty name=\"CrashRecovery\"\n"
30596 " number_of_elements=\"1\"\n"
30597 " default_values=\"0\"\n"
30598 " panel_visibility=\"advanced\">\n"
30599 " <Documentation>\n"
30600 " On a crash, attempt to save a state file to potentially restore\n"
30601 " the application state to that before the crash.\n"
30602 " </Documentation>\n"
30603 " <BooleanDomain name=\"bool\" />\n"
30604 " <Hints>\n"
30605 " <SaveInQSettings />\n"
30606 " </Hints>\n"
30607 " </IntVectorProperty>\n"
30608 "\n"
30609 " <IntVectorProperty name=\"ForceSingleColumnMenus\"\n"
30610 " number_of_elements=\"1\"\n"
30611 " default_values=\"0\"\n"
30612 " panel_visibility=\"advanced\">\n"
30613 " <Documentation>\n"
30614 " Force the sources/filters menus to be presented as a single\n"
30615 " scrollable column to ensure that all the filters are selectable\n"
30616 " on low resolution screens.\n"
30617 " </Documentation>\n"
30618 " <BooleanDomain name=\"bool\" />\n"
30619 " <Hints>\n"
30620 " <SaveInQSettings />\n"
30621 " </Hints>\n"
30622 " </IntVectorProperty>\n"
30623 "\n"
30624 " <IntVectorProperty name=\"GUIOverrideFont\"\n"
30625 " label=\"Override Font\"\n"
30626 " command=\"SetGUIOverrideFont\"\n"
30627 " default_values=\"0\"\n"
30628 " number_of_elements=\"1\">\n"
30629 " <BooleanDomain name=\"bool\" />\n"
30630 " <Documentation>\n"
30631 " Override the GUI font size. Uncheck to use system default.\n"
30632 " </Documentation>\n"
30633 " </IntVectorProperty>\n"
30634 "\n"
30635 " <IntVectorProperty name=\"GUIFontSize\"\n"
30636 " label=\"Font Size\"\n"
30637 " command=\"SetGUIFontSize\"\n"
30638 " number_of_elements=\"1\"\n"
30639 " default_values=\"8\">\n"
30640 " <Documentation>\n"
30641 " Specify the font size in points.\n"
30642 " </Documentation>\n"
30643 " <IntRangeDomain name=\"range\" min=\"8\" max=\"32\" />\n"
30644 " <Hints>\n"
30645 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
30646 " <Property name=\"GUIOverrideFont\" />\n"
30647 " </PropertyWidgetDecorator>\n"
30648 " </Hints>\n"
30649 " </IntVectorProperty>\n"
30650 "\n"
30651 " <StringVectorProperty name=\"DefaultViewType\"\n"
30652 " number_of_elements=\"1\"\n"
30653 " default_values=\"RenderView\"\n"
30654 " command=\"SetDefaultViewType\"\n"
30655 " panel_widget=\"viewtype_selector\"\n"
30656 " panel_visibility=\"advanced\">\n"
30657 " <Documentation>\n"
30658 " Set the view to create when ParaView starts up.\n"
30659 " </Documentation>\n"
30660 " </StringVectorProperty>\n"
30661 "\n"
30662 " <IntVectorProperty name=\"ScreenPixelsPerInch\"\n"
30663 " number_of_elements=\"1\"\n"
30664 " default_values=\"72\"\n"
30665 " panel_visibility=\"advanced\">\n"
30666 " <IntRangeDomain name=\"range\" />\n"
30667 " <Documentation>\n"
30668 " Set pixels per inch on the current screen/monitor. This is used for determining\n"
30669 " pixel sizes for fonts and other 2D annotations.\n"
30670 " </Documentation>\n"
30671 " </IntVectorProperty>\n"
30672 "\n"
30673 " <IntVectorProperty name=\"AutoApply\"\n"
30674 " number_of_elements=\"1\"\n"
30675 " default_values=\"0\"\n"
30676 " command=\"SetAutoApply\"\n"
30677 " information_property=\"AutoApplyInfo\">\n"
30678 " <Documentation>\n"
30679 " Automatically apply changes in the 'Properties' panel.\n"
30680 " </Documentation>\n"
30681 " <BooleanDomain name=\"bool\" />\n"
30682 " </IntVectorProperty>\n"
30683 " <IntVectorProperty name=\"AutoApplyInfo\"\n"
30684 " command=\"GetAutoApply\"\n"
30685 " information_only=\"1\">\n"
30686 " <BooleanDomain name=\"bool\" />\n"
30687 " </IntVectorProperty>\n"
30688 "\n"
30689 " <IntVectorProperty name=\"AutoApplyActiveOnly\"\n"
30690 " number_of_elements=\"1\"\n"
30691 " default_values=\"0\"\n"
30692 " command=\"SetAutoApplyActiveOnly\"\n"
30693 " panel_visibility=\"advanced\">\n"
30694 " <Documentation>\n"
30695 " Limit automatic accepting of changes on the 'Properties'\n"
30696 " panel to the active panel alone.\n"
30697 " </Documentation>\n"
30698 " <BooleanDomain name=\"bool\" />\n"
30699 " </IntVectorProperty>\n"
30700 "\n"
30701 " <IntVectorProperty name=\"LoadAllVariables\"\n"
30702 " number_of_elements=\"1\"\n"
30703 " default_values=\"0\"\n"
30704 " command=\"SetLoadAllVariables\">\n"
30705 " <Documentation>\n"
30706 " Load all variables when loading a data set.\n"
30707 " </Documentation>\n"
30708 " <BooleanDomain name=\"bool\" />\n"
30709 " </IntVectorProperty>\n"
30710 "\n"
30711 " <IntVectorProperty name=\"LoadNoChartVariables\"\n"
30712 " number_of_elements=\"1\"\n"
30713 " default_values=\"0\"\n"
30714 " command=\"SetLoadNoChartVariables\">\n"
30715 " <Documentation>\n"
30716 " Do not load any variables when loading a 2D chart.\n"
30717 " </Documentation>\n"
30718 " <BooleanDomain name=\"bool\" />\n"
30719 " </IntVectorProperty>\n"
30720 "\n"
30721 " <IntVectorProperty name=\"PropertiesPanelMode\"\n"
30722 " command=\"SetPropertiesPanelMode\"\n"
30723 " number_of_elements=\"1\"\n"
30724 " default_values=\"0\"\n"
30725 " panel_visibility=\"advanced\">\n"
30726 " <Documentation>\n"
30727 " You can choose to show source, display and view properties in a single\n"
30728 " 'Properties' panel, or place them in separate dock panels.\n"
30729 " </Documentation>\n"
30730 " <EnumerationDomain name=\"enum\">\n"
30731 " <Entry text=\"Combined Properties panel\" value=\"0\" />\n"
30732 " <Entry text=\"Display Properties in a separate panel\" value=\"1\" />\n"
30733 " <Entry text=\"View Properties in a separate panel\" value=\"2\" />\n"
30734 " <Entry text=\"Separate panels for each type of properties\" value=\"3\" />\n"
30735 " </EnumerationDomain>\n"
30736 " <Hints>\n"
30737 " <RestartRequired />\n"
30738 " </Hints>\n"
30739 " </IntVectorProperty>\n"
30740 "\n"
30741 " <IntVectorProperty name=\"LockPanels\"\n"
30742 " command=\"SetLockPanels\"\n"
30743 " number_of_elements=\"1\"\n"
30744 " default_values=\"0\"\n"
30745 " panel_visibility=\"advanced\">\n"
30746 " <Documentation>\n"
30747 " Prevent movement of dockable control panels to other positions.\n"
30748 " </Documentation>\n"
30749 " <BooleanDomain name=\"bool\" />\n"
30750 " <Hints>\n"
30751 " <SaveInQSettings/>\n"
30752 " </Hints>\n"
30753 " </IntVectorProperty>\n"
30754 "\n"
30755 " <IntVectorProperty name=\"AutoConvertProperties\"\n"
30756 " number_of_elements=\"1\"\n"
30757 " default_values=\"0\"\n"
30758 " command=\"SetAutoConvertProperties\">\n"
30759 " <Documentation>\n"
30760 " Automatically convert data arrays as needed by filters including converting\n"
30761 " cell arrays to point arrays, or vice versa, and extracting single components\n"
30762 " from multi-component arrays.\n"
30763 " </Documentation>\n"
30764 " <BooleanDomain name=\"bool\"/>\n"
30765 " </IntVectorProperty>\n"
30766 "\n"
30767 " <IntVectorProperty name=\"BlockColorsDistinctValues\"\n"
30768 " number_of_elements=\"1\"\n"
30769 " default_values=\"12\"\n"
30770 " command=\"SetBlockColorsDistinctValues\"\n"
30771 " panel_visibility=\"advanced\">\n"
30772 " <Documentation>\n"
30773 " Determines the number of distinct values in\n"
30774 " vtkBlockColors. This array is added to each block if\n"
30775 " the dataset is a composite dataset. The array has one value\n"
30776 " set to the reminder of blockIndex divided by\n"
30777 " BlockColorsDistinctValues (blockIndex mod\n"
30778 " BlockColorsDistinctValues).\n"
30779 " </Documentation>\n"
30780 " <IntRangeDomain min=\"2\" name=\"range\" />\n"
30781 " </IntVectorProperty>\n"
30782 "\n"
30783 " <IntVectorProperty name=\"TransferFunctionResetMode\"\n"
30784 " number_of_elements=\"1\"\n"
30785 " default_values=\"0\"\n"
30786 " command=\"SetTransferFunctionResetMode\">\n"
30787 " <Documentation>\n"
30788 " Color transfer functions (or color maps) are used to map data values to colors\n"
30789 " for pseudo coloring. Set the default way ParaView decides to update the data\n"
30790 " range used for this mapping. Newly created transfer functions will update\n"
30791 " the range according to this setting, but it can later be changed per\n"
30792 " transfer function via the transfer function's 'Automatic Rescale Range Mode'\n"
30793 " setting.\n"
30794 " </Documentation>\n"
30795 " <EnumerationDomain name=\"enum\">\n"
30796 " <Entry text=\"Grow and update on 'Apply'\" value=\"0\" />\n"
30797 " <Entry text=\"Grow and update every timestep\" value=\"1\" />\n"
30798 " <Entry text=\"Update on 'Apply'\" value=\"2\" />\n"
30799 " <Entry text=\"Clamp and update every timestep\" value=\"3\" />\n"
30800 " </EnumerationDomain>\n"
30801 " </IntVectorProperty>\n"
30802 "\n"
30803 " <IntVectorProperty name=\"ScalarBarMode\"\n"
30804 " command=\"SetScalarBarMode\"\n"
30805 " number_of_elements=\"1\"\n"
30806 " default_values=\"0\">\n"
30807 " <Documentation>\n"
30808 " Set how ParaView manages showing of color legend bars (or scalar bars) in render views.\n"
30809 " </Documentation>\n"
30810 " <EnumerationDomain name=\"enum\">\n"
30811 " <Entry text=\"Automatically show and/or hide color bars\" value=\"0\" />\n"
30812 " <Entry text=\"Automatically hide unused color bars\" value=\"1\" />\n"
30813 " <Entry text=\"Manual (not recommended)\" value=\"2\" />\n"
30814 " </EnumerationDomain>\n"
30815 " </IntVectorProperty>\n"
30816 "\n"
30817 " <IntVectorProperty name=\"EnableAutoMPI\"\n"
30818 " number_of_elements=\"1\"\n"
30819 " default_values=\"0\"\n"
30820 " command=\"SetEnableAutoMPI\"\n"
30821 " panel_visibility=\"advanced\">\n"
30822 " <Documentation>\n"
30823 " Enable multicore support for data processing.\n"
30824 " </Documentation>\n"
30825 " <BooleanDomain name=\"bool\" />\n"
30826 " <Hints>\n"
30827 " <SaveInQSettings both=\"1\" />\n"
30828 " <RestartRequired />\n"
30829 " </Hints>\n"
30830 " </IntVectorProperty>\n"
30831 "\n"
30832 " <IntVectorProperty name=\"AutoMPILimit\"\n"
30833 " number_of_elements=\"1\"\n"
30834 " default_values=\"2\"\n"
30835 " command=\"SetAutoMPILimit\"\n"
30836 " panel_visibility=\"advanced\">\n"
30837 " <Documentation>\n"
30838 " Limit maximum number of cores to\n"
30839 " </Documentation>\n"
30840 " <IntRangeDomain min=\"1\" max=\"64\" />\n"
30841 " <Hints>\n"
30842 " <SaveInQSettings both=\"1\" />\n"
30843 " <RestartRequired />\n"
30844 " </Hints>\n"
30845 " </IntVectorProperty>\n"
30846 "\n"
30847 " <IntVectorProperty name=\"CacheGeometryForAnimation\"\n"
30848 " command=\"SetCacheGeometryForAnimation\"\n"
30849 " number_of_elements=\"1\"\n"
30850 " default_values=\"0\"\n"
30851 " panel_visibility=\"advanced\">\n"
30852 " <BooleanDomain name=\"bool\" />\n"
30853 " <Documentation>\n"
30854 " <!--\n"
30855 " When playing an animation, ParaView can attempt to cache processed geometries\n"
30856 " to attempt to speed up animation play back in a loop by avoiding I/O and data\n"
30857 " processing. Set whether caching should be use, when possible.\n"
30858 " -->\n"
30859 " Enable caching of geometry in an attempt to speed up animation playback in a loop.\n"
30860 " </Documentation>\n"
30861 " </IntVectorProperty>\n"
30862 "\n"
30863 " <!--\n"
30864 " Disabling for now. We need a more complex implementation if we need to truly support\n"
30865 " cache limits correctly. For now, we'll disable cache-limits.\n"
30866 " <IntVectorProperty name=\"AnimationGeometryCacheLimit\"\n"
30867 " command=\"SetAnimationGeometryCacheLimit\"\n"
30868 " number_of_elements=\"1\"\n"
30869 " default_values=\"102400\"\n"
30870 " panel_visibility=\"advanced\">\n"
30871 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
30872 " <Documentation>\n"
30873 " When caching of geometry for animations is enabled, limit the maximum cache size\n"
30874 " for the geometry on any rank. Caching will automatically be disabled if the cache\n"
30875 " exceed this limit on any rank, specified in kilobytes (KB).\n"
30876 " </Documentation>\n"
30877 " <Hints>\n"
30878 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
30879 " <Property name=\"CacheGeometryForAnimation\" />\n"
30880 " </PropertyWidgetDecorator>\n"
30881 " </Hints>\n"
30882 " </IntVectorProperty>\n"
30883 " -->\n"
30884 "\n"
30885 " <IntVectorProperty name=\"AnimationTimeNotation\"\n"
30886 " number_of_elements=\"1\"\n"
30887 " default_values=\"0\"\n"
30888 " command=\"SetAnimationTimeNotation\"\n"
30889 " panel_visibility=\"advanced\">\n"
30890 " <Documentation>\n"
30891 " Set the display notation for the time in the animation toolbar. 'Mixed' will automatically\n"
30892 " choose the shortest display.\n"
30893 " </Documentation>\n"
30894 " <EnumerationDomain name=\"enum\">\n"
30895 " <Entry text=\"Mixed\" value=\"0\" />\n"
30896 " <Entry text=\"Scientific\" value=\"1\" />\n"
30897 " <Entry text=\"Fixed\" value=\"2\" />\n"
30898 " </EnumerationDomain>\n"
30899 " </IntVectorProperty>\n"
30900 "\n"
30901 " <IntVectorProperty name=\"AnimationTimePrecision\"\n"
30902 " number_of_elements=\"1\"\n"
30903 " default_values=\"6\"\n"
30904 " command=\"SetAnimationTimePrecision\"\n"
30905 " panel_visibility=\"advanced\">\n"
30906 " <Documentation>\n"
30907 " Set the number of significant digits displayed for the time in the animation\n"
30908 " toolbar. Should be in the range [1,17].\n"
30909 " </Documentation>\n"
30910 " <IntRangeDomain min=\"1\" max=\"17\" />\n"
30911 " </IntVectorProperty>\n"
30912 "\n"
30913 " <IntVectorProperty name=\"ShowAnimationShortcuts\"\n"
30914 " number_of_elements=\"1\"\n"
30915 " default_values=\"0\"\n"
30916 " command=\"SetShowAnimationShortcuts\"\n"
30917 " panel_visibility=\"advanced\">\n"
30918 " <Documentation>\n"
30919 " Set whether to show or not an animation shortcut button\n"
30920 " on ranged scalar property.\n"
30921 " </Documentation>\n"
30922 " <BooleanDomain name=\"bool\" />\n"
30923 " </IntVectorProperty>\n"
30924 "\n"
30925 " <IntVectorProperty name=\"ResetDisplayEmptyViews\"\n"
30926 " number_of_elements=\"1\"\n"
30927 " default_values=\"1\"\n"
30928 " command=\"SetResetDisplayEmptyViews\"\n"
30929 " panel_visibility=\"advanced\">\n"
30930 " <Documentation>\n"
30931 " When showing a representation in an empty view, set whether or not to reset\n"
30932 " the view display.\n"
30933 " </Documentation>\n"
30934 " <BooleanDomain name=\"bool\" />\n"
30935 " </IntVectorProperty>\n"
30936 "\n"
30937 " <IntVectorProperty name=\"RealNumberDisplayedNotation\"\n"
30938 " number_of_elements=\"1\"\n"
30939 " default_values=\"0\"\n"
30940 " command=\"SetRealNumberDisplayedNotation\"\n"
30941 " panel_visibility=\"advanced\">\n"
30942 ;
30943 
30944 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Settings/Resources/utilities_settings.xml
30946 " <Documentation>\n"
30947 " Set the notation used to display real numbers.\n"
30948 " </Documentation>\n"
30949 " <EnumerationDomain name=\"enum\">\n"
30950 " <Entry text=\"Mixed\" value=\"0\" />\n"
30951 " <Entry text=\"Scientific\" value=\"1\" />\n"
30952 " <Entry text=\"Fixed\" value=\"2\" />\n"
30953 " </EnumerationDomain>\n"
30954 " </IntVectorProperty>\n"
30955 "\n"
30956 " <IntVectorProperty name=\"RealNumberDisplayedPrecision\"\n"
30957 " number_of_elements=\"1\"\n"
30958 " default_values=\"6\"\n"
30959 " command=\"SetRealNumberDisplayedPrecision\"\n"
30960 " panel_visibility=\"advanced\">\n"
30961 " <Documentation>\n"
30962 " Set the number of significant digits to display in real numbers.\n"
30963 " This does NOT affect the values used in computation.\n"
30964 " </Documentation>\n"
30965 " <IntRangeDomain min=\"1\" max=\"17\" />\n"
30966 " </IntVectorProperty>\n"
30967 "\n"
30968 " <IntVectorProperty name=\"InheritRepresentationProperties\"\n"
30969 " command=\"SetInheritRepresentationProperties\"\n"
30970 " number_of_elements=\"1\"\n"
30971 " default_values=\"0\"\n"
30972 " panel_visibility=\"advanced\">\n"
30973 " <BooleanDomain name=\"bool\" />\n"
30974 " <Documentation>\n"
30975 " Set whether representations try to maintain properties from an input\n"
30976 " representation, if present. e.g. if you \"Transform\" the representation for\n"
30977 " a source, then any filter that you connect to it and show in the same view\n"
30978 " should be transformed using the same transformation as well.\n"
30979 " </Documentation>\n"
30980 " </IntVectorProperty>\n"
30981 "\n"
30982 " <IntVectorProperty name=\"DefaultTimeStep\"\n"
30983 " number_of_elements=\"1\"\n"
30984 " default_values=\"1\">\n"
30985 " <Documentation>\n"
30986 " Any time a new dataset with timesteps is opened,\n"
30987 " set the timestep the application should go to\n"
30988 " by default.\n"
30989 " </Documentation>\n"
30990 " <EnumerationDomain name=\"enum\">\n"
30991 " <Entry text=\"Leave current time unchanged, if possible\" value=\"0\" />\n"
30992 " <Entry text=\"Go to first timestep\" value=\"1\" />\n"
30993 " <Entry text=\"Go to last timestep\" value=\"2\" />\n"
30994 " </EnumerationDomain>\n"
30995 " </IntVectorProperty>\n"
30996 "\n"
30997 " <IntVectorProperty name=\"MaximumNumberOfDataRepresentationLabels\"\n"
30998 " number_of_elements=\"1\"\n"
30999 " default_values=\"100\"\n"
31000 " panel_visibility=\"advanced\">\n"
31001 " <IntRangeDomain min=\"1\"\n"
31002 " name=\"range\" />\n"
31003 " <Documentation>\n"
31004 " Set how many points should be labeled when labeling points with data. If there\n"
31005 " are more point than this then only a subset will be labeled. This helps when many\n"
31006 " points are selected and the number of labels would make then unreadable.\n"
31007 " </Documentation>\n"
31008 " </IntVectorProperty>\n"
31009 "\n"
31010 " <IntVectorProperty name=\"ColorByBlockColorsOnApply\"\n"
31011 " command=\"SetColorByBlockColorsOnApply\"\n"
31012 " number_of_elements=\"1\"\n"
31013 " default_values=\"1\"\n"
31014 " panel_visibility=\"never\">\n"
31015 " <BooleanDomain name=\"bool\" />\n"
31016 " <Documentation>\n"
31017 " Internal setting: automatically color by **vtkBlockColors** if array is present.\n"
31018 " </Documentation>\n"
31019 " </IntVectorProperty>\n"
31020 " <IntVectorProperty name=\"IgnoreNegativeLogAxisWarning\"\n"
31021 " command=\"SetIgnoreNegativeLogAxisWarning\"\n"
31022 " number_of_elements=\"1\"\n"
31023 " default_values=\"0\"\n"
31024 " panel_visibility=\"advanced\">\n"
31025 " <BooleanDomain name=\"bool\" />\n"
31026 " <Documentation>\n"
31027 " When plotting data with nonpositive values using logarithmic axes, ignore the\n"
31028 " standard warning and draw only the data with positive values. Changes will take\n"
31029 " effect for all charts created after this option is changed.\n"
31030 " </Documentation>\n"
31031 " </IntVectorProperty>\n"
31032 "\n"
31033 " <IntVectorProperty name=\"EnableStreaming\"\n"
31034 " command=\"SetEnableStreaming\"\n"
31035 " number_of_elements=\"1\"\n"
31036 " default_values=\"0\"\n"
31037 " panel_visibility=\"default\">\n"
31038 " <BooleanDomain name=\"bool\" />\n"
31039 " <Documentation>\n"
31040 " Enable streamed multipass rendering (Experimental).\n"
31041 " </Documentation>\n"
31042 " <Hints>\n"
31043 " <RestartRequired />\n"
31044 " </Hints>\n"
31045 " </IntVectorProperty>\n"
31046 "\n"
31047 " <PropertyGroup label=\"General Options\">\n"
31048 " <Property name=\"ShowWelcomeDialog\" />\n"
31049 " <Property name=\"ShowSaveStateOnExit\" />\n"
31050 " <Property name=\"CrashRecovery\" />\n"
31051 " <Property name=\"ForceSingleColumnMenus\" />\n"
31052 " </PropertyGroup>\n"
31053 "\n"
31054 " <PropertyGroup label=\"GUI Font\">\n"
31055 " <Property name=\"GUIOverrideFont\"/>\n"
31056 " <Property name=\"GUIFontSize\" />\n"
31057 " </PropertyGroup>\n"
31058 "\n"
31059 " <PropertyGroup label=\"View Options\">\n"
31060 " <Property name=\"DefaultViewType\" />\n"
31061 " <Property name=\"ScreenPixelsPerInch\" />\n"
31062 " </PropertyGroup>\n"
31063 "\n"
31064 " <PropertyGroup label=\"Properties Panel Options\">\n"
31065 " <Property name=\"AutoApply\" />\n"
31066 " <Property name=\"AutoApplyActiveOnly\" />\n"
31067 " <Property name=\"LoadAllVariables\" />\n"
31068 " <Property name=\"LoadNoChartVariables\" />\n"
31069 " </PropertyGroup>\n"
31070 "\n"
31071 " <PropertyGroup label=\"Color/Opacity Map Range Options\">\n"
31072 " <Property name=\"TransferFunctionResetMode\" />\n"
31073 " <Property name=\"ScalarBarMode\" />\n"
31074 " </PropertyGroup>\n"
31075 "\n"
31076 " <PropertyGroup label=\"Data Processing Options\">\n"
31077 " <Property name=\"AutoConvertProperties\" />\n"
31078 " <Property name=\"BlockColorsDistinctValues\" />\n"
31079 " </PropertyGroup>\n"
31080 "\n"
31081 " <PropertyGroup label=\"Multicore Support\">\n"
31082 " <Documentation>\n"
31083 " On multicore systems, ParaView can run parallel pvserver processes automatically,\n"
31084 " without you having to launch them manually for processing data in parallel.\n"
31085 " </Documentation>\n"
31086 " <Property name=\"EnableAutoMPI\" />\n"
31087 " <Property name=\"AutoMPILimit\" />\n"
31088 " </PropertyGroup>\n"
31089 "\n"
31090 " <PropertyGroup label=\"Animation\">\n"
31091 " <Property name=\"CacheGeometryForAnimation\" />\n"
31092 " <!--\n"
31093 " <Property name=\"AnimationGeometryCacheLimit\" />\n"
31094 " -->\n"
31095 " <Property name=\"AnimationTimePrecision\" />\n"
31096 " <Property name=\"AnimationTimeNotation\" />\n"
31097 " <Property name=\"ShowAnimationShortcuts\" />\n"
31098 " </PropertyGroup>\n"
31099 "\n"
31100 " <PropertyGroup label=\"Miscellaneous\">\n"
31101 " <Property name=\"ResetDisplayEmptyViews\" />\n"
31102 " <Property name=\"RealNumberDisplayedNotation\" />\n"
31103 " <Property name=\"RealNumberDisplayedPrecision\" />\n"
31104 " <Property name=\"InheritRepresentationProperties\" />\n"
31105 " <Property name=\"DefaultTimeStep\" />\n"
31106 " <Property name=\"MaximumNumberOfDataRepresentationLabels\" />\n"
31107 " <Property name=\"IgnoreNegativeLogAxisWarning\" />\n"
31108 " </PropertyGroup>\n"
31109 " <Hints>\n"
31110 " <UseDocumentationForLabels />\n"
31111 " </Hints>\n"
31112 " </SettingsProxy>\n"
31113 " </ProxyGroup>\n"
31114 "</ServerManagerConfiguration>\n"
31115 "\n";
31116 // Get single string
31118 {
31119 
31120  const size_t len0 = strlen(paraview_server_managerutilities_settingsInterface0);
31121  const size_t len1 = strlen(paraview_server_managerutilities_settingsInterface1);
31122  size_t len = ( 0
31123  + len0
31124  + len1 );
31125  char* res = new char[ len + 1];
31126  size_t offset = 0;
31129  assert(offset == len);
31130  res[offset] = 0;
31131  return res;
31132 }
31133 
31134 
31135 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/AMR/Resources/amr_filters.xml
31137 "<ServerManagerConfiguration>\n"
31138 " <ProxyGroup name=\"filters\">\n"
31139 " <!-- ==================================================================== -->\n"
31140 " <SourceProxy class=\"vtkPVAMRDualClip\"\n"
31141 " label=\"AMR Dual Clip\"\n"
31142 " name=\"AMRDualClip\">\n"
31143 " <Documentation long_help=\"Clip with scalars. Tetrahedra.\"\n"
31144 " short_help=\"Clip with decimation.\"></Documentation>\n"
31145 " <InputProperty command=\"SetInputConnection\"\n"
31146 " name=\"Input\">\n"
31147 " <ProxyGroupDomain name=\"groups\">\n"
31148 " <Group name=\"sources\" />\n"
31149 " <Group name=\"filters\" />\n"
31150 " </ProxyGroupDomain>\n"
31151 " <DataTypeDomain name=\"input_type\">\n"
31152 " <DataType value=\"vtkNonOverlappingAMR\" />\n"
31153 " </DataTypeDomain>\n"
31154 " <Documentation>This property specifies the input of the\n"
31155 " filter.</Documentation>\n"
31156 " <InputArrayDomain attribute_type=\"cell\"\n"
31157 " name=\"input_array\"\n"
31158 " number_of_components=\"1\" />\n"
31159 " </InputProperty>\n"
31160 " <StringVectorProperty clean_command=\"ClearInputCellArrayToProcess\"\n"
31161 " command=\"AddInputCellArrayToProcess\"\n"
31162 " name=\"SelectMaterialArrays\"\n"
31163 " number_of_elements=\"1\"\n"
31164 " repeat_command=\"1\">\n"
31165 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31166 " data_type=\"VTK_UNSIGNED_CHAR\"\n"
31167 " name=\"array_list\">\n"
31168 " <RequiredProperties>\n"
31169 " <Property function=\"Input\"\n"
31170 " name=\"Input\" />\n"
31171 " </RequiredProperties>\n"
31172 " </ArrayListDomain>\n"
31173 " <Hints>\n"
31174 " <NoDefault />\n"
31175 " </Hints>\n"
31176 " <Documentation>This property specifies the cell arrays from which the\n"
31177 " clip filter will compute clipped cells.</Documentation>\n"
31178 " </StringVectorProperty>\n"
31179 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n"
31180 " default_values=\"0.1\"\n"
31181 " label=\"Volume Fraction Value\"\n"
31182 " name=\"VolumeFractionSurfaceValue\"\n"
31183 " number_of_elements=\"1\">\n"
31184 " <DoubleRangeDomain max=\"1.0\"\n"
31185 " min=\"0.0\"\n"
31186 " name=\"scalar_range\" />\n"
31187 " <!--<RequiredProperties>\n"
31188 " <Property name=\"Input\" function=\"Input\"/>\n"
31189 " <Property name=\"AddInputCellArrayToProcess\" function=\"ArraySelection\"/>\n"
31190 " </RequiredProperties>\n"
31191 " </ArrayRangeDomain>-->\n"
31192 " <Documentation>This property specifies the values at which to compute\n"
31193 " the isosurface.</Documentation>\n"
31194 " </DoubleVectorProperty>\n"
31195 " <IntVectorProperty animateable=\"1\"\n"
31196 " command=\"SetEnableInternalDecimation\"\n"
31197 " default_values=\"1\"\n"
31198 " name=\"InternalDecimation\"\n"
31199 " number_of_elements=\"1\">\n"
31200 " <BooleanDomain name=\"bool\" />\n"
31201 " <Documentation>If this property is on, internal tetrahedra are\n"
31202 " decimation</Documentation>\n"
31203 " </IntVectorProperty>\n"
31204 " <IntVectorProperty animateable=\"1\"\n"
31205 " command=\"SetEnableMultiProcessCommunication\"\n"
31206 " default_values=\"1\"\n"
31207 " name=\"MultiprocessCommunication\"\n"
31208 " number_of_elements=\"1\">\n"
31209 " <BooleanDomain name=\"bool\" />\n"
31210 " <Documentation>If this property is off, each process executes\n"
31211 " independently.</Documentation>\n"
31212 " </IntVectorProperty>\n"
31213 " <IntVectorProperty animateable=\"1\"\n"
31214 " command=\"SetEnableMergePoints\"\n"
31215 " default_values=\"1\"\n"
31216 " name=\"MergePoints\"\n"
31217 " number_of_elements=\"1\">\n"
31218 " <BooleanDomain name=\"bool\" />\n"
31219 " <Documentation>Use more memory to merge points on the boundaries of\n"
31220 " blocks.</Documentation>\n"
31221 " </IntVectorProperty>\n"
31222 " <!-- End PV AMR Dual Clip -->\n"
31223 " </SourceProxy>\n"
31224 " <!-- ==================================================================== -->\n"
31225 " <SourceProxy class=\"vtkPVAMRDualContour\"\n"
31226 " label=\"AMR Contour\"\n"
31227 " name=\"AMRDualContour\">\n"
31228 " <Documentation short_help=\"Iso surface cell array.\"></Documentation>\n"
31229 " <InputProperty command=\"SetInputConnection\"\n"
31230 " name=\"Input\">\n"
31231 " <ProxyGroupDomain name=\"groups\">\n"
31232 " <Group name=\"sources\" />\n"
31233 " <Group name=\"filters\" />\n"
31234 " </ProxyGroupDomain>\n"
31235 " <Documentation>This property specifies the input of the\n"
31236 " filter.</Documentation>\n"
31237 " <DataTypeDomain name=\"input_type\">\n"
31238 " <DataType value=\"vtkNonOverlappingAMR\" />\n"
31239 " </DataTypeDomain>\n"
31240 " <InputArrayDomain attribute_type=\"cell\"\n"
31241 " name=\"input_array\"\n"
31242 " number_of_components=\"1\" />\n"
31243 " </InputProperty>\n"
31244 " <StringVectorProperty clean_command=\"ClearInputCellArrayToProcess\"\n"
31245 " command=\"AddInputCellArrayToProcess\"\n"
31246 " name=\"SelectMaterialArrays\"\n"
31247 " number_of_elements=\"1\"\n"
31248 " repeat_command=\"1\">\n"
31249 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31250 " data_type=\"VTK_UNSIGNED_CHAR VTK_INT\"\n"
31251 " name=\"array_list\">\n"
31252 " <RequiredProperties>\n"
31253 " <Property function=\"Input\"\n"
31254 " name=\"Input\" />\n"
31255 " </RequiredProperties>\n"
31256 " </ArrayListDomain>\n"
31257 " <Hints>\n"
31258 " <NoDefault />\n"
31259 " </Hints>\n"
31260 " <Documentation>This property specifies the cell arrays from which the\n"
31261 " contour filter will compute contour cells.</Documentation>\n"
31262 " </StringVectorProperty>\n"
31263 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n"
31264 " default_values=\"0.1\"\n"
31265 " label=\"Volume Fraction Value\"\n"
31266 " name=\"VolumeFractionSurfaceValue\"\n"
31267 " number_of_elements=\"1\">\n"
31268 " <DoubleRangeDomain max=\"1.0\"\n"
31269 " min=\"0.0\"\n"
31270 " name=\"scalar_range\" />\n"
31271 " <!--<RequiredProperties>\n"
31272 " <Property name=\"Input\" function=\"Input\"/>\n"
31273 " <Property name=\"AddInputCellArrayToProcess\" function=\"ArraySelection\"/>\n"
31274 " </RequiredProperties>\n"
31275 " </ArrayRangeDomain>-->\n"
31276 " <Documentation>This property specifies the values at which to compute\n"
31277 " the isosurface.</Documentation>\n"
31278 " </DoubleVectorProperty>\n"
31279 " <IntVectorProperty animateable=\"1\"\n"
31280 " command=\"SetEnableCapping\"\n"
31281 " default_values=\"1\"\n"
31282 " name=\"Capping\"\n"
31283 " number_of_elements=\"1\">\n"
31284 " <BooleanDomain name=\"bool\" />\n"
31285 " <Documentation>If this property is on, the the boundary of the data set\n"
31286 " is capped.</Documentation>\n"
31287 " </IntVectorProperty>\n"
31288 " <IntVectorProperty animateable=\"1\"\n"
31289 " command=\"SetEnableDegenerateCells\"\n"
31290 " default_values=\"1\"\n"
31291 " name=\"DegenerateCells\"\n"
31292 " number_of_elements=\"1\">\n"
31293 " <BooleanDomain name=\"bool\" />\n"
31294 " <Documentation>If this property is on, a transition mesh between levels\n"
31295 " is created.</Documentation>\n"
31296 " </IntVectorProperty>\n"
31297 " <IntVectorProperty animateable=\"1\"\n"
31298 " command=\"SetEnableMultiProcessCommunication\"\n"
31299 " default_values=\"1\"\n"
31300 " name=\"MultiprocessCommunication\"\n"
31301 " number_of_elements=\"1\">\n"
31302 " <BooleanDomain name=\"bool\" />\n"
31303 " <Documentation>If this property is off, each process executes\n"
31304 " independently.</Documentation>\n"
31305 " </IntVectorProperty>\n"
31306 " <IntVectorProperty animateable=\"1\"\n"
31307 " command=\"SetSkipGhostCopy\"\n"
31308 " default_values=\"1\"\n"
31309 " name=\"SkipGhostCopy\"\n"
31310 " number_of_elements=\"1\">\n"
31311 " <BooleanDomain name=\"bool\" />\n"
31312 " <Documentation>A simple test to see if ghost values are already set\n"
31313 " properly.</Documentation>\n"
31314 " </IntVectorProperty>\n"
31315 " <IntVectorProperty animateable=\"1\"\n"
31316 " command=\"SetTriangulateCap\"\n"
31317 " default_values=\"1\"\n"
31318 " name=\"Triangulate\"\n"
31319 " number_of_elements=\"1\">\n"
31320 " <BooleanDomain name=\"bool\" />\n"
31321 " <Documentation>Use triangles instead of quads on capping\n"
31322 " surfaces.</Documentation>\n"
31323 " </IntVectorProperty>\n"
31324 " <IntVectorProperty animateable=\"1\"\n"
31325 " command=\"SetEnableMergePoints\"\n"
31326 " default_values=\"1\"\n"
31327 " name=\"MergePoints\"\n"
31328 " number_of_elements=\"1\">\n"
31329 " <BooleanDomain name=\"bool\" />\n"
31330 " <Documentation>Use more memory to merge points on the boundaries of\n"
31331 " blocks.</Documentation>\n"
31332 " </IntVectorProperty>\n"
31333 " <!-- End AMR Dual Contour -->\n"
31334 " </SourceProxy>\n"
31335 " <!-- ==================================================================== -->\n"
31336 " <SourceProxy class=\"vtkPVAMRFragmentIntegration\"\n"
31337 " label=\"AMR Fragment Integration\"\n"
31338 " name=\"AMRFragmentIntegration\">\n"
31339 " <Documentation short_help=\"Fragment Integration\"></Documentation>\n"
31340 " <InputProperty command=\"SetInputConnection\"\n"
31341 " name=\"Input\">\n"
31342 " <ProxyGroupDomain name=\"groups\">\n"
31343 " <Group name=\"sources\" />\n"
31344 " <Group name=\"filters\" />\n"
31345 " </ProxyGroupDomain>\n"
31346 " <Documentation>This property specifies the volume input of the\n"
31347 " filter.</Documentation>\n"
31348 " <DataTypeDomain name=\"input_type\">\n"
31349 " <DataType value=\"vtkNonOverlappingAMR\" />\n"
31350 " </DataTypeDomain>\n"
31351 " <InputArrayDomain attribute_type=\"cell\"\n"
31352 " name=\"input_array\"\n"
31353 " number_of_components=\"1\" />\n"
31354 " </InputProperty>\n"
31355 " <StringVectorProperty clean_command=\"ClearInputVolumeArrayToProcess\"\n"
31356 " command=\"AddInputVolumeArrayToProcess\"\n"
31357 " name=\"SelectMaterialArrays\"\n"
31358 " number_of_elements=\"1\"\n"
31359 " repeat_command=\"1\">\n"
31360 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31361 " data_type=\"VTK_UNSIGNED_CHAR VTK_INT\"\n"
31362 " name=\"array_list\">\n"
31363 " <RequiredProperties>\n"
31364 " <Property function=\"Input\" name=\"Input\" />\n"
31365 " </RequiredProperties>\n"
31366 " </ArrayListDomain>\n"
31367 " <Hints>\n"
31368 " <NoDefault />\n"
31369 " </Hints>\n"
31370 " <Documentation>This property specifies the cell arrays from which the\n"
31371 " analysis will determine fragments</Documentation>\n"
31372 " </StringVectorProperty>\n"
31373 " <StringVectorProperty clean_command=\"ClearInputMassArrayToProcess\"\n"
31374 " command=\"AddInputMassArrayToProcess\"\n"
31375 " name=\"SelectMassArrays\"\n"
31376 " number_of_elements=\"1\"\n"
31377 " repeat_command=\"1\">\n"
31378 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31379 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n"
31380 " name=\"array_list\">\n"
31381 " <RequiredProperties>\n"
31382 " <Property function=\"Input\" name=\"Input\" />\n"
31383 " </RequiredProperties>\n"
31384 " </ArrayListDomain>\n"
31385 " <Hints>\n"
31386 " <NoDefault />\n"
31387 " </Hints>\n"
31388 " <Documentation>This property specifies the cell arrays from which the\n"
31389 " analysis will determine fragment mass</Documentation>\n"
31390 " </StringVectorProperty>\n"
31391 " <StringVectorProperty clean_command=\"ClearInputVolumeWeightedArrayToProcess\"\n"
31392 " command=\"AddInputVolumeWeightedArrayToProcess\"\n"
31393 " name=\"SelectVolumeWeightedArrays\"\n"
31394 " number_of_elements=\"1\"\n"
31395 " repeat_command=\"1\">\n"
31396 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31397 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n"
31398 " name=\"array_list\">\n"
31399 " <RequiredProperties>\n"
31400 " <Property function=\"Input\" name=\"Input\" />\n"
31401 " </RequiredProperties>\n"
31402 " </ArrayListDomain>\n"
31403 " <Hints>\n"
31404 " <NoDefault />\n"
31405 " </Hints>\n"
31406 " <Documentation>This property specifies the cell arrays from which the\n"
31407 " analysis will determine volume weighted average values</Documentation>\n"
31408 " </StringVectorProperty>\n"
31409 " <StringVectorProperty clean_command=\"ClearInputMassWeightedArrayToProcess\"\n"
31410 " command=\"AddInputMassWeightedArrayToProcess\"\n"
31411 " name=\"SelectMassWeightedArrays\"\n"
31412 " number_of_elements=\"1\"\n"
31413 " repeat_command=\"1\">\n"
31414 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31415 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n"
31416 " name=\"array_list\">\n"
31417 " <RequiredProperties>\n"
31418 " <Property function=\"Input\" name=\"Input\" />\n"
31419 " </RequiredProperties>\n"
31420 " </ArrayListDomain>\n"
31421 " <Hints>\n"
31422 " <NoDefault />\n"
31423 " </Hints>\n"
31424 " <Documentation>This property specifies the cell arrays from which the\n"
31425 " analysis will determine mass weighted average values</Documentation>\n"
31426 " </StringVectorProperty>\n"
31427 " <!-- End AMR Fragment Integration -->\n"
31428 " </SourceProxy>\n"
31429 " <!-- ==================================================================== -->\n"
31430 " <SourceProxy class=\"vtkAMRConnectivity\"\n"
31431 " label=\"AMR Connectivity\"\n"
31432 " name=\"AMRConnectivity\">\n"
31433 " <Documentation short_help=\"Fragment Identification\"></Documentation>\n"
31434 " <InputProperty command=\"SetInputConnection\"\n"
31435 " name=\"Input\">\n"
31436 " <ProxyGroupDomain name=\"groups\">\n"
31437 " <Group name=\"sources\" />\n"
31438 " <Group name=\"filters\" />\n"
31439 " </ProxyGroupDomain>\n"
31440 " <Documentation>This property specifies the volume input of the\n"
31441 " filter.</Documentation>\n"
31442 " <DataTypeDomain name=\"input_type\">\n"
31443 " <DataType value=\"vtkNonOverlappingAMR\" />\n"
31444 " </DataTypeDomain>\n"
31445 " <InputArrayDomain attribute_type=\"cell\"\n"
31446 " name=\"input_array\"\n"
31447 " number_of_components=\"1\" />\n"
31448 " </InputProperty>\n"
31449 " <StringVectorProperty clean_command=\"ClearInputVolumeArrayToProcess\"\n"
31450 " command=\"AddInputVolumeArrayToProcess\"\n"
31451 ;
31452 
31453 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/AMR/Resources/amr_filters.xml
31455 " name=\"SelectMaterialArrays\"\n"
31456 " number_of_elements=\"1\"\n"
31457 " repeat_command=\"1\">\n"
31458 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31459 " data_type=\"VTK_UNSIGNED_CHAR VTK_INT\"\n"
31460 " name=\"array_list\">\n"
31461 " <RequiredProperties>\n"
31462 " <Property function=\"Input\" name=\"Input\" />\n"
31463 " </RequiredProperties>\n"
31464 " </ArrayListDomain>\n"
31465 " <Hints>\n"
31466 " <NoDefault />\n"
31467 " </Hints>\n"
31468 " <Documentation>This property specifies the cell arrays from which the\n"
31469 " analysis will determine fragments</Documentation>\n"
31470 " </StringVectorProperty>\n"
31471 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n"
31472 " default_values=\"0.1\"\n"
31473 " label=\"Volume Fraction Value\"\n"
31474 " name=\"VolumeFractionSurfaceValue\"\n"
31475 " number_of_elements=\"1\">\n"
31476 " <DoubleRangeDomain max=\"1.0\"\n"
31477 " min=\"0.0\"\n"
31478 " name=\"scalar_range\" />\n"
31479 " <!--<RequiredProperties>\n"
31480 " <Property name=\"Input\" function=\"Input\"/>\n"
31481 " <Property name=\"AddInputCellArrayToProcess\" function=\"ArraySelection\"/>\n"
31482 " </RequiredProperties>\n"
31483 " </ArrayRangeDomain>-->\n"
31484 " <Documentation>This property specifies the values at which to compute\n"
31485 " the isosurface.</Documentation>\n"
31486 " </DoubleVectorProperty>\n"
31487 " <IntVectorProperty command=\"SetResolveBlocks\"\n"
31488 " default_values=\"1\"\n"
31489 " name=\"Resolve Blocks\"\n"
31490 " number_of_elements=\"1\">\n"
31491 " <BooleanDomain name=\"bool\" />\n"
31492 " <Documentation>Resolve the fragments between blocks.</Documentation>\n"
31493 " </IntVectorProperty>\n"
31494 " <IntVectorProperty command=\"SetPropagateGhosts\"\n"
31495 " default_values=\"0\"\n"
31496 " name=\"Propagate Ghosts\"\n"
31497 " number_of_elements=\"1\">\n"
31498 " <BooleanDomain name=\"bool\" />\n"
31499 " <Documentation>Propagate regionIds into the ghosts.</Documentation>\n"
31500 " </IntVectorProperty>\n"
31501 " <!-- End AMR Fragment Integration -->\n"
31502 " </SourceProxy>\n"
31503 " <!-- ==================================================================== -->\n"
31504 " <SourceProxy class=\"vtkAMRToMultiBlockFilter\"\n"
31505 " label=\"Convert AMR dataset to Multi-block\"\n"
31506 " name=\"AMRToMultiBlock\">\n"
31507 " <Documentation long_help=\"Convert AMR to Multiblock\"\n"
31508 " short_help=\"Convert AMR to Multiblock\"></Documentation>\n"
31509 " <InputProperty command=\"SetInputConnection\"\n"
31510 " name=\"Input\">\n"
31511 " <ProxyGroupDomain name=\"groups\">\n"
31512 " <Group name=\"sources\" />\n"
31513 " <Group name=\"filters\" />\n"
31514 " </ProxyGroupDomain>\n"
31515 " <DataTypeDomain name=\"input_type\">\n"
31516 " <DataType value=\"vtkOverlappingAMR\" />\n"
31517 " </DataTypeDomain>\n"
31518 " <Documentation>This property specifies the input for this\n"
31519 " filter.</Documentation>\n"
31520 " </InputProperty>\n"
31521 " </SourceProxy>\n"
31522 " <!-- ==================================================================== -->\n"
31523 " <SourceProxy class=\"vtkAMRCutPlane\"\n"
31524 " label=\"AMR CutPlane\"\n"
31525 " name=\"AMRCutPlane\">\n"
31526 " <Documentation long_help=\"Planar Cut of an AMR grid dataset\"\n"
31527 " short_help=\"Planar Cut of an AMR grid dataset\">This filter\n"
31528 " creates a cut-plane of the</Documentation>\n"
31529 " <InputProperty command=\"SetInputConnection\"\n"
31530 " name=\"Input\">\n"
31531 " <ProxyGroupDomain name=\"groups\">\n"
31532 " <Group name=\"sources\" />\n"
31533 " <Group name=\"filters\" />\n"
31534 " </ProxyGroupDomain>\n"
31535 " <DataTypeDomain name=\"input_type\">\n"
31536 " <DataType value=\"vtkOverlappingAMR\" />\n"
31537 " </DataTypeDomain>\n"
31538 " <Documentation>This property specifies the input for this\n"
31539 " filter.</Documentation>\n"
31540 " </InputProperty>\n"
31541 " <IntVectorProperty command=\"SetUseNativeCutter\"\n"
31542 " default_values=\"0\"\n"
31543 " name=\"UseNativeCutter\"\n"
31544 " number_of_elements=\"1\">\n"
31545 " <BooleanDomain name=\"bool\" />\n"
31546 " <Documentation>This property specifies whether the ParaView's generic\n"
31547 " dataset cutter is used instead of the specialized AMR\n"
31548 " cutter.</Documentation>\n"
31549 " </IntVectorProperty>\n"
31550 " <IntVectorProperty command=\"SetLevelOfResolution\"\n"
31551 " default_values=\"0\"\n"
31552 " name=\"LevelOfResolution\"\n"
31553 " number_of_elements=\"1\">\n"
31554 " <IntRangeDomain max=\"100\"\n"
31555 " min=\"0\"\n"
31556 " name=\"range\" />\n"
31557 " <Documentation>Set maximum slice resolution.</Documentation>\n"
31558 " </IntVectorProperty>\n"
31559 " <DoubleVectorProperty animateable=\"1\"\n"
31560 " command=\"SetCenter\"\n"
31561 " default_values=\"0.5 0.5 0.5\"\n"
31562 " label=\"Center\"\n"
31563 " name=\"Center\"\n"
31564 " number_of_elements=\"3\"\n"
31565 " panel_visibility=\"never\">\n"
31566 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n"
31567 " <RequiredProperties>\n"
31568 " <Property function=\"Input\" name=\"Input\" />\n"
31569 " </RequiredProperties>\n"
31570 " </BoundsDomain>\n"
31571 " </DoubleVectorProperty>\n"
31572 " <DoubleVectorProperty animateable=\"1\"\n"
31573 " command=\"SetNormal\"\n"
31574 " default_values=\"0 0 1\"\n"
31575 " label=\"Normal\"\n"
31576 " name=\"Normal\"\n"
31577 " number_of_elements=\"3\"\n"
31578 " panel_visibility=\"never\"></DoubleVectorProperty>\n"
31579 " <PropertyGroup label=\"Plane Parameters\" panel_widget=\"InteractivePlane\">\n"
31580 " <Property function=\"Origin\" name=\"Center\" />\n"
31581 " <Property function=\"Normal\" name=\"Normal\" />\n"
31582 " <Property function=\"Input\" name=\"Input\" />\n"
31583 " </PropertyGroup>\n"
31584 " </SourceProxy>\n"
31585 " <!-- ==================================================================== -->\n"
31586 " <SourceProxy class=\"vtkAMRResampleFilter\"\n"
31587 " label=\"Resample AMR\"\n"
31588 " name=\"AMRResampleFilter\">\n"
31589 " <Documentation long_help=\"Converts AMR data to a uniform grid\"\n"
31590 " short_help=\"Converts AMR data to a uniform grid\">This\n"
31591 " filter allows the user to specify a Region of Interest(ROI)\n"
31592 " within the AMR data-set and extract it as a uniform\n"
31593 " grid.</Documentation>\n"
31594 " <InputProperty command=\"SetInputConnection\"\n"
31595 " name=\"Input\">\n"
31596 " <ProxyGroupDomain name=\"groups\">\n"
31597 " <Group name=\"sources\" />\n"
31598 " <Group name=\"filters\" />\n"
31599 " </ProxyGroupDomain>\n"
31600 " <DataTypeDomain name=\"input_type\">\n"
31601 " <DataType value=\"vtkOverlappingAMR\" />\n"
31602 " </DataTypeDomain>\n"
31603 " <Documentation>This property specifies the input for this\n"
31604 " filter.</Documentation>\n"
31605 " </InputProperty>\n"
31606 " <IntVectorProperty command=\"SetDemandDrivenMode\"\n"
31607 " default_values=\"1\"\n"
31608 " name=\"Demand-Driven Mode\"\n"
31609 " number_of_elements=\"1\">\n"
31610 " <BooleanDomain name=\"bool\" />\n"
31611 " <Documentation>This property specifies whether the resampling filter\n"
31612 " will operate in demand-driven mode or not.</Documentation>\n"
31613 " </IntVectorProperty>\n"
31614 " <IntVectorProperty command=\"SetTransferToNodes\"\n"
31615 " default_values=\"1\"\n"
31616 " name=\"TransferToNodes\"\n"
31617 " number_of_elements=\"1\">\n"
31618 " <BooleanDomain name=\"bool\" />\n"
31619 " <Documentation>This property specifies whether the solution will be\n"
31620 " transferred to the nodes of the extracted region or the\n"
31621 " cells.</Documentation>\n"
31622 " </IntVectorProperty>\n"
31623 " <IntVectorProperty command=\"SetNumberOfPartitions\"\n"
31624 " default_values=\"1\"\n"
31625 " name=\"NumberOfPartitions\"\n"
31626 " number_of_elements=\"1\">\n"
31627 " <IntRangeDomain name=\"range\" />\n"
31628 " <Documentation>Set the number of subdivisions for recursive coordinate\n"
31629 " bisection.</Documentation>\n"
31630 " </IntVectorProperty>\n"
31631 " <!--\n"
31632 " <IntVectorProperty\n"
31633 " name=\"LevelOfResolution\"\n"
31634 " command=\"SetLevelOfResolution\"\n"
31635 " number_of_elements=\"1\"\n"
31636 " default_values=\"0\" >\n"
31637 " <IntRangeDomain name=\"range\" min=\"0\" max=\"100\" />\n"
31638 " <Documentation>\n"
31639 " Set maximum slice resolution.\n"
31640 " </Documentation>\n"
31641 " </IntVectorProperty>\n"
31642 "\n"
31643 " -->\n"
31644 " <IntVectorProperty animateable=\"1\"\n"
31645 " command=\"SetNumberOfSamples\"\n"
31646 " default_values=\"10 10 10\"\n"
31647 " name=\"Number of Samples\"\n"
31648 " number_of_elements=\"3\">\n"
31649 " <IntRangeDomain name=\"range\" />\n"
31650 " <Documentation>Sets the number of samples in each\n"
31651 " dimension</Documentation>\n"
31652 " </IntVectorProperty>\n"
31653 " <DoubleVectorProperty animateable=\"1\"\n"
31654 " command=\"SetMin\"\n"
31655 " default_values=\"0.0 0.0 0.0\"\n"
31656 " name=\"Min\"\n"
31657 " number_of_elements=\"3\">\n"
31658 " <DoubleRangeDomain name=\"range\" />\n"
31659 " <Documentation>This property sets the minimum 3-D coordinate location\n"
31660 " by which the particles will be filtered out.</Documentation>\n"
31661 " </DoubleVectorProperty>\n"
31662 " <DoubleVectorProperty animateable=\"1\"\n"
31663 " command=\"SetMax\"\n"
31664 " default_values=\"0.0 0.0 0.0\"\n"
31665 " name=\"Max\"\n"
31666 " number_of_elements=\"3\">\n"
31667 " <DoubleRangeDomain name=\"range\" />\n"
31668 " <Documentation>This property sets the minimum 3-D coordinate location\n"
31669 " by which the particles will be filtered out.</Documentation>\n"
31670 " </DoubleVectorProperty>\n"
31671 " </SourceProxy>\n"
31672 " <!-- ==================================================================== -->\n"
31673 " <SourceProxy class=\"vtkAMRSliceFilter\"\n"
31674 " label=\"Slice AMR data\"\n"
31675 " name=\"AMRSlice\">\n"
31676 " <Documentation long_help=\"Slices AMR Data\"\n"
31677 " short_help=\"Slices AMR Data\">This filter slices AMR\n"
31678 " data.</Documentation>\n"
31679 " <InputProperty command=\"SetInputConnection\"\n"
31680 " name=\"Input\">\n"
31681 " <ProxyGroupDomain name=\"groups\">\n"
31682 " <Group name=\"sources\" />\n"
31683 " <Group name=\"filters\" />\n"
31684 " </ProxyGroupDomain>\n"
31685 " <DataTypeDomain name=\"input_type\">\n"
31686 " <DataType value=\"vtkOverlappingAMR\" />\n"
31687 " </DataTypeDomain>\n"
31688 " <Documentation>This property specifies the input for this\n"
31689 " filter.</Documentation>\n"
31690 " </InputProperty>\n"
31691 " <IntVectorProperty command=\"SetMaxResolution\"\n"
31692 " default_values=\"0\"\n"
31693 " name=\"Level\"\n"
31694 " number_of_elements=\"1\">\n"
31695 " <AMRLevelsDomain default_mode=\"max\"\n"
31696 " name=\"range\">\n"
31697 " <RequiredProperties>\n"
31698 " <Property function=\"Input\"\n"
31699 " name=\"Input\" />\n"
31700 " </RequiredProperties>\n"
31701 " </AMRLevelsDomain>\n"
31702 " <Documentation>Set maximum slice resolution.</Documentation>\n"
31703 " </IntVectorProperty>\n"
31704 " <DoubleVectorProperty command=\"SetOffsetFromOrigin\"\n"
31705 " default_values=\"0.0\"\n"
31706 " name=\"OffSet\"\n"
31707 " number_of_elements=\"1\">\n"
31708 " <BoundsDomain default_mode=\"mid\"\n"
31709 " mode=\"extents\"\n"
31710 " name=\"range\">\n"
31711 " <RequiredProperties>\n"
31712 " <Property function=\"Input\"\n"
31713 " name=\"Input\" />\n"
31714 " <Property function=\"AxisFlags\"\n"
31715 " name=\"Normal\" />\n"
31716 " </RequiredProperties>\n"
31717 " </BoundsDomain>\n"
31718 " <Documentation>Set's the offset from the origin of the\n"
31719 " data-set</Documentation>\n"
31720 " </DoubleVectorProperty>\n"
31721 " <IntVectorProperty command=\"SetNormal\"\n"
31722 " default_values=\"1\"\n"
31723 " name=\"Normal\"\n"
31724 " number_of_elements=\"1\">\n"
31725 " <EnumerationDomain name=\"enum\">\n"
31726 " <Entry text=\"X-Normal\"\n"
31727 " value=\"1\" />\n"
31728 " <Entry text=\"Y-Normal\"\n"
31729 " value=\"2\" />\n"
31730 " <Entry text=\"Z-Normal\"\n"
31731 " value=\"4\" />\n"
31732 " </EnumerationDomain>\n"
31733 " <Documentation>This property sets the normal of the\n"
31734 " slice.</Documentation>\n"
31735 " </IntVectorProperty>\n"
31736 " </SourceProxy>\n"
31737 " <!-- ==================================================================== -->\n"
31738 " <SourceProxy class=\"vtkAMRFragmentsFilter\"\n"
31739 " label=\"AMR Fragments Filter\"\n"
31740 " name=\"AMRFragmentsFilter\">\n"
31741 " <Documentation short_help=\"Meta Fragment filter\">Combines the running of\n"
31742 " AMRContour, AMRFragmentIntegration, AMRDualContour and ExtractCTHParts</Documentation>\n"
31743 " <InputProperty command=\"SetInputConnection\"\n"
31744 " name=\"Input\">\n"
31745 " <ProxyGroupDomain name=\"groups\">\n"
31746 " <Group name=\"sources\" />\n"
31747 " <Group name=\"filters\" />\n"
31748 " </ProxyGroupDomain>\n"
31749 " <Documentation>This property specifies the volume input of the\n"
31750 " filter.</Documentation>\n"
31751 " <DataTypeDomain name=\"input_type\">\n"
31752 " <DataType value=\"vtkNonOverlappingAMR\" />\n"
31753 " </DataTypeDomain>\n"
31754 " <InputArrayDomain attribute_type=\"cell\"\n"
31755 " name=\"input_array\"\n"
31756 " number_of_components=\"1\" />\n"
31757 " </InputProperty>\n"
31758 " <StringVectorProperty clean_command=\"ClearInputVolumeArrayToProcess\"\n"
31759 " command=\"AddInputVolumeArrayToProcess\"\n"
31760 " name=\"SelectMaterialArrays\"\n"
31761 " number_of_elements=\"1\"\n"
31762 " repeat_command=\"1\">\n"
31763 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31764 " data_type=\"VTK_UNSIGNED_CHAR VTK_INT\"\n"
31765 " name=\"array_list\">\n"
31766 " <RequiredProperties>\n"
31767 " <Property function=\"Input\" name=\"Input\" />\n"
31768 " </RequiredProperties>\n"
31769 " </ArrayListDomain>\n"
31770 " <Hints>\n"
31771 " <NoDefault />\n"
31772 " </Hints>\n"
31773 " <Documentation>This property specifies the cell arrays from which the\n"
31774 " analysis will determine fragments</Documentation>\n"
31775 ;
31776 
31777 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/AMR/Resources/amr_filters.xml
31779 " </StringVectorProperty>\n"
31780 " <StringVectorProperty clean_command=\"ClearInputMassArrayToProcess\"\n"
31781 " command=\"AddInputMassArrayToProcess\"\n"
31782 " name=\"SelectMassArrays\"\n"
31783 " number_of_elements=\"1\"\n"
31784 " repeat_command=\"1\">\n"
31785 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31786 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n"
31787 " name=\"array_list\">\n"
31788 " <RequiredProperties>\n"
31789 " <Property function=\"Input\" name=\"Input\" />\n"
31790 " </RequiredProperties>\n"
31791 " </ArrayListDomain>\n"
31792 " <Hints>\n"
31793 " <NoDefault />\n"
31794 " </Hints>\n"
31795 " <Documentation>This property specifies the cell arrays from which the\n"
31796 " analysis will determine fragment mass</Documentation>\n"
31797 " </StringVectorProperty>\n"
31798 " <StringVectorProperty clean_command=\"ClearInputVolumeWeightedArrayToProcess\"\n"
31799 " command=\"AddInputVolumeWeightedArrayToProcess\"\n"
31800 " name=\"SelectVolumeWeightedArrays\"\n"
31801 " number_of_elements=\"1\"\n"
31802 " repeat_command=\"1\">\n"
31803 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31804 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n"
31805 " name=\"array_list\">\n"
31806 " <RequiredProperties>\n"
31807 " <Property function=\"Input\" name=\"Input\" />\n"
31808 " </RequiredProperties>\n"
31809 " </ArrayListDomain>\n"
31810 " <Hints>\n"
31811 " <NoDefault />\n"
31812 " </Hints>\n"
31813 " <Documentation>This property specifies the cell arrays from which the\n"
31814 " analysis will determine volume weighted average values</Documentation>\n"
31815 " </StringVectorProperty>\n"
31816 " <StringVectorProperty clean_command=\"ClearInputMassWeightedArrayToProcess\"\n"
31817 " command=\"AddInputMassWeightedArrayToProcess\"\n"
31818 " name=\"SelectMassWeightedArrays\"\n"
31819 " number_of_elements=\"1\"\n"
31820 " repeat_command=\"1\">\n"
31821 " <ArrayListDomain attribute_type=\"Scalars\"\n"
31822 " data_type=\"VTK_DOUBLE VTK_FLOAT\"\n"
31823 " name=\"array_list\">\n"
31824 " <RequiredProperties>\n"
31825 " <Property function=\"Input\" name=\"Input\" />\n"
31826 " </RequiredProperties>\n"
31827 " </ArrayListDomain>\n"
31828 " <Hints>\n"
31829 " <NoDefault />\n"
31830 " </Hints>\n"
31831 " <Documentation>This property specifies the cell arrays from which the\n"
31832 " analysis will determine mass weighted average values</Documentation>\n"
31833 " </StringVectorProperty>\n"
31834 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n"
31835 " default_values=\"0.1\"\n"
31836 " label=\"Volume Fraction Value\"\n"
31837 " name=\"VolumeFractionSurfaceValue\"\n"
31838 " number_of_elements=\"1\">\n"
31839 " <DoubleRangeDomain max=\"1.0\"\n"
31840 " min=\"0.0\"\n"
31841 " name=\"scalar_range\" />\n"
31842 " <Documentation>This property specifies the values at which to compute\n"
31843 " the isosurface.</Documentation>\n"
31844 " </DoubleVectorProperty>\n"
31845 " <IntVectorProperty command=\"SetExtractSurface\"\n"
31846 " default_values=\"0\"\n"
31847 " name=\"Extract Surface\"\n"
31848 " number_of_elements=\"1\">\n"
31849 " <BooleanDomain name=\"bool\" />\n"
31850 " <Documentation>Whether or not to extract a surface from this data</Documentation>\n"
31851 " </IntVectorProperty>\n"
31852 " <IntVectorProperty command=\"SetUseWatertightSurface\"\n"
31853 " default_values=\"0\"\n"
31854 " name=\"Use Watertight Surface\"\n"
31855 " number_of_elements=\"1\">\n"
31856 " <BooleanDomain name=\"bool\" />\n"
31857 " <Documentation>Whether the extracted surface should be watertight or not</Documentation>\n"
31858 " </IntVectorProperty>\n"
31859 " <IntVectorProperty command=\"SetIntegrateFragments\"\n"
31860 " default_values=\"1\"\n"
31861 " name=\"Integrate Fragments\"\n"
31862 " number_of_elements=\"1\">\n"
31863 " <BooleanDomain name=\"bool\" />\n"
31864 " <Documentation>Whether or not to integrate fragments in this data</Documentation>\n"
31865 " </IntVectorProperty>\n"
31866 " <!-- End AMR Fragments Filter -->\n"
31867 " </SourceProxy>\n"
31868 " </ProxyGroup>\n"
31869 "</ServerManagerConfiguration>\n"
31870 "\n";
31871 // Get single string
31873 {
31874 
31875  const size_t len0 = strlen(paraview_server_manageramr_filtersInterface0);
31876  const size_t len1 = strlen(paraview_server_manageramr_filtersInterface1);
31877  const size_t len2 = strlen(paraview_server_manageramr_filtersInterface2);
31878  size_t len = ( 0
31879  + len0
31880  + len1
31881  + len2 );
31882  char* res = new char[ len + 1];
31883  size_t offset = 0;
31884  std::copy(paraview_server_manageramr_filtersInterface0, paraview_server_manageramr_filtersInterface0 + len0, res + offset); offset += len0;
31885  std::copy(paraview_server_manageramr_filtersInterface1, paraview_server_manageramr_filtersInterface1 + len1, res + offset); offset += len1;
31886  std::copy(paraview_server_manageramr_filtersInterface2, paraview_server_manageramr_filtersInterface2 + len2, res + offset); offset += len2;
31887  assert(offset == len);
31888  res[offset] = 0;
31889  return res;
31890 }
31891 
31892 
31893 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
31895 "<ServerManagerConfiguration>\n"
31896 " <ProxyGroup name=\"filters\">\n"
31897 " <!-- ==================================================================== -->\n"
31898 " <SourceProxy class=\"vtkCleanUnstructuredGrid\"\n"
31899 " label=\"Clean to Grid\"\n"
31900 " name=\"CleanUnstructuredGrid\">\n"
31901 " <Documentation long_help=\"This filter merges points and converts the data set to unstructured grid.\"\n"
31902 " short_help=\"Merge points.\">The Clean to Grid filter merges\n"
31903 " points that are exactly coincident. It also converts the\n"
31904 " data set to an unstructured grid. You may wish to do this\n"
31905 " if you want to apply a filter to your data set that is\n"
31906 " available for unstructured grids but not for the initial\n"
31907 " type of your data set (e.g., applying warp vector to\n"
31908 " volumetric data). The Clean to Grid filter operates on any\n"
31909 " type of data set.</Documentation>\n"
31910 " <InputProperty command=\"SetInputConnection\"\n"
31911 " name=\"Input\">\n"
31912 " <ProxyGroupDomain name=\"groups\">\n"
31913 " <Group name=\"sources\" />\n"
31914 " <Group name=\"filters\" />\n"
31915 " </ProxyGroupDomain>\n"
31916 " <DataTypeDomain name=\"input_type\">\n"
31917 " <DataType value=\"vtkDataSet\" />\n"
31918 " </DataTypeDomain>\n"
31919 " <Documentation>This property specifies the input to the Clean to Grid\n"
31920 " filter.</Documentation>\n"
31921 " </InputProperty>\n"
31922 " <DoubleVectorProperty animateable=\"1\"\n"
31923 " command=\"SetTolerance\"\n"
31924 " default_values=\"0.0\"\n"
31925 " name=\"Tolerance\"\n"
31926 " number_of_elements=\"1\">\n"
31927 " <DoubleRangeDomain max=\"1\"\n"
31928 " min=\"0\"\n"
31929 " name=\"range\" />\n"
31930 " <Documentation>When merging nearby points and\n"
31931 " not using absolute tolerance (see ToleranceIsAbsolute property), this\n"
31932 " property specifies the tolerance for performing merging as a fraction\n"
31933 " of the length of the diagonal of the bounding box of the input data\n"
31934 " set.</Documentation>\n"
31935 " </DoubleVectorProperty>\n"
31936 " <DoubleVectorProperty command=\"SetAbsoluteTolerance\"\n"
31937 " default_values=\"1.0\"\n"
31938 " name=\"AbsoluteTolerance\"\n"
31939 " number_of_elements=\"1\">\n"
31940 " <DoubleRangeDomain min=\"0\"\n"
31941 " name=\"range\" />\n"
31942 " <Documentation>When merging nearby points and\n"
31943 " using absolute tolerance (see ToleranceIsAbsolute property), this\n"
31944 " property specifies the tolerance for performing merging in the spatial\n"
31945 " units of the input data set.</Documentation>\n"
31946 " </DoubleVectorProperty>\n"
31947 " <IntVectorProperty command=\"SetToleranceIsAbsolute\"\n"
31948 " default_values=\"0\"\n"
31949 " name=\"ToleranceIsAbsolute\"\n"
31950 " number_of_elements=\"1\">\n"
31951 " <BooleanDomain name=\"bool\" />\n"
31952 " <Documentation>This property determines whether to use absolute or\n"
31953 " relative (a percentage of the bounding box) tolerance when performing\n"
31954 " point merging.</Documentation>\n"
31955 " </IntVectorProperty>\n"
31956 " <!-- End CleanUnstructuredGrid -->\n"
31957 " </SourceProxy>\n"
31958 "\n"
31959 " <!-- ==================================================================== -->\n"
31960 " <SourceProxy class=\"vtkCleanUnstructuredGridCells\"\n"
31961 " label=\"Clean Cells to Grid\"\n"
31962 " name=\"CleanUnstructuredGridCells\">\n"
31963 " <Documentation long_help=\"This filter merges cells and converts the data set to unstructured grid.\"\n"
31964 " short_help=\"Merge cells.\">Merges degenerate cells. Assumes\n"
31965 " the input grid does not contain duplicate points. You may\n"
31966 " want to run vtkCleanUnstructuredGrid first to assert it.\n"
31967 " If duplicated cells are found they are removed in the\n"
31968 " output. The filter also handles the case, where a cell may\n"
31969 " contain degenerate nodes (i.e. one and the same node is\n"
31970 " referenced by a cell more than once).</Documentation>\n"
31971 " <InputProperty command=\"SetInputConnection\"\n"
31972 " name=\"Input\">\n"
31973 " <ProxyGroupDomain name=\"groups\">\n"
31974 " <Group name=\"sources\" />\n"
31975 " <Group name=\"filters\" />\n"
31976 " </ProxyGroupDomain>\n"
31977 " <DataTypeDomain name=\"input_type\">\n"
31978 " <DataType value=\"vtkUnstructuredGrid\" />\n"
31979 " </DataTypeDomain>\n"
31980 " <Documentation>This property specifies the input to the Clean Cells to\n"
31981 " Grid filter.</Documentation>\n"
31982 " </InputProperty>\n"
31983 " <!-- End CleanUnstructuredGridCells -->\n"
31984 " </SourceProxy>\n"
31985 "\n"
31986 " <!-- ==================================================================== -->\n"
31987 " <SourceProxy class=\"vtkGridConnectivity\"\n"
31988 " label=\"Grid Connectivity\"\n"
31989 " name=\"GridConnectivity\">\n"
31990 " <Documentation long_help=\"Mass properties of connected fragments for unstructured grids.\"\n"
31991 " short_help=\"Parallel connectivity and integration.\">This\n"
31992 " filter works on multiblock unstructured grid inputs and\n"
31993 " also works in parallel. It Ignores any cells with a cell\n"
31994 " data Status value of 0. It performs connectivity to\n"
31995 " distict fragments separately. It then integrates\n"
31996 " attributes of the fragments.</Documentation>\n"
31997 " <InputProperty command=\"SetInputConnection\"\n"
31998 " name=\"Input\">\n"
31999 " <ProxyGroupDomain name=\"groups\">\n"
32000 " <Group name=\"sources\" />\n"
32001 " <Group name=\"filters\" />\n"
32002 " </ProxyGroupDomain>\n"
32003 " <DataTypeDomain name=\"input_type\">\n"
32004 " <DataType value=\"vtkUnstructuredGrid\" />\n"
32005 " <DataType value=\"vtkCompositeDataSet\" />\n"
32006 " </DataTypeDomain>\n"
32007 " <Documentation>This property specifies the input of the\n"
32008 " filter.</Documentation>\n"
32009 " </InputProperty>\n"
32010 " <!-- End Grid Fragment -->\n"
32011 " </SourceProxy>\n"
32012 "\n"
32013 " <!-- ==================================================================== -->\n"
32014 " <SourceProxy class=\"vtkHybridProbeFilter\"\n"
32015 " label=\"Extract Location\"\n"
32016 " name=\"ExtractLocation\">\n"
32017 " <Documentation long_help=\"Sample or extract cells at a point.\"\n"
32018 " short_help=\"Sample or extracy cells at a point.\">\n"
32019 " This filter allows you to specify a location and then either interpolate\n"
32020 " the data attributes from the input dataset at that location or extract the\n"
32021 " cell(s) at the location.\n"
32022 " </Documentation>\n"
32023 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n"
32024 " <ProxyGroupDomain name=\"groups\">\n"
32025 " <Group name=\"sources\" />\n"
32026 " <Group name=\"filters\" />\n"
32027 " </ProxyGroupDomain>\n"
32028 " <DataTypeDomain name=\"input_type\">\n"
32029 " <DataType value=\"vtkDataSet\" />\n"
32030 " <DataType value=\"vtkCompositeDataSet\" />\n"
32031 " </DataTypeDomain>\n"
32032 " <InputArrayDomain name=\"input_array\" />\n"
32033 " <Documentation>Set the input dataset producer</Documentation>\n"
32034 " </InputProperty>\n"
32035 "\n"
32036 " <IntVectorProperty name=\"Mode\"\n"
32037 " command=\"SetMode\"\n"
32038 " number_of_elements=\"1\"\n"
32039 " default_values=\"1\">\n"
32040 " <EnumerationDomain name=\"enum\">\n"
32041 " <Entry text=\"Interpolate At Location\" value=\"0\" />\n"
32042 " <Entry text=\"Extract Cell At Location\" value=\"1\" />\n"
32043 " </EnumerationDomain>\n"
32044 " <Documentation>\n"
32045 " Select whether to interpolate (probe) data attributes at the specified\n"
32046 " location, or to extract cell(s) containing the specified location.\n"
32047 " </Documentation>\n"
32048 " </IntVectorProperty>\n"
32049 "\n"
32050 " <DoubleVectorProperty command=\"SetLocation\"\n"
32051 " default_values=\"0.0 0.0 0.0\"\n"
32052 " name=\"Location\"\n"
32053 " number_of_elements=\"3\">\n"
32054 " <Documentation>Select the location of interest in 3D space.</Documentation>\n"
32055 " <BoundsDomain default_mode=\"mid\"\n"
32056 " mode=\"normal\"\n"
32057 " name=\"range\">\n"
32058 " <RequiredProperties>\n"
32059 " <Property function=\"Input\"\n"
32060 " name=\"Input\" />\n"
32061 " </RequiredProperties>\n"
32062 " </BoundsDomain>\n"
32063 " </DoubleVectorProperty>\n"
32064 " <PropertyGroup label=\"Location Parameters\" panel_widget=\"InteractiveHandle\">\n"
32065 " <Property function=\"WorldPosition\" name=\"Location\" />\n"
32066 " <Property function=\"Input\" name=\"Input\" />\n"
32067 " </PropertyGroup>\n"
32068 " <Hints>\n"
32069 " <Visibility replace_input=\"2\" />\n"
32070 " </Hints>\n"
32071 " <!-- End ProbePoint -->\n"
32072 " </SourceProxy>\n"
32073 "\n"
32074 " <!-- ==================================================================== -->\n"
32075 " <SourceProxy class=\"vtkIntegrateFlowThroughSurface\"\n"
32076 " label=\"Surface Flow\"\n"
32077 " name=\"IntegrateFlowThroughSurface\">\n"
32078 " <Documentation long_help=\"This filter integrates flow through a surface.\"\n"
32079 " short_help=\"This filter integrates flow through a surface.\">\n"
32080 " The flow integration filter integrates the dot product of\n"
32081 " a point flow vector field and surface normal. It computes\n"
32082 " the net flow across the 2D surface. It operates on any\n"
32083 " type of dataset and produces an unstructured grid\n"
32084 " output.</Documentation>\n"
32085 " <InputProperty command=\"SetInputConnection\"\n"
32086 " name=\"Input\">\n"
32087 " <ProxyGroupDomain name=\"groups\">\n"
32088 " <Group name=\"sources\" />\n"
32089 " <Group name=\"filters\" />\n"
32090 " </ProxyGroupDomain>\n"
32091 " <DataTypeDomain name=\"input_type\">\n"
32092 " <DataType value=\"vtkDataSet\" />\n"
32093 " </DataTypeDomain>\n"
32094 " <InputArrayDomain attribute_type=\"point\"\n"
32095 " name=\"input_array\"\n"
32096 " number_of_components=\"3\" />\n"
32097 " <Documentation>This property specifies the input to the Surface Flow\n"
32098 " filter.</Documentation>\n"
32099 " </InputProperty>\n"
32100 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
32101 " element_types=\"0 0 0 0 2\"\n"
32102 " name=\"SelectInputVectors\"\n"
32103 " number_of_elements=\"5\">\n"
32104 " <ArrayListDomain attribute_type=\"Vectors\"\n"
32105 " name=\"array_list\">\n"
32106 " <RequiredProperties>\n"
32107 " <Property function=\"Input\"\n"
32108 " name=\"Input\" />\n"
32109 " </RequiredProperties>\n"
32110 " </ArrayListDomain>\n"
32111 " <Documentation>The value of this property specifies the name of the\n"
32112 " input vector array containing the flow vector field.</Documentation>\n"
32113 " </StringVectorProperty>\n"
32114 " <!-- End IntegrateFlowThroughSurface -->\n"
32115 " </SourceProxy>\n"
32116 "\n"
32117 " <!-- ==================================================================== -->\n"
32118 " <SourceProxy class=\"vtkIsoVolume\"\n"
32119 " label=\"Iso Volume\"\n"
32120 " name=\"IsoVolume\">\n"
32121 " <Documentation long_help=\"This filter extracts cells by clipping cells that have point\n"
32122 " scalars not in the specified range.\"\n"
32123 " short_help=\"Extract cells that satisfy a threshold criterion.\">\n"
32124 " This filter clip away the cells using lower and upper\n"
32125 " thresholds.</Documentation>\n"
32126 " <InputProperty command=\"SetInputConnection\"\n"
32127 " name=\"Input\">\n"
32128 " <ProxyGroupDomain name=\"groups\">\n"
32129 " <Group name=\"sources\" />\n"
32130 " <Group name=\"filters\" />\n"
32131 " </ProxyGroupDomain>\n"
32132 " <DataTypeDomain name=\"input_type\">\n"
32133 " <DataType value=\"vtkDataSet\" />\n"
32134 " </DataTypeDomain>\n"
32135 " <InputArrayDomain name=\"input_array\"\n"
32136 " number_of_components=\"1\">\n"
32137 " </InputArrayDomain>\n"
32138 " <Documentation>This property specifies the input to the Threshold\n"
32139 " filter.</Documentation>\n"
32140 " </InputProperty>\n"
32141 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
32142 " element_types=\"0 0 0 0 2\"\n"
32143 " label=\"Input Scalars\"\n"
32144 " name=\"SelectInputScalars\"\n"
32145 " number_of_elements=\"5\">\n"
32146 " <ArrayListDomain attribute_type=\"Scalars\"\n"
32147 " name=\"array_list\">\n"
32148 " <RequiredProperties>\n"
32149 " <Property function=\"Input\"\n"
32150 " name=\"Input\" />\n"
32151 " </RequiredProperties>\n"
32152 " </ArrayListDomain>\n"
32153 " <Documentation>The value of this property contains the name of the\n"
32154 " scalar array from which to perform thresholding.</Documentation>\n"
32155 " </StringVectorProperty>\n"
32156 " <DoubleVectorProperty command=\"ThresholdBetween\"\n"
32157 " default_values=\"0 0\"\n"
32158 " label=\"Threshold Range\"\n"
32159 " name=\"ThresholdBetween\"\n"
32160 " number_of_elements=\"2\"\n"
32161 " panel_widget=\"double_range\">\n"
32162 " <ArrayRangeDomain name=\"range\">\n"
32163 " <RequiredProperties>\n"
32164 " <Property function=\"Input\"\n"
32165 " name=\"Input\" />\n"
32166 " <Property function=\"ArraySelection\"\n"
32167 " name=\"SelectInputScalars\" />\n"
32168 " </RequiredProperties>\n"
32169 " </ArrayRangeDomain>\n"
32170 " <Documentation>The values of this property specify the upper and lower\n"
32171 " bounds of the thresholding operation.</Documentation>\n"
32172 " </DoubleVectorProperty>\n"
32173 " <Hints>\n"
32174 " <Visibility replace_input=\"2\" />\n"
32175 " </Hints>\n"
32176 " <!-- End Iso Volume -->\n"
32177 " </SourceProxy>\n"
32178 "\n"
32179 " <!-- ==================================================================== -->\n"
32180 " <SourceProxy class=\"vtkPlotEdges\"\n"
32181 " label=\"Plot On Sorted Lines\"\n"
32182 " name=\"PlotOnSortedLines\">\n"
32183 " <Documentation long_help=\"The Plot on Sorted Lines filter sorts and orders polylines for graph visualization.\"\n"
32184 " short_help=\"\">The Plot on Sorted Lines filter sorts and orders\n"
32185 " polylines for graph visualization. See http://www.paraview.org/ParaView3/index.php/Plotting_Over_Curves for more information.</Documentation>\n"
32186 " <InputProperty command=\"SetInputConnection\"\n"
32187 " name=\"Input\">\n"
32188 " <ProxyGroupDomain name=\"groups\">\n"
32189 " <Group name=\"sources\" />\n"
32190 " <Group name=\"filters\" />\n"
32191 " </ProxyGroupDomain>\n"
32192 " <DataTypeDomain name=\"input_type\">\n"
32193 " <DataType value=\"vtkPolyData\" />\n"
32194 " </DataTypeDomain>\n"
32195 " <Documentation>This property specifies the input to the Plot Edges\n"
32196 " filter.</Documentation>\n"
32197 " </InputProperty>\n"
32198 " <Hints>\n"
32199 " <!-- View can be used to specify the preferred view for the proxy -->\n"
32200 ;
32201 
32202 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
32204 " <View type=\"XYChartView\" />\n"
32205 " <!-- Temporary hint to allow the output of this filter to be plotted -->\n"
32206 " <Plotable />\n"
32207 " </Hints>\n"
32208 " <!-- End PlotEdges -->\n"
32209 " </SourceProxy>\n"
32210 "\n"
32211 " <SourceProxy class=\"vtkConvertPolyhedraFilter\"\n"
32212 " label=\"Convert Polyhedral Cells\"\n"
32213 " name=\"ConvertPolyhedra\">\n"
32214 " <Documentation long_help=\"Attempt to convert polyhedral cells tp simple cells.\">\n"
32215 "Attempt to convert polyhedral cells to simple cells (tetrahedron, pyramid, wedge\n"
32216 "or hexahedron). It will speed up downstream processing if polyhedral cells can\n"
32217 "be treated as simple cells.\n"
32218 " </Documentation>\n"
32219 " <InputProperty command=\"SetInputConnection\"\n"
32220 " name=\"Input\">\n"
32221 " <ProxyGroupDomain name=\"groups\">\n"
32222 " <Group name=\"sources\" />\n"
32223 " <Group name=\"filters\" />\n"
32224 " </ProxyGroupDomain>\n"
32225 " <DataTypeDomain name=\"input_type\">\n"
32226 " <DataType value=\"vtkUnstructuredGridBase\" />\n"
32227 " </DataTypeDomain>\n"
32228 " <Documentation>This property specifies the input to the Convert Polyhedral Cells\n"
32229 " filter.</Documentation>\n"
32230 " </InputProperty>\n"
32231 " </SourceProxy>\n"
32232 "\n"
32233 "\n"
32234 " <!-- ==================================================================== -->\n"
32235 " <SourceProxy class=\"vtkPVArrayCalculator\"\n"
32236 " name=\"Calculator\">\n"
32237 " <Documentation long_help=\"Compute new attribute arrays as function of existing arrays.\"\n"
32238 " short_help=\"Compute new attribute arrays.\">\n"
32239 "The Calculator filter computes a new data array or new point\n"
32240 "coordinates as a function of existing scalar or vector arrays. If\n"
32241 "point-centered arrays are used in the computation of a new data array,\n"
32242 "the resulting array will also be point-centered. Similarly,\n"
32243 "computations using cell-centered arrays will produce a new\n"
32244 "cell-centered array. If the function is computing point coordinates,\n"
32245 "the result of the function must be a three-component vector.\n"
32246 "\n"
32247 "The Calculator interface operates similarly to a scientific\n"
32248 "calculator. In creating the function to evaluate, the standard order\n"
32249 "of operations applies. Each of the calculator functions is described\n"
32250 "below. Unless otherwise noted, enclose the operand in parentheses\n"
32251 "using the ( and ) buttons.\n"
32252 "\n"
32253 "- Clear: Erase the current function (displayed in the read-only text\n"
32254 " box above the calculator buttons).\n"
32255 "- /: Divide one scalar by another. The operands for this function are\n"
32256 " not required to be enclosed in parentheses.\n"
32257 "- *: Multiply two scalars, or multiply a vector by a scalar (scalar multiple).\n"
32258 " The operands for this function are not required to be enclosed in parentheses.\n"
32259 "- -: Negate a scalar or vector (unary minus), or subtract one scalar or vector\n"
32260 " from another. The operands for this function are not required to be enclosed\n"
32261 " in parentheses.\n"
32262 "- +: Add two scalars or two vectors. The operands for this function are not\n"
32263 " required to be enclosed in parentheses.\n"
32264 "- sin: Compute the sine of a scalar. cos: Compute the cosine of a scalar.\n"
32265 "- tan: Compute the tangent of a scalar.\n"
32266 "- asin: Compute the arcsine of a scalar.\n"
32267 "- acos: Compute the arccosine of a scalar.\n"
32268 "- atan: Compute the arctangent of a scalar.\n"
32269 "- sinh: Compute the hyperbolic sine of a scalar.\n"
32270 "- cosh: Compute the hyperbolic cosine of a scalar.\n"
32271 "- tanh: Compute the hyperbolic tangent of a scalar.\n"
32272 "- min: Compute minimum of two scalars.\n"
32273 "- max: Compute maximum of two scalars.\n"
32274 "- x^y: Raise one scalar to the power of another scalar. The operands for\n"
32275 " this function are not required to be enclosed in parentheses.\n"
32276 "- sqrt: Compute the square root of a scalar.\n"
32277 "- e^x: Raise e to the power of a scalar.\n"
32278 "- log: Compute the logarithm of a scalar (deprecated. same as log10).\n"
32279 "- log10: Compute the logarithm of a scalar to the base 10.\n"
32280 "- ln: Compute the logarithm of a scalar to the base 'e'.\n"
32281 "- ceil: Compute the ceiling of a scalar. floor: Compute the floor of a scalar.\n"
32282 "- abs: Compute the absolute value of a scalar.\n"
32283 "- v1.v2: Compute the dot product of two vectors. The operands for this\n"
32284 " function are not required to be enclosed in parentheses.\n"
32285 "- cross: Compute cross product of two vectors.\n"
32286 "- mag: Compute the magnitude of a vector.\n"
32287 "- norm: Normalize a vector.\n"
32288 "\n"
32289 "The operands are described below. The digits 0 - 9 and the decimal\n"
32290 "point are used to enter constant scalar values. **iHat**, **jHat**,\n"
32291 "and **kHat** are vector constants representing unit vectors in the X,\n"
32292 "Y, and Z directions, respectively. The scalars menu lists the names of\n"
32293 "the scalar arrays and the components of the vector arrays of either\n"
32294 "the point-centered or cell-centered data. The vectors menu lists the\n"
32295 "names of the point-centered or cell-centered vector arrays. The\n"
32296 "function will be computed for each point (or cell) using the scalar or\n"
32297 "vector value of the array at that point (or cell). The filter operates\n"
32298 "on any type of data set, but the input data set must have at least one\n"
32299 "scalar or vector array. The arrays can be either point-centered or\n"
32300 "cell-centered. The Calculator filter's output is of the same data set\n"
32301 "type as the input.\n"
32302 "\n"
32303 "The output array type can be specified as an advanced option with the default\n"
32304 "being of a vtkDoubleArray.</Documentation>\n"
32305 " <InputProperty command=\"SetInputConnection\"\n"
32306 " name=\"Input\">\n"
32307 " <ProxyGroupDomain name=\"groups\">\n"
32308 " <Group name=\"sources\" />\n"
32309 " <Group name=\"filters\" />\n"
32310 " </ProxyGroupDomain>\n"
32311 " <DataTypeDomain name=\"input_type\">\n"
32312 " <DataType value=\"vtkDataSet\" />\n"
32313 " <DataType value=\"vtkGraph\"/>\n"
32314 " <DataType value=\"vtkTable\"/>\n"
32315 " </DataTypeDomain>\n"
32316 " <InputArrayDomain name=\"input_array\" optional=\"1\"/>\n"
32317 " <Documentation>This property specifies the input dataset (vtkDataSet, vtkTable or vtkGraph) to the\n"
32318 " Calculator filter. The scalar and vector variables may be chosen from\n"
32319 " this dataset's arrays.</Documentation>\n"
32320 " </InputProperty>\n"
32321 " <IntVectorProperty command=\"SetAttributeType\"\n"
32322 " default_values=\"0\"\n"
32323 " name=\"AttributeType\"\n"
32324 " number_of_elements=\"1\">\n"
32325 " <FieldDataDomain name=\"enum\">\n"
32326 " <RequiredProperties>\n"
32327 " <Property function=\"Input\"\n"
32328 " name=\"Input\" />\n"
32329 " </RequiredProperties>\n"
32330 " </FieldDataDomain>\n"
32331 " <Documentation>This property determines on which types of field data the computation is to\n"
32332 " be performed on.</Documentation>\n"
32333 " </IntVectorProperty>\n"
32334 " <IntVectorProperty command=\"SetCoordinateResults\"\n"
32335 " default_values=\"0\"\n"
32336 " name=\"CoordinateResults\"\n"
32337 " number_of_elements=\"1\">\n"
32338 " <BooleanDomain name=\"bool\" />\n"
32339 " <Documentation>The value of this property determines whether the\n"
32340 " results of this computation should be used as point coordinates or as a\n"
32341 " new array.</Documentation>\n"
32342 " </IntVectorProperty>\n"
32343 " <IntVectorProperty command=\"SetResultNormals\"\n"
32344 " default_values=\"0\"\n"
32345 " name=\"ResultNormals\"\n"
32346 " number_of_elements=\"1\"\n"
32347 " panel_visibility=\"advanced\">\n"
32348 " <BooleanDomain name=\"bool\" />\n"
32349 " <Documentation>Set whether to output results as point/cell\n"
32350 " normals. Outputting as normals is only valid with vector\n"
32351 " results. Point or cell normals are selected using\n"
32352 " AttributeMode.</Documentation>\n"
32353 " </IntVectorProperty>\n"
32354 " <IntVectorProperty command=\"SetResultTCoords\"\n"
32355 " default_values=\"0\"\n"
32356 " name=\"ResultTCoords\"\n"
32357 " number_of_elements=\"1\"\n"
32358 " panel_visibility=\"advanced\">\n"
32359 " <BooleanDomain name=\"bool\" />\n"
32360 " <Documentation>Set whether to output results as point/cell\n"
32361 " texture coordinates. Point or cell texture coordinates are\n"
32362 " selected using AttributeMode. 2-component texture coordinates\n"
32363 " cannot be generated at this time.</Documentation>\n"
32364 " </IntVectorProperty>\n"
32365 " <StringVectorProperty command=\"SetResultArrayName\"\n"
32366 " default_values=\"Result\"\n"
32367 " name=\"ResultArrayName\"\n"
32368 " number_of_elements=\"1\">\n"
32369 " <Documentation>This property contains the name for the output array\n"
32370 " containing the result of this computation.</Documentation>\n"
32371 " </StringVectorProperty>\n"
32372 " <StringVectorProperty command=\"SetFunction\"\n"
32373 " name=\"Function\"\n"
32374 " number_of_elements=\"1\"\n"
32375 " panel_widget=\"calculator\" >\n"
32376 " <Documentation>\n"
32377 "This property contains the equation for computing the new\n"
32378 "array.\n"
32379 " </Documentation>\n"
32380 " </StringVectorProperty>\n"
32381 " <IntVectorProperty command=\"SetReplaceInvalidValues\"\n"
32382 " default_values=\"1\"\n"
32383 " label=\"Replace Invalid Results\"\n"
32384 " name=\"ReplaceInvalidValues\"\n"
32385 " number_of_elements=\"1\"\n"
32386 " panel_visibility=\"advanced\">\n"
32387 " <BooleanDomain name=\"bool\" />\n"
32388 " <Documentation>This property determines whether invalid values in the\n"
32389 " computation will be replaced with a specific value. (See the\n"
32390 " ReplacementValue property.)</Documentation>\n"
32391 " </IntVectorProperty>\n"
32392 " <DoubleVectorProperty command=\"SetReplacementValue\"\n"
32393 " default_values=\"0.0\"\n"
32394 " name=\"ReplacementValue\"\n"
32395 " number_of_elements=\"1\"\n"
32396 " panel_visibility=\"advanced\">\n"
32397 " <DoubleRangeDomain name=\"range\" />\n"
32398 " <Documentation>If invalid values in the computation are to be replaced\n"
32399 " with another value, this property contains that value.</Documentation>\n"
32400 " </DoubleVectorProperty>\n"
32401 " <IntVectorProperty command=\"SetResultArrayType\"\n"
32402 " default_values=\"11\"\n"
32403 " label=\"Result Array Type\"\n"
32404 " name=\"ResultArrayType\"\n"
32405 " number_of_elements=\"1\"\n"
32406 " panel_visibility=\"advanced\">\n"
32407 " <EnumerationDomain name=\"enum\">\n"
32408 " <Entry text=\"Char\"\n"
32409 " value=\"2\" />\n"
32410 " <Entry text=\"Signed Char\"\n"
32411 " value=\"15\" />\n"
32412 " <Entry text=\"Unsigned Char\"\n"
32413 " value=\"3\" />\n"
32414 " <Entry text=\"Short\"\n"
32415 " value=\"4\" />\n"
32416 " <Entry text=\"Unsigned Short\"\n"
32417 " value=\"5\" />\n"
32418 " <Entry text=\"Int\"\n"
32419 " value=\"6\" />\n"
32420 " <Entry text=\"Unsigned Int\"\n"
32421 " value=\"7\" />\n"
32422 " <Entry text=\"Long\"\n"
32423 " value=\"8\" />\n"
32424 " <Entry text=\"Unsigned Long\"\n"
32425 " value=\"9\" />\n"
32426 " <Entry text=\"Float\"\n"
32427 " value=\"10\" />\n"
32428 " <Entry text=\"Double\"\n"
32429 " value=\"11\" />\n"
32430 " <Entry text=\"Id Type\"\n"
32431 " value=\"12\" />\n"
32432 " </EnumerationDomain>\n"
32433 " <Documentation>This property determines what array type to output.\n"
32434 " The default is a vtkDoubleArray.</Documentation>\n"
32435 " </IntVectorProperty>\n"
32436 " <!-- End Calculator -->\n"
32437 " </SourceProxy>\n"
32438 "\n"
32439 " <!-- ==================================================================== -->\n"
32440 " <SourceProxy class=\"vtkPVClipClosedSurface\"\n"
32441 " label=\"Clip Closed Surface\"\n"
32442 " name=\"ClipClosedSurface\">\n"
32443 " <Documentation long_help=\"Clip a polygonal dataset with a plane to produce closed surfaces\"\n"
32444 " short_help=\"Clip a polygonal dataset with a plane to produce closed surfaces\">\n"
32445 " This clip filter cuts away a portion of the input polygonal dataset using\n"
32446 " a plane to generate a new polygonal dataset.</Documentation>\n"
32447 " <InputProperty command=\"SetInputConnection\"\n"
32448 " name=\"Input\">\n"
32449 " <ProxyGroupDomain name=\"groups\">\n"
32450 " <Group name=\"sources\" />\n"
32451 " <Group name=\"filters\" />\n"
32452 " </ProxyGroupDomain>\n"
32453 " <DataTypeDomain name=\"input_type\">\n"
32454 " <DataType value=\"vtkPolyData\" />\n"
32455 " </DataTypeDomain>\n"
32456 " <InputArrayDomain attribute_type=\"point\"\n"
32457 " name=\"input_array\"\n"
32458 " number_of_components=\"1\"\n"
32459 " optional=\"1\" />\n"
32460 " <Documentation>This property specifies the dataset on which the Clip\n"
32461 " filter will operate.</Documentation>\n"
32462 " </InputProperty>\n"
32463 " <ProxyProperty command=\"SetClippingPlane\"\n"
32464 " label=\"Clipping Plane\"\n"
32465 " name=\"ClippingPlane\">\n"
32466 " <ProxyGroupDomain name=\"groups\">\n"
32467 " <Group name=\"implicit_functions\" />\n"
32468 " </ProxyGroupDomain>\n"
32469 " <ProxyListDomain name=\"proxy_list\">\n"
32470 " <Proxy group=\"implicit_functions\"\n"
32471 " name=\"Plane\" />\n"
32472 " </ProxyListDomain>\n"
32473 " <Documentation>This property specifies the parameters of the clipping\n"
32474 " plane used to clip the polygonal data.</Documentation>\n"
32475 " </ProxyProperty>\n"
32476 " <IntVectorProperty command=\"SetGenerateFaces\"\n"
32477 " default_values=\"1\"\n"
32478 " name=\"GenerateFaces\"\n"
32479 " number_of_elements=\"1\">\n"
32480 " <BooleanDomain name=\"bool\" />\n"
32481 " <Documentation>Generate polygonal faces in the output.</Documentation>\n"
32482 " </IntVectorProperty>\n"
32483 " <IntVectorProperty command=\"SetGenerateOutline\"\n"
32484 " default_values=\"0\"\n"
32485 " name=\"GenerateOutline\"\n"
32486 " number_of_elements=\"1\">\n"
32487 " <BooleanDomain name=\"bool\" />\n"
32488 " <Documentation>Generate clipping outlines in the output wherever an\n"
32489 " input face is cut by the clipping plane.</Documentation>\n"
32490 " </IntVectorProperty>\n"
32491 " <IntVectorProperty command=\"SetScalarMode\"\n"
32492 " default_values=\"0\"\n"
32493 " label=\"Generate Cell Origins\"\n"
32494 " name=\"ScalarMode\"\n"
32495 " number_of_elements=\"1\">\n"
32496 " <EnumerationDomain name=\"enum\">\n"
32497 " <Entry text=\"None\"\n"
32498 " value=\"0\" />\n"
32499 " <Entry text=\"Color\"\n"
32500 " value=\"1\" />\n"
32501 " <Entry text=\"Label\"\n"
32502 " value=\"2\" />\n"
32503 " </EnumerationDomain>\n"
32504 " <Documentation>Generate (cell) data for coloring purposes such that the\n"
32505 " newly generated cells (including capping faces and clipping outlines)\n"
32506 " can be distinguished from the input cells.</Documentation>\n"
32507 ;
32508 
32509 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
32511 " </IntVectorProperty>\n"
32512 " <IntVectorProperty command=\"SetInsideOut\"\n"
32513 " default_values=\"0\"\n"
32514 " name=\"InsideOut\"\n"
32515 " number_of_elements=\"1\">\n"
32516 " <BooleanDomain name=\"bool\" />\n"
32517 " <Documentation>If this flag is turned off, the clipper will return the\n"
32518 " portion of the data that lies within the clipping plane. Otherwise, the\n"
32519 " clipper will return the portion of the data that lies outside the\n"
32520 " clipping plane.</Documentation>\n"
32521 " </IntVectorProperty>\n"
32522 " <DoubleVectorProperty command=\"SetTolerance\"\n"
32523 " default_values=\"0.000001\"\n"
32524 " label=\"Clipping Tolerance\"\n"
32525 " name=\"Tolerance\"\n"
32526 " number_of_elements=\"1\">\n"
32527 " <DoubleRangeDomain name=\"range\" />\n"
32528 " <Documentation>Specify the tolerance for creating new points. A small\n"
32529 " value might incur degenerate triangles.</Documentation>\n"
32530 " </DoubleVectorProperty>\n"
32531 " <DoubleVectorProperty command=\"SetBaseColor\"\n"
32532 " default_values=\"0.10 0.10 1.00\"\n"
32533 " label=\"Base Color\"\n"
32534 " name=\"BaseColor\"\n"
32535 " number_of_elements=\"3\">\n"
32536 " <DoubleRangeDomain max=\"1 1 1\"\n"
32537 " min=\"0 0 0\"\n"
32538 " name=\"range\" />\n"
32539 " <Documentation>Specify the color for the faces from the\n"
32540 " input.</Documentation>\n"
32541 " </DoubleVectorProperty>\n"
32542 " <DoubleVectorProperty command=\"SetClipColor\"\n"
32543 " default_values=\"1.00 0.11 0.10\"\n"
32544 " label=\"Clip Color\"\n"
32545 " name=\"ClipColor\"\n"
32546 " number_of_elements=\"3\">\n"
32547 " <DoubleRangeDomain max=\"1 1 1\"\n"
32548 " min=\"0 0 0\"\n"
32549 " name=\"range\" />\n"
32550 " <Documentation>Specify the color for the capping faces (generated on\n"
32551 " the clipping interface).</Documentation>\n"
32552 " </DoubleVectorProperty>\n"
32553 " <!-- End Clip -->\n"
32554 " </SourceProxy>\n"
32555 "\n"
32556 " <!-- ==================================================================== -->\n"
32557 " <SourceProxy class=\"vtkPVContourFilter\"\n"
32558 " name=\"Contour\">\n"
32559 " <Documentation long_help=\"Generate isolines or isosurfaces using point scalars.\"\n"
32560 " short_help=\"Generate isolines or isosurfaces.\">The Contour\n"
32561 " filter computes isolines or isosurfaces using a selected\n"
32562 " point-centered scalar array. The Contour filter operates\n"
32563 " on any type of data set, but the input is required to have\n"
32564 " at least one point-centered scalar (single-component)\n"
32565 " array. The output of this filter is\n"
32566 " polygonal.</Documentation>\n"
32567 " <InputProperty command=\"SetInputConnection\"\n"
32568 " name=\"Input\">\n"
32569 " <ProxyGroupDomain name=\"groups\">\n"
32570 " <Group name=\"sources\" />\n"
32571 " <Group name=\"filters\" />\n"
32572 " </ProxyGroupDomain>\n"
32573 " <DataTypeDomain name=\"input_type\">\n"
32574 " <DataType value=\"vtkDataSet\" />\n"
32575 " <DataType value=\"vtkHyperTreeGrid\" />\n"
32576 " </DataTypeDomain>\n"
32577 " <InputArrayDomain attribute_type=\"point\"\n"
32578 " name=\"input_array\"\n"
32579 " number_of_components=\"1\"\n"
32580 " data_type=\"vtkDataSet\" />\n"
32581 " <InputArrayDomain attribute_type=\"cell\"\n"
32582 " name=\"input_array_htg\"\n"
32583 " number_of_components=\"1\"\n"
32584 " data_type=\"vtkHyperTreeGrid\" />\n"
32585 " <Documentation>This property specifies the input dataset to be used by\n"
32586 " the contour filter.</Documentation>\n"
32587 " </InputProperty>\n"
32588 " <StringVectorProperty animateable=\"0\"\n"
32589 " command=\"SetInputArrayToProcess\"\n"
32590 " element_types=\"int int int int str\"\n"
32591 " label=\"Contour By\"\n"
32592 " name=\"SelectInputScalars\"\n"
32593 " number_of_elements=\"5\">\n"
32594 " <ArrayListDomain attribute_type=\"Scalars\"\n"
32595 " name=\"array_list\">\n"
32596 " <RequiredProperties>\n"
32597 " <Property function=\"Input\"\n"
32598 " name=\"Input\" />\n"
32599 " </RequiredProperties>\n"
32600 " </ArrayListDomain>\n"
32601 " <Documentation>This property specifies the name of the scalar array\n"
32602 " from which the contour filter will compute isolines and/or\n"
32603 " isosurfaces.</Documentation>\n"
32604 " </StringVectorProperty>\n"
32605 " <IntVectorProperty animateable=\"0\"\n"
32606 " command=\"SetComputeNormals\"\n"
32607 " default_values=\"1\"\n"
32608 " name=\"ComputeNormals\"\n"
32609 " number_of_elements=\"1\">\n"
32610 " <BooleanDomain name=\"bool\" />\n"
32611 " <Hints>\n"
32612 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
32613 " name=\"vtkPolyData vtkHyperTreeGrid\"\n"
32614 " exclude=\"1\"\n"
32615 " mode=\"enabled_state\" />\n"
32616 " </Hints>\n"
32617 " <Documentation>If this property is set to 1, a scalar array containing\n"
32618 " a normal value at each point in the isosurface or isoline will be\n"
32619 " created by the contour filter; otherwise an array of normals will not\n"
32620 " be computed. This operation is fairly expensive both in terms of\n"
32621 " computation time and memory required, so if the output dataset produced\n"
32622 " by the contour filter will be processed by filters that modify the\n"
32623 " dataset's topology or geometry, it may be wise to set the value of this\n"
32624 " property to 0. Select whether to compute normals.</Documentation>\n"
32625 " </IntVectorProperty>\n"
32626 " <IntVectorProperty animateable=\"0\"\n"
32627 " command=\"SetComputeGradients\"\n"
32628 " default_values=\"0\"\n"
32629 " name=\"ComputeGradients\"\n"
32630 " number_of_elements=\"1\">\n"
32631 " <BooleanDomain name=\"bool\" />\n"
32632 " <Hints>\n"
32633 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
32634 " <Expression type=\"or\">\n"
32635 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
32636 " name=\"Structured\"\n"
32637 " mode=\"enabled_state\"/>\n"
32638 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
32639 " name=\"vtkHyperTreeGrid\"\n"
32640 " mode=\"enabled_state\"\n"
32641 " exclude=\"1\"/>\n"
32642 " </Expression>\n"
32643 " </PropertyWidgetDecorator>\n"
32644 " </Hints>\n"
32645 " <Documentation>If this property is set to 1, a scalar array containing\n"
32646 " a gradient value at each point in the isosurface or isoline will be\n"
32647 " created by this filter; otherwise an array of gradients will not be\n"
32648 " computed. This operation is fairly expensive both in terms of\n"
32649 " computation time and memory required, so if the output dataset produced\n"
32650 " by the contour filter will be processed by filters that modify the\n"
32651 " dataset's topology or geometry, it may be wise to set the value of this\n"
32652 " property to 0. Not that if ComputeNormals is set to 1, then gradients\n"
32653 " will have to be calculated, but they will only be stored in the output\n"
32654 " dataset if ComputeGradients is also set to 1.</Documentation>\n"
32655 " </IntVectorProperty>\n"
32656 " <IntVectorProperty animateable=\"0\"\n"
32657 " command=\"SetComputeScalars\"\n"
32658 " default_values=\"1\"\n"
32659 " name=\"ComputeScalars\"\n"
32660 " number_of_elements=\"1\"\n"
32661 " panel_visibility=\"advanced\">\n"
32662 " <Hints>\n"
32663 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
32664 " name=\"vtkHyperTreeGrid\"\n"
32665 " exclude=\"1\"\n"
32666 " mode=\"enabled_state\"/>\n"
32667 " </Hints>\n"
32668 " <BooleanDomain name=\"bool\" />\n"
32669 " <Documentation>If this property is set to 1, an array of scalars\n"
32670 " (containing the contour value) will be added to the output dataset. If\n"
32671 " set to 0, the output will not contain this array.</Documentation>\n"
32672 " </IntVectorProperty>\n"
32673 " <IntVectorProperty animateable=\"0\"\n"
32674 " command=\"SetOutputPointsPrecision\"\n"
32675 " default_values=\"2\"\n"
32676 " name=\"OutputPointsPrecision\"\n"
32677 " number_of_elements=\"1\"\n"
32678 " panel_visibility=\"advanced\" >\n"
32679 " <Hints>\n"
32680 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
32681 " name=\"vtkHyperTreeGrid\"\n"
32682 " exclude=\"1\"\n"
32683 " mode=\"enabled_state\"/>\n"
32684 " </Hints>\n"
32685 " <EnumerationDomain name=\"enum\">\n"
32686 " <Entry text=\"Single\"\n"
32687 " value=\"0\" />\n"
32688 " <Entry text=\"Double\"\n"
32689 " value=\"1\" />\n"
32690 " <Entry text=\"Same as input\"\n"
32691 " value=\"2\" />\n"
32692 " </EnumerationDomain>\n"
32693 " <Documentation>\n"
32694 "Select the output precision of the coordinates. **Single** sets the\n"
32695 "output to single-precision floating-point (i.e., float), **Double**\n"
32696 "sets it to double-precision floating-point (i.e., double), and\n"
32697 "**Default** sets it to the same precision as the precision of the\n"
32698 "points in the input. Defaults to ***Single***.\n"
32699 " </Documentation>\n"
32700 " </IntVectorProperty>\n"
32701 " <IntVectorProperty animateable=\"0\"\n"
32702 " command=\"SetGenerateTriangles\"\n"
32703 " default_values=\"1\"\n"
32704 " name=\"GenerateTriangles\"\n"
32705 " number_of_elements=\"1\">\n"
32706 " <Hints>\n"
32707 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
32708 " name=\"vtkHyperTreeGrid\"\n"
32709 " exclude=\"1\"\n"
32710 " mode=\"enabled_state\"/>\n"
32711 " </Hints>\n"
32712 " <BooleanDomain name=\"bool\" />\n"
32713 " <Documentation>This parameter controls whether to produce triangles in the output.\n"
32714 " Warning: Many filters do not properly handle non-triangular polygons.\n"
32715 " </Documentation>\n"
32716 " </IntVectorProperty>\n"
32717 " <DoubleVectorProperty animateable=\"1\"\n"
32718 " command=\"SetValue\"\n"
32719 " label=\"Isosurfaces\"\n"
32720 " name=\"ContourValues\"\n"
32721 " number_of_elements=\"0\"\n"
32722 " number_of_elements_per_command=\"1\"\n"
32723 " repeat_command=\"1\"\n"
32724 " set_number_command=\"SetNumberOfContours\"\n"
32725 " use_index=\"1\">\n"
32726 " <ArrayRangeDomain name=\"scalar_range\">\n"
32727 " <RequiredProperties>\n"
32728 " <Property function=\"Input\"\n"
32729 " name=\"Input\" />\n"
32730 " <Property function=\"ArraySelection\"\n"
32731 " name=\"SelectInputScalars\" />\n"
32732 " </RequiredProperties>\n"
32733 " </ArrayRangeDomain>\n"
32734 " <Documentation>This property specifies the values at which to compute\n"
32735 " isosurfaces/isolines and also the number of such\n"
32736 " values.</Documentation>\n"
32737 " </DoubleVectorProperty>\n"
32738 " <Hints>\n"
32739 " <Visibility replace_input=\"2\" />\n"
32740 " </Hints>\n"
32741 " <!-- incremental point locator begin -->\n"
32742 " <ProxyProperty command=\"SetLocator\"\n"
32743 " label=\"Point Merge Method\"\n"
32744 " name=\"Locator\"\n"
32745 " panel_visibility=\"advanced\" >\n"
32746 " <ProxyGroupDomain name=\"groups\">\n"
32747 " <Group name=\"incremental_point_locators\" />\n"
32748 " </ProxyGroupDomain>\n"
32749 " <ProxyListDomain name=\"proxy_list\">\n"
32750 " <Proxy group=\"incremental_point_locators\"\n"
32751 " name=\"MergePoints\" />\n"
32752 " <Proxy group=\"incremental_point_locators\"\n"
32753 " name=\"IncrementalOctreeMergePoints\" />\n"
32754 " <Proxy group=\"incremental_point_locators\"\n"
32755 " name=\"NonMergingPointLocator\" />\n"
32756 " </ProxyListDomain>\n"
32757 " <Documentation>This property specifies an incremental point locator for\n"
32758 " merging duplicate / coincident points.</Documentation>\n"
32759 " </ProxyProperty>\n"
32760 " <!-- incremental point locator end -->\n"
32761 "\n"
32762 " <PropertyGroup label=\"Isosurfaces\">\n"
32763 " <Property name=\"ContourValues\" />\n"
32764 " </PropertyGroup>\n"
32765 " <PropertyGroup label=\"Point Locator\">\n"
32766 " <Property name=\"Locator\" />\n"
32767 " </PropertyGroup>\n"
32768 " <!-- End Contour -->\n"
32769 " </SourceProxy>\n"
32770 "\n"
32771 " <!-- ==================================================================== -->\n"
32772 " <SourceProxy class=\"vtkPVExtractComponent\"\n"
32773 " name=\"ExtractComponent\"\n"
32774 " label=\"Extract Component\">\n"
32775 " <Documentation long_help=\"This filter extracts a component of a multi-component attribute array.\"\n"
32776 " short_help=\"Extract Component.\"/>\n"
32777 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n"
32778 " <ProxyGroupDomain name=\"groups\">\n"
32779 " <Group name=\"sources\" />\n"
32780 " <Group name=\"filters\" />\n"
32781 " </ProxyGroupDomain>\n"
32782 " <DataTypeDomain name=\"input_type\">\n"
32783 " <DataType value=\"vtkDataSet\" />\n"
32784 " </DataTypeDomain>\n"
32785 " <InputArrayDomain name=\"input_array\">\n"
32786 " </InputArrayDomain>\n"
32787 " <Documentation>\n"
32788 " This property specifies the input of the Extract Component filter.\n"
32789 " </Documentation>\n"
32790 " </InputProperty>\n"
32791 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
32792 " element_types=\"0 0 0 0 2\"\n"
32793 " name=\"SelectInputArray\"\n"
32794 " label=\"Input Array\"\n"
32795 " number_of_elements=\"5\">\n"
32796 " <ArrayListDomain name=\"array_list\">\n"
32797 " <RequiredProperties>\n"
32798 " <Property function=\"Input\"\n"
32799 " name=\"Input\" />\n"
32800 " </RequiredProperties>\n"
32801 " </ArrayListDomain>\n"
32802 " <Documentation>\n"
32803 " This property indicates the name of the array to be extracted.\n"
32804 " </Documentation>\n"
32805 " </StringVectorProperty>\n"
32806 " <IntVectorProperty animateable=\"0\"\n"
32807 " command=\"SetInputArrayComponent\"\n"
32808 " default_values=\"0\"\n"
32809 " name=\"Component\"\n"
32810 " number_of_elements=\"1\">\n"
32811 " <NumberOfComponentsDomain name=\"comps\">\n"
32812 " <RequiredProperties>\n"
32813 " <Property function=\"Input\"\n"
32814 " name=\"Input\" />\n"
32815 " <Property function=\"ArraySelection\"\n"
32816 ;
32817 
32818 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
32820 " name=\"SelectInputArray\" />\n"
32821 " </RequiredProperties>\n"
32822 " </NumberOfComponentsDomain>\n"
32823 " <Documentation>\n"
32824 " This property indicates the component of the array to be extracted.\n"
32825 " </Documentation>\n"
32826 " </IntVectorProperty>\n"
32827 " <StringVectorProperty command=\"SetOutputArrayName\"\n"
32828 " name=\"OutputArrayName\"\n"
32829 " label=\"Output Array Name\"\n"
32830 " default_values=\"Result\"\n"
32831 " number_of_elements=\"1\">\n"
32832 " <Documentation>\n"
32833 " This property indicates the name of the output scalar array.\n"
32834 " </Documentation>\n"
32835 " </StringVectorProperty>\n"
32836 " <!-- End ExtractComponent -->\n"
32837 " </SourceProxy>\n"
32838 "\n"
32839 " <!-- ==================================================================== -->\n"
32840 " <SourceProxy class=\"vtkPVExtractVOI\"\n"
32841 " label=\"Extract Subset\"\n"
32842 " name=\"ExtractGrid\">\n"
32843 " <Documentation long_help=\"Extract a subgrid from a structured grid with the option of setting subsample strides.\"\n"
32844 " short_help=\"Extract a subgrid or subsample.\">The Extract\n"
32845 " Grid filter returns a subgrid of a structured input data\n"
32846 " set (uniform rectilinear, curvilinear, or nonuniform\n"
32847 " rectilinear). The output data set type of this filter is\n"
32848 " the same as the input type.</Documentation>\n"
32849 " <InputProperty command=\"SetInputConnection\"\n"
32850 " name=\"Input\">\n"
32851 " <ProxyGroupDomain name=\"groups\">\n"
32852 " <Group name=\"sources\" />\n"
32853 " <Group name=\"filters\" />\n"
32854 " </ProxyGroupDomain>\n"
32855 " <DataTypeDomain name=\"input_type\">\n"
32856 " <DataType value=\"vtkImageData\" />\n"
32857 " <DataType value=\"vtkRectilinearGrid\" />\n"
32858 " <DataType value=\"vtkStructuredPoints\" />\n"
32859 " <DataType value=\"vtkStructuredGrid\" />\n"
32860 " </DataTypeDomain>\n"
32861 " <Documentation>This property specifies the input to the Extract Grid\n"
32862 " filter.</Documentation>\n"
32863 " </InputProperty>\n"
32864 " <IntVectorProperty command=\"SetVOI\"\n"
32865 " default_values=\"0 0 0 0 0 0\"\n"
32866 " name=\"VOI\"\n"
32867 " number_of_elements=\"6\"\n"
32868 " panel_visibility=\"default\">\n"
32869 " <ExtentDomain name=\"extent\">\n"
32870 " <RequiredProperties>\n"
32871 " <Property function=\"Input\"\n"
32872 " name=\"Input\" />\n"
32873 " </RequiredProperties>\n"
32874 " </ExtentDomain>\n"
32875 " <Documentation>This property specifies the minimum and maximum point\n"
32876 " indices along each of the I, J, and K axes; these values indicate the\n"
32877 " volume of interest (VOI). The output will have the (I,J,K) extent\n"
32878 " specified here.</Documentation>\n"
32879 " </IntVectorProperty>\n"
32880 " <IntVectorProperty animateable=\"1\"\n"
32881 " command=\"SetSampleRateI\"\n"
32882 " default_values=\"1\"\n"
32883 " name=\"SampleRateI\"\n"
32884 " number_of_elements=\"1\"\n"
32885 " panel_visibility=\"advanced\">\n"
32886 " <IntRangeDomain min=\"1\"\n"
32887 " name=\"range\" />\n"
32888 " <Documentation>This property indicates the sampling rate in the I\n"
32889 " dimension. A value greater than 1 results in subsampling; every nth\n"
32890 " index will be included in the output.</Documentation>\n"
32891 " </IntVectorProperty>\n"
32892 " <IntVectorProperty animateable=\"1\"\n"
32893 " command=\"SetSampleRateJ\"\n"
32894 " default_values=\"1\"\n"
32895 " name=\"SampleRateJ\"\n"
32896 " number_of_elements=\"1\"\n"
32897 " panel_visibility=\"advanced\">\n"
32898 " <IntRangeDomain min=\"1\"\n"
32899 " name=\"range\" />\n"
32900 " <Documentation>This property indicates the sampling rate in the J\n"
32901 " dimension. A value greater than 1 results in subsampling; every nth\n"
32902 " index will be included in the output.</Documentation>\n"
32903 " </IntVectorProperty>\n"
32904 " <IntVectorProperty animateable=\"1\"\n"
32905 " command=\"SetSampleRateK\"\n"
32906 " default_values=\"1\"\n"
32907 " name=\"SampleRateK\"\n"
32908 " number_of_elements=\"1\"\n"
32909 " panel_visibility=\"advanced\">\n"
32910 " <IntRangeDomain min=\"1\"\n"
32911 " name=\"range\" />\n"
32912 " <Documentation>This property indicates the sampling rate in the K\n"
32913 " dimension. A value greater than 1 results in subsampling; every nth\n"
32914 " index will be included in the output.</Documentation>\n"
32915 " </IntVectorProperty>\n"
32916 " <IntVectorProperty command=\"SetIncludeBoundary\"\n"
32917 " default_values=\"0\"\n"
32918 " name=\"IncludeBoundary\"\n"
32919 " number_of_elements=\"1\"\n"
32920 " panel_visibility=\"advanced\">\n"
32921 " <BooleanDomain name=\"bool\" />\n"
32922 " <Documentation>If the value of this property is 1, then if the sample\n"
32923 " rate in any dimension is greater than 1, the boundary indices of the\n"
32924 " input dataset will be passed to the output even if the boundary extent\n"
32925 " is not an even multiple of the sample rate in a given\n"
32926 " dimension.</Documentation>\n"
32927 " </IntVectorProperty>\n"
32928 " <Hints>\n"
32929 " <Visibility replace_input=\"0\" />\n"
32930 " </Hints>\n"
32931 " <!-- End ExtractGrid -->\n"
32932 " </SourceProxy>\n"
32933 "\n"
32934 " <!-- ==================================================================== -->\n"
32935 " <SourceProxy class=\"vtkPVGlyphFilter\"\n"
32936 " name=\"Glyph\">\n"
32937 " <Documentation long_help=\"This filter produces a glyph at points or cell centers in an input data set. The glyphs can be oriented and scaled by point or cell attributes of the input dataset.\"\n"
32938 " short_help=\"Generate glyphs that represent attributes in the input data set.\">\n"
32939 "The Glyph filter generates a glyph (i.e., an arrow, cone, cube, cylinder, line,\n"
32940 "sphere, or 2D glyph) at each point or cell in the input dataset. The glyphs can be\n"
32941 "oriented and scaled by the input scalar and vector arrays. If the arrays are\n"
32942 "point-centered, glyphs are placed at points in the input dataset. If the arrays\n"
32943 "are cell-centered, glyphs are placed at the center of cells in the input dataset.\n"
32944 "A transform that applies to the glyph source can be modified to change the shape\n"
32945 "of the glyph. This filter operates on any type of data set. Its output is a polygonal\n"
32946 "dataset.\n"
32947 "\n"
32948 "To use this filter, select the **Orientation Array** to orient the glyphs and the\n"
32949 "**Scale Array** to control glyph scaling if desired - each array\n"
32950 "can be set to 'No array' if orientation or scaling is not desired. When scaling\n"
32951 "by a 3-element vector array, the **Vector Scale Mode** can be set to either\n"
32952 "'Scale by Magnitude', which scales glyphs according to the vector magnitude,\n"
32953 "or 'Scale by Components', which treats each component as a separate scaling\n"
32954 "factor in the corresponding dimension, i.e., the first component is the\n"
32955 "scaling factor in the x-dimension, the second component scales the y-dimension,\n"
32956 "and the third component scales the z-dimension. An overall constant **Scale Factor**\n"
32957 "is applied following the scaling controlled by other properties of this filter.\n"
32958 "\n"
32959 "The **Glyph Mode** property controls which points in the input dataset\n"
32960 "are selected for glyphing since in most cases, glyphing all points in\n"
32961 "the input dataset can be both performance impeding as well as visually\n"
32962 "cluttered.\n"
32963 " </Documentation>\n"
32964 " <InputProperty command=\"SetInputConnection\"\n"
32965 " name=\"Input\">\n"
32966 " <ProxyGroupDomain name=\"groups\">\n"
32967 " <Group name=\"sources\" />\n"
32968 " <Group name=\"filters\" />\n"
32969 " </ProxyGroupDomain>\n"
32970 " <DataTypeDomain name=\"input_type\">\n"
32971 " <DataType value=\"vtkDataSet\" />\n"
32972 " </DataTypeDomain>\n"
32973 " <InputArrayDomain name=\"scale_array\"\n"
32974 " number_of_components=\"1,3\"\n"
32975 " optional=\"1\" />\n"
32976 " <InputArrayDomain name=\"vector_array\"\n"
32977 " number_of_components=\"3\"\n"
32978 " optional=\"1\" />\n"
32979 " <Documentation>\n"
32980 "This property specifies the input to this filter. This is the\n"
32981 "dataset from which the locations are selected to be glyphed.\n"
32982 " </Documentation>\n"
32983 " </InputProperty>\n"
32984 " <InputProperty command=\"SetSourceConnection\"\n"
32985 " label=\"Glyph Type\"\n"
32986 " name=\"Source\">\n"
32987 " <ProxyGroupDomain name=\"groups\">\n"
32988 " <Group name=\"sources\" />\n"
32989 " <Group name=\"glyph_sources\" />\n"
32990 " </ProxyGroupDomain>\n"
32991 " <DataTypeDomain name=\"input_type\">\n"
32992 " <DataType value=\"vtkPolyData\" />\n"
32993 " </DataTypeDomain>\n"
32994 " <ProxyListDomain name=\"proxy_list\">\n"
32995 " <Proxy group=\"sources\" name=\"ArrowSource\" />\n"
32996 " <Proxy group=\"sources\" name=\"ConeSource\" />\n"
32997 " <Proxy group=\"sources\" name=\"CubeSource\" />\n"
32998 " <Proxy group=\"sources\" name=\"CylinderSource\" />\n"
32999 " <Proxy group=\"sources\" name=\"LineSource\" />\n"
33000 " <Proxy group=\"sources\" name=\"SphereSource\" />\n"
33001 " <Proxy group=\"sources\" name=\"GlyphSource2D\" />\n"
33002 " </ProxyListDomain>\n"
33003 " <Hints>\n"
33004 " <ProxyPropertyWidget selected_proxy_panel_visibility=\"advanced\" />\n"
33005 " <!-- show the selected proxy's panel, only in advanced mode. -->\n"
33006 " </Hints>\n"
33007 " <Documentation>\n"
33008 "This property determines which type of glyph will be placed at the\n"
33009 "points in the input dataset.\n"
33010 " </Documentation>\n"
33011 " </InputProperty>\n"
33012 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
33013 " default_values=\"1\"\n"
33014 " element_types=\"0 0 0 0 2\"\n"
33015 " name=\"OrientationArray\"\n"
33016 " number_of_elements=\"5\">\n"
33017 " <!-- default value=1 so normals go to the right place -->\n"
33018 " <ArrayListDomain attribute_type=\"Vectors\"\n"
33019 " input_domain_name=\"vector_array\"\n"
33020 " name=\"array_list\"\n"
33021 " none_string=\"No orientation array\">\n"
33022 " <RequiredProperties>\n"
33023 " <Property function=\"Input\"\n"
33024 " name=\"Input\" />\n"
33025 " </RequiredProperties>\n"
33026 " </ArrayListDomain>\n"
33027 " <Documentation>\n"
33028 "Select the input array to use for orienting the glyphs.\n"
33029 " </Documentation>\n"
33030 " </StringVectorProperty>\n"
33031 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
33032 " default_values=\"0\"\n"
33033 " element_types=\"0 0 0 0 2\"\n"
33034 " name=\"ScaleArray\"\n"
33035 " number_of_elements=\"5\">\n"
33036 " <ArrayListDomain attribute_type=\"Scalars\"\n"
33037 " input_domain_name=\"scale_array\"\n"
33038 " name=\"array_list\"\n"
33039 " none_string=\"No scale array\">\n"
33040 " <RequiredProperties>\n"
33041 " <Property function=\"Input\"\n"
33042 " name=\"Input\" />\n"
33043 " </RequiredProperties>\n"
33044 " </ArrayListDomain>\n"
33045 " <Documentation>\n"
33046 "Select the input array to be used for scaling the glyphs. If the scale\n"
33047 "array is a vector array, you can control how the glyphs are scaled with\n"
33048 "the **Vector Scale Mode** property.\n"
33049 " </Documentation>\n"
33050 " </StringVectorProperty>\n"
33051 " <IntVectorProperty command=\"SetVectorScaleMode\"\n"
33052 " default_values=\"0\"\n"
33053 " name=\"VectorScaleMode\"\n"
33054 " number_of_elements=\"1\">\n"
33055 " <EnumerationDomain name=\"enum\">\n"
33056 " <Entry text=\"Scale by Magnitude\"\n"
33057 " value=\"0\" />\n"
33058 " <Entry text=\"Scale by Components\"\n"
33059 " value=\"1\" />\n"
33060 " </EnumerationDomain>\n"
33061 " <Documentation>\n"
33062 "Select the mode when the scaling array is a vector. **Scale by Magnitude** scales the glyph by\n"
33063 "the vector magnitude. **Scale by Components** scales glyphs by each vector component in the dimension\n"
33064 "that component represents, e.g., the x-direction is scaled by component 0, the y-direction is\n"
33065 "scaled by component 1, and so on.\n"
33066 " </Documentation>\n"
33067 " <Hints>\n"
33068 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
33069 " mode=\"visibility\"\n"
33070 " property=\"ScaleArray\"\n"
33071 " number_of_components=\"3\"\n"
33072 " index=\"4\" />\n"
33073 " </Hints>\n"
33074 " </IntVectorProperty>\n"
33075 "\n"
33076 " <IntVectorProperty information_only=\"1\"\n"
33077 " name=\"ComponentSelection\"\n"
33078 " default_values=\"4\"\n"
33079 " number_of_elements=\"1\"\n"
33080 " panel_visibility=\"never\">\n"
33081 " <Documentation>\n"
33082 "Specifies array component to use. Fixed at 4 to ensure the\n"
33083 "ArrayRangeDomain is set to the vector magnitude for up to 3-component\n"
33084 "arrays.\n"
33085 " </Documentation>\n"
33086 " </IntVectorProperty>\n"
33087 " <DoubleVectorProperty command=\"SetScaleFactor\"\n"
33088 " default_values=\"1.0\"\n"
33089 " name=\"ScaleFactor\"\n"
33090 " number_of_elements=\"1\"\n"
33091 " panel_widget=\"glyph_scale_factor\">\n"
33092 " <BoundsDomain mode=\"scaled_extent\" name=\"bounds\" scale_factor=\"0.1\">\n"
33093 " <RequiredProperties>\n"
33094 " <Property function=\"Input\" name=\"Input\" />\n"
33095 " </RequiredProperties>\n"
33096 " </BoundsDomain>\n"
33097 " <ArrayRangeDomain name=\"scalar_range\">\n"
33098 " <RequiredProperties>\n"
33099 " <Property function=\"Input\" name=\"Input\" />\n"
33100 " <Property function=\"ArraySelection\" name=\"ScaleArray\" />\n"
33101 " </RequiredProperties>\n"
33102 " </ArrayRangeDomain>\n"
33103 " <ArrayRangeDomain name=\"vector_range\">\n"
33104 " <RequiredProperties>\n"
33105 " <Property function=\"Input\" name=\"Input\" />\n"
33106 " <Property function=\"ArraySelection\" name=\"OrientationArray\" />\n"
33107 " </RequiredProperties>\n"
33108 " </ArrayRangeDomain>\n"
33109 " <Documentation>Specify the constant multiplier to use to scale the glyphs.\n"
33110 " </Documentation>\n"
33111 " </DoubleVectorProperty>\n"
33112 " <ProxyProperty command=\"SetSourceTransform\"\n"
33113 " name=\"GlyphTransform\"\n"
33114 " panel_visibility=\"advanced\">\n"
33115 " <ProxyListDomain name=\"proxy_list\">\n"
33116 " <Proxy group=\"extended_sources\"\n"
33117 " name=\"Transform2\" />\n"
33118 " </ProxyListDomain>\n"
33119 " <Documentation>\n"
33120 "The values in this property allow you to specify the transform\n"
33121 "(translation, rotation, and scaling) to apply to the glyph\n"
33122 "source.</Documentation>\n"
33123 " </ProxyProperty>\n"
33124 "\n"
33125 " <IntVectorProperty command=\"SetGlyphMode\"\n"
33126 " default_values=\"2\"\n"
33127 " name=\"GlyphMode\"\n"
33128 ;
33129 
33130 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
33132 " number_of_elements=\"1\"\n"
33133 " panel_visibility=\"default\">\n"
33134 " <EnumerationDomain name=\"enum\">\n"
33135 " <Entry text=\"All Points\" value=\"0\"/>\n"
33136 " <Entry text=\"Every Nth Point\" value=\"1\"/>\n"
33137 " <Entry text=\"Uniform Spatial Distribution (Bounds Based)\" value=\"2\"/>\n"
33138 " <Entry text=\"Uniform Spatial Distribution (Surface Sampling)\" value=\"3\"/>\n"
33139 " <Entry text=\"Uniform Spatial Distribution (Volume Sampling)\" value=\"4\"/>\n"
33140 " </EnumerationDomain>\n"
33141 " <Documentation>\n"
33142 "This property indicates the mode that will be used to generate\n"
33143 "glyphs from the dataset.\n"
33144 " </Documentation>\n"
33145 " </IntVectorProperty>\n"
33146 " <IntVectorProperty command=\"SetMaximumNumberOfSamplePoints\"\n"
33147 " number_of_elements=\"1\"\n"
33148 " default_values=\"5000\"\n"
33149 " name=\"MaximumNumberOfSamplePoints\">\n"
33150 " <IntRangeDomain min=\"1\" name=\"range\" />\n"
33151 " <Documentation>\n"
33152 "This property specifies the maximum number of sample points to use\n"
33153 "when sampling the space when Uniform Spatial Distribution is used.\n"
33154 " </Documentation>\n"
33155 " <Hints>\n"
33156 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
33157 " <Expression type=\"or\">\n"
33158 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"2\" inverse=\"0\" />\n"
33159 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"3\" inverse=\"0\" />\n"
33160 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"4\" inverse=\"0\" />\n"
33161 " </Expression>\n"
33162 " </PropertyWidgetDecorator>\n"
33163 " <!-- show this widget when GlyphMode==2||3||4 -->\n"
33164 " </Hints>\n"
33165 " </IntVectorProperty>\n"
33166 " <IntVectorProperty command=\"SetSeed\"\n"
33167 " number_of_elements=\"1\"\n"
33168 " default_values=\"10339\"\n"
33169 " name=\"Seed\">\n"
33170 " <IntRangeDomain min=\"1\" name=\"range\"/>\n"
33171 " <Documentation>\n"
33172 "This property specifies the seed that will be used for generating a\n"
33173 "uniform distribution of glyph points when a Uniform Spatial\n"
33174 "Distribution is used.\n"
33175 " </Documentation>\n"
33176 " <Hints>\n"
33177 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
33178 " <Expression type=\"or\">\n"
33179 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"2\" inverse=\"0\" />\n"
33180 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"3\" inverse=\"0\" />\n"
33181 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"GlyphMode\" value=\"4\" inverse=\"0\" />\n"
33182 " </Expression>\n"
33183 " </PropertyWidgetDecorator>\n"
33184 " <!-- show this widget when GlyphMode==2||3||4 -->\n"
33185 " </Hints>\n"
33186 " </IntVectorProperty>\n"
33187 " <IntVectorProperty command=\"SetStride\"\n"
33188 " number_of_elements=\"1\"\n"
33189 " default_values=\"1\"\n"
33190 " name=\"Stride\">\n"
33191 " <IntRangeDomain min=\"1\" name=\"range\"/>\n"
33192 " <Documentation>\n"
33193 "This property specifies the stride that will be used when glyphing by\n"
33194 "Every Nth Point.\n"
33195 " </Documentation>\n"
33196 " <Hints>\n"
33197 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
33198 " mode=\"visibility\"\n"
33199 " property=\"GlyphMode\"\n"
33200 " value=\"1\" />\n"
33201 " <!-- show this widget when GlyphMode==1 -->\n"
33202 " </Hints>\n"
33203 " </IntVectorProperty>\n"
33204 "\n"
33205 " <PropertyGroup label=\"Glyph Source\">\n"
33206 " <Property name=\"Source\" />\n"
33207 " </PropertyGroup>\n"
33208 " <PropertyGroup label=\"Orientation\">\n"
33209 " <Property name=\"OrientationArray\" />\n"
33210 " </PropertyGroup>\n"
33211 " <PropertyGroup label=\"Scale\">\n"
33212 " <Property name=\"ScaleArray\" />\n"
33213 " <Property name=\"VectorScaleMode\" />\n"
33214 " <Property name=\"ScaleFactor\" />\n"
33215 " </PropertyGroup>\n"
33216 " <PropertyGroup label=\"Glyph Transform\">\n"
33217 " <Property name=\"GlyphTransform\" />\n"
33218 " </PropertyGroup>\n"
33219 " <PropertyGroup label=\"Masking\">\n"
33220 " <Property name=\"GlyphMode\" />\n"
33221 " <Property name=\"MaximumNumberOfSamplePoints\" />\n"
33222 " <Property name=\"Seed\" />\n"
33223 " <Property name=\"Stride\" />\n"
33224 " </PropertyGroup>\n"
33225 "\n"
33226 " <Hints>\n"
33227 " <!-- Visibility Element can be used to suggest the GUI about\n"
33228 " visibility of this filter (or its input) on creation.\n"
33229 " replace_input=\"0\" implies that the input visibility is not\n"
33230 " changed on creation of this filter (defaults to \"1\")\n"
33231 " -->\n"
33232 " <Visibility replace_input=\"0\" />\n"
33233 " </Hints>\n"
33234 " <!-- End Glyph -->\n"
33235 " </SourceProxy>\n"
33236 "\n"
33237 " <!-- ==================================================================== -->\n"
33238 " <SourceProxy class=\"vtkPVGlyphFilterLegacy\"\n"
33239 " name=\"GlyphLegacy\">\n"
33240 " <Deprecated deprecated_in=\"5.6\" to_remove_in=\"5.7\">\n"
33241 " It has been replaced by 'GlyphWithCustomSource'. Please consider using that instead.\n"
33242 " </Deprecated>\n"
33243 " <Documentation long_help=\"This filter produces a glyph at each point of in input data set. The glyphs can be oriented and scaled by point attributes of the input dataset.\"\n"
33244 " short_help=\"Generate a glyph at each point of the input data set.\">\n"
33245 "The Glyph filter generates a glyph (i.e., an arrow, cone, cube,\n"
33246 "cylinder, line, sphere, or 2D glyph) at each point in the input\n"
33247 "dataset. The glyphs can be oriented and scaled by the input\n"
33248 "point-centered scalars and vectors. The Glyph filter operates on any\n"
33249 "type of data set. Its output is polygonal\n"
33250 "\n"
33251 "To use this filter, you first select the arrays to use for as the\n"
33252 "**Scalars** and **Vectors**, if any. To orient the glyphs using the\n"
33253 "selected **Vectors**, use **Orient** property. To scale the glyphs using\n"
33254 "the selected **Scalars** or **Vectors**, use the **Scale Mode** property.\n"
33255 "\n"
33256 "The **Glyph Mode** property controls which points in the input dataset\n"
33257 "are selected for glyphing (since in most cases, glyphing all points in\n"
33258 "the input dataset can be both performance impeding as well as visually\n"
33259 "cluttered.\n"
33260 " </Documentation>\n"
33261 " <InputProperty command=\"SetInputConnection\"\n"
33262 " name=\"Input\">\n"
33263 " <ProxyGroupDomain name=\"groups\">\n"
33264 " <Group name=\"sources\" />\n"
33265 " <Group name=\"filters\" />\n"
33266 " </ProxyGroupDomain>\n"
33267 " <DataTypeDomain name=\"input_type\">\n"
33268 " <DataType value=\"vtkDataSet\" />\n"
33269 " </DataTypeDomain>\n"
33270 " <InputArrayDomain name=\"input_array1\"\n"
33271 " number_of_components=\"1\"\n"
33272 " optional=\"1\" />\n"
33273 " <InputArrayDomain name=\"input_array2\"\n"
33274 " number_of_components=\"3\"\n"
33275 " optional=\"1\" />\n"
33276 " <Documentation>\n"
33277 "This property specifies the input to the Glyph filter. This is the\n"
33278 "dataset from which the points are selected to be glyphed.\n"
33279 " </Documentation>\n"
33280 " </InputProperty>\n"
33281 " <InputProperty command=\"SetSourceConnection\"\n"
33282 " label=\"Glyph Type\"\n"
33283 " name=\"Source\">\n"
33284 " <ProxyGroupDomain name=\"groups\">\n"
33285 " <Group name=\"sources\" />\n"
33286 " <Group name=\"glyph_sources\" />\n"
33287 " </ProxyGroupDomain>\n"
33288 " <DataTypeDomain name=\"input_type\">\n"
33289 " <DataType value=\"vtkPolyData\" />\n"
33290 " </DataTypeDomain>\n"
33291 " <ProxyListDomain name=\"proxy_list\">\n"
33292 " <Proxy group=\"sources\" name=\"ArrowSource\" />\n"
33293 " <Proxy group=\"sources\" name=\"ConeSource\" />\n"
33294 " <Proxy group=\"sources\" name=\"CubeSource\" />\n"
33295 " <Proxy group=\"sources\" name=\"CylinderSource\" />\n"
33296 " <Proxy group=\"sources\" name=\"LineSource\" />\n"
33297 " <Proxy group=\"sources\" name=\"SphereSource\" />\n"
33298 " <Proxy group=\"sources\" name=\"GlyphSource2D\" />\n"
33299 " </ProxyListDomain>\n"
33300 " <Hints>\n"
33301 " <ProxyPropertyWidget selected_proxy_panel_visibility=\"advanced\" />\n"
33302 " <!-- show the selected proxy's panel, only in advanced mode. -->\n"
33303 " </Hints>\n"
33304 " <Documentation>This property determines which type of glyph will be\n"
33305 " placed at the points in the input dataset.</Documentation>\n"
33306 " </InputProperty>\n"
33307 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
33308 " default_values=\"0\"\n"
33309 " element_types=\"0 0 0 0 2\"\n"
33310 " name=\"Scalars\"\n"
33311 " number_of_elements=\"5\">\n"
33312 " <ArrayListDomain attribute_type=\"Scalars\"\n"
33313 " input_domain_name=\"input_array1\"\n"
33314 " name=\"array_list\"\n"
33315 " none_string=\"None\">\n"
33316 " <RequiredProperties>\n"
33317 " <Property function=\"Input\"\n"
33318 " name=\"Input\" />\n"
33319 " </RequiredProperties>\n"
33320 " </ArrayListDomain>\n"
33321 " <Documentation>\n"
33322 "Select the input array to be treated as the active **Scalars**. You\n"
33323 "can scale the glyphs using the selected scalars by setting the **Scale\n"
33324 "Mode** property to **scalar**.\n"
33325 " </Documentation>\n"
33326 " </StringVectorProperty>\n"
33327 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
33328 " default_values=\"1\"\n"
33329 " element_types=\"0 0 0 0 2\"\n"
33330 " name=\"Vectors\"\n"
33331 " number_of_elements=\"5\">\n"
33332 " <!-- default value=1 so normals go to the right place -->\n"
33333 " <ArrayListDomain attribute_type=\"Vectors\"\n"
33334 " input_domain_name=\"input_array2\"\n"
33335 " name=\"array_list\"\n"
33336 " none_string=\"None\">\n"
33337 " <RequiredProperties>\n"
33338 " <Property function=\"Input\"\n"
33339 " name=\"Input\" />\n"
33340 " </RequiredProperties>\n"
33341 " </ArrayListDomain>\n"
33342 " <Documentation>\n"
33343 "Select the input array to be treated as the active **Vectors**. You can\n"
33344 "scale the glyphs using the selected vectors by setting the **Scale\n"
33345 "Mode** property to **vector** or **vector_components**. You can orient the\n"
33346 "glyphs using the selected vectors by checking the **Orient** property.\n"
33347 " </Documentation>\n"
33348 " </StringVectorProperty>\n"
33349 " <IntVectorProperty command=\"SetOrient\"\n"
33350 " default_values=\"1\"\n"
33351 " name=\"Orient\"\n"
33352 " number_of_elements=\"1\">\n"
33353 " <BooleanDomain name=\"bool\" />\n"
33354 " <Documentation>\n"
33355 "If this property is set to 1, the glyphs will be oriented based on the\n"
33356 "vectors selected using the **Vectors** property.\n"
33357 " </Documentation>\n"
33358 " </IntVectorProperty>\n"
33359 " <IntVectorProperty command=\"SetScaleMode\"\n"
33360 " default_values=\"3\"\n"
33361 " name=\"ScaleMode\"\n"
33362 " number_of_elements=\"1\">\n"
33363 " <EnumerationDomain name=\"enum\">\n"
33364 " <Entry text=\"scalar\"\n"
33365 " value=\"0\" />\n"
33366 " <Entry text=\"vector\"\n"
33367 " value=\"1\" />\n"
33368 " <Entry text=\"vector_components\"\n"
33369 " value=\"2\" />\n"
33370 " <Entry text=\"off\"\n"
33371 " value=\"3\" />\n"
33372 " </EnumerationDomain>\n"
33373 " <Documentation>\n"
33374 "Select how to scale the glyphs. Set to **off** to disable scaling\n"
33375 "entirely. Set to **scalar** to scale the glyphs using the array selected\n"
33376 "using the **Scalars** property. Set to **vector** to scale the glyphs\n"
33377 "using the magnitude of the array selected using the **Vectors**\n"
33378 "property. Set to **vector_components** to scale using the **Vectors**,\n"
33379 "scaling each component individually.\n"
33380 " </Documentation>\n"
33381 " </IntVectorProperty>\n"
33382 " <DoubleVectorProperty command=\"SetScaleFactor\"\n"
33383 " default_values=\"1.0\"\n"
33384 " name=\"ScaleFactor\"\n"
33385 " number_of_elements=\"1\"\n"
33386 " panel_widget=\"glyph_scale_factor\">\n"
33387 " <BoundsDomain mode=\"scaled_extent\" name=\"bounds\" scale_factor=\"0.1\">\n"
33388 " <RequiredProperties>\n"
33389 " <Property function=\"Input\" name=\"Input\" />\n"
33390 " </RequiredProperties>\n"
33391 " </BoundsDomain>\n"
33392 " <ArrayRangeDomain name=\"scalar_range\">\n"
33393 " <RequiredProperties>\n"
33394 " <Property function=\"Input\" name=\"Input\" />\n"
33395 " <Property function=\"ArraySelection\" name=\"Scalars\" />\n"
33396 " </RequiredProperties>\n"
33397 " </ArrayRangeDomain>\n"
33398 " <ArrayRangeDomain name=\"vector_range\">\n"
33399 " <RequiredProperties>\n"
33400 " <Property function=\"Input\" name=\"Input\" />\n"
33401 " <Property function=\"ArraySelection\" name=\"Vectors\" />\n"
33402 " </RequiredProperties>\n"
33403 " </ArrayRangeDomain>\n"
33404 " <Documentation>Specify the constant multiplier to use to scale the glyphs.\n"
33405 " </Documentation>\n"
33406 " </DoubleVectorProperty>\n"
33407 " <IntVectorProperty command=\"SetGlyphMode\"\n"
33408 " default_values=\"2\"\n"
33409 " name=\"GlyphMode\"\n"
33410 " number_of_elements=\"1\"\n"
33411 " panel_visibility=\"default\">\n"
33412 " <EnumerationDomain name=\"enum\">\n"
33413 " <Entry text=\"All Points\" value=\"0\"/>\n"
33414 " <Entry text=\"Every Nth Point\" value=\"1\"/>\n"
33415 " <Entry text=\"Uniform Spatial Distribution\" value=\"2\"/>\n"
33416 " </EnumerationDomain>\n"
33417 " <Documentation>\n"
33418 " This property indicates the mode that will be used to generate\n"
33419 " glyphs from the dataset.\n"
33420 " </Documentation>\n"
33421 " </IntVectorProperty>\n"
33422 " <IntVectorProperty command=\"SetMaximumNumberOfSamplePoints\"\n"
33423 " number_of_elements=\"1\"\n"
33424 " default_values=\"5000\"\n"
33425 " name=\"MaximumNumberOfSamplePoints\">\n"
33426 " <IntRangeDomain min=\"1\" name=\"range\" />\n"
33427 " <Documentation>\n"
33428 "This property specifies the maximum number of sample points to use\n"
33429 "when sampling the space when Uniform Spatial Distribution is used.\n"
33430 " </Documentation>\n"
33431 " <Hints>\n"
33432 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
33433 " mode=\"visibility\"\n"
33434 " property=\"GlyphMode\"\n"
33435 " value=\"2\" />\n"
33436 " <!-- show this widget when GlyphMode==2 -->\n"
33437 " </Hints>\n"
33438 " </IntVectorProperty>\n"
33439 " <IntVectorProperty command=\"SetSeed\"\n"
33440 " number_of_elements=\"1\"\n"
33441 " default_values=\"10339\"\n"
33442 " name=\"Seed\">\n"
33443 " <IntRangeDomain min=\"1\" name=\"range\"/>\n"
33444 " <Documentation>\n"
33445 "This property specifies the seed that will be used for generating a\n"
33446 "uniform distribution of glyph points when a Uniform Spatial\n"
33447 ;
33448 
33449 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
33451 "Distribution is used.\n"
33452 " </Documentation>\n"
33453 " <Hints>\n"
33454 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
33455 " mode=\"visibility\"\n"
33456 " property=\"GlyphMode\"\n"
33457 " value=\"2\" />\n"
33458 " <!-- show this widget when GlyphMode==2 -->\n"
33459 " </Hints>\n"
33460 " </IntVectorProperty>\n"
33461 " <IntVectorProperty command=\"SetStride\"\n"
33462 " number_of_elements=\"1\"\n"
33463 " default_values=\"1\"\n"
33464 " name=\"Stride\">\n"
33465 " <IntRangeDomain min=\"1\" name=\"range\"/>\n"
33466 " <Documentation>\n"
33467 "This property specifies the stride that will be used when glyphing by\n"
33468 "Every Nth Point.\n"
33469 " </Documentation>\n"
33470 " <Hints>\n"
33471 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
33472 " mode=\"visibility\"\n"
33473 " property=\"GlyphMode\"\n"
33474 " value=\"1\" />\n"
33475 " <!-- show this widget when GlyphMode==1 -->\n"
33476 " </Hints>\n"
33477 " </IntVectorProperty>\n"
33478 "\n"
33479 " <ProxyProperty command=\"SetSourceTransform\"\n"
33480 " name=\"GlyphTransform\"\n"
33481 " panel_visibility=\"advanced\">\n"
33482 " <ProxyListDomain name=\"proxy_list\">\n"
33483 " <Proxy group=\"extended_sources\"\n"
33484 " name=\"Transform2\" />\n"
33485 " </ProxyListDomain>\n"
33486 " <Documentation>\n"
33487 "The values in this property allow you to specify the transform\n"
33488 "(translation, rotation, and scaling) to apply to the glyph\n"
33489 "source.</Documentation>\n"
33490 " </ProxyProperty>\n"
33491 "\n"
33492 " <PropertyGroup label=\"Glyph Source\">\n"
33493 " <Property name=\"Source\" />\n"
33494 " </PropertyGroup>\n"
33495 " <PropertyGroup label=\"Active Attributes\">\n"
33496 " <Property name=\"Scalars\" />\n"
33497 " <Property name=\"Vectors\" />\n"
33498 " </PropertyGroup>\n"
33499 " <PropertyGroup label=\"Glyph Transform\">\n"
33500 " <Property name=\"GlyphTransform\" />\n"
33501 " </PropertyGroup>\n"
33502 " <PropertyGroup label=\"Orientation\">\n"
33503 " <Property name=\"Orient\" />\n"
33504 " </PropertyGroup>\n"
33505 " <PropertyGroup label=\"Scaling\">\n"
33506 " <Property name=\"ScaleMode\"/>\n"
33507 " <Property name=\"ScaleFactor\"/>\n"
33508 " </PropertyGroup>\n"
33509 " <PropertyGroup label=\"Masking\">\n"
33510 " <Property name=\"GlyphMode\" />\n"
33511 " <Property name=\"MaximumNumberOfSamplePoints\" />\n"
33512 " <Property name=\"Seed\" />\n"
33513 " <Property name=\"Stride\" />\n"
33514 " </PropertyGroup>\n"
33515 "\n"
33516 " <Hints>\n"
33517 " <!-- Visibility Element can be used to suggest the GUI about\n"
33518 " visibility of this filter (or its input) on creation.\n"
33519 " replace_input=\"0\" implies that the input visibility is not\n"
33520 " changed on creation of this filter (defaults to \"1\")\n"
33521 " -->\n"
33522 " <Visibility replace_input=\"0\" />\n"
33523 " </Hints>\n"
33524 " <!-- End Glyph -->\n"
33525 " </SourceProxy>\n"
33526 "\n"
33527 " <!-- ==================================================================== -->\n"
33528 " <SourceProxy class=\"vtkPVGlyphFilter\"\n"
33529 " name=\"GlyphWithCustomSource\"\n"
33530 " label=\"Glyph With Custom Source\">\n"
33531 " The glyph is provided as the **Source** input to this filter.\n"
33532 " <Documentation long_help=\"This filter produces a glyph at points or cell centers in an input data set. The glyphs can be oriented and scaled by point or cell attributes of the input dataset.\"\n"
33533 " short_help=\"Generate glyphs that represent attributes in the input data set.\">\n"
33534 "The **Glyph With Custom Source** filter generates a glyph specified as the **Source**\n"
33535 "input to this filter at each point in the input dataset. The glyphs can be\n"
33536 "oriented and scaled by the input scalar and vector arrays. If the arrays are\n"
33537 "point-centered, glyphs are placed at points in the input dataset. If the arrays\n"
33538 "are cell-centered, glyphs are placed at the center of cells in the input dataset.\n"
33539 "A transform that applies to the glyph source can be modified to change the shape\n"
33540 "of the glyph. This filter operates on any type of data set. Its output is a polygonal\n"
33541 "dataset.\n"
33542 "\n"
33543 "To use this filter, select the **Orientation Array** to orient the glyphs and the\n"
33544 "**Scale Array** to control glyph scaling if desired - each array\n"
33545 "can be set to 'No array' if orientation or scaling is not desired. When scaling\n"
33546 "by a 3-element vector array, the **Vector Scale Mode** can be set to either\n"
33547 "'Scale by Magnitude', which scales glyphs according to the vector magnitude,\n"
33548 "or 'Scale by Components', which treats each component as a separate scaling\n"
33549 "factor in the corresponding dimension, i.e., the first component is the\n"
33550 "scaling factor in the x-dimension, the second component scales the y-dimension,\n"
33551 "and the third component scales the z-dimension. An overall constant **Scale Factor**\n"
33552 "is applied following the scaling controlled by other properties of this filter.\n"
33553 "\n"
33554 "The **Glyph Mode** property controls which points in the input dataset\n"
33555 "are selected for glyphing since in most cases, glyphing all points in\n"
33556 "the input dataset can be both performance impeding as well as visually\n"
33557 "cluttered.\n"
33558 " </Documentation>\n"
33559 " <InputProperty command=\"SetInputConnection\"\n"
33560 " name=\"Input\">\n"
33561 " <ProxyGroupDomain name=\"groups\">\n"
33562 " <Group name=\"sources\" />\n"
33563 " <Group name=\"filters\" />\n"
33564 " </ProxyGroupDomain>\n"
33565 " <DataTypeDomain name=\"input_type\">\n"
33566 " <DataType value=\"vtkDataSet\" />\n"
33567 " </DataTypeDomain>\n"
33568 " <InputArrayDomain name=\"scale_array\"\n"
33569 " number_of_components=\"1,3\"\n"
33570 " optional=\"1\" />\n"
33571 " <InputArrayDomain name=\"vector_array\"\n"
33572 " number_of_components=\"3\"\n"
33573 " optional=\"1\" />\n"
33574 " <Documentation>\n"
33575 "This property specifies the input to this filter. This is the\n"
33576 "dataset from which the locations are selected to be glyphed.\n"
33577 " </Documentation>\n"
33578 " </InputProperty>\n"
33579 " <InputProperty command=\"SetSourceConnection\"\n"
33580 " label=\"Glyph Source\"\n"
33581 " name=\"Source\">\n"
33582 " <ProxyGroupDomain name=\"groups\">\n"
33583 " <Group name=\"sources\" />\n"
33584 " <Group name=\"glyph_sources\" />\n"
33585 " </ProxyGroupDomain>\n"
33586 " <DataTypeDomain name=\"input_type\">\n"
33587 " <DataType value=\"vtkPolyData\" />\n"
33588 " </DataTypeDomain>\n"
33589 " <Documentation>\n"
33590 "This property determines the glyph geometry source that will be\n"
33591 "placed at the points in the input dataset.\n"
33592 " </Documentation>\n"
33593 " <Hints>\n"
33594 " <ProxyPropertyWidget selected_proxy_panel_visibility=\"advanced\" />\n"
33595 " <!-- show the selected proxy's panel, only in advanced mode. -->\n"
33596 " </Hints>\n"
33597 " <Documentation>\n"
33598 "This property determines which glyph will be placed at the\n"
33599 "points in the input dataset.\n"
33600 " </Documentation>\n"
33601 " </InputProperty>\n"
33602 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
33603 " default_values=\"1\"\n"
33604 " element_types=\"0 0 0 0 2\"\n"
33605 " name=\"OrientationArray\"\n"
33606 " number_of_elements=\"5\">\n"
33607 " <!-- default value=1 so normals go to the right place -->\n"
33608 " <ArrayListDomain attribute_type=\"Vectors\"\n"
33609 " input_domain_name=\"vector_array\"\n"
33610 " name=\"array_list\"\n"
33611 " none_string=\"No orientation array\">\n"
33612 " <RequiredProperties>\n"
33613 " <Property function=\"Input\"\n"
33614 " name=\"Input\" />\n"
33615 " </RequiredProperties>\n"
33616 " </ArrayListDomain>\n"
33617 " <Documentation>\n"
33618 "Select the input array to use for orienting the glyphs.\n"
33619 " </Documentation>\n"
33620 " </StringVectorProperty>\n"
33621 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
33622 " default_values=\"0\"\n"
33623 " element_types=\"0 0 0 0 2\"\n"
33624 " name=\"ScaleArray\"\n"
33625 " number_of_elements=\"5\">\n"
33626 " <ArrayListDomain attribute_type=\"Scalars\"\n"
33627 " input_domain_name=\"scale_array\"\n"
33628 " name=\"array_list\"\n"
33629 " none_string=\"No scale array\">\n"
33630 " <RequiredProperties>\n"
33631 " <Property function=\"Input\"\n"
33632 " name=\"Input\" />\n"
33633 " </RequiredProperties>\n"
33634 " </ArrayListDomain>\n"
33635 " <Documentation>\n"
33636 "Select the input array to be used for scaling the glyphs. If the scale\n"
33637 "array is a vector array, you can control how the glyphs are scaled with\n"
33638 "the **Vector Scale Mode** property.\n"
33639 " </Documentation>\n"
33640 " </StringVectorProperty>\n"
33641 " <IntVectorProperty command=\"SetVectorScaleMode\"\n"
33642 " default_values=\"0\"\n"
33643 " name=\"VectorScaleMode\"\n"
33644 " number_of_elements=\"1\">\n"
33645 " <EnumerationDomain name=\"enum\">\n"
33646 " <Entry text=\"Scale by Magnitude\"\n"
33647 " value=\"0\" />\n"
33648 " <Entry text=\"Scale by Components\"\n"
33649 " value=\"1\" />\n"
33650 " </EnumerationDomain>\n"
33651 " <Documentation>\n"
33652 "Select the mode when the scaling array is a vector. **Scale by Magnitude** scales the glyph by\n"
33653 "the vector magnitude. **Scale by Components** scales glyphs by each vector component in the dimension\n"
33654 "that component represents, e.g., the x-direction is scaled by component 0, the y-direction is\n"
33655 "scaled by component 1, and so on.\n"
33656 " </Documentation>\n"
33657 " <Hints>\n"
33658 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
33659 " mode=\"visibility\"\n"
33660 " property=\"ScaleArray\"\n"
33661 " number_of_components=\"3\"\n"
33662 " index=\"4\" />\n"
33663 " </Hints>\n"
33664 " </IntVectorProperty>\n"
33665 "\n"
33666 " <IntVectorProperty information_only=\"1\"\n"
33667 " name=\"ComponentSelection\"\n"
33668 " default_values=\"4\"\n"
33669 " number_of_elements=\"1\"\n"
33670 " panel_visibility=\"never\">\n"
33671 " <Documentation>\n"
33672 "Specifies array component to use. Fixed at 4 to ensure the\n"
33673 "ArrayRangeDomain is set to the vector magnitude for up to 3-component\n"
33674 "arrays.\n"
33675 " </Documentation>\n"
33676 " </IntVectorProperty>\n"
33677 " <DoubleVectorProperty command=\"SetScaleFactor\"\n"
33678 " default_values=\"1.0\"\n"
33679 " name=\"ScaleFactor\"\n"
33680 " number_of_elements=\"1\"\n"
33681 " panel_widget=\"glyph_scale_factor\">\n"
33682 " <BoundsDomain mode=\"scaled_extent\" name=\"bounds\" scale_factor=\"0.1\">\n"
33683 " <RequiredProperties>\n"
33684 " <Property function=\"Input\" name=\"Input\" />\n"
33685 " </RequiredProperties>\n"
33686 " </BoundsDomain>\n"
33687 " <ArrayRangeDomain name=\"scalar_range\">\n"
33688 " <RequiredProperties>\n"
33689 " <Property function=\"Input\" name=\"Input\" />\n"
33690 " <Property function=\"ArraySelection\" name=\"ScaleArray\" />\n"
33691 " </RequiredProperties>\n"
33692 " </ArrayRangeDomain>\n"
33693 " <ArrayRangeDomain name=\"vector_range\">\n"
33694 " <RequiredProperties>\n"
33695 " <Property function=\"Input\" name=\"Input\" />\n"
33696 " <Property function=\"ArraySelection\" name=\"OrientationArray\" />\n"
33697 " </RequiredProperties>\n"
33698 " </ArrayRangeDomain>\n"
33699 " <Documentation>Specify the constant multiplier to use to scale the glyphs.\n"
33700 " </Documentation>\n"
33701 " </DoubleVectorProperty>\n"
33702 " <ProxyProperty command=\"SetSourceTransform\"\n"
33703 " name=\"GlyphTransform\"\n"
33704 " panel_visibility=\"advanced\">\n"
33705 " <ProxyListDomain name=\"proxy_list\">\n"
33706 " <Proxy group=\"extended_sources\"\n"
33707 " name=\"Transform2\" />\n"
33708 " </ProxyListDomain>\n"
33709 " <Documentation>\n"
33710 "The values in this property allow you to specify the transform\n"
33711 "(translation, rotation, and scaling) to apply to the glyph\n"
33712 "source.</Documentation>\n"
33713 " </ProxyProperty>\n"
33714 "\n"
33715 " <IntVectorProperty command=\"SetGlyphMode\"\n"
33716 " default_values=\"2\"\n"
33717 " name=\"GlyphMode\"\n"
33718 " number_of_elements=\"1\"\n"
33719 " panel_visibility=\"default\">\n"
33720 " <EnumerationDomain name=\"enum\">\n"
33721 " <Entry text=\"All Points\" value=\"0\"/>\n"
33722 " <Entry text=\"Every Nth Point\" value=\"1\"/>\n"
33723 " <Entry text=\"Uniform Spatial Distribution\" value=\"2\"/>\n"
33724 " </EnumerationDomain>\n"
33725 " <Documentation>\n"
33726 "This property indicates the mode that will be used to generate\n"
33727 "glyphs from the dataset.\n"
33728 " </Documentation>\n"
33729 " </IntVectorProperty>\n"
33730 " <IntVectorProperty command=\"SetMaximumNumberOfSamplePoints\"\n"
33731 " number_of_elements=\"1\"\n"
33732 " default_values=\"5000\"\n"
33733 " name=\"MaximumNumberOfSamplePoints\">\n"
33734 " <IntRangeDomain min=\"1\" name=\"range\" />\n"
33735 " <Documentation>\n"
33736 "This property specifies the maximum number of sample points to use\n"
33737 "when sampling the space when Uniform Spatial Distribution is used.\n"
33738 " </Documentation>\n"
33739 " <Hints>\n"
33740 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
33741 " mode=\"visibility\"\n"
33742 " property=\"GlyphMode\"\n"
33743 " value=\"2\" />\n"
33744 " <!-- show this widget when GlyphMode==2 -->\n"
33745 " </Hints>\n"
33746 " </IntVectorProperty>\n"
33747 " <IntVectorProperty command=\"SetSeed\"\n"
33748 " number_of_elements=\"1\"\n"
33749 " default_values=\"10339\"\n"
33750 " name=\"Seed\">\n"
33751 " <IntRangeDomain min=\"1\" name=\"range\"/>\n"
33752 " <Documentation>\n"
33753 "This property specifies the seed that will be used for generating a\n"
33754 "uniform distribution of glyph points when a Uniform Spatial\n"
33755 "Distribution is used.\n"
33756 " </Documentation>\n"
33757 " <Hints>\n"
33758 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
33759 " mode=\"visibility\"\n"
33760 " property=\"GlyphMode\"\n"
33761 " value=\"2\" />\n"
33762 " <!-- show this widget when GlyphMode==2 -->\n"
33763 " </Hints>\n"
33764 " </IntVectorProperty>\n"
33765 " <IntVectorProperty command=\"SetStride\"\n"
33766 " number_of_elements=\"1\"\n"
33767 " default_values=\"1\"\n"
33768 " name=\"Stride\">\n"
33769 " <IntRangeDomain min=\"1\" name=\"range\"/>\n"
33770 " <Documentation>\n"
33771 "This property specifies the stride that will be used when glyphing by\n"
33772 "Every Nth Point.\n"
33773 " </Documentation>\n"
33774 " <Hints>\n"
33775 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
33776 " mode=\"visibility\"\n"
33777 " property=\"GlyphMode\"\n"
33778 " value=\"1\" />\n"
33779 ;
33780 
33781 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
33783 " <!-- show this widget when GlyphMode==1 -->\n"
33784 " </Hints>\n"
33785 " </IntVectorProperty>\n"
33786 "\n"
33787 " <PropertyGroup label=\"Glyph Source\">\n"
33788 " <Property name=\"Source\" />\n"
33789 " </PropertyGroup>\n"
33790 " <PropertyGroup label=\"Orientation\">\n"
33791 " <Property name=\"OrientationArray\" />\n"
33792 " </PropertyGroup>\n"
33793 " <PropertyGroup label=\"Scale\">\n"
33794 " <Property name=\"ScaleArray\" />\n"
33795 " <Property name=\"VectorScaleMode\" />\n"
33796 " <Property name=\"ScaleFactor\" />\n"
33797 " </PropertyGroup>\n"
33798 " <PropertyGroup label=\"Glyph Transform\">\n"
33799 " <Property name=\"GlyphTransform\" />\n"
33800 " </PropertyGroup>\n"
33801 " <PropertyGroup label=\"Masking\">\n"
33802 " <Property name=\"GlyphMode\" />\n"
33803 " <Property name=\"MaximumNumberOfSamplePoints\" />\n"
33804 " <Property name=\"Seed\" />\n"
33805 " <Property name=\"Stride\" />\n"
33806 " </PropertyGroup>\n"
33807 "\n"
33808 " <Hints>\n"
33809 " <!-- Visibility Element can be used to suggest the GUI about\n"
33810 " visibility of this filter (or its input) on creation.\n"
33811 " replace_input=\"0\" implies that the input visibility is not\n"
33812 " changed on creation of this filter (defaults to \"1\")\n"
33813 " -->\n"
33814 " <Visibility replace_input=\"0\" />\n"
33815 " </Hints>\n"
33816 " <!-- End Glyph -->\n"
33817 " </SourceProxy>\n"
33818 "\n"
33819 " <!-- ==================================================================== -->\n"
33820 " <SourceProxy class=\"vtkPVGlyphFilterLegacy\"\n"
33821 " label=\"Glyph With Custom Source Legacy\"\n"
33822 " name=\"GlyphWithCustomSourceLegacy\">\n"
33823 " <Documentation long_help=\"This filter generates a glyph at each point of the input data set. The glyphs can be oriented and scaled by point attributes of the input dataset.\"\n"
33824 " short_help=\"Generate a glyph symbol at each point of the input data set.\">\n"
33825 " The Glyph filter generates a glyph at each point in the input dataset.\n"
33826 " The glyphs can be oriented and scaled by the input point-centered scalars\n"
33827 " and vectors. The Glyph filter operates on any type of data set. Its\n"
33828 " output is polygonal. This filter is available on the\n"
33829 " Toolbar.</Documentation>\n"
33830 " <InputProperty command=\"SetInputConnection\"\n"
33831 " name=\"Input\">\n"
33832 " <ProxyGroupDomain name=\"groups\">\n"
33833 " <Group name=\"sources\" />\n"
33834 " <Group name=\"filters\" />\n"
33835 " </ProxyGroupDomain>\n"
33836 " <DataTypeDomain name=\"input_type\">\n"
33837 " <DataType value=\"vtkDataSet\" />\n"
33838 " </DataTypeDomain>\n"
33839 " <InputArrayDomain attribute_type=\"point\"\n"
33840 " name=\"input_array1\"\n"
33841 " number_of_components=\"1\"\n"
33842 " optional=\"1\" />\n"
33843 " <InputArrayDomain attribute_type=\"point\"\n"
33844 " name=\"input_array2\"\n"
33845 " number_of_components=\"3\"\n"
33846 " optional=\"1\" />\n"
33847 " <Documentation>This property specifies the input to the Glyph filter.\n"
33848 " This is the dataset from which the points are selected to be glyphed.\n"
33849 " </Documentation>\n"
33850 " </InputProperty>\n"
33851 " <InputProperty command=\"SetSourceConnection\"\n"
33852 " label=\"Glyph Type\"\n"
33853 " name=\"Source\">\n"
33854 " <ProxyGroupDomain name=\"groups\">\n"
33855 " <Group name=\"sources\" />\n"
33856 " <Group name=\"glyph_sources\" />\n"
33857 " </ProxyGroupDomain>\n"
33858 " <DataTypeDomain name=\"input_type\">\n"
33859 " <DataType value=\"vtkPolyData\" />\n"
33860 " </DataTypeDomain>\n"
33861 " <Documentation>This property determines which type of glyph will be\n"
33862 " placed at the points in the input dataset.</Documentation>\n"
33863 " </InputProperty>\n"
33864 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
33865 " element_types=\"0 0 0 0 2\"\n"
33866 " name=\"Scalars\"\n"
33867 " number_of_elements=\"5\">\n"
33868 " <ArrayListDomain attribute_type=\"Scalars\"\n"
33869 " input_domain_name=\"input_array1\"\n"
33870 " name=\"array_list\">\n"
33871 " <RequiredProperties>\n"
33872 " <Property function=\"Input\"\n"
33873 " name=\"Input\" />\n"
33874 " </RequiredProperties>\n"
33875 " </ArrayListDomain>\n"
33876 " <Documentation>Select the input array to be treated as the active \"Scalars\".\n"
33877 " You can scale the glyphs using the selected scalars by setting the\n"
33878 " \"Scale Mode\" property to \"scalar\"\n"
33879 " </Documentation>\n"
33880 " </StringVectorProperty>\n"
33881 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
33882 " default_values=\"1\"\n"
33883 " element_types=\"0 0 0 0 2\"\n"
33884 " name=\"Vectors\"\n"
33885 " number_of_elements=\"5\">\n"
33886 " <!-- default value=1 so normals go to the right place -->\n"
33887 " <ArrayListDomain attribute_type=\"Vectors\"\n"
33888 " input_domain_name=\"input_array2\"\n"
33889 " name=\"array_list\">\n"
33890 " <RequiredProperties>\n"
33891 " <Property function=\"Input\"\n"
33892 " name=\"Input\" />\n"
33893 " </RequiredProperties>\n"
33894 " </ArrayListDomain>\n"
33895 " <Documentation>Select the input array to be treated as the active \"Vectors\".\n"
33896 " You can scale the glyphs using the selected vectors by setting the \"Scale Mode\"\n"
33897 " property to \"vector\" or \"vector_components\". You can orient the glyphs using the\n"
33898 " selected vectors by checking the \"Orient\" property.\n"
33899 " </Documentation>\n"
33900 " </StringVectorProperty>\n"
33901 " <IntVectorProperty command=\"SetOrient\"\n"
33902 " default_values=\"1\"\n"
33903 " name=\"Orient\"\n"
33904 " number_of_elements=\"1\">\n"
33905 " <BooleanDomain name=\"bool\" />\n"
33906 " <Documentation>If this property is set to 1, the glyphs will be\n"
33907 " oriented based on the vectors selected using the \"Vectors\" property.\n"
33908 " </Documentation>\n"
33909 " </IntVectorProperty>\n"
33910 " <IntVectorProperty command=\"SetScaleMode\"\n"
33911 " default_values=\"3\"\n"
33912 " name=\"ScaleMode\"\n"
33913 " number_of_elements=\"1\">\n"
33914 " <EnumerationDomain name=\"enum\">\n"
33915 " <Entry text=\"scalar\"\n"
33916 " value=\"0\" />\n"
33917 " <Entry text=\"vector\"\n"
33918 " value=\"1\" />\n"
33919 " <Entry text=\"vector_components\"\n"
33920 " value=\"2\" />\n"
33921 " <Entry text=\"off\"\n"
33922 " value=\"3\" />\n"
33923 " </EnumerationDomain>\n"
33924 " <Documentation>Select how to scale the glyphs. Set to \"off\" to disable\n"
33925 " scaling entirely. Set to \"scalar\" to scale the glyphs using the\n"
33926 " array selected using the \"Scalars\" property. Set to \"vector\" to scale the\n"
33927 " glyphs using the magnitude of the array selected using the \"Vectors\" property.\n"
33928 " Set to \"vector_components\" to scale using the \"Vectors\", scaling each component\n"
33929 " individually.\n"
33930 " </Documentation>\n"
33931 " </IntVectorProperty>\n"
33932 " <DoubleVectorProperty command=\"SetScaleFactor\"\n"
33933 " default_values=\"1.0\"\n"
33934 " name=\"ScaleFactor\"\n"
33935 " number_of_elements=\"1\"\n"
33936 " panel_widget=\"glyph_scale_factor\">\n"
33937 " <BoundsDomain mode=\"scaled_extent\" name=\"bounds\" scale_factor=\"0.1\">\n"
33938 " <RequiredProperties>\n"
33939 " <Property function=\"Input\" name=\"Input\" />\n"
33940 " </RequiredProperties>\n"
33941 " </BoundsDomain>\n"
33942 " <ArrayRangeDomain name=\"scalar_range\">\n"
33943 " <RequiredProperties>\n"
33944 " <Property function=\"Input\" name=\"Input\" />\n"
33945 " <Property function=\"ArraySelection\" name=\"Scalars\" />\n"
33946 " </RequiredProperties>\n"
33947 " </ArrayRangeDomain>\n"
33948 " <ArrayRangeDomain name=\"vector_range\">\n"
33949 " <RequiredProperties>\n"
33950 " <Property function=\"Input\" name=\"Input\" />\n"
33951 " <Property function=\"ArraySelection\" name=\"Vectors\" />\n"
33952 " </RequiredProperties>\n"
33953 " </ArrayRangeDomain>\n"
33954 " <Documentation>Specify the constant multiplier to use to scale the glyphs.\n"
33955 " </Documentation>\n"
33956 " </DoubleVectorProperty>\n"
33957 " <IntVectorProperty command=\"SetGlyphMode\"\n"
33958 " default_values=\"2\"\n"
33959 " name=\"GlyphMode\"\n"
33960 " number_of_elements=\"1\"\n"
33961 " panel_visibility=\"default\">\n"
33962 " <EnumerationDomain name=\"enum\">\n"
33963 " <Entry text=\"All Points\" value=\"0\"/>\n"
33964 " <Entry text=\"Every Nth Point\" value=\"1\"/>\n"
33965 " <Entry text=\"Uniform Spatial Distribution\" value=\"2\"/>\n"
33966 " </EnumerationDomain>\n"
33967 " <Documentation>\n"
33968 " This property indicates the mode that will be used to generate\n"
33969 " glyphs from the dataset.\n"
33970 " </Documentation>\n"
33971 " </IntVectorProperty>\n"
33972 " <IntVectorProperty command=\"SetMaximumNumberOfSamplePoints\"\n"
33973 " number_of_elements=\"1\"\n"
33974 " default_values=\"5000\"\n"
33975 " name=\"MaximumNumberOfSamplePoints\">\n"
33976 " <IntRangeDomain min=\"1\" name=\"range\" />\n"
33977 " <Documentation>\n"
33978 " This property specifies the maximum number of sample points to use\n"
33979 " when sampling the space when Uniform Spatial Distribution is used.\n"
33980 " </Documentation>\n"
33981 " <Hints>\n"
33982 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
33983 " mode=\"visibility\"\n"
33984 " property=\"GlyphMode\"\n"
33985 " value=\"2\" />\n"
33986 " <!-- show this widget when GlyphMode==2 -->\n"
33987 " </Hints>\n"
33988 " </IntVectorProperty>\n"
33989 " <IntVectorProperty command=\"SetSeed\"\n"
33990 " number_of_elements=\"1\"\n"
33991 " default_values=\"10339\"\n"
33992 " name=\"Seed\">\n"
33993 " <IntRangeDomain min=\"1\" name=\"range\"/>\n"
33994 " <Documentation>\n"
33995 " This property specifies the seed that will be used for generating\n"
33996 " a uniform distribution of glyph points when a Uniform Spatial\n"
33997 " Distribution is used.\n"
33998 " </Documentation>\n"
33999 " <Hints>\n"
34000 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
34001 " mode=\"visibility\"\n"
34002 " property=\"GlyphMode\"\n"
34003 " value=\"2\" />\n"
34004 " <!-- show this widget when GlyphMode==2 -->\n"
34005 " </Hints>\n"
34006 " </IntVectorProperty>\n"
34007 " <IntVectorProperty command=\"SetStride\"\n"
34008 " number_of_elements=\"1\"\n"
34009 " default_values=\"1\"\n"
34010 " name=\"Stride\">\n"
34011 " <IntRangeDomain min=\"1\" name=\"range\"/>\n"
34012 " <Documentation>\n"
34013 " This property specifies the stride that will be used when glyphing\n"
34014 " by Every Nth Point.\n"
34015 " </Documentation>\n"
34016 " <Hints>\n"
34017 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
34018 " mode=\"visibility\"\n"
34019 " property=\"GlyphMode\"\n"
34020 " value=\"1\" />\n"
34021 " <!-- show this widget when GlyphMode==1 -->\n"
34022 " </Hints>\n"
34023 " </IntVectorProperty>\n"
34024 "\n"
34025 " <ProxyProperty command=\"SetSourceTransform\"\n"
34026 " name=\"GlyphTransform\"\n"
34027 " panel_visibility=\"advanced\">\n"
34028 " <ProxyListDomain name=\"proxy_list\">\n"
34029 " <Proxy group=\"extended_sources\"\n"
34030 " name=\"Transform2\" />\n"
34031 " </ProxyListDomain>\n"
34032 " <Documentation>The values in this property allow you to specify the\n"
34033 " transform (translation, rotation, and scaling) to apply to the glyph\n"
34034 " source.</Documentation>\n"
34035 " </ProxyProperty>\n"
34036 "\n"
34037 " <PropertyGroup label=\"Glyph Source\">\n"
34038 " <Property name=\"Source\" />\n"
34039 " </PropertyGroup>\n"
34040 " <PropertyGroup label=\"Active Attributes\">\n"
34041 " <Property name=\"Scalars\" />\n"
34042 " <Property name=\"Vectors\" />\n"
34043 " </PropertyGroup>\n"
34044 " <PropertyGroup label=\"Glyph Transform\">\n"
34045 " <Property name=\"GlyphTransform\" />\n"
34046 " </PropertyGroup>\n"
34047 " <PropertyGroup label=\"Orientation\">\n"
34048 " <Property name=\"Orient\" />\n"
34049 " </PropertyGroup>\n"
34050 " <PropertyGroup label=\"Scaling\">\n"
34051 " <Property name=\"ScaleMode\"/>\n"
34052 " <Property name=\"ScaleFactor\"/>\n"
34053 " </PropertyGroup>\n"
34054 " <PropertyGroup label=\"Masking\">\n"
34055 " <Property name=\"GlyphMode\" />\n"
34056 " <Property name=\"MaximumNumberOfSamplePoints\" />\n"
34057 " <Property name=\"Seed\" />\n"
34058 " <Property name=\"Stride\" />\n"
34059 " </PropertyGroup>\n"
34060 "\n"
34061 " <Hints>\n"
34062 " <!-- Visibility Element can be used to suggest the GUI about\n"
34063 " visibility of this filter (or its input) on creation.\n"
34064 " replace_input=\"0\" implies that the input visibility is not\n"
34065 " changed on creation of this filter (defaults to \"1\")\n"
34066 " -->\n"
34067 " <Visibility replace_input=\"0\" />\n"
34068 " </Hints>\n"
34069 " <!-- End GlyphWithCustomSource -->\n"
34070 " </SourceProxy>\n"
34071 "\n"
34072 " <!-- ==================================================================== -->\n"
34073 " <SourceProxy class=\"vtkPVLinearExtrusionFilter\"\n"
34074 " label=\"Linear Extrusion\"\n"
34075 " name=\"LinearExtrusionFilter\">\n"
34076 " <Documentation long_help=\"This filter creates a swept surface defined by translating the input along a vector.\"\n"
34077 " short_help=\"Generate a linear swept surface.\">The Linear\n"
34078 " Extrusion filter creates a swept surface by translating\n"
34079 " the input dataset along a specified vector. This filter is\n"
34080 " intended to operate on 2D polygonal data. This filter\n"
34081 " operates on polygonal data and produces polygonal data\n"
34082 " output.</Documentation>\n"
34083 " <InputProperty command=\"SetInputConnection\"\n"
34084 " name=\"Input\">\n"
34085 " <ProxyGroupDomain name=\"groups\">\n"
34086 " <Group name=\"sources\" />\n"
34087 " <Group name=\"filters\" />\n"
34088 " </ProxyGroupDomain>\n"
34089 " <DataTypeDomain name=\"input_type\">\n"
34090 " <DataType value=\"vtkPolyData\" />\n"
34091 " </DataTypeDomain>\n"
34092 " <Documentation>This property specifies the input to the Linear\n"
34093 " Extrusion filter.</Documentation>\n"
34094 " </InputProperty>\n"
34095 " <DoubleVectorProperty animateable=\"1\"\n"
34096 " command=\"SetScaleFactor\"\n"
34097 " default_values=\"1.0\"\n"
34098 " name=\"ScaleFactor\"\n"
34099 " number_of_elements=\"1\">\n"
34100 " <DoubleRangeDomain name=\"range\" />\n"
34101 " <Documentation>The value of this property determines the distance along\n"
34102 " the vector the dataset will be translated. (A scale factor of 0.5 will\n"
34103 " move the dataset half the length of the vector, and a scale factor of 2\n"
34104 ;
34105 
34106 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
34108 " will move it twice the vector's length.)</Documentation>\n"
34109 " </DoubleVectorProperty>\n"
34110 " <DoubleVectorProperty command=\"SetVector\"\n"
34111 " default_values=\"0 0 1\"\n"
34112 " name=\"Vector\"\n"
34113 " number_of_elements=\"3\">\n"
34114 " <DoubleRangeDomain name=\"range\" />\n"
34115 " <Documentation>The value of this property indicates the X, Y, and Z\n"
34116 " components of the vector along which to sweep the input\n"
34117 " dataset.</Documentation>\n"
34118 " </DoubleVectorProperty>\n"
34119 " <IntVectorProperty command=\"SetCapping\"\n"
34120 " default_values=\"1\"\n"
34121 " name=\"Capping\"\n"
34122 " number_of_elements=\"1\">\n"
34123 " <BooleanDomain name=\"bool\" />\n"
34124 " <Documentation>The value of this property indicates whether to cap the\n"
34125 " ends of the swept surface. Capping works by placing a copy of the input\n"
34126 " dataset on either end of the swept surface, so it behaves properly if\n"
34127 " the input is a 2D surface composed of filled polygons. If the input\n"
34128 " dataset is a closed solid (e.g., a sphere), then if capping is on\n"
34129 " (i.e., this property is set to 1), two copies of the data set will be\n"
34130 " displayed on output (the second translated from the first one along the\n"
34131 " specified vector). If instead capping is off (i.e., this property is\n"
34132 " set to 0), then an input closed solid will produce no\n"
34133 " output.</Documentation>\n"
34134 " </IntVectorProperty>\n"
34135 " <IntVectorProperty command=\"SetPieceInvariant\"\n"
34136 " default_values=\"0\"\n"
34137 " name=\"PieceInvariant\"\n"
34138 " number_of_elements=\"1\">\n"
34139 " <BooleanDomain name=\"bool\" />\n"
34140 " <Documentation>The value of this property determines whether the output\n"
34141 " will be the same regardless of the number of processors used to compute\n"
34142 " the result. The difference is whether there are internal polygonal\n"
34143 " faces on the processor boundaries. A value of 1 will keep the results\n"
34144 " the same; a value of 0 will allow internal faces on processor\n"
34145 " boundaries.</Documentation>\n"
34146 " </IntVectorProperty>\n"
34147 " <!-- End LinearExtrusionFilter -->\n"
34148 " </SourceProxy>\n"
34149 "\n"
34150 " <!-- ==================================================================== -->\n"
34151 " <SourceProxy class=\"vtkLinearCellExtrusionFilter\"\n"
34152 " label=\"Linear Cell Extrusion\"\n"
34153 " name=\"LinearCellExtrusionFilter\">\n"
34154 " <Documentation long_help=\"This filter creates a swept surface defined by translating the input along a vector.\"\n"
34155 " short_help=\"Generate a linear swept surface.\">The Linear\n"
34156 " Extrusion filter creates a swept surface by translating\n"
34157 " the input dataset along the cell normals or a specified vector.\n"
34158 " This filter is intended to operate on polygonal data and produces\n"
34159 " 3D unstructured grid output.</Documentation>\n"
34160 " <InputProperty command=\"SetInputConnection\"\n"
34161 " name=\"Input\">\n"
34162 " <ProxyGroupDomain name=\"groups\">\n"
34163 " <Group name=\"sources\" />\n"
34164 " <Group name=\"filters\" />\n"
34165 " </ProxyGroupDomain>\n"
34166 " <DataTypeDomain name=\"input_type\">\n"
34167 " <DataType value=\"vtkPolyData\" />\n"
34168 " </DataTypeDomain>\n"
34169 " <InputArrayDomain attribute_type=\"cell\"\n"
34170 " name=\"input_array1\"\n"
34171 " number_of_components=\"1\" />\n"
34172 " <Documentation>This property specifies the input to the Linear Cell\n"
34173 " Extrusion filter.</Documentation>\n"
34174 " </InputProperty>\n"
34175 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
34176 " element_types=\"0 0 0 0 2\"\n"
34177 " name=\"SelectInputScalars\"\n"
34178 " number_of_elements=\"5\">\n"
34179 " <ArrayListDomain attribute_type=\"Scalars\"\n"
34180 " name=\"array_list\">\n"
34181 " <RequiredProperties>\n"
34182 " <Property function=\"Input\"\n"
34183 " name=\"Input\" />\n"
34184 " </RequiredProperties>\n"
34185 " </ArrayListDomain>\n"
34186 " <Documentation>The array used to set the extrusion length.</Documentation>\n"
34187 " </StringVectorProperty>\n"
34188 " <DoubleVectorProperty command=\"SetScaleFactor\"\n"
34189 " default_values=\"1\"\n"
34190 " name=\"ScaleFactor\"\n"
34191 " number_of_elements=\"1\">\n"
34192 " <Documentation>Scale factor applied to the extrusion length.</Documentation>\n"
34193 " </DoubleVectorProperty>\n"
34194 " <IntVectorProperty command=\"SetUseUserVector\"\n"
34195 " default_values=\"0\"\n"
34196 " name=\"UseUserVector\"\n"
34197 " number_of_elements=\"1\">\n"
34198 " <BooleanDomain name=\"bool\" />\n"
34199 " <Documentation>Use a custom extrusion direction.</Documentation>\n"
34200 " </IntVectorProperty>\n"
34201 " <DoubleVectorProperty command=\"SetUserVector\"\n"
34202 " default_values=\"0 0 1\"\n"
34203 " name=\"UserVector\"\n"
34204 " number_of_elements=\"3\">\n"
34205 " <Documentation>Set the custom extrusion direction.</Documentation>\n"
34206 " <Hints>\n"
34207 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
34208 " <Property name=\"UseUserVector\" function=\"boolean\" />\n"
34209 " </PropertyWidgetDecorator>\n"
34210 " </Hints>\n"
34211 " </DoubleVectorProperty>\n"
34212 " <IntVectorProperty command=\"SetMergeDuplicatePoints\"\n"
34213 " default_values=\"0\"\n"
34214 " name=\"MergeDuplicatePoints\"\n"
34215 " number_of_elements=\"1\">\n"
34216 " <BooleanDomain name=\"bool\" />\n"
34217 " <Documentation>Remove duplicate points.</Documentation>\n"
34218 " </IntVectorProperty>\n"
34219 " <!-- End LinearCellExtrusionFilter -->\n"
34220 " </SourceProxy>\n"
34221 " <!-- ==================================================================== -->\n"
34222 "\n"
34223 " <SourceProxy class=\"vtkPVMetaClipDataSet\"\n"
34224 " name=\"Clip\">\n"
34225 " <Documentation long_help=\"Clip with an implicit function (an implicit description). Clipping does not reduce the dimensionality of the data set. The output data type of this filter is always an unstructured grid.\"\n"
34226 " short_help=\"Clip with an implicit function.\">The Clip filter\n"
34227 " cuts away a portion of the input data set using an\n"
34228 " implicit function (an implicit description).\n"
34229 " This filter operates on all types of data\n"
34230 " sets, and it returns unstructured grid data on\n"
34231 " output.</Documentation>\n"
34232 " <InputProperty command=\"SetInputConnection\"\n"
34233 " name=\"Input\">\n"
34234 " <ProxyGroupDomain name=\"groups\">\n"
34235 " <Group name=\"sources\" />\n"
34236 " <Group name=\"filters\" />\n"
34237 " </ProxyGroupDomain>\n"
34238 " <DataTypeDomain name=\"input_type\">\n"
34239 " <DataType value=\"vtkDataSet\" />\n"
34240 " <DataType value=\"vtkHyperTreeGrid\" />\n"
34241 " </DataTypeDomain>\n"
34242 " <InputArrayDomain name=\"input_array\"\n"
34243 " number_of_components=\"1\"\n"
34244 " optional=\"1\" />\n"
34245 " <Documentation>This property specifies the dataset on which the Clip\n"
34246 " filter will operate.</Documentation>\n"
34247 " </InputProperty>\n"
34248 " <ProxyProperty command=\"SetDataSetClipFunction\"\n"
34249 " label=\"Clip Type\"\n"
34250 " name=\"ClipFunction\">\n"
34251 " <ProxyGroupDomain name=\"groups\">\n"
34252 " <Group name=\"implicit_functions\" />\n"
34253 " </ProxyGroupDomain>\n"
34254 " <ProxyListDomain name=\"proxy_list\">\n"
34255 " <Proxy group=\"implicit_functions\"\n"
34256 " name=\"Plane\" />\n"
34257 " <Proxy group=\"implicit_functions\"\n"
34258 " name=\"Box\" />\n"
34259 " <Proxy group=\"implicit_functions\"\n"
34260 " name=\"Sphere\" />\n"
34261 " <Proxy group=\"implicit_functions\"\n"
34262 " name=\"Cylinder\" />\n"
34263 " <Proxy group=\"implicit_functions\"\n"
34264 " name=\"Scalar\" />\n"
34265 " </ProxyListDomain>\n"
34266 " <Hints>\n"
34267 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34268 " name=\"vtkHyperTreeGrid\"\n"
34269 " exclude=\"1\"\n"
34270 " mode=\"visibility\"/>\n"
34271 " </Hints>\n"
34272 " <Documentation>This property specifies the parameters of the clip\n"
34273 " function (an implicit description) used to clip the dataset.</Documentation>\n"
34274 " </ProxyProperty>\n"
34275 " <ProxyProperty command=\"SetHyperTreeGridClipFunction\"\n"
34276 " label=\"Hyper Tree Grid Clipper\"\n"
34277 " name=\"HyperTreeGridClipFunction\">\n"
34278 " <ProxyGroupDomain name=\"groups\">\n"
34279 " <Group name=\"implicit_functions\" />\n"
34280 " </ProxyGroupDomain>\n"
34281 " <ProxyListDomain name=\"proxy_list\">\n"
34282 " <Proxy group=\"implicit_functions\"\n"
34283 " name=\"Plane\" />\n"
34284 " <Proxy group=\"implicit_functions\"\n"
34285 " name=\"Axis Aligned Box\" />\n"
34286 " <Proxy group=\"implicit_functions\"\n"
34287 " name=\"Sphere\" />\n"
34288 " <Proxy group=\"implicit_functions\"\n"
34289 " name=\"Cylinder\" />\n"
34290 " <Proxy group=\"implicit_functions\"\n"
34291 " name=\"Quadric\" />\n"
34292 " <Proxy group=\"implicit_functions\"\n"
34293 " name=\"Scalar\" />\n"
34294 " </ProxyListDomain>\n"
34295 " <Documentation>This property specifies the parameters of the clip\n"
34296 " function (an implicit description) used to clip the hyper tree grid.</Documentation>\n"
34297 " <Hints>\n"
34298 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34299 " name=\"vtkHyperTreeGrid\"\n"
34300 " mode=\"visibility\"/>\n"
34301 " </Hints>\n"
34302 " </ProxyProperty>\n"
34303 " <DoubleVectorProperty information_only=\"1\"\n"
34304 " name=\"InputBounds\">\n"
34305 " <BoundsDomain name=\"bounds\">\n"
34306 " <RequiredProperties>\n"
34307 " <Property function=\"Input\"\n"
34308 " name=\"Input\" />\n"
34309 " </RequiredProperties>\n"
34310 " </BoundsDomain>\n"
34311 " </DoubleVectorProperty>\n"
34312 " <StringVectorProperty animateable=\"0\"\n"
34313 " command=\"SetInputArrayToProcess\"\n"
34314 " element_types=\"0 0 0 0 2\"\n"
34315 " label=\"Scalars\"\n"
34316 " name=\"SelectInputScalars\"\n"
34317 " number_of_elements=\"5\">\n"
34318 " <ArrayListDomain attribute_type=\"Scalars\"\n"
34319 " name=\"array_list\">\n"
34320 " <RequiredProperties>\n"
34321 " <Property function=\"Input\"\n"
34322 " name=\"Input\" />\n"
34323 " </RequiredProperties>\n"
34324 " </ArrayListDomain>\n"
34325 " <Documentation>If clipping with scalars, this property specifies the\n"
34326 " name of the scalar array on which to perform the clip\n"
34327 " operation.</Documentation>\n"
34328 " <Hints>\n"
34329 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
34330 " <Expression type=\"or\">\n"
34331 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
34332 " mode=\"visibility\"\n"
34333 " property=\"ClipFunction\"\n"
34334 " value=\"Scalar\" />\n"
34335 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
34336 " mode=\"visibility\"\n"
34337 " property=\"HyperTreeGridClipFunction\"\n"
34338 " value=\"Scalar\" />\n"
34339 " </Expression>\n"
34340 " </PropertyWidgetDecorator>\n"
34341 " </Hints>\n"
34342 " </StringVectorProperty>\n"
34343 " <DoubleVectorProperty command=\"SetValue\"\n"
34344 " default_values=\"0.0\"\n"
34345 " name=\"Value\"\n"
34346 " number_of_elements=\"1\">\n"
34347 " <ArrayRangeDomain name=\"range\">\n"
34348 " <RequiredProperties>\n"
34349 " <Property function=\"Input\"\n"
34350 " name=\"Input\" />\n"
34351 " <Property function=\"ArraySelection\"\n"
34352 " name=\"SelectInputScalars\" />\n"
34353 " </RequiredProperties>\n"
34354 " </ArrayRangeDomain>\n"
34355 " <Documentation>If clipping with scalars, this property sets the scalar\n"
34356 " value about which to clip the dataset based on the scalar array chosen.\n"
34357 " (See SelectInputScalars.) If clipping with a clip function, this\n"
34358 " property specifies an offset from the clip function to use in the\n"
34359 " clipping operation. Neither functionality is currently available in\n"
34360 " ParaView's user interface.</Documentation>\n"
34361 " <Hints>\n"
34362 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
34363 " <Expression type=\"or\">\n"
34364 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
34365 " mode=\"visibility\"\n"
34366 " property=\"ClipFunction\"\n"
34367 " value=\"Scalar\" />\n"
34368 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
34369 " mode=\"visibility\"\n"
34370 " property=\"HyperTreeGridClipFunction\"\n"
34371 " value=\"Scalar\" />\n"
34372 " </Expression>\n"
34373 " </PropertyWidgetDecorator>\n"
34374 " </Hints>\n"
34375 " </DoubleVectorProperty>\n"
34376 " <IntVectorProperty command=\"SetInsideOut\"\n"
34377 " default_values=\"1\"\n"
34378 " name=\"Invert\"\n"
34379 " number_of_elements=\"1\">\n"
34380 " <BooleanDomain name=\"bool\" />\n"
34381 " <Documentation>Invert which part of the geometry is clipped.</Documentation>\n"
34382 " </IntVectorProperty>\n"
34383 " <IntVectorProperty command=\"SetUseValueAsOffset\"\n"
34384 " default_values=\"0\"\n"
34385 " name=\"UseValueAsOffset\"\n"
34386 " number_of_elements=\"1\"\n"
34387 " panel_visibility=\"never\">\n"
34388 " <BooleanDomain name=\"bool\" />\n"
34389 " <Documentation>If UseValueAsOffset is true, Value is used as an offset\n"
34390 " parameter to the implicit function. Otherwise, Value is used only when\n"
34391 " clipping using a scalar array.</Documentation>\n"
34392 " </IntVectorProperty>\n"
34393 " <IntVectorProperty command=\"PreserveInputCells\"\n"
34394 " default_values=\"0\"\n"
34395 " label=\"Crinkle clip\"\n"
34396 " name=\"PreserveInputCells\"\n"
34397 " number_of_elements=\"1\">\n"
34398 " <BooleanDomain name=\"bool\" />\n"
34399 " <Documentation>This parameter controls whether to extract entire cells\n"
34400 " in the given region or clip those cells so all of the output will stay\n"
34401 " only on that side of region.</Documentation>\n"
34402 " <Hints>\n"
34403 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
34404 " <Expression type=\"and\">\n"
34405 ;
34406 
34407 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
34409 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34410 " mode=\"visibility\"\n"
34411 " exclude=\"1\"\n"
34412 " name=\"vtkHyperTreeGrid\" />\n"
34413 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
34414 " mode=\"visibility\"\n"
34415 " property=\"ClipFunction\"\n"
34416 " value=\"Scalar\"\n"
34417 " inverse=\"1\" />\n"
34418 " </Expression>\n"
34419 " </PropertyWidgetDecorator>\n"
34420 " </Hints>\n"
34421 " </IntVectorProperty>\n"
34422 " <IntVectorProperty command=\"SetExactBoxClip\"\n"
34423 " default_values=\"0\"\n"
34424 " name=\"Exact\"\n"
34425 " number_of_elements=\"1\">\n"
34426 " <BooleanDomain name=\"bool\" />\n"
34427 " <Documentation>If this property is set to 1 it will clip to the exact specifications\n"
34428 " for the **Box** option only, otherwise the clip will only approximate the box geometry. The\n"
34429 " exact clip is very expensive as it requires generating 6 plane clips. Additionally,\n"
34430 " **Invert** must be checked and **Crinkle clip** must be unchecked.</Documentation>\n"
34431 " <Hints>\n"
34432 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
34433 " <Expression type=\"and\">\n"
34434 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"ClipFunction\" value=\"Box\" inverse=\"0\" />\n"
34435 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"enabled_state\" property=\"Invert\" value=\"1\" />\n"
34436 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"enabled_state\" property=\"PreserveInputCells\" value=\"0\" />\n"
34437 " </Expression>\n"
34438 " </PropertyWidgetDecorator>\n"
34439 " </Hints>\n"
34440 " </IntVectorProperty>\n"
34441 " <Hints>\n"
34442 " <Visibility replace_input=\"2\" />\n"
34443 " </Hints>\n"
34444 " <!-- End Clip -->\n"
34445 " </SourceProxy>\n"
34446 "\n"
34447 " <!-- ==================================================================== -->\n"
34448 " <SourceProxy class=\"vtkPVMetaSliceDataSet\"\n"
34449 " label=\"Slice\"\n"
34450 " name=\"Cut\">\n"
34451 " <Documentation long_help=\"This filter slices a data set with a plane. Slicing is similar to a contour. It creates surfaces from volumes and lines from surfaces.\"\n"
34452 " short_help=\"Slice datasets with planes.\">This filter\n"
34453 " extracts the portion of the input dataset that lies along\n"
34454 " the specified plane. The Slice filter takes any type of\n"
34455 " dataset or hyper tree grid as input. The output of this filter is polygonal\n"
34456 " data.</Documentation>\n"
34457 " <InputProperty command=\"SetInputConnection\"\n"
34458 " name=\"Input\">\n"
34459 " <ProxyGroupDomain name=\"groups\">\n"
34460 " <Group name=\"sources\" />\n"
34461 " <Group name=\"filters\" />\n"
34462 " </ProxyGroupDomain>\n"
34463 " <DataTypeDomain name=\"input_type\">\n"
34464 " <DataType value=\"vtkDataSet\" />\n"
34465 " <DataType value=\"vtkHyperTreeGrid\" />\n"
34466 " </DataTypeDomain>\n"
34467 " <Documentation>This property specifies the input to the Slice\n"
34468 " filter.</Documentation>\n"
34469 " </InputProperty>\n"
34470 " <ProxyProperty command=\"SetDataSetCutFunction\"\n"
34471 " label=\"Slice Type\"\n"
34472 " name=\"CutFunction\">\n"
34473 " <Hints>\n"
34474 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34475 " name=\"vtkHyperTreeGrid\"\n"
34476 " exclude=\"1\"\n"
34477 " mode=\"visibility\"/>\n"
34478 " </Hints>\n"
34479 " <ProxyGroupDomain name=\"groups\">\n"
34480 " <Group name=\"implicit_functions\" />\n"
34481 " </ProxyGroupDomain>\n"
34482 " <ProxyListDomain name=\"proxy_list\">\n"
34483 " <Proxy group=\"implicit_functions\"\n"
34484 " name=\"Plane\" />\n"
34485 " <Proxy group=\"implicit_functions\"\n"
34486 " name=\"Box\" />\n"
34487 " <Proxy group=\"implicit_functions\"\n"
34488 " name=\"Sphere\" />\n"
34489 " <Proxy group=\"implicit_functions\"\n"
34490 " name=\"Cylinder\" />\n"
34491 " </ProxyListDomain>\n"
34492 " <Documentation>This property sets the parameters of the slice\n"
34493 " function.</Documentation>\n"
34494 " </ProxyProperty>\n"
34495 " <ProxyProperty command=\"SetHyperTreeGridCutFunction\"\n"
34496 " label=\"Hyper Tree Grid Slicer\"\n"
34497 " name=\"HyperTreeGridImplicitFunction\">\n"
34498 " <Hints>\n"
34499 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34500 " name=\"vtkHyperTreeGrid\"\n"
34501 " mode=\"visibility\"/>\n"
34502 " </Hints>\n"
34503 " <ProxyGroupDomain name=\"groups\">\n"
34504 " <Group name=\"implicit_functions\" />\n"
34505 " </ProxyGroupDomain>\n"
34506 " <ProxyListDomain name=\"proxy_list\">\n"
34507 " <Proxy group=\"implicit_functions\"\n"
34508 " name=\"Plane\" />\n"
34509 " <Proxy group=\"implicit_functions\"\n"
34510 " name=\"Axis Aligned Plane\" />\n"
34511 " </ProxyListDomain>\n"
34512 " <Documentation>This property sets the parameters of the slice\n"
34513 " function.</Documentation>\n"
34514 " </ProxyProperty>\n"
34515 " <DoubleVectorProperty information_only=\"1\"\n"
34516 " name=\"InputBounds\">\n"
34517 " <BoundsDomain name=\"bounds\">\n"
34518 " <RequiredProperties>\n"
34519 " <Property function=\"Input\"\n"
34520 " name=\"Input\" />\n"
34521 " </RequiredProperties>\n"
34522 " </BoundsDomain>\n"
34523 " </DoubleVectorProperty>\n"
34524 " <IntVectorProperty command=\"SetDual\"\n"
34525 " default_values=\"0\"\n"
34526 " label=\"Use Dual\"\n"
34527 " name=\"SetDual\"\n"
34528 " number_of_elements=\"1\">\n"
34529 " <Hints>\n"
34530 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
34531 " <Expression type=\"and\">\n"
34532 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
34533 " mode=\"visibility\"\n"
34534 " property=\"HyperTreeGridImplicitFunction\"\n"
34535 " value=\"Plane\"/>\n"
34536 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34537 " mode=\"visibility\"\n"
34538 " name=\"vtkHyperTreeGrid\"/>\n"
34539 " </Expression>\n"
34540 " </PropertyWidgetDecorator>\n"
34541 " </Hints>\n"
34542 " <BooleanDomain name=\"bool\" />\n"
34543 " <Documentation>If checked, uses the dual of the hyper tree grid.</Documentation>\n"
34544 " </IntVectorProperty>\n"
34545 " <IntVectorProperty command=\"PreserveInputCells\"\n"
34546 " default_values=\"0\"\n"
34547 " label=\"Crinkle slice\"\n"
34548 " name=\"PreserveInputCells\"\n"
34549 " number_of_elements=\"1\">\n"
34550 " <Hints>\n"
34551 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34552 " name=\"vtkHyperTreeGrid\"\n"
34553 " exclude=\"1\"\n"
34554 " mode=\"visibility\" />\n"
34555 " </Hints>\n"
34556 " <BooleanDomain name=\"bool\" />\n"
34557 " <Documentation>This parameter controls whether to extract the entire\n"
34558 " cells that are sliced by the region or just extract a triangulated\n"
34559 " surface of that region.</Documentation>\n"
34560 " </IntVectorProperty>\n"
34561 " <IntVectorProperty command=\"SetGenerateTriangles\"\n"
34562 " default_values=\"1\"\n"
34563 " name=\"Triangulate the slice\"\n"
34564 " number_of_elements=\"1\">\n"
34565 " <BooleanDomain name=\"bool\" />\n"
34566 " <Documentation>This parameter controls whether to produce triangles in the output.</Documentation>\n"
34567 " <Hints>\n"
34568 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
34569 " <Expression type=\"and\">\n"
34570 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34571 " name=\"vtkHyperTreeGrid\"\n"
34572 " mode=\"visibility\"\n"
34573 " exclude=\"1\" />\n"
34574 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
34575 " <Property name=\"PreserveInputCells\" function=\"boolean_invert\" />\n"
34576 " </PropertyWidgetDecorator>\n"
34577 " </Expression>\n"
34578 " </PropertyWidgetDecorator>\n"
34579 " </Hints>\n"
34580 " </IntVectorProperty>\n"
34581 " <IntVectorProperty command=\"SetMergePoints\"\n"
34582 " default_values=\"1\"\n"
34583 " name=\"MergePoints\"\n"
34584 " label=\"Merge duplicated points in the slice\"\n"
34585 " number_of_elements=\"1\">\n"
34586 " <BooleanDomain name=\"bool\" />\n"
34587 " <Documentation>This parameter controls whether to merge duplicated points in the slice.</Documentation>\n"
34588 " <Hints>\n"
34589 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
34590 " <Expression type=\"and\">\n"
34591 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34592 " name=\"vtkHyperTreeGrid\"\n"
34593 " exclude=\"1\"\n"
34594 " mode=\"visibility\"/>\n"
34595 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
34596 " <Property name=\"PreserveInputCells\" function=\"boolean_invert\" />\n"
34597 " </PropertyWidgetDecorator>\n"
34598 " </Expression>\n"
34599 " </PropertyWidgetDecorator>\n"
34600 " </Hints>\n"
34601 " </IntVectorProperty>\n"
34602 " <DoubleVectorProperty animateable=\"1\"\n"
34603 " command=\"SetValue\"\n"
34604 " label=\"Slice Offset Values\"\n"
34605 " name=\"ContourValues\"\n"
34606 " number_of_elements_per_command=\"1\"\n"
34607 " repeat_command=\"1\"\n"
34608 " set_number_command=\"SetNumberOfContours\"\n"
34609 " use_index=\"1\"\n"
34610 " panel_visibility=\"advanced\">\n"
34611 " <Hints>\n"
34612 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\" name=\"vtkHyperTreeGrid\" exclude=\"1\" />\n"
34613 " </Hints>\n"
34614 " <BoundsDomain mode=\"magnitude\"\n"
34615 " name=\"bounds\">\n"
34616 " <RequiredProperties>\n"
34617 " <Property function=\"Input\"\n"
34618 " name=\"Input\" />\n"
34619 " </RequiredProperties>\n"
34620 " </BoundsDomain>\n"
34621 " <Documentation>The values in this property specify a list of current\n"
34622 " offset values. This can be used to create multiple slices with\n"
34623 " different centers. Each entry represents a new slice with its center\n"
34624 " shifted by the offset value.</Documentation>\n"
34625 " <Hints>\n"
34626 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
34627 " <Property name=\"PreserveInputCells\" function=\"boolean_invert\" />\n"
34628 " </PropertyWidgetDecorator>\n"
34629 " </Hints>\n"
34630 " </DoubleVectorProperty>\n"
34631 " <Hints>\n"
34632 " <Visibility replace_input=\"2\" />\n"
34633 " </Hints>\n"
34634 " <!-- End Cut -->\n"
34635 " </SourceProxy>\n"
34636 "\n"
34637 " <!-- ==================================================================== -->\n"
34638 " <SourceProxy class=\"vtkPVThreshold\"\n"
34639 " name=\"Threshold\">\n"
34640 " <Documentation long_help=\"This filter extracts cells that have point or cell scalars in the specified range.\"\n"
34641 " short_help=\"Extract cells that satisfy a threshold criterion.\">\n"
34642 " The Threshold filter extracts the portions of the input\n"
34643 " dataset whose scalars lie within the specified range. This\n"
34644 " filter operates on either point-centered or cell-centered\n"
34645 " data. This filter operates on any type of dataset and\n"
34646 " produces unstructured grid output. To select between these\n"
34647 " two options, select either Point Data or Cell Data from\n"
34648 " the Attribute Mode menu. Once the Attribute Mode has been\n"
34649 " selected, choose the scalar array from which to threshold\n"
34650 " the data from the Scalars menu. The Lower Threshold and\n"
34651 " Upper Threshold sliders determine the range of the scalars\n"
34652 " to retain in the output. The All Scalars check box only\n"
34653 " takes effect when the Attribute Mode is set to Point Data.\n"
34654 " If the All Scalars option is checked, then a cell will\n"
34655 " only be passed to the output if the scalar values of all\n"
34656 " of its points lie within the range indicated by the Lower\n"
34657 " Threshold and Upper Threshold sliders. If unchecked, then\n"
34658 " a cell will be added to the output if the specified scalar\n"
34659 " value for any of its points is within the chosen\n"
34660 " range.</Documentation>\n"
34661 " <InputProperty command=\"SetInputConnection\"\n"
34662 " name=\"Input\">\n"
34663 " <ProxyGroupDomain name=\"groups\">\n"
34664 " <Group name=\"sources\" />\n"
34665 " <Group name=\"filters\" />\n"
34666 " </ProxyGroupDomain>\n"
34667 " <DataTypeDomain name=\"input_type\">\n"
34668 " <DataType value=\"vtkDataSet\" />\n"
34669 " <DataType value=\"vtkHyperTreeGrid\" />\n"
34670 " </DataTypeDomain>\n"
34671 " <InputArrayDomain name=\"input_array\"\n"
34672 " number_of_components=\"1\">\n"
34673 " </InputArrayDomain>\n"
34674 " <Documentation>This property specifies the input to the Threshold\n"
34675 " filter.</Documentation>\n"
34676 " </InputProperty>\n"
34677 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
34678 " element_types=\"0 0 0 0 2\"\n"
34679 " label=\"Scalars\"\n"
34680 " name=\"SelectInputScalars\"\n"
34681 " number_of_elements=\"5\">\n"
34682 " <ArrayListDomain attribute_type=\"Scalars\"\n"
34683 " name=\"array_list\">\n"
34684 " <RequiredProperties>\n"
34685 " <Property function=\"Input\"\n"
34686 " name=\"Input\" />\n"
34687 " </RequiredProperties>\n"
34688 " </ArrayListDomain>\n"
34689 " <Documentation>The value of this property contains the name of the\n"
34690 " scalar array from which to perform thresholding.</Documentation>\n"
34691 " </StringVectorProperty>\n"
34692 " <DoubleVectorProperty command=\"ThresholdBetween\"\n"
34693 " default_values=\"0 0\"\n"
34694 " label=\"Threshold Range\"\n"
34695 " name=\"ThresholdBetween\"\n"
34696 " number_of_elements=\"2\"\n"
34697 " panel_widget=\"double_range\">\n"
34698 " <ArrayRangeDomain name=\"range\">\n"
34699 " <RequiredProperties>\n"
34700 " <Property function=\"Input\"\n"
34701 " name=\"Input\" />\n"
34702 " <Property function=\"ArraySelection\"\n"
34703 " name=\"SelectInputScalars\" />\n"
34704 " </RequiredProperties>\n"
34705 ;
34706 
34707 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
34709 " </ArrayRangeDomain>\n"
34710 " <Documentation>The values of this property specify the upper and lower\n"
34711 " bounds of the thresholding operation.</Documentation>\n"
34712 " </DoubleVectorProperty>\n"
34713 " <IntVectorProperty command=\"SetAllScalars\"\n"
34714 " default_values=\"1\"\n"
34715 " name=\"AllScalars\"\n"
34716 " number_of_elements=\"1\">\n"
34717 " <Hints>\n"
34718 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34719 " name=\"vtkHyperTreeGrid\"\n"
34720 " exclude=\"1\"\n"
34721 " mode=\"enabled_state\" />\n"
34722 " </Hints>\n"
34723 " <BooleanDomain name=\"bool\" />\n"
34724 " <Documentation>If the value of this property is 1, then a cell is only\n"
34725 " included in the output if the value of the selected array for all its\n"
34726 " points is within the threshold. This is only relevant when thresholding\n"
34727 " by a point-centered array.</Documentation>\n"
34728 " </IntVectorProperty>\n"
34729 " <IntVectorProperty command=\"SetUseContinuousCellRange\"\n"
34730 " default_values=\"0\"\n"
34731 " name=\"UseContinuousCellRange\"\n"
34732 " number_of_elements=\"1\">\n"
34733 " <Hints>\n"
34734 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34735 " name=\"vtkHyperTreeGrid\"\n"
34736 " exclude=\"1\"\n"
34737 " mode=\"enabled_state\" />\n"
34738 " </Hints>\n"
34739 " <BooleanDomain name=\"bool\" />\n"
34740 " <Documentation>\n"
34741 " If off, the vertex scalars are treated as a discrete set. If on, they\n"
34742 " are treated as a continuous interval over the minimum and maximum. One\n"
34743 " important \"on\" use case: When setting lower and upper threshold\n"
34744 " equal to some value and turning AllScalars off, the results are\n"
34745 " cells containing the isosurface for that value. WARNING: Whether on\n"
34746 " or off, for higher order input, the filter will not give accurate\n"
34747 " results.\n"
34748 " </Documentation>\n"
34749 " </IntVectorProperty>\n"
34750 " <IntVectorProperty command=\"SetInvert\"\n"
34751 " default_values=\"0\"\n"
34752 " name=\"Invert\"\n"
34753 " number_of_elements=\"1\">\n"
34754 " <Hints>\n"
34755 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
34756 " name=\"vtkHyperTreeGrid\"\n"
34757 " exclude=\"1\"\n"
34758 " mode=\"enabled_state\"/>\n"
34759 " </Hints>\n"
34760 " <BooleanDomain name=\"bool\" />\n"
34761 " <Documentation>Invert the threshold results. That is, cells that would have been in the\n"
34762 " output with this option off are excluded, while cells that would have been excluded from\n"
34763 " the output are included.\n"
34764 " </Documentation>\n"
34765 " </IntVectorProperty>\n"
34766 " <Hints>\n"
34767 " <Visibility replace_input=\"2\" />\n"
34768 " </Hints>\n"
34769 " <!-- End Threshold -->\n"
34770 " </SourceProxy>\n"
34771 "\n"
34772 " <!-- ==================================================================== -->\n"
34773 " <SourceProxy class=\"vtkPVTransposeTable\"\n"
34774 " label=\"Transpose Table\"\n"
34775 " name=\"TransposeTable\">\n"
34776 " <Documentation long_help=\"Transpose a table.\"\n"
34777 " short_help=\"Transpose a table.\">\n"
34778 " </Documentation>\n"
34779 " <InputProperty command=\"SetInputConnection\"\n"
34780 " name=\"Input\">\n"
34781 " <ProxyGroupDomain name=\"groups\">\n"
34782 " <Group name=\"sources\" />\n"
34783 " <Group name=\"filters\" />\n"
34784 " </ProxyGroupDomain>\n"
34785 " <DataTypeDomain name=\"input_type\">\n"
34786 " <DataType value=\"vtkTable\" />\n"
34787 " </DataTypeDomain>\n"
34788 " <InputArrayDomain attribute_type=\"row\"\n"
34789 " name=\"input_aray\"\n"
34790 " number_of_components=\"1\"/>\n"
34791 " <Documentation>This property specifies the input to the\n"
34792 " filter.</Documentation>\n"
34793 " </InputProperty>\n"
34794 " <StringVectorProperty clean_command=\"ClearAttributeArrays\"\n"
34795 " command=\"EnableAttributeArray\"\n"
34796 " label=\"Variables of Interest\"\n"
34797 " name=\"SelectArrays\"\n"
34798 " number_of_elements_per_command=\"1\"\n"
34799 " repeat_command=\"1\">\n"
34800 " <ArrayListDomain name=\"array_list\">\n"
34801 " <RequiredProperties>\n"
34802 " <Property function=\"Input\"\n"
34803 " name=\"Input\" />\n"
34804 " </RequiredProperties>\n"
34805 " </ArrayListDomain>\n"
34806 " <Documentation>Choose arrays whose entries will be used to form\n"
34807 " observations for statistical analysis.</Documentation>\n"
34808 " </StringVectorProperty>\n"
34809 " <IntVectorProperty command=\"SetAddIdColumn\"\n"
34810 " default_values=\"1\"\n"
34811 " name=\"AddIdColumn\"\n"
34812 " label=\"Add a column with original columns name\"\n"
34813 " number_of_elements=\"1\">\n"
34814 " <BooleanDomain name=\"bool\" />\n"
34815 " <Documentation>This flag indicates if a column must be inserted\n"
34816 " at index 0 with the names (ids) of the input columns.</Documentation>\n"
34817 " </IntVectorProperty>\n"
34818 " <IntVectorProperty command=\"SetUseIdColumn\"\n"
34819 " default_values=\"0\"\n"
34820 " name=\"UseIdColumn\"\n"
34821 " label=\"Use the column with original columns name\"\n"
34822 " number_of_elements=\"1\">\n"
34823 " <BooleanDomain name=\"bool\" />\n"
34824 " <Documentation>This flag indicates if the output column must be\n"
34825 " named using the names listed in the index 0 column.</Documentation>\n"
34826 " </IntVectorProperty>\n"
34827 " <IntVectorProperty command=\"SetDoNotTranspose\"\n"
34828 " default_values=\"0\"\n"
34829 " name=\"DoNotTranspose\"\n"
34830 " label=\"Only extract selected columns\"\n"
34831 " number_of_elements=\"1\">\n"
34832 " <BooleanDomain name=\"bool\" />\n"
34833 " <Documentation>This flag indicates if the sub-table must be\n"
34834 " effectively transposed or not.</Documentation>\n"
34835 " </IntVectorProperty>\n"
34836 " <!-- End TransposeTable -->\n"
34837 " </SourceProxy>\n"
34838 "\n"
34839 " <!-- ==================================================================== -->\n"
34840 " <SourceProxy class=\"vtkRectilinearGridConnectivity\"\n"
34841 " label=\"Rectilinear Grid Connectivity\"\n"
34842 " name=\"RectilinearGridConnectivity\">\n"
34843 " <Documentation long_help=\"Parallel fragments extraction and attributes integration on rectilinear grids.\"\n"
34844 " short_help=\"Parallel fragments extraction and attributes integration on rectilinear grids.\">\n"
34845 " Extracts material fragments from multiblock vtkRectilinearGrid datasets\n"
34846 " based on the selected volume fraction array(s) and a fraction isovalue\n"
34847 " and integrates the associated attributes.</Documentation>\n"
34848 " <InputProperty command=\"SetInputConnection\"\n"
34849 " name=\"Input\">\n"
34850 " <ProxyGroupDomain name=\"groups\">\n"
34851 " <Group name=\"sources\" />\n"
34852 " <Group name=\"filters\" />\n"
34853 " </ProxyGroupDomain>\n"
34854 " <DataTypeDomain name=\"input_type\">\n"
34855 " <DataType value=\"vtkRectilinearGrid\" />\n"
34856 " <DataType value=\"vtkCompositeDataSet\" />\n"
34857 " </DataTypeDomain>\n"
34858 " <InputArrayDomain attribute_type=\"cell\"\n"
34859 " name=\"input_array\"\n"
34860 " number_of_components=\"1\" />\n"
34861 " <Documentation>This property specifies the input of the\n"
34862 " filter.</Documentation>\n"
34863 " </InputProperty>\n"
34864 " <StringVectorProperty clean_command=\"RemoveDoubleVolumeArrayNames\"\n"
34865 " command=\"AddDoubleVolumeArrayName\"\n"
34866 " label=\"Double Volume Arrays\"\n"
34867 " name=\"AddDoubleVolumeArrayName\"\n"
34868 " number_of_elements_per_command=\"1\"\n"
34869 " repeat_command=\"1\">\n"
34870 " <Documentation>This property specifies the name(s) of the volume\n"
34871 " fraction array(s) for generating parts.</Documentation>\n"
34872 " <ArrayListDomain attribute_type=\"Scalars\"\n"
34873 " data_type=\"VTK_DOUBLE\"\n"
34874 " name=\"array_list\">\n"
34875 " <RequiredProperties>\n"
34876 " <Property function=\"Input\"\n"
34877 " name=\"Input\" />\n"
34878 " </RequiredProperties>\n"
34879 " </ArrayListDomain>\n"
34880 " <Hints>\n"
34881 " <!-- This overrides the GUI's default mechanism to\n"
34882 " not set the default value for this property\n"
34883 " using the domain when the proxy is created -->\n"
34884 " <NoDefault />\n"
34885 " <PropertyWidgetDecorator type=\"CTHArraySelectionDecorator\">\n"
34886 " <Property name=\"AddFloatVolumeArrayName\" />\n"
34887 " <Property name=\"AddUnsignedCharVolumeArrayName\" />\n"
34888 " </PropertyWidgetDecorator>\n"
34889 " </Hints>\n"
34890 " </StringVectorProperty>\n"
34891 " <StringVectorProperty clean_command=\"RemoveFloatVolumeArrayNames\"\n"
34892 " command=\"AddFloatVolumeArrayName\"\n"
34893 " label=\"Float Volume Arrays\"\n"
34894 " name=\"AddFloatVolumeArrayName\"\n"
34895 " number_of_elements_per_command=\"1\"\n"
34896 " repeat_command=\"1\">\n"
34897 " <Documentation>This property specifies the name(s) of the volume\n"
34898 " fraction array(s) for generating parts.</Documentation>\n"
34899 " <ArrayListDomain attribute_type=\"Scalars\"\n"
34900 " data_type=\"VTK_FLOAT\"\n"
34901 " name=\"array_list\">\n"
34902 " <RequiredProperties>\n"
34903 " <Property function=\"Input\"\n"
34904 " name=\"Input\" />\n"
34905 " </RequiredProperties>\n"
34906 " </ArrayListDomain>\n"
34907 " <Hints>\n"
34908 " <!-- This overrides the GUI's default mechanism to\n"
34909 " not set the default value for this property\n"
34910 " using the domain when the proxy is created -->\n"
34911 " <NoDefault />\n"
34912 " <PropertyWidgetDecorator type=\"CTHArraySelectionDecorator\">\n"
34913 " <Property name=\"AddDoubleVolumeArrayName\" />\n"
34914 " <Property name=\"AddUnsignedCharVolumeArrayName\" />\n"
34915 " </PropertyWidgetDecorator>\n"
34916 " </Hints>\n"
34917 " </StringVectorProperty>\n"
34918 " <StringVectorProperty clean_command=\"RemoveUnsignedCharVolumeArrayNames\"\n"
34919 " command=\"AddUnsignedCharVolumeArrayName\"\n"
34920 " label=\"Unsigned Character Volume Arrays\"\n"
34921 " name=\"AddUnsignedCharVolumeArrayName\"\n"
34922 " number_of_elements_per_command=\"1\"\n"
34923 " repeat_command=\"1\">\n"
34924 " <Documentation>This property specifies the name(s) of the volume\n"
34925 " fraction array(s) for generating parts.</Documentation>\n"
34926 " <ArrayListDomain attribute_type=\"Scalars\"\n"
34927 " data_type=\"VTK_UNSIGNED_CHAR\"\n"
34928 " name=\"array_list\">\n"
34929 " <RequiredProperties>\n"
34930 " <Property function=\"Input\"\n"
34931 " name=\"Input\" />\n"
34932 " </RequiredProperties>\n"
34933 " </ArrayListDomain>\n"
34934 " <Hints>\n"
34935 " <!-- This overrides the GUI's default mechanism to\n"
34936 " not set the default value for this property\n"
34937 " using the domain when the proxy is created -->\n"
34938 " <NoDefault />\n"
34939 " <PropertyWidgetDecorator type=\"CTHArraySelectionDecorator\">\n"
34940 " <Property name=\"AddDoubleVolumeArrayName\" />\n"
34941 " <Property name=\"AddFloatVolumeArrayName\" />\n"
34942 " </PropertyWidgetDecorator>\n"
34943 " </Hints>\n"
34944 " </StringVectorProperty>\n"
34945 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n"
34946 " default_values=\"0.1\"\n"
34947 " label=\"Volume Fraction Value\"\n"
34948 " name=\"VolumeFractionSurfaceValue\"\n"
34949 " number_of_elements=\"1\">\n"
34950 " <DoubleRangeDomain max=\"1\"\n"
34951 " min=\"0\"\n"
34952 " name=\"range\" />\n"
34953 " <Documentation>The value of this property is the volume fraction value\n"
34954 " for the surface.</Documentation>\n"
34955 " </DoubleVectorProperty>\n"
34956 " <!-- End Rectilinear Grid Connectivity -->\n"
34957 " </SourceProxy>\n"
34958 "\n"
34959 " <!-- ==================================================================== -->\n"
34960 " <SourceProxy class=\"vtkRulerLineForInput\"\n"
34961 " name=\"RulerFilter\"\n"
34962 " label=\"Bounding Ruler\">\n"
34963 " <Documentation short_help=\"Create a line along the input to use as a ruler\">\n"
34964 " This filter creates a line along the object and defaults its\n"
34965 " representation to showing a ruler along that line.\n"
34966 " </Documentation>\n"
34967 " <InputProperty command=\"SetInputConnection\"\n"
34968 " name=\"Input\">\n"
34969 " <ProxyGroupDomain name=\"groups\">\n"
34970 " <Group name=\"sources\" />\n"
34971 " <Group name=\"filters\" />\n"
34972 " </ProxyGroupDomain>\n"
34973 " <DataTypeDomain name=\"input_type\">\n"
34974 " <DataType value=\"vtkDataObject\" />\n"
34975 " </DataTypeDomain>\n"
34976 " </InputProperty>\n"
34977 " <IntVectorProperty command=\"SetAxis\"\n"
34978 " default_values=\"0\"\n"
34979 " name=\"Axis\"\n"
34980 " number_of_elements=\"1\">\n"
34981 " <EnumerationDomain name=\"enum\">\n"
34982 " <Entry text=\"X Axis\"\n"
34983 " value=\"0\" />\n"
34984 " <Entry text=\"Y Axis\"\n"
34985 " value=\"1\" />\n"
34986 " <Entry text=\"Z Axis\"\n"
34987 " value=\"2\" />\n"
34988 " <Entry text=\"Oriented Bounding Box Major Axis\"\n"
34989 " value=\"3\" />\n"
34990 " <Entry text=\"Oriented Bounding Box Medium Axis\"\n"
34991 " value=\"4\" />\n"
34992 " <Entry text=\"Oriented Bounding Box Minor Axis\"\n"
34993 " value=\"5\" />\n"
34994 " </EnumerationDomain>\n"
34995 " <Documentation>Select along which axis the ruler should be aligned. Note:\n"
34996 " this filter requires that all points in the dataset to which it is applied\n"
34997 " be copied to a single rank when this option is set to any of the\n"
34998 " Oriented Bound Box options, so make sure the dataset can fit on one rank\n"
34999 " before applying this filter.</Documentation>\n"
35000 " </IntVectorProperty>\n"
35001 " <Hints>\n"
35002 " <Representation view=\"RenderView\" type=\"RulerSourceRepresentation\" />\n"
35003 " <Visibility replace_input=\"0\" />\n"
35004 " </Hints>\n"
35005 " <!-- End vtkRulerLineForInput -->\n"
35006 " </SourceProxy>\n"
35007 "\n"
35008 " <!-- ==================================================================== -->\n"
35009 " <SourceProxy class=\"vtkSliceAlongPolyPlane\"\n"
35010 " label=\"Slice Along PolyLine\"\n"
35011 " name=\"SliceAlongPolyLine\">\n"
35012 " <Documentation\n"
35013 " long_help=\"Slice along the surface defined by sweeping a polyline parallel to the z-axis.\"\n"
35014 " short_help=\"Slice along the surface defined by sweeping a polyline parallel to the z-axis.\">\n"
35015 ;
35016 
35017 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
35019 " The Slice Along PolyLine filter is similar to the Slice Filter except that it slices along a surface that\n"
35020 " is defined by sweeping the input polyline parallel to the z-axis. Explained another way: take a laser\n"
35021 " cutter and move it so that it hits every point on the input polyline while keeping it parallel\n"
35022 " to the z-axis. The surface cut from the input dataset is the result.\n"
35023 " </Documentation>\n"
35024 " <InputProperty command=\"SetInputConnection\" name=\"Dataset\" port_index=\"0\">\n"
35025 " <ProxyGroupDomain name=\"groups\">\n"
35026 " <Group name=\"sources\" />\n"
35027 " <Group name=\"filters\" />\n"
35028 " </ProxyGroupDomain>\n"
35029 " <DataTypeDomain name=\"input_type\">\n"
35030 " <DataType value=\"vtkDataSet\" />\n"
35031 " </DataTypeDomain>\n"
35032 " <Documentation>\n"
35033 " Set the vtkDataObject to slice.\n"
35034 " </Documentation>\n"
35035 " </InputProperty>\n"
35036 " <InputProperty command=\"SetInputConnection\" name=\"PolyLine\" port_index=\"1\">\n"
35037 " <ProxyGroupDomain name=\"groups\">\n"
35038 " <Group name=\"sources\" />\n"
35039 " <Group name=\"filters\" />\n"
35040 " </ProxyGroupDomain>\n"
35041 " <DataTypeDomain name=\"input_type\">\n"
35042 " <DataType value=\"vtkPolyData\" />\n"
35043 " </DataTypeDomain>\n"
35044 " <Documentation>\n"
35045 " Set the polyline to slice along.\n"
35046 " </Documentation>\n"
35047 " </InputProperty>\n"
35048 " <DoubleVectorProperty animatable=\"0\"\n"
35049 " command=\"SetTolerance\"\n"
35050 " default_values=\"10\"\n"
35051 " label=\"Tolerance\"\n"
35052 " name=\"Tolerance\"\n"
35053 " number_of_elements=\"1\">\n"
35054 " <BoundsDomain mode=\"approximate_cell_length\"\n"
35055 " name=\"bounds\">\n"
35056 " <RequiredProperties>\n"
35057 " <Property function=\"Input\" name=\"Dataset\" />\n"
35058 " </RequiredProperties>\n"
35059 " </BoundsDomain>\n"
35060 " <Documentation>\n"
35061 " The threshold used internally to determine correspondence between the polyline\n"
35062 " and the output slice. If the output has sections missing, increasing this\n"
35063 " value may help.\n"
35064 " </Documentation>\n"
35065 " </DoubleVectorProperty>\n"
35066 " <!-- End Slice Along PolyLine -->\n"
35067 " </SourceProxy>\n"
35068 "\n"
35069 " <!-- ==================================================================== -->\n"
35070 " <SourceProxy class=\"vtkSurfaceVectors\"\n"
35071 " label=\"Surface Vectors\"\n"
35072 " name=\"SurfaceVectors\">\n"
35073 " <Documentation long_help=\"This filter constrains vectors to lie on a surface.\"\n"
35074 " short_help=\"This filter constrains vectors to lie on a surface.\">\n"
35075 " The Surface Vectors filter is used for 2D data sets. It\n"
35076 " constrains vectors to lie in a surface by removing\n"
35077 " components of the vectors normal to the local\n"
35078 " surface.</Documentation>\n"
35079 " <InputProperty command=\"SetInputConnection\"\n"
35080 " name=\"Input\">\n"
35081 " <ProxyGroupDomain name=\"groups\">\n"
35082 " <Group name=\"sources\" />\n"
35083 " <Group name=\"filters\" />\n"
35084 " </ProxyGroupDomain>\n"
35085 " <DataTypeDomain name=\"input_type\">\n"
35086 " <DataType value=\"vtkDataSet\" />\n"
35087 " </DataTypeDomain>\n"
35088 " <InputArrayDomain attribute_type=\"point\"\n"
35089 " name=\"input_array\"\n"
35090 " number_of_components=\"3\" />\n"
35091 " <Documentation>This property specifies the input to the Surface Vectors\n"
35092 " filter.</Documentation>\n"
35093 " </InputProperty>\n"
35094 " <StringVectorProperty animateable=\"0\"\n"
35095 " command=\"SetInputArrayToProcess\"\n"
35096 " element_types=\"0 0 0 0 2\"\n"
35097 " name=\"SelectInputVectors\"\n"
35098 " number_of_elements=\"5\">\n"
35099 " <ArrayListDomain attribute_type=\"Vectors\"\n"
35100 " name=\"array_list\">\n"
35101 " <RequiredProperties>\n"
35102 " <Property function=\"Input\"\n"
35103 " name=\"Input\" />\n"
35104 " </RequiredProperties>\n"
35105 " </ArrayListDomain>\n"
35106 " <Documentation>This property specifies the name of the input vector\n"
35107 " array to process.</Documentation>\n"
35108 " </StringVectorProperty>\n"
35109 " <IntVectorProperty command=\"SetConstraintMode\"\n"
35110 " default_values=\"0\"\n"
35111 " name=\"ConstraintMode\"\n"
35112 " number_of_elements=\"1\">\n"
35113 " <EnumerationDomain name=\"enum\">\n"
35114 " <Entry text=\"Parallel\"\n"
35115 " value=\"0\" />\n"
35116 " <Entry text=\"Perpendicular\"\n"
35117 " value=\"1\" />\n"
35118 " <Entry text=\"PerpendicularScale\"\n"
35119 " value=\"2\" />\n"
35120 " </EnumerationDomain>\n"
35121 " <Documentation>This property specifies whether the vectors will be\n"
35122 " parallel or perpendicular to the surface. If the value is set to\n"
35123 " PerpendicularScale (2), then the output will contain a scalar array\n"
35124 " with the dot product of the surface normal and the vector at each\n"
35125 " point.</Documentation>\n"
35126 " </IntVectorProperty>\n"
35127 " <!-- End SurfaceVectors -->\n"
35128 " </SourceProxy>\n"
35129 "\n"
35130 " <!-- ==================================================================== -->\n"
35131 " <SourceProxy class=\"vtkTimeStepProgressFilter\"\n"
35132 " label=\"Time Step Progress Bar\"\n"
35133 " name=\"TimeStepProgressFilter\">\n"
35134 " <Documentation long_help=\"Shows input data time as progress bar in the view.\"\n"
35135 " short_help=\"Show data time step as progress bar.\">The Time Step Progress Bar\n"
35136 " filter can be used to show the relative position of the actual time step/value\n"
35137 " relatively to the number of timesteps/data time range in a progress bar.\n"
35138 " </Documentation>\n"
35139 " <InputProperty command=\"SetInputConnection\"\n"
35140 " name=\"Input\">\n"
35141 " <ProxyGroupDomain name=\"groups\">\n"
35142 " <Group name=\"sources\" />\n"
35143 " <Group name=\"filters\" />\n"
35144 " </ProxyGroupDomain>\n"
35145 " <Documentation>This property specifies the input dataset for which to\n"
35146 " display the time step.</Documentation>\n"
35147 " </InputProperty>\n"
35148 " <Hints>\n"
35149 " <Visibility replace_input=\"0\" />\n"
35150 " <OutputPort index=\"0\"\n"
35151 " name=\"Output-0\"\n"
35152 " type=\"progress\" />\n"
35153 " </Hints>\n"
35154 " <!-- End of TimeToTextConvertor -->\n"
35155 " </SourceProxy>\n"
35156 "\n"
35157 " <!-- ==================================================================== -->\n"
35158 " <SourceProxy class=\"vtkTimeToTextConvertor\"\n"
35159 " label=\"Annotate Time Filter\"\n"
35160 " name=\"TimeToTextConvertor\">\n"
35161 " <Documentation long_help=\"Shows input data time as text annnotation in the view.\"\n"
35162 " short_help=\"Show data time as text.\">The Annotate Time\n"
35163 " filter can be used to show the data time in a text\n"
35164 " annotation.</Documentation>\n"
35165 " <InputProperty command=\"SetInputConnection\"\n"
35166 " name=\"Input\">\n"
35167 " <ProxyGroupDomain name=\"groups\">\n"
35168 " <Group name=\"sources\" />\n"
35169 " <Group name=\"filters\" />\n"
35170 " </ProxyGroupDomain>\n"
35171 " <Documentation>This property specifies the input dataset for which to\n"
35172 " display the time.</Documentation>\n"
35173 " </InputProperty>\n"
35174 " <StringVectorProperty command=\"SetFormat\"\n"
35175 " default_values=\"Time: %f\"\n"
35176 " name=\"Format\"\n"
35177 " number_of_elements=\"1\"\n"
35178 " panel_visibility=\"default\">\n"
35179 " <Documentation>The value of this property is a format string used to\n"
35180 " display the input time. The format string is specified using printf\n"
35181 " style.</Documentation>\n"
35182 " </StringVectorProperty>\n"
35183 " <DoubleVectorProperty command=\"SetShift\"\n"
35184 " default_values=\"0.0\"\n"
35185 " name=\"Shift\"\n"
35186 " number_of_elements=\"1\">\n"
35187 " <DoubleRangeDomain name=\"range\" />\n"
35188 " <Documentation>The amount of time the input is shifted (after\n"
35189 " scaling).</Documentation>\n"
35190 " </DoubleVectorProperty>\n"
35191 " <DoubleVectorProperty command=\"SetScale\"\n"
35192 " default_values=\"1.0\"\n"
35193 " name=\"Scale\"\n"
35194 " number_of_elements=\"1\">\n"
35195 " <DoubleRangeDomain name=\"range\" />\n"
35196 " <Documentation>The factor by which the input time is\n"
35197 " scaled.</Documentation>\n"
35198 " </DoubleVectorProperty>\n"
35199 " <Hints>\n"
35200 " <Visibility replace_input=\"0\" />\n"
35201 " <OutputPort index=\"0\"\n"
35202 " name=\"Output-0\"\n"
35203 " type=\"text\" />\n"
35204 " </Hints>\n"
35205 " <!-- End of TimeToTextConvertor -->\n"
35206 " </SourceProxy>\n"
35207 "\n"
35208 " <!-- ==================================================================== -->\n"
35209 " <SourceProxy class=\"vtkOMETIFFChannelCalculator\" name=\"OMETIFFChannelCalculator\"\n"
35210 " label=\"OME TIFF Channel Calculator\">\n"
35211 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n"
35212 " <ProxyGroupDomain name=\"groups\">\n"
35213 " <Group name=\"sources\" />\n"
35214 " <Group name=\"filters\" />\n"
35215 " </ProxyGroupDomain>\n"
35216 " <DataTypeDomain name=\"input_type\">\n"
35217 " <DataType value=\"vtkImageData\" />\n"
35218 " </DataTypeDomain>\n"
35219 " <InputArrayDomain name=\"point_arrays\" attribute_type=\"point\" optional=\"1\" />\n"
35220 " </InputProperty>\n"
35221 "\n"
35222 " <StringVectorProperty\n"
35223 " name=\"ChannelVisibilities\"\n"
35224 " command=\"GetChannelSelection\"\n"
35225 " number_of_elements_per_command=\"1\"\n"
35226 " repeat_command=\"1\"\n"
35227 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
35228 " <ArrayListDomain name=\"array_list\" input_domain_name=\"point_arrays\">\n"
35229 " <RequiredProperties>\n"
35230 " <Property name=\"Input\" function=\"Input\" />\n"
35231 " </RequiredProperties>\n"
35232 " </ArrayListDomain>\n"
35233 " <Documentation>\n"
35234 " Select the point data arrays to pass through\n"
35235 " </Documentation>\n"
35236 " <Hints>\n"
35237 " <ArraySelectionWidget icon_type=\"point\"/>\n"
35238 " </Hints>\n"
35239 " </StringVectorProperty>\n"
35240 "\n"
35241 " <ProxyProperty command=\"SetChannel1LUT\" name=\"Channel1LUT\" >\n"
35242 " <ProxyGroupDomain name=\"groups\">\n"
35243 " <Group name=\"lookup_tables\" />\n"
35244 " </ProxyGroupDomain>\n"
35245 " </ProxyProperty>\n"
35246 " <ProxyProperty command=\"SetChannel2LUT\" name=\"Channel2LUT\" >\n"
35247 " <ProxyGroupDomain name=\"groups\">\n"
35248 " <Group name=\"lookup_tables\" />\n"
35249 " </ProxyGroupDomain>\n"
35250 " </ProxyProperty>\n"
35251 " <ProxyProperty command=\"SetChannel3LUT\" name=\"Channel3LUT\" >\n"
35252 " <ProxyGroupDomain name=\"groups\">\n"
35253 " <Group name=\"lookup_tables\" />\n"
35254 " </ProxyGroupDomain>\n"
35255 " </ProxyProperty>\n"
35256 " <ProxyProperty command=\"SetChannel4LUT\" name=\"Channel4LUT\" >\n"
35257 " <ProxyGroupDomain name=\"groups\">\n"
35258 " <Group name=\"lookup_tables\" />\n"
35259 " </ProxyGroupDomain>\n"
35260 " </ProxyProperty>\n"
35261 " <ProxyProperty command=\"SetChannel5LUT\" name=\"Channel5LUT\" >\n"
35262 " <ProxyGroupDomain name=\"groups\">\n"
35263 " <Group name=\"lookup_tables\" />\n"
35264 " </ProxyGroupDomain>\n"
35265 " </ProxyProperty>\n"
35266 " <ProxyProperty command=\"SetChannel6LUT\" name=\"Channel6LUT\" >\n"
35267 " <ProxyGroupDomain name=\"groups\">\n"
35268 " <Group name=\"lookup_tables\" />\n"
35269 " </ProxyGroupDomain>\n"
35270 " </ProxyProperty>\n"
35271 " <ProxyProperty command=\"SetChannel7LUT\" name=\"Channel7LUT\" >\n"
35272 " <ProxyGroupDomain name=\"groups\">\n"
35273 " <Group name=\"lookup_tables\" />\n"
35274 " </ProxyGroupDomain>\n"
35275 " </ProxyProperty>\n"
35276 " <ProxyProperty command=\"SetChannel8LUT\" name=\"Channel8LUT\" >\n"
35277 " <ProxyGroupDomain name=\"groups\">\n"
35278 " <Group name=\"lookup_tables\" />\n"
35279 " </ProxyGroupDomain>\n"
35280 " </ProxyProperty>\n"
35281 " <ProxyProperty command=\"SetChannel9LUT\" name=\"Channel9LUT\" >\n"
35282 " <ProxyGroupDomain name=\"groups\">\n"
35283 " <Group name=\"lookup_tables\" />\n"
35284 " </ProxyGroupDomain>\n"
35285 " </ProxyProperty>\n"
35286 " <ProxyProperty command=\"SetChannel10LUT\" name=\"Channel10LUT\" >\n"
35287 " <ProxyGroupDomain name=\"groups\">\n"
35288 " <Group name=\"lookup_tables\" />\n"
35289 " </ProxyGroupDomain>\n"
35290 " </ProxyProperty>\n"
35291 " <DoubleVectorProperty name=\"Channel1Weight\"\n"
35292 " command=\"SetChannel1Weight\"\n"
35293 " number_of_elements=\"1\"\n"
35294 " default_values=\"1.0\" />\n"
35295 " <DoubleVectorProperty name=\"Channel2Weight\"\n"
35296 " command=\"SetChannel2Weight\"\n"
35297 " number_of_elements=\"1\"\n"
35298 " default_values=\"1.0\" />\n"
35299 " <DoubleVectorProperty name=\"Channel3Weight\"\n"
35300 " command=\"SetChannel3Weight\"\n"
35301 " number_of_elements=\"1\"\n"
35302 " default_values=\"1.0\" />\n"
35303 " <DoubleVectorProperty name=\"Channel4Weight\"\n"
35304 " command=\"SetChannel4Weight\"\n"
35305 " number_of_elements=\"1\"\n"
35306 " default_values=\"1.0\" />\n"
35307 " <DoubleVectorProperty name=\"Channel5Weight\"\n"
35308 " command=\"SetChannel5Weight\"\n"
35309 " number_of_elements=\"1\"\n"
35310 " default_values=\"1.0\" />\n"
35311 " <DoubleVectorProperty name=\"Channel6Weight\"\n"
35312 " command=\"SetChannel6Weight\"\n"
35313 " number_of_elements=\"1\"\n"
35314 " default_values=\"1.0\" />\n"
35315 " <DoubleVectorProperty name=\"Channel7Weight\"\n"
35316 " command=\"SetChannel7Weight\"\n"
35317 " number_of_elements=\"1\"\n"
35318 " default_values=\"1.0\" />\n"
35319 " <DoubleVectorProperty name=\"Channel8Weight\"\n"
35320 " command=\"SetChannel8Weight\"\n"
35321 " number_of_elements=\"1\"\n"
35322 " default_values=\"1.0\" />\n"
35323 " <DoubleVectorProperty name=\"Channel9Weight\"\n"
35324 " command=\"SetChannel9Weight\"\n"
35325 " number_of_elements=\"1\"\n"
35326 " default_values=\"1.0\" />\n"
35327 " <DoubleVectorProperty name=\"Channel10Weight\"\n"
35328 " command=\"SetChannel10Weight\"\n"
35329 " number_of_elements=\"1\"\n"
35330 " default_values=\"1.0\" />\n"
35331 "\n"
35332 " <PropertyGroup label=\"Color + Opacity Settings\" panel_widget=\"OMETransferFunctions\">\n"
35333 " <Property name=\"Channel1LUT\" function=\"Channel_1\" />\n"
35334 " <Property name=\"Channel2LUT\" function=\"Channel_2\" />\n"
35335 " <Property name=\"Channel3LUT\" function=\"Channel_3\" />\n"
35336 " <Property name=\"Channel4LUT\" function=\"Channel_4\" />\n"
35337 " <Property name=\"Channel5LUT\" function=\"Channel_5\" />\n"
35338 " <Property name=\"Channel6LUT\" function=\"Channel_6\" />\n"
35339 " <Property name=\"Channel7LUT\" function=\"Channel_7\" />\n"
35340 " <Property name=\"Channel8LUT\" function=\"Channel_8\" />\n"
35341 " <Property name=\"Channel9LUT\" function=\"Channel_9\" />\n"
35342 " <Property name=\"Channel10LUT\" function=\"Channel_10\" />\n"
35343 " <Property name=\"Channel1Weight\" function=\"Channel_1Weight\" />\n"
35344 " <Property name=\"Channel2Weight\" function=\"Channel_2Weight\" />\n"
35345 " <Property name=\"Channel3Weight\" function=\"Channel_3Weight\" />\n"
35346 ;
35347 
35348 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_filters.xml
35350 " <Property name=\"Channel4Weight\" function=\"Channel_4Weight\" />\n"
35351 " <Property name=\"Channel5Weight\" function=\"Channel_5Weight\" />\n"
35352 " <Property name=\"Channel6Weight\" function=\"Channel_6Weight\" />\n"
35353 " <Property name=\"Channel7Weight\" function=\"Channel_7Weight\" />\n"
35354 " <Property name=\"Channel8Weight\" function=\"Channel_8Weight\" />\n"
35355 " <Property name=\"Channel9Weight\" function=\"Channel_9Weight\" />\n"
35356 " <Property name=\"Channel10Weight\" function=\"Channel_10Weight\" />\n"
35357 " </PropertyGroup>\n"
35358 " <Hints>\n"
35359 " <InitializationHelper class=\"vtkSMOMETIFFChannelCalculatorInitializationHelper\" />\n"
35360 " </Hints>\n"
35361 " </SourceProxy>\n"
35362 "\n"
35363 " <!-- ==================================================================== -->\n"
35364 " <SourceProxy class=\"vtkAnnotateGlobalDataFilter\"\n"
35365 " label=\"Annotate Global Data\"\n"
35366 " name=\"AnnotateGlobalData\">\n"
35367 " <Documentation short_help=\"Filter for annotating with global/field data\">\n"
35368 " Generates annotation text from global / field data.\n"
35369 " provides a simpler API for creating text\n"
35370 " If the field array chosen has as many elements as number of timesteps,\n"
35371 " the array is assumed to be \"temporal\" and indexed using the current\n"
35372 " timestep.\n"
35373 " </Documentation>\n"
35374 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
35375 " command=\"AddInputConnection\"\n"
35376 " multiple_input=\"1\"\n"
35377 " name=\"Input\">\n"
35378 " <ProxyGroupDomain name=\"groups\">\n"
35379 " <Group name=\"sources\" />\n"
35380 " <Group name=\"filters\" />\n"
35381 " </ProxyGroupDomain>\n"
35382 " <DataTypeDomain name=\"input_type\">\n"
35383 " <DataType value=\"vtkDataObject\" />\n"
35384 " <DataType value=\"vtkHyperTreeGrid\" />\n"
35385 " </DataTypeDomain>\n"
35386 " <InputArrayDomain attribute_type=\"field\"\n"
35387 " name=\"input_array\"\n"
35388 " number_of_components=\"1\" />\n"
35389 " <Documentation>Set the input of the filter.</Documentation>\n"
35390 " </InputProperty>\n"
35391 " <StringVectorProperty command=\"SetFieldArrayName\"\n"
35392 " name=\"SelectArrays\"\n"
35393 " number_of_elements=\"1\">\n"
35394 " <ArrayListDomain name=\"array_list\">\n"
35395 " <RequiredProperties>\n"
35396 " <Property function=\"Input\"\n"
35397 " name=\"Input\" />\n"
35398 " </RequiredProperties>\n"
35399 " </ArrayListDomain>\n"
35400 " <Documentation>Choose array that is going to be\n"
35401 " displayed.</Documentation>\n"
35402 " </StringVectorProperty>\n"
35403 " <StringVectorProperty command=\"SetPrefix\"\n"
35404 " default_values=\"Value is: \"\n"
35405 " name=\"Prefix\"\n"
35406 " number_of_elements=\"1\">\n"
35407 " <Documentation>Text that is used as a prefix to the field\n"
35408 " value.</Documentation>\n"
35409 " </StringVectorProperty>\n"
35410 " <StringVectorProperty command=\"SetFormat\"\n"
35411 " default_values=\"%7.5g\"\n"
35412 " name=\"Format\"\n"
35413 " number_of_elements=\"1\">\n"
35414 " <Documentation>Text that is used as a format string passed\n"
35415 " to the Python string formatter (% operator). Used to format\n"
35416 " the data.</Documentation>\n"
35417 " </StringVectorProperty>\n"
35418 " <StringVectorProperty command=\"SetPostfix\"\n"
35419 " default_values=\"\"\n"
35420 " name=\"Suffix\"\n"
35421 " number_of_elements=\"1\">\n"
35422 " <Documentation>Text that is used as a suffix to the field\n"
35423 " value.</Documentation>\n"
35424 " </StringVectorProperty>\n"
35425 " <Hints>\n"
35426 " <Visibility replace_input=\"0\" />\n"
35427 " <OutputPort index=\"0\" name=\"Output-0\" type=\"text\" />\n"
35428 " </Hints>\n"
35429 " <!-- End AnnotateGlobalData -->\n"
35430 " </SourceProxy>\n"
35431 " </ProxyGroup>\n"
35432 "</ServerManagerConfiguration>\n"
35433 "\n";
35434 // Get single string
35436 {
35437 
35438  const size_t len0 = strlen(paraview_server_managergeneral_filtersInterface0);
35439  const size_t len1 = strlen(paraview_server_managergeneral_filtersInterface1);
35440  const size_t len2 = strlen(paraview_server_managergeneral_filtersInterface2);
35441  const size_t len3 = strlen(paraview_server_managergeneral_filtersInterface3);
35442  const size_t len4 = strlen(paraview_server_managergeneral_filtersInterface4);
35443  const size_t len5 = strlen(paraview_server_managergeneral_filtersInterface5);
35444  const size_t len6 = strlen(paraview_server_managergeneral_filtersInterface6);
35445  const size_t len7 = strlen(paraview_server_managergeneral_filtersInterface7);
35446  const size_t len8 = strlen(paraview_server_managergeneral_filtersInterface8);
35447  const size_t len9 = strlen(paraview_server_managergeneral_filtersInterface9);
35448  const size_t len10 = strlen(paraview_server_managergeneral_filtersInterface10);
35449  const size_t len11 = strlen(paraview_server_managergeneral_filtersInterface11);
35450  size_t len = ( 0
35451  + len0
35452  + len1
35453  + len2
35454  + len3
35455  + len4
35456  + len5
35457  + len6
35458  + len7
35459  + len8
35460  + len9
35461  + len10
35462  + len11 );
35463  char* res = new char[ len + 1];
35464  size_t offset = 0;
35477  assert(offset == len);
35478  res[offset] = 0;
35479  return res;
35480 }
35481 
35482 
35483 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/FiltersGeneral/Resources/general_sources.xml
35485 "<ServerManagerConfiguration>\n"
35486 " <ProxyGroup name=\"sources\">\n"
35487 " <!-- ==================================================================== -->\n"
35488 " <SourceProxy class=\"vtkHierarchicalFractal\"\n"
35489 " label=\"Hierarchical Fractal\"\n"
35490 " name=\"HierarchicalFractal\">\n"
35491 " <Documentation long_help=\"Test source for AMR with HierarchicalDataSet\"\n"
35492 " short_help=\"Hierarchical fractal\">The Hierarchical Fractal\n"
35493 " source is a collection of uniform grids. All have the same\n"
35494 " dimensions. Each block has a different origin and spacing.\n"
35495 " This source uses the Mandelbrot source to create cell\n"
35496 " data. The fractal array is scaled to look like a volume\n"
35497 " fraction.</Documentation>\n"
35498 " <IntVectorProperty command=\"SetDimensions\"\n"
35499 " default_values=\"10\"\n"
35500 " name=\"Dimensions\"\n"
35501 " number_of_elements=\"1\">\n"
35502 " <IntRangeDomain max=\"64\"\n"
35503 " min=\"2\"\n"
35504 " name=\"range\" />\n"
35505 " <Documentation>This property specifies the X, Y, Z cell dimensions of a\n"
35506 " block.</Documentation>\n"
35507 " </IntVectorProperty>\n"
35508 " <DoubleVectorProperty command=\"SetFractalValue\"\n"
35509 " default_values=\"9.5\"\n"
35510 " name=\"FractalValue\"\n"
35511 " number_of_elements=\"1\">\n"
35512 " <DoubleRangeDomain min=\"0\"\n"
35513 " name=\"range\" />\n"
35514 " <Documentation>The value of this property will be mapped to 0.5 for use\n"
35515 " as a volume fraction.</Documentation>\n"
35516 " </DoubleVectorProperty>\n"
35517 " <IntVectorProperty command=\"SetMaximumLevel\"\n"
35518 " default_values=\"5\"\n"
35519 " name=\"MaximumLevel\"\n"
35520 " number_of_elements=\"1\">\n"
35521 " <IntRangeDomain max=\"10\"\n"
35522 " min=\"1\"\n"
35523 " name=\"range\" />\n"
35524 " <Documentation>This property specifies how many levels of refinement\n"
35525 " should be included in this hierarchical dataset.</Documentation>\n"
35526 " </IntVectorProperty>\n"
35527 " <IntVectorProperty command=\"SetGhostLevels\"\n"
35528 " default_values=\"1\"\n"
35529 " name=\"GhostLevels\"\n"
35530 " number_of_elements=\"1\">\n"
35531 " <BooleanDomain name=\"bool\" />\n"
35532 " <Documentation>This property specifies whether ghost levels should be\n"
35533 " generated at processor boundaries.</Documentation>\n"
35534 " </IntVectorProperty>\n"
35535 " <IntVectorProperty command=\"SetTwoDimensional\"\n"
35536 " default_values=\"1\"\n"
35537 " name=\"TwoDimensional\"\n"
35538 " number_of_elements=\"1\">\n"
35539 " <BooleanDomain name=\"bool\" />\n"
35540 " <Documentation>If this property is set to 1, the generated dataset will\n"
35541 " be 2D; otherwise it will be 3D.</Documentation>\n"
35542 " </IntVectorProperty>\n"
35543 " <IntVectorProperty command=\"SetAsymetric\"\n"
35544 " default_values=\"0\"\n"
35545 " name=\"Asymetric\"\n"
35546 " number_of_elements=\"1\">\n"
35547 " <BooleanDomain name=\"bool\" />\n"
35548 " <Documentation>If this property is set to 0, all the blocks will be the\n"
35549 " same size. If it is set to 1, an asymmetric dataset will be created:\n"
35550 " some blocks will have an X dimension that is larger by 2\n"
35551 " units.</Documentation>\n"
35552 " </IntVectorProperty>\n"
35553 " <IntVectorProperty command=\"SetGenerateRectilinearGrids\"\n"
35554 " default_values=\"0\"\n"
35555 " name=\"RectilinearGrids\"\n"
35556 " number_of_elements=\"1\">\n"
35557 " <BooleanDomain name=\"bool\" />\n"
35558 " <Documentation>If this property is set to 1, the hierarchical dataset\n"
35559 " will contain rectilinear grids; otherwise it will contain uniform\n"
35560 " grids.</Documentation>\n"
35561 " </IntVectorProperty>\n"
35562 " <IntVectorProperty command=\"GetTimeStepRange\"\n"
35563 " information_only=\"1\"\n"
35564 " name=\"TimeStepRangeInfo\">\n"
35565 " <SimpleIntInformationHelper />\n"
35566 " </IntVectorProperty>\n"
35567 " <IntVectorProperty animateable=\"1\"\n"
35568 " command=\"SetTimeStep\"\n"
35569 " default_values=\"0\"\n"
35570 " name=\"TimeStep\"\n"
35571 " number_of_elements=\"1\" >\n"
35572 " <IntRangeDomain name=\"range\"\n"
35573 " default_mode=\"min\" >\n"
35574 " <RequiredProperties>\n"
35575 " <Property function=\"Range\"\n"
35576 " name=\"TimeStepRangeInfo\" />\n"
35577 " </RequiredProperties>\n"
35578 " </IntRangeDomain>\n"
35579 " <Documentation>This property specifies the timestep to use for this\n"
35580 " dataset.</Documentation>\n"
35581 " </IntVectorProperty>\n"
35582 " <!-- End HierarchicalFractal -->\n"
35583 " </SourceProxy>\n"
35584 " <!-- ==================================================================== -->\n"
35585 " <SourceProxy class=\"vtkImageSimpleSource\"\n"
35586 " label=\"Fast Uniform Grid\"\n"
35587 " name=\"FastUniformGrid\">\n"
35588 " <Documentation long_help=\"Create a uniform grid in 3 dimensions with scalar and vector data arrays, consuming minimal computational resources.\"\n"
35589 " short_help=\"Create a 3D uniform grid with scalar and vector arrays.\">The\n"
35590 " Fast Uniform Grid source can be used to create a uniform\n"
35591 " grid with scalar values derived from relatively light\n"
35592 " computations. The active scalar array is named \"X\", and\n"
35593 " is set to the X coordinate for each pixel. There are two\n"
35594 " additional point data sets. The data array named\n"
35595 " \"DistanceSquared\" is computed as the squared distance from\n"
35596 " each pixel to the origin. The data array named \"Swirl\"\n"
35597 " is a vector field computed as (Y,Z,X) at each pixel.\n"
35598 " </Documentation>\n"
35599 " <IntVectorProperty command=\"SetWholeExtent\"\n"
35600 " default_values=\"-10 10 -10 10 -10 10\"\n"
35601 " name=\"WholeExtent\"\n"
35602 " number_of_elements=\"6\">\n"
35603 " <IntRangeDomain name=\"range\" />\n"
35604 " <Documentation>The six values in the property indicate the X, Y, and Z\n"
35605 " extent of the output data. The first two numbers are the minimum and\n"
35606 " maximum X extent; the next two are the minimum and maximum Y extent;\n"
35607 " and the final two are the minimum and maximum Z extent. The numbers are\n"
35608 " inclusive, so values of -10, 10, -10, 10, =10, 10 indicate that the\n"
35609 " dimensions of the output will be 21 x 21 x 21.</Documentation>\n"
35610 " </IntVectorProperty>\n"
35611 " <IntVectorProperty command=\"SetEnableDistanceSquaredData\"\n"
35612 " default_values=\"1\"\n"
35613 " name=\"Generate DistanceSquared Scalars\"\n"
35614 " number_of_elements=\"1\"\n"
35615 " panel_visibility=\"advanced\">\n"
35616 " <Documentation>\n"
35617 " Enable/disable DistanceSquared point data scalar array.\n"
35618 " </Documentation>\n"
35619 " <BooleanDomain name=\"bool\" />\n"
35620 " </IntVectorProperty>\n"
35621 " <IntVectorProperty command=\"SetEnableSwirlData\"\n"
35622 " default_values=\"1\"\n"
35623 " name=\"Generate Swirl Vectors\"\n"
35624 " number_of_elements=\"1\"\n"
35625 " panel_visibility=\"advanced\">\n"
35626 " <Documentation>\n"
35627 " Enable/disable Swirl point data vector array.\n"
35628 " </Documentation>\n"
35629 " <BooleanDomain name=\"bool\" />\n"
35630 " </IntVectorProperty>\n"
35631 "\n"
35632 " <IntVectorProperty command=\"SetEnableSMP\"\n"
35633 " default_values=\"0\"\n"
35634 " name=\"EnableSMP\"\n"
35635 " number_of_elements=\"1\"\n"
35636 " panel_visibility=\"advanced\">\n"
35637 " <Documentation>\n"
35638 " Enable/disable SMP for threading.\n"
35639 " </Documentation>\n"
35640 " <BooleanDomain name=\"bool\" />\n"
35641 " </IntVectorProperty>\n"
35642 " <IntVectorProperty command=\"SetDesiredBytesPerPiece\"\n"
35643 " default_values=\"65536\"\n"
35644 " name=\"DesiredBytesPerPiece\"\n"
35645 " number_of_elements=\"1\"\n"
35646 " panel_visibility=\"advanced\">\n"
35647 " <Documentation>\n"
35648 " The desired bytes per piece when the volume is split for SMP execution.\n"
35649 " When SMP is enabled, this is used to subdivide the volume into pieces.\n"
35650 " Smaller pieces allow for better dynamic load balancing, but increase\n"
35651 " the total overhead.\n"
35652 " </Documentation>\n"
35653 " </IntVectorProperty>\n"
35654 " </SourceProxy>\n"
35655 " <!-- ==================================================================== -->\n"
35656 " <SourceProxy class=\"vtkPVTextSource\"\n"
35657 " label=\"Text\"\n"
35658 " name=\"TextSource\">\n"
35659 " <Documentation long_help=\"The Text source generates a table containing text.\"\n"
35660 " short_help=\"Display text\">The Text source is used to\n"
35661 " generate a 1x1 vtkTable with a single text\n"
35662 " string.</Documentation>\n"
35663 " <StringVectorProperty command=\"SetText\"\n"
35664 " default_values=\"Text\"\n"
35665 " name=\"Text\"\n"
35666 " number_of_elements=\"1\"\n"
35667 " panel_visibility=\"default\">\n"
35668 " <Hints>\n"
35669 " <Widget type=\"multi_line\" />\n"
35670 " </Hints>\n"
35671 " <Documentation>This property specifies the text to\n"
35672 " display.</Documentation>\n"
35673 " </StringVectorProperty>\n"
35674 " <Hints>\n"
35675 " <OutputPort index=\"0\"\n"
35676 " name=\"Output-0\"\n"
35677 " type=\"text\" />\n"
35678 " </Hints>\n"
35679 " <!-- End of TextSource -->\n"
35680 " </SourceProxy>\n"
35681 "\n"
35682 " <!-- ==================================================================== -->\n"
35683 " <SourceProxy class=\"vtkTimeToTextConvertor\"\n"
35684 " label=\"Annotate Time\"\n"
35685 " name=\"TimeToTextConvertorSource\">\n"
35686 " <Documentation long_help=\"Shows the animation time as text annnotation in the view.\"\n"
35687 " short_help=\"Show animation time as text\">The Annotate Time\n"
35688 " source can be used to show the animation time in text\n"
35689 " annotation.</Documentation>\n"
35690 " <StringVectorProperty command=\"SetFormat\"\n"
35691 " default_values=\"Time: %f\"\n"
35692 " name=\"Format\"\n"
35693 " number_of_elements=\"1\"\n"
35694 " panel_visibility=\"default\">\n"
35695 " <Documentation>This property specifies the format used to display the\n"
35696 " input time (using printf style).</Documentation>\n"
35697 " </StringVectorProperty>\n"
35698 " <Hints>\n"
35699 " <OutputPort index=\"0\"\n"
35700 " name=\"Output-0\"\n"
35701 " type=\"text\" />\n"
35702 " </Hints>\n"
35703 " <!-- End of TimeToTextConvertorSource -->\n"
35704 " </SourceProxy>\n"
35705 " </ProxyGroup>\n"
35706 "</ServerManagerConfiguration>\n"
35707 "\n";
35708 // Get single string
35710 {
35711 
35712  const size_t len0 = strlen(paraview_server_managergeneral_sourcesInterface0);
35713  size_t len = ( 0
35714  + len0 );
35715  char* res = new char[ len + 1];
35716  size_t offset = 0;
35718  assert(offset == len);
35719  res[offset] = 0;
35720  return res;
35721 }
35722 
35723 
35724 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/extractors.xml
35726 "<ServerManagerConfiguration>\n"
35727 " <ProxyGroup name=\"extractors\">\n"
35728 " <Proxy name=\"Extractor\">\n"
35729 " <IntVectorProperty name=\"Enable\"\n"
35730 " number_of_elements=\"1\"\n"
35731 " default_values=\"1\">\n"
35732 " <BooleanDomain name=\"bool\" />\n"
35733 " <Documentation>\n"
35734 " Enable the extractor.\n"
35735 " </Documentation>\n"
35736 " </IntVectorProperty>\n"
35737 "\n"
35738 " <ProxyProperty name=\"Trigger\">\n"
35739 " <ProxyListDomain name=\"proxy_list\">\n"
35740 " <Proxy group=\"extract_triggers\" name=\"TimeStep\" />\n"
35741 " </ProxyListDomain>\n"
35742 " </ProxyProperty>\n"
35743 " <ProxyProperty name=\"Writer\">\n"
35744 " <ProxyListDomain name=\"proxy_list\" />\n"
35745 " </ProxyProperty>\n"
35746 " <ProxyProperty name=\"Producer\" panel_visibility=\"never\" />\n"
35747 " </Proxy>\n"
35748 " </ProxyGroup>\n"
35749 "\n"
35750 " <ProxyGroup name=\"extract_triggers\">\n"
35751 " <ExtractTriggerProxy name=\"TimeStep\">\n"
35752 "\n"
35753 " <IntVectorProperty name=\"UseStartTimeStep\"\n"
35754 " number_of_elements=\"1\"\n"
35755 " default_values=\"0\">\n"
35756 " <BooleanDomain name=\"bool\" />\n"
35757 " <Documentation>\n"
35758 " When enabled, **StartTimeStep** will be used to delay the activation of this\n"
35759 " trigger.\n"
35760 " </Documentation>\n"
35761 " </IntVectorProperty>\n"
35762 "\n"
35763 " <IntVectorProperty name=\"StartTimeStep\"\n"
35764 " number_of_elements=\"1\"\n"
35765 " default_values=\"0\">\n"
35766 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
35767 " <Documentation>\n"
35768 " Specify the timestep to at which this trigger is evaluated. This used only\n"
35769 " if **UseStartTimeStep** is enabled.\n"
35770 " </Documentation>\n"
35771 " </IntVectorProperty>\n"
35772 "\n"
35773 " <IntVectorProperty name=\"UseEndTimeStep\"\n"
35774 " number_of_elements=\"1\"\n"
35775 " default_values=\"0\">\n"
35776 " <BooleanDomain name=\"bool\" />\n"
35777 " <Documentation>\n"
35778 " When enabled, **EndTimeStep** will be used to delay the activation of this\n"
35779 " trigger.\n"
35780 " </Documentation>\n"
35781 " </IntVectorProperty>\n"
35782 "\n"
35783 " <IntVectorProperty name=\"EndTimeStep\"\n"
35784 " number_of_elements=\"1\"\n"
35785 " default_values=\"0\">\n"
35786 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
35787 " <Documentation>\n"
35788 " Specify the timestep to at which this trigger is evaluated. This used only\n"
35789 " if **UseEndTimeStep** is enabled.\n"
35790 " </Documentation>\n"
35791 " </IntVectorProperty>\n"
35792 "\n"
35793 " <IntVectorProperty name=\"Frequency\"\n"
35794 " number_of_elements=\"1\"\n"
35795 " default_values=\"1\">\n"
35796 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
35797 " <Documentation>\n"
35798 " Specify the frequency.\n"
35799 " </Documentation>\n"
35800 " </IntVectorProperty>\n"
35801 "\n"
35802 " <PropertyGroup label=\"Start Time Step\" panel_widget=\"CheckableProperty\">\n"
35803 " <Property name=\"StartTimeStep\" function=\"Property\" />\n"
35804 " <Property name=\"UseStartTimeStep\" function=\"PropertyCheckBox\" />\n"
35805 " </PropertyGroup>\n"
35806 "\n"
35807 " <PropertyGroup label=\"End Time Step\" panel_widget=\"CheckableProperty\">\n"
35808 " <Property name=\"EndTimeStep\" function=\"Property\" />\n"
35809 " <Property name=\"UseEndTimeStep\" function=\"PropertyCheckBox\" />\n"
35810 " </PropertyGroup>\n"
35811 " </ExtractTriggerProxy>\n"
35812 " </ProxyGroup>\n"
35813 "</ServerManagerConfiguration>\n"
35814 "\n";
35815 // Get single string
35817 {
35818 
35819  const size_t len0 = strlen(paraview_server_managerextractorsInterface0);
35820  size_t len = ( 0
35821  + len0 );
35822  char* res = new char[ len + 1];
35823  size_t offset = 0;
35824  std::copy(paraview_server_managerextractorsInterface0, paraview_server_managerextractorsInterface0 + len0, res + offset); offset += len0;
35825  assert(offset == len);
35826  res[offset] = 0;
35827  return res;
35828 }
35829 
35830 
35831 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/internal_writers.xml
35833 "<ServerManagerConfiguration>\n"
35834 " <ProxyGroup name=\"internal_writers\">\n"
35835 " <!--\n"
35836 " *****************************************************************\n"
35837 " These are proxies used by meta-writers defined in writers.xml\n"
35838 " *****************************************************************\n"
35839 " -->\n"
35840 " <SourceProxy class=\"vtkPassSelectedArrays\" name=\"PassArrays\"\n"
35841 " base_proxygroup=\"filters\" base_proxyname=\"PassArrays\">\n"
35842 " <!-- extends `PassArrays` to add the ChooseArraysToWrite property -->\n"
35843 " <IntVectorProperty name=\"ChooseArraysToWrite\"\n"
35844 " command=\"SetEnabled\"\n"
35845 " default_values=\"0\"\n"
35846 " number_of_elements=\"1\">\n"
35847 " <BooleanDomain name=\"bool\" />\n"
35848 " <Documentation>\n"
35849 " Explicitly choose which arrays to write.\n"
35850 " </Documentation>\n"
35851 " </IntVectorProperty>\n"
35852 " </SourceProxy>\n"
35853 "\n"
35854 " <!-- ================================================================= -->\n"
35855 " <Proxy name=\"DataWriterBase\">\n"
35856 " <!-- Base for non-xml data writers -->\n"
35857 " <Documentation>This defines the interface for legacy vtk data files\n"
35858 " writer.</Documentation>\n"
35859 " <IntVectorProperty command=\"SetFileType\"\n"
35860 " default_values=\"2\"\n"
35861 " name=\"FileType\"\n"
35862 " number_of_elements=\"1\">\n"
35863 " <EnumerationDomain name=\"enum\">\n"
35864 " <Entry text=\"Ascii\"\n"
35865 " value=\"1\" />\n"
35866 " <Entry text=\"Binary\"\n"
35867 " value=\"2\" />\n"
35868 " </EnumerationDomain>\n"
35869 " <Documentation>The type for the data file (i.e. ascii or\n"
35870 " binary).</Documentation>\n"
35871 " </IntVectorProperty>\n"
35872 " <!-- End of DataWriterBase -->\n"
35873 " </Proxy>\n"
35874 " <!-- ================================================================= -->\n"
35875 " <Proxy name=\"ParallelWriterBase\">\n"
35876 " <Documentation>This defines the interface for the parallel writers.</Documentation>\n"
35877 " <!-- Base for parallel writers -->\n"
35878 "\n"
35879 " <SubProxy>\n"
35880 " <Proxy name=\"PassArrays\" proxygroup=\"internal_writers\" proxyname=\"PassArrays\" />\n"
35881 " <ExposedProperties>\n"
35882 " <Property name=\"ChooseArraysToWrite\"/>\n"
35883 " <PropertyGroup label=\"Array Selection\" panel_widget=\"ArrayStatus\">\n"
35884 " <Property name=\"PointDataArrays\" />\n"
35885 " <Property name=\"CellDataArrays\" />\n"
35886 " <Property name=\"FieldDataArrays\" />\n"
35887 " <Property name=\"VertexDataArrays\" />\n"
35888 " <Property name=\"EdgeDataArrays\" />\n"
35889 " <Property name=\"RowDataArrays\" />\n"
35890 " <Hints>\n"
35891 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
35892 " mode=\"visibility\"\n"
35893 " property=\"ChooseArraysToWrite\"\n"
35894 " value=\"1\" />\n"
35895 " <!-- show this widget when ChooseArraysToWrite==1 -->\n"
35896 " </Hints>\n"
35897 " </PropertyGroup>\n"
35898 " </ExposedProperties>\n"
35899 " <LinkProperties>\n"
35900 " <Property name=\"Input\" with_property=\"Input\" />\n"
35901 " </LinkProperties>\n"
35902 " </SubProxy>\n"
35903 "\n"
35904 " <StringVectorProperty command=\"SetFileName\"\n"
35905 " name=\"FileName\"\n"
35906 " number_of_elements=\"1\">\n"
35907 " <Documentation>The name of the file to be written.</Documentation>\n"
35908 " </StringVectorProperty>\n"
35909 " <IntVectorProperty command=\"SetGhostLevel\"\n"
35910 " default_values=\"0\"\n"
35911 " name=\"GhostLevel\"\n"
35912 " number_of_elements=\"1\">\n"
35913 " <IntRangeDomain min=\"0\"\n"
35914 " name=\"range\" />\n"
35915 " <Documentation>The number of ghost levels to include in the output\n"
35916 " file(s). Note that some writers (such as ExodusIIWriter) may not\n"
35917 " support writing ghost levels.</Documentation>\n"
35918 " </IntVectorProperty>\n"
35919 " <SubProxy>\n"
35920 " <SourceProxy class=\"vtkCompleteArrays\"\n"
35921 " name=\"CompleteArrays\"></SourceProxy>\n"
35922 " </SubProxy>\n"
35923 " <!-- End of ParallelWriterBase -->\n"
35924 " </Proxy>\n"
35925 " <!-- ================================================================= -->\n"
35926 " <Proxy name=\"FileSeriesWriter\">\n"
35927 " <StringVectorProperty command=\"SetFileName\"\n"
35928 " name=\"FileName\"\n"
35929 " number_of_elements=\"1\"\n"
35930 " panel_visibility=\"never\">\n"
35931 " <Documentation>The name of the file to be written.</Documentation>\n"
35932 " </StringVectorProperty>\n"
35933 "\n"
35934 " <SubProxy>\n"
35935 " <Proxy name=\"PassArrays\" proxygroup=\"internal_writers\" proxyname=\"PassArrays\" />\n"
35936 " <ExposedProperties>\n"
35937 " <Property name=\"ChooseArraysToWrite\"/>\n"
35938 " <PropertyGroup label=\"Array Selection\" panel_widget=\"ArrayStatus\">\n"
35939 " <Property name=\"PointDataArrays\" />\n"
35940 " <Property name=\"CellDataArrays\" />\n"
35941 " <Property name=\"FieldDataArrays\" />\n"
35942 " <Property name=\"VertexDataArrays\" />\n"
35943 " <Property name=\"EdgeDataArrays\" />\n"
35944 " <Property name=\"RowDataArrays\" />\n"
35945 " <Hints>\n"
35946 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
35947 " mode=\"visibility\"\n"
35948 " property=\"ChooseArraysToWrite\"\n"
35949 " value=\"1\" />\n"
35950 " <!-- show this widget when ChooseArraysToWrite==1 -->\n"
35951 " </Hints>\n"
35952 " </PropertyGroup>\n"
35953 " </ExposedProperties>\n"
35954 " <LinkProperties>\n"
35955 " <Property name=\"Input\" with_property=\"Input\" />\n"
35956 " </LinkProperties>\n"
35957 " </SubProxy>\n"
35958 "\n"
35959 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n"
35960 " default_values=\"0\"\n"
35961 " label=\"Write timesteps as file-series\"\n"
35962 " name=\"WriteTimeSteps\"\n"
35963 " number_of_elements=\"1\">\n"
35964 " <BooleanDomain name=\"bool\" />\n"
35965 " <Documentation>When WriteTimeSteps is OFF, the writer\n"
35966 " writes only the current timestep. Otherwise it is called once\n"
35967 " for each time step within the min and max range. If those are\n"
35968 " not set, the writer is called for all time steps available in\n"
35969 " its input.</Documentation>\n"
35970 " </IntVectorProperty>\n"
35971 " <IntVectorProperty command=\"SetMinTimeStep\"\n"
35972 " default_values=\"0\"\n"
35973 " label=\"First time step\"\n"
35974 " name=\"MinTimeStep\"\n"
35975 " number_of_elements=\"1\">\n"
35976 " <IntRangeDomain min=\"0\"\n"
35977 " name=\"range\" />\n"
35978 " <Documentation>Sets the lower bound for timesteps to write.</Documentation>\n"
35979 " <Hints>\n"
35980 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
35981 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n"
35982 " </PropertyWidgetDecorator>\n"
35983 " </Hints>\n"
35984 " </IntVectorProperty>\n"
35985 " <IntVectorProperty command=\"SetMaxTimeStep\"\n"
35986 " default_values=\"-1\"\n"
35987 " label=\"Last time step\"\n"
35988 " name=\"MaxTimeStep\"\n"
35989 " number_of_elements=\"1\">\n"
35990 " <Documentation>Sets the upper bound for timesteps to write. If\n"
35991 " less than min, the last time step is used.</Documentation>\n"
35992 " <Hints>\n"
35993 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
35994 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n"
35995 " </PropertyWidgetDecorator>\n"
35996 " </Hints>\n"
35997 " </IntVectorProperty>\n"
35998 " <IntVectorProperty command=\"SetTimeStepStride\"\n"
35999 " default_values=\"1\"\n"
36000 " label=\"Time step stride\"\n"
36001 " name=\"TimeStepStride\"\n"
36002 " number_of_elements=\"1\">\n"
36003 " <IntRangeDomain min=\"1\"\n"
36004 " name=\"range\" />\n"
36005 " <Documentation>Sets the stride to go through the time steps.</Documentation>\n"
36006 " <Hints>\n"
36007 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
36008 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n"
36009 " </PropertyWidgetDecorator>\n"
36010 " </Hints>\n"
36011 " </IntVectorProperty>\n"
36012 "\n"
36013 " <StringVectorProperty command=\"SetFileNameSuffix\"\n"
36014 " default_values=\"_%d\"\n"
36015 " label = \"File name suffix\"\n"
36016 " name=\"FileNameSuffix\"\n"
36017 " number_of_elements=\"1\">\n"
36018 " <Documentation>\n"
36019 " The suffix to append to the file name when writing files at different timesteps.\n"
36020 " File extensions such as .vtk should be excluded.\n"
36021 " The `%` format specifiers are used. For example, _%d will write files as FileName_0,\n"
36022 " FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,\n"
36023 " FileName_001, FileName_002 etc.\n"
36024 " </Documentation>\n"
36025 " <Hints>\n"
36026 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
36027 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n"
36028 " </PropertyWidgetDecorator>\n"
36029 " </Hints>\n"
36030 " </StringVectorProperty>\n"
36031 "\n"
36032 " <PropertyGroup label=\"File Series\">\n"
36033 " <Property name=\"WriteTimeSteps\" />\n"
36034 " <Property name=\"FileNameSuffix\"/>\n"
36035 " <Property name=\"MinTimeStep\" />\n"
36036 " <Property name=\"MaxTimeStep\" />\n"
36037 " <Property name=\"TimeStepStride\" />\n"
36038 " </PropertyGroup>\n"
36039 "\n"
36040 " <!-- End of FileSeriesWriter -->\n"
36041 " </Proxy>\n"
36042 " <!-- ================================================================= -->\n"
36043 " <Proxy name=\"ParallelFileSeriesWriter\">\n"
36044 "\n"
36045 " <SubProxy>\n"
36046 " <Proxy name=\"PassArrays\" proxygroup=\"internal_writers\" proxyname=\"PassArrays\" />\n"
36047 " <ExposedProperties>\n"
36048 " <Property name=\"ChooseArraysToWrite\"/>\n"
36049 " <PropertyGroup label=\"Array Selection\" panel_widget=\"ArrayStatus\">\n"
36050 " <Property name=\"PointDataArrays\" />\n"
36051 " <Property name=\"CellDataArrays\" />\n"
36052 " <Property name=\"FieldDataArrays\" />\n"
36053 " <Property name=\"VertexDataArrays\" />\n"
36054 " <Property name=\"EdgeDataArrays\" />\n"
36055 " <Property name=\"RowDataArrays\" />\n"
36056 " <Hints>\n"
36057 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
36058 " mode=\"visibility\"\n"
36059 " property=\"ChooseArraysToWrite\"\n"
36060 " value=\"1\" />\n"
36061 " <!-- show this widget when ChooseArraysToWrite==1 -->\n"
36062 " </Hints>\n"
36063 " </PropertyGroup>\n"
36064 " </ExposedProperties>\n"
36065 " <LinkProperties>\n"
36066 " <Property name=\"Input\" with_property=\"Input\" />\n"
36067 " </LinkProperties>\n"
36068 " </SubProxy>\n"
36069 "\n"
36070 " <StringVectorProperty command=\"SetFileName\"\n"
36071 " name=\"FileName\"\n"
36072 " panel_visibility=\"never\"\n"
36073 " number_of_elements=\"1\">\n"
36074 " <Documentation>The name of the file to be written.</Documentation>\n"
36075 " </StringVectorProperty>\n"
36076 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n"
36077 " default_values=\"0\"\n"
36078 " label=\"Write all timesteps as file-series\"\n"
36079 " name=\"WriteTimeSteps\"\n"
36080 " number_of_elements=\"1\">\n"
36081 " <BooleanDomain name=\"bool\" />\n"
36082 " <Documentation>When WriteTimeSteps is turned ON, the writer is\n"
36083 " executed once for each timestep available from its input.</Documentation>\n"
36084 " </IntVectorProperty>\n"
36085 " <SubProxy>\n"
36086 " <!-- No harm if use vtkCompleteArrays even in serial mode so, we are\n"
36087 " letting it be -->\n"
36088 " <SourceProxy class=\"vtkCompleteArrays\"\n"
36089 " name=\"CompleteArrays\"></SourceProxy>\n"
36090 " </SubProxy>\n"
36091 " <IntVectorProperty command=\"SetMinTimeStep\"\n"
36092 " default_values=\"0\"\n"
36093 " label=\"First time step\"\n"
36094 " name=\"MinTimeStep\"\n"
36095 " number_of_elements=\"1\">\n"
36096 " <IntRangeDomain min=\"0\"\n"
36097 " name=\"range\" />\n"
36098 " <Documentation>Sets the lower bound for timesteps to write.</Documentation>\n"
36099 " <Hints>\n"
36100 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
36101 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n"
36102 " </PropertyWidgetDecorator>\n"
36103 " </Hints>\n"
36104 " </IntVectorProperty>\n"
36105 " <IntVectorProperty command=\"SetMaxTimeStep\"\n"
36106 " default_values=\"-1\"\n"
36107 " label=\"Last time step\"\n"
36108 " name=\"MaxTimeStep\"\n"
36109 " number_of_elements=\"1\">\n"
36110 " <Documentation>Sets the upper bound for timesteps to write. If\n"
36111 " less than min, the last time step is used.</Documentation>\n"
36112 " <Hints>\n"
36113 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
36114 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n"
36115 " </PropertyWidgetDecorator>\n"
36116 " </Hints>\n"
36117 " </IntVectorProperty>\n"
36118 " <IntVectorProperty command=\"SetTimeStepStride\"\n"
36119 " default_values=\"1\"\n"
36120 " label=\"Time step stride\"\n"
36121 " name=\"TimeStepStride\"\n"
36122 " number_of_elements=\"1\">\n"
36123 " <IntRangeDomain min=\"1\"\n"
36124 " name=\"range\" />\n"
36125 " <Documentation>Sets the stride to go through the time steps.</Documentation>\n"
36126 " <Hints>\n"
36127 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
36128 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n"
36129 " </PropertyWidgetDecorator>\n"
36130 " </Hints>\n"
36131 " </IntVectorProperty>\n"
36132 "\n"
36133 " <StringVectorProperty command=\"SetFileNameSuffix\"\n"
36134 " default_values=\"_%d\"\n"
36135 " label = \"File name suffix\"\n"
36136 " name=\"FileNameSuffix\"\n"
36137 " number_of_elements=\"1\">\n"
36138 " <Documentation>\n"
36139 " The suffix to append to the file name when writing files at different timesteps.\n"
36140 " File extensions such as .vtk should be excluded.\n"
36141 " The % format specifiers are used. For example, _%d will write files as FileName_0,\n"
36142 " FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,\n"
36143 " FileName_001, FileName_002 etc.\n"
36144 " </Documentation>\n"
36145 " <Hints>\n"
36146 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
36147 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n"
36148 " </PropertyWidgetDecorator>\n"
36149 " </Hints>\n"
36150 " </StringVectorProperty>\n"
36151 "\n"
36152 " <PropertyGroup label=\"File Series\">\n"
36153 " <Property name=\"WriteTimeSteps\" />\n"
36154 " <Property name=\"FileNameSuffix\" />\n"
36155 " <Property name=\"MinTimeStep\" />\n"
36156 " <Property name=\"MaxTimeStep\" />\n"
36157 " <Property name=\"TimeStepStride\" />\n"
36158 ;
36159 
36160 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/internal_writers.xml
36162 " </PropertyGroup>\n"
36163 "\n"
36164 "\n"
36165 " <!-- End of ParallelFileSeriesWriter -->\n"
36166 " </Proxy>\n"
36167 "\n"
36168 " <!-- ================================================================= -->\n"
36169 " <Proxy name=\"ParallelSerialWriter\">\n"
36170 "\n"
36171 " <SubProxy>\n"
36172 " <Proxy name=\"PassArrays\" proxygroup=\"internal_writers\" proxyname=\"PassArrays\" />\n"
36173 " <ExposedProperties>\n"
36174 " <Property name=\"ChooseArraysToWrite\"/>\n"
36175 " <PropertyGroup label=\"Array Selection\" panel_widget=\"ArrayStatus\">\n"
36176 " <Property name=\"PointDataArrays\" />\n"
36177 " <Property name=\"CellDataArrays\" />\n"
36178 " <Property name=\"FieldDataArrays\" />\n"
36179 " <Property name=\"VertexDataArrays\" />\n"
36180 " <Property name=\"EdgeDataArrays\" />\n"
36181 " <Property name=\"RowDataArrays\" />\n"
36182 " <Hints>\n"
36183 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
36184 " mode=\"visibility\"\n"
36185 " property=\"ChooseArraysToWrite\"\n"
36186 " value=\"1\" />\n"
36187 " <!-- show this widget when ChooseArraysToWrite==1 -->\n"
36188 " </Hints>\n"
36189 " </PropertyGroup>\n"
36190 " </ExposedProperties>\n"
36191 " <LinkProperties>\n"
36192 " <Property name=\"Input\" with_property=\"Input\" />\n"
36193 " </LinkProperties>\n"
36194 " </SubProxy>\n"
36195 "\n"
36196 " <IntVectorProperty command=\"SetWriteAllTimeSteps\"\n"
36197 " default_values=\"0\"\n"
36198 " name=\"WriteTimeSteps\"\n"
36199 " number_of_elements=\"1\">\n"
36200 " <BooleanDomain name=\"bool\" />\n"
36201 " <Documentation>When WriteTimeSteps is turned ON, the writer is\n"
36202 " executed once for each timestep available from its input.</Documentation>\n"
36203 " </IntVectorProperty>\n"
36204 "\n"
36205 " <StringVectorProperty command=\"SetFileNameSuffix\"\n"
36206 " default_values=\"_%d\"\n"
36207 " label = \"File name suffix\"\n"
36208 " name=\"FileNameSuffix\"\n"
36209 " number_of_elements=\"1\">\n"
36210 " <Documentation>\n"
36211 " The suffix to append to the file name when writing files at different timesteps.\n"
36212 " (File extensions such as .vtk should be excluded.)\n"
36213 " The % format specifiers are used. For example, _%d will write files as FileName_0,\n"
36214 " FileName_1, FileName_2, etc., and _%.3d will write files as FileName_000,\n"
36215 " FileName_001, FileName_002 etc.\n"
36216 " </Documentation>\n"
36217 " <Hints>\n"
36218 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
36219 " <Property name=\"WriteTimeSteps\" function=\"boolean\" />\n"
36220 " </PropertyWidgetDecorator>\n"
36221 " </Hints>\n"
36222 " </StringVectorProperty>\n"
36223 "\n"
36224 " <IntVectorProperty name=\"NumberOfIORanks\"\n"
36225 " label=\"Number Of IO Ranks\"\n"
36226 " command=\"SetNumberOfIORanks\"\n"
36227 " number_of_elements=\"1\"\n"
36228 " default_values=\"1\">\n"
36229 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
36230 " <Documentation>\n"
36231 " In parallel runs, this writer can consolidate output from multiple ranks to\n"
36232 " a subset of ranks. This specifies the number of ranks that will do the final writing\n"
36233 " to disk. If **NumberOfIORanks** is 0, then all ranks will save the local data.\n"
36234 " If set to 1 (default), the root node alone will write to disk. All data from all ranks will\n"
36235 " be gathered to the root node before being written out.\n"
36236 " </Documentation>\n"
36237 " </IntVectorProperty>\n"
36238 "\n"
36239 " <IntVectorProperty name=\"RankAssignmentMode\"\n"
36240 " command=\"SetRankAssignmentMode\"\n"
36241 " number_of_elements=\"1\"\n"
36242 " default_values=\"0\">\n"
36243 " <EnumerationDomain name=\"enum\">\n"
36244 " <Entry text=\"Contiguous\" value=\"0\" />\n"
36245 " <Entry text=\"RoundRobin\" value=\"1\" />\n"
36246 " </EnumerationDomain>\n"
36247 " <Documentation>\n"
36248 " When **NumberOfIORanks** is greater than 1 and less than the number of MPI ranks,\n"
36249 " this controls how the ranks that write to disk are determined. This also affects which\n"
36250 " ranks send data to which rank for IO.\n"
36251 "\n"
36252 " In **Contiguous** mode (default), all MPI ranks are numerically grouped into **NumberOfIORanks**\n"
36253 " groups with the first rank in each group acting as the `root` node for that group and is the one that\n"
36254 " does IO. For example, if there are 16 MPI ranks and NumberOfIORanks is set to 3 then the groups are\n"
36255 " `[0 - 5], [6 - 10], [11 - 15]` with the first rank in each group 0, 6, and 15 doing the IO.\n"
36256 "\n"
36257 " In **RoundRobin** mode, the grouping is done in round robin fashion, thus for 16 MPI\n"
36258 " ranks with NumberOfIORanks set to 3, the groups are\n"
36259 " `[0, 3, ..., 15], [1, 4, ..., 13], [2, 5, ..., 14]` with 0, 1 and 2 doing the IO.\n"
36260 " </Documentation>\n"
36261 " <Hints>\n"
36262 " <!-- enable this widget when NumberOfIORanks != 0 or 1 -->\n"
36263 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
36264 " <Expression type=\"and\">\n"
36265 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
36266 " mode=\"enabled_state\"\n"
36267 " property=\"NumberOfIORanks\"\n"
36268 " value=\"1\"\n"
36269 " inverse=\"1\"/>\n"
36270 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
36271 " mode=\"enabled_state\"\n"
36272 " property=\"NumberOfIORanks\"\n"
36273 " value=\"0\"\n"
36274 " inverse=\"1\"/>\n"
36275 " </Expression>\n"
36276 " </PropertyWidgetDecorator>\n"
36277 " </Hints>\n"
36278 " </IntVectorProperty>\n"
36279 "\n"
36280 " <PropertyGroup label=\"Time Support\">\n"
36281 " <Property name=\"WriteTimeSteps\" />\n"
36282 " <Property name=\"FileNameSuffix\" />\n"
36283 " </PropertyGroup>\n"
36284 "\n"
36285 " <PropertyGroup label=\"Parallel I/O Support\">\n"
36286 " <Property name=\"NumberOfIORanks\" />\n"
36287 " <Property name=\"RankAssignmentMode\" />\n"
36288 " </PropertyGroup>\n"
36289 "\n"
36290 " <!-- end of ParallelSerialWriter -->\n"
36291 " </Proxy>\n"
36292 " </ProxyGroup>\n"
36293 "</ServerManagerConfiguration>\n"
36294 "\n";
36295 // Get single string
36297 {
36298 
36299  const size_t len0 = strlen(paraview_server_managerinternal_writersInterface0);
36300  const size_t len1 = strlen(paraview_server_managerinternal_writersInterface1);
36301  size_t len = ( 0
36302  + len0
36303  + len1 );
36304  char* res = new char[ len + 1];
36305  size_t offset = 0;
36308  assert(offset == len);
36309  res[offset] = 0;
36310  return res;
36311 }
36312 
36313 
36314 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/utilities.xml
36316 "<ServerManagerConfiguration>\n"
36317 "\n"
36318 " <!-- incremental point locators begin -->\n"
36319 " <ProxyGroup name=\"incremental_point_locators\">\n"
36320 " <NullProxy name=\"None\"></NullProxy>\n"
36321 " <NullProxy name=\"Scalar\"></NullProxy>\n"
36322 " <Proxy class=\"vtkPointLocator\"\n"
36323 " name=\"PointLocator\">\n"
36324 " <Documentation>Point locator based on a search structure of uniform\n"
36325 " fixed-resolution bins / buckets for point location and generic (zero or\n"
36326 " non-zero) tolerance point insertion.</Documentation>\n"
36327 " <IntVectorProperty command=\"SetDivisions\"\n"
36328 " default_values=\"50 50 50\"\n"
36329 " name=\"Divisions\"\n"
36330 " number_of_elements=\"3\">\n"
36331 " <Documentation>Specify the number of divisions in each axis / direction\n"
36332 " (x, y, z) for creating a search structure of uniform fixed-resolution\n"
36333 " bins / buckets.</Documentation>\n"
36334 " </IntVectorProperty>\n"
36335 " <IntVectorProperty command=\"SetNumberOfPointsPerBucket\"\n"
36336 " default_values=\"8\"\n"
36337 " label=\"Number of points per bucket\"\n"
36338 " name=\"NumberOfPointsPerBucket\"\n"
36339 " number_of_elements=\"1\">\n"
36340 " <Documentation>Specify the average number of points in each bin /\n"
36341 " bucket that determines the initial and growing sizes (in terms of\n"
36342 " number of points) of each bin / bucket.</Documentation>\n"
36343 " </IntVectorProperty>\n"
36344 " <DoubleVectorProperty command=\"SetTolerance\"\n"
36345 " default_values=\"0.001\"\n"
36346 " name=\"Tolerance\"\n"
36347 " number_of_elements=\"1\">\n"
36348 " <Documentation>Specify an absolute tolerance for check-based /\n"
36349 " tolerance-based point insertion.</Documentation>\n"
36350 " </DoubleVectorProperty>\n"
36351 " </Proxy>\n"
36352 " <Proxy class=\"vtkMergePoints\"\n"
36353 " label=\"Uniform Binning\"\n"
36354 " name=\"MergePoints\">\n"
36355 " <Documentation>A point merger using a search structure of uniform\n"
36356 " fixed-resolution bins / buckets for zero tolerance point insertion (to\n"
36357 " avoid exactly duplicate / coincident points).</Documentation>\n"
36358 " <IntVectorProperty command=\"SetDivisions\"\n"
36359 " default_values=\"50 50 50\"\n"
36360 " name=\"Divisions\"\n"
36361 " number_of_elements=\"3\">\n"
36362 " <Documentation>Specify the number of divisions in each axis / direction\n"
36363 " (x, y, z) for creating a search structure of uniform fixed-resolution\n"
36364 " bins / buckets.</Documentation>\n"
36365 " </IntVectorProperty>\n"
36366 " <IntVectorProperty command=\"SetNumberOfPointsPerBucket\"\n"
36367 " default_values=\"8\"\n"
36368 " label=\"Number of points per bucket\"\n"
36369 " name=\"NumberOfPointsPerBucket\"\n"
36370 " number_of_elements=\"1\">\n"
36371 " <Documentation>Specify the average number of points in each bin /\n"
36372 " bucket that determines the initial and growing sizes (in terms of\n"
36373 " number of points) of each bin / bucket.</Documentation>\n"
36374 " </IntVectorProperty>\n"
36375 " </Proxy>\n"
36376 " <Proxy class=\"vtkNonMergingPointLocator\"\n"
36377 " label=\"Don't Merge Points\"\n"
36378 " name=\"NonMergingPointLocator\">\n"
36379 " <Documentation>Perform direct / check-free point insertion (any point is\n"
36380 " inserted to a vtkPoints object) and therefore there can be duplicate\n"
36381 " points.</Documentation>\n"
36382 " <IntVectorProperty command=\"SetDivisions\"\n"
36383 " default_values=\"50 50 50\"\n"
36384 " name=\"Divisions\"\n"
36385 " number_of_elements=\"3\">\n"
36386 " <Documentation>Specify the number of divisions in each axis / direction\n"
36387 " (x, y, z) for creating a search structure of uniform fixed-resolution\n"
36388 " bins / buckets.</Documentation>\n"
36389 " </IntVectorProperty>\n"
36390 " <IntVectorProperty command=\"SetNumberOfPointsPerBucket\"\n"
36391 " default_values=\"8\"\n"
36392 " label=\"Number of points per bucket\"\n"
36393 " name=\"NumberOfPointsPerBucket\"\n"
36394 " number_of_elements=\"1\">\n"
36395 " <Documentation>Specify the average number of points in each bin /\n"
36396 " bucket that determines the initial and growing sizes (in terms of\n"
36397 " number of points) of each bin / bucket.</Documentation>\n"
36398 " </IntVectorProperty>\n"
36399 " </Proxy>\n"
36400 " <Proxy class=\"vtkIncrementalOctreePointLocator\"\n"
36401 " name=\"IncrementalOctreePointLocator\">\n"
36402 " <Documentation>Point locator based on a fast search structure of\n"
36403 " data-aware multi-resolution octree nodes for point location and generic\n"
36404 " (zero or non-zero) tolerance point insertion.</Documentation>\n"
36405 " <IntVectorProperty command=\"SetMaxPointsPerLeaf\"\n"
36406 " default_values=\"128\"\n"
36407 " label=\"Max number of points per leaf\"\n"
36408 " name=\"MaxPointsPerLeaf\"\n"
36409 " number_of_elements=\"1\">\n"
36410 " <IntRangeDomain max=\"256\"\n"
36411 " min=\"16\"\n"
36412 " name=\"range\" />\n"
36413 " <Documentation>Specify the maximum number of points that a leaf node\n"
36414 " may maintain. This value is a trade-off between the cost of dynamic\n"
36415 " octree construction (top-down recursive node sub-division into eight\n"
36416 " children as points are incrementally inserted to the octree) and the\n"
36417 " speed of point location (particularly within a container leaf\n"
36418 " node).</Documentation>\n"
36419 " </IntVectorProperty>\n"
36420 " <DoubleVectorProperty command=\"SetTolerance\"\n"
36421 " default_values=\"0.001\"\n"
36422 " name=\"Tolerance\"\n"
36423 " number_of_elements=\"1\">\n"
36424 " <Documentation>Specify an absolute tolerance for check-based /\n"
36425 " tolerance-based point insertion.</Documentation>\n"
36426 " </DoubleVectorProperty>\n"
36427 " </Proxy>\n"
36428 " <Proxy class=\"vtkIncrementalOctreePointLocator\"\n"
36429 " label=\"Octree Binning\"\n"
36430 " name=\"IncrementalOctreeMergePoints\">\n"
36431 " <Documentation>A point merger exploiting a fast search structure of\n"
36432 " data-aware multi-resolution octree nodes for zero-tolerance point\n"
36433 " insertion (to avoid exactly duplicate / coincident\n"
36434 " points).</Documentation>\n"
36435 " <IntVectorProperty command=\"SetMaxPointsPerLeaf\"\n"
36436 " default_values=\"128\"\n"
36437 " label=\"Max number of points per leaf\"\n"
36438 " name=\"MaxPointsPerLeaf\"\n"
36439 " number_of_elements=\"1\">\n"
36440 " <IntRangeDomain max=\"256\"\n"
36441 " min=\"16\"\n"
36442 " name=\"range\" />\n"
36443 " <Documentation>Specify the maximum number of points that a leaf node\n"
36444 " may maintain. This value is a trade-off between the cost of dynamic\n"
36445 " octree construction (top-down recursive node sub-division into eight\n"
36446 " children as points are incrementally inserted to the octree) and the\n"
36447 " speed of point location (particularly within a container leaf\n"
36448 " node).</Documentation>\n"
36449 " </IntVectorProperty>\n"
36450 " <DoubleVectorProperty command=\"SetTolerance\"\n"
36451 " default_values=\"0.0\"\n"
36452 " name=\"Tolerance\"\n"
36453 " number_of_elements=\"1\">\n"
36454 " <Documentation>Always specify a zero tolerance for point insertion ---\n"
36455 " merging points.</Documentation>\n"
36456 " </DoubleVectorProperty>\n"
36457 " <Hints>\n"
36458 " <Property name=\"Tolerance\"\n"
36459 " show=\"0\" />\n"
36460 " </Hints>\n"
36461 " </Proxy>\n"
36462 " <!-- incremental point locators end -->\n"
36463 " </ProxyGroup>\n"
36464 "\n"
36465 " <ProxyGroup name=\"point_locators\">\n"
36466 " <Proxy name=\"StaticPointLocator\" label=\"Static Point Locator\" class=\"vtkStaticPointLocator\">\n"
36467 " <Documentation>\n"
36468 " This uses a spatial search object to quickly locate points\n"
36469 " in 3D. This locator works by dividing a specified region of\n"
36470 " space into a regular array of cuboid buckets, and then keeping a\n"
36471 " list of points that lie in each bucket. Typical operation involves giving\n"
36472 " a position in 3D and finding the closest point; or finding the N closest\n"
36473 " points.\n"
36474 "\n"
36475 " This locator is an accelerated version of a point locator. It is\n"
36476 " threaded (via vtkSMPTools), and supports one-time static construction\n"
36477 " (i.e., incremental point insertion is not supported).\n"
36478 " </Documentation>\n"
36479 "\n"
36480 " <IntVectorProperty name=\"Automatic\"\n"
36481 " command=\"SetAutomatic\"\n"
36482 " number_of_elements=\"1\"\n"
36483 " default_values=\"1\">\n"
36484 " <BooleanDomain name=\"bool\" />\n"
36485 " <Documentation>\n"
36486 " Controls whether the locator resolution is computed automatically or not.\n"
36487 " </Documentation>\n"
36488 " </IntVectorProperty>\n"
36489 "\n"
36490 " <IntVectorProperty command=\"SetDivisions\"\n"
36491 " default_values=\"50 50 50\"\n"
36492 " name=\"Divisions\"\n"
36493 " number_of_elements=\"3\">\n"
36494 " <Documentation>Specify the number of divisions in each axis / direction\n"
36495 " (x, y, z) for creating a search structure of uniform fixed-resolution\n"
36496 " bins / buckets.\n"
36497 " </Documentation>\n"
36498 " <IntRangeDomain name=\"range\" min=\"1 1 1\" />\n"
36499 " <Hints>\n"
36500 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
36501 " mode=\"enabled_state\"\n"
36502 " property=\"Automatic\"\n"
36503 " value=\"0\" />\n"
36504 " </Hints>\n"
36505 " </IntVectorProperty>\n"
36506 "\n"
36507 " <IntVectorProperty name=\"NumberOfPointsPerBucket\"\n"
36508 " command=\"SetNumberOfPointsPerBucket\"\n"
36509 " number_of_elements=\"1\"\n"
36510 " default_values=\"5\">\n"
36511 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
36512 " <Documentation>\n"
36513 " Specify the average number of points in each bucket. This is\n"
36514 " used in conjunction with the **Automatic** (if enabled) to\n"
36515 " determine the number of locator x-y-z divisions.\n"
36516 " </Documentation>\n"
36517 " <Hints>\n"
36518 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
36519 " mode=\"enabled_state\"\n"
36520 " property=\"Automatic\"\n"
36521 " value=\"1\" />\n"
36522 " </Hints>\n"
36523 " </IntVectorProperty>\n"
36524 "\n"
36525 " <PropertyGroup label=\"Locator Parameters\">\n"
36526 " <Property name=\"Automatic\" />\n"
36527 " <Property name=\"Divisions\" />\n"
36528 " <Property name=\"NumberOfPointsPerBucket\" />\n"
36529 " </PropertyGroup>\n"
36530 " </Proxy>\n"
36531 "\n"
36532 " </ProxyGroup>\n"
36533 "\n"
36534 " <ProxyGroup name=\"cell_locators\">\n"
36535 " <Proxy class=\"vtkCellLocator\"\n"
36536 " name=\"CellLocator\"\n"
36537 " label=\"Cell Locator\"/>\n"
36538 " <Proxy class=\"vtkCellTreeLocator\"\n"
36539 " name=\"CellTreeLocator\"\n"
36540 " label=\"Tree Cell Locator\"/>\n"
36541 " <Proxy class=\"vtkOBBTree\"\n"
36542 " name=\"OBBTree\"\n"
36543 " label=\"OBB Tree Cell Locator\"/>\n"
36544 " <Proxy class=\"vtkStaticCellLocator\"\n"
36545 " name=\"StaticCellLocator\"\n"
36546 " label=\"Static Cell Locator\"/>\n"
36547 " </ProxyGroup>\n"
36548 "\n"
36549 " <ProxyGroup name=\"implicit_functions\">\n"
36550 " <NullProxy name=\"None\"></NullProxy>\n"
36551 " <NullProxy name=\"Scalar\"></NullProxy>\n"
36552 " <Proxy class=\"vtkPlanes\"\n"
36553 " name=\"Planes\">\n"
36554 " <ProxyProperty command=\"SetPoints\"\n"
36555 " name=\"Points\">\n"
36556 " <ProxyGroupDomain name=\"group\">\n"
36557 " <Group name=\"points\" />\n"
36558 " </ProxyGroupDomain>\n"
36559 " </ProxyProperty>\n"
36560 " <ProxyProperty command=\"SetNormals\"\n"
36561 " name=\"Normals\">\n"
36562 " <ProxyGroupDomain name=\"group\">\n"
36563 " <Group name=\"data_arrays\" />\n"
36564 " </ProxyGroupDomain>\n"
36565 " </ProxyProperty>\n"
36566 " </Proxy>\n"
36567 " <Proxy class=\"vtkQuadric\" name=\"Quadric\">\n"
36568 " <InputProperty is_internal=\"1\" name=\"Input\" />\n"
36569 " <DoubleVectorProperty name=\"QuadricCoefficients\"\n"
36570 " command=\"SetCoefficients\"\n"
36571 " number_of_elements=\"10\"\n"
36572 " default_values=\"1 1 1 0 0 0 0 0 0 -1\">\n"
36573 " <Documentation>\n"
36574 " Coefficients of the quadric function, defined as the 'a' values in:\n"
36575 " F(x,y,z) = a0*x^2 + a1*y^2 + a2*z^2 + a3*x*y + a4*y*z + a5*x*z + a6*x + a7*y + a8*z + a9\n"
36576 " </Documentation>\n"
36577 " </DoubleVectorProperty>\n"
36578 " </Proxy>\n"
36579 " <Proxy class=\"vtkSphere\" name=\"Sphere\">\n"
36580 " <InputProperty is_internal=\"1\" name=\"Input\" />\n"
36581 " <DoubleVectorProperty command=\"SetCenter\"\n"
36582 " default_values=\"0 0 0\"\n"
36583 " name=\"Center\"\n"
36584 " number_of_elements=\"3\">\n"
36585 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n"
36586 " <RequiredProperties>\n"
36587 " <Property function=\"Input\" name=\"Input\" />\n"
36588 " </RequiredProperties>\n"
36589 " </BoundsDomain>\n"
36590 " <Documentation>\n"
36591 " Set the center of the sphere.\n"
36592 " </Documentation>\n"
36593 " </DoubleVectorProperty>\n"
36594 " <DoubleVectorProperty command=\"SetRadius\"\n"
36595 " default_values=\"1\"\n"
36596 " name=\"Radius\"\n"
36597 " number_of_elements=\"1\">\n"
36598 " <BoundsDomain name=\"range\" mode=\"scaled_extent\" scale_factor=\"0.5\" default_mode=\"max\">\n"
36599 " <RequiredProperties>\n"
36600 " <Property function=\"Input\" name=\"Input\" />\n"
36601 " </RequiredProperties>\n"
36602 " </BoundsDomain>\n"
36603 " <Documentation>\n"
36604 " Set the radius of the sphere.\n"
36605 " </Documentation>\n"
36606 " </DoubleVectorProperty>\n"
36607 " <PropertyGroup label=\"Point Cloud Parameters\" panel_widget=\"InteractiveSphere\">\n"
36608 " <Property function=\"Center\" name=\"Center\" />\n"
36609 " <Property function=\"Radius\" name=\"Radius\" />\n"
36610 " <Property function=\"Input\" name=\"Input\" />\n"
36611 " </PropertyGroup>\n"
36612 " <Hints>\n"
36613 " <ProxyList>\n"
36614 " <Link name=\"Input\" with_property=\"Input\" />\n"
36615 " </ProxyList>\n"
36616 " </Hints>\n"
36617 " <!-- End of Sphere -->\n"
36618 " </Proxy>\n"
36619 " </ProxyGroup>\n"
36620 " <ProxyGroup name=\"transforms\">\n"
36621 " <Proxy class=\"vtkTransform\"\n"
36622 " name=\"Transform\">\n"
36623 " <ProxyProperty command=\"SetMatrix\"\n"
36624 " name=\"MatrixProxy\">\n"
36625 " <ProxyGroupDomain name=\"groups\">\n"
36626 " <Group name=\"matrices\" />\n"
36627 " </ProxyGroupDomain>\n"
36628 " </ProxyProperty>\n"
36629 " <DoubleVectorProperty argument_is_array=\"1\"\n"
36630 " command=\"SetMatrix\"\n"
36631 " default_values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\"\n"
36632 " name=\"Matrix\"\n"
36633 " number_of_elements=\"16\" />\n"
36634 " </Proxy>\n"
36635 " </ProxyGroup>\n"
36636 " <ProxyGroup name=\"matrices\">\n"
36637 " <Proxy class=\"vtkMatrix4x4\"\n"
36638 " name=\"Matrix4x4\">\n"
36639 " <DoubleVectorProperty argument_is_array=\"1\"\n"
36640 " command=\"DeepCopy\"\n"
36641 " default_values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\"\n"
36642 " name=\"DeepCopy\"\n"
36643 " number_of_elements=\"16\"></DoubleVectorProperty>\n"
36644 ;
36645 
36646 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/utilities.xml
36648 " </Proxy>\n"
36649 " </ProxyGroup>\n"
36650 " <ProxyGroup name=\"points\">\n"
36651 " <Proxy class=\"vtkPoints\"\n"
36652 " name=\"Points\">\n"
36653 " <DoubleVectorProperty command=\"SetPoint\"\n"
36654 " name=\"Points\"\n"
36655 " number_of_elements=\"0\"\n"
36656 " number_of_elements_per_command=\"3\"\n"
36657 " repeat_command=\"1\"\n"
36658 " set_number_command=\"SetNumberOfPoints\"\n"
36659 " use_index=\"1\" />\n"
36660 " </Proxy>\n"
36661 " </ProxyGroup>\n"
36662 " <ProxyGroup name=\"data_arrays\">\n"
36663 " <Proxy class=\"vtkDoubleArray\"\n"
36664 " name=\"DoubleArray\">\n"
36665 " <DoubleVectorProperty command=\"SetValue\"\n"
36666 " name=\"Values\"\n"
36667 " number_of_elements=\"0\"\n"
36668 " number_of_elements_per_command=\"1\"\n"
36669 " repeat_command=\"1\"\n"
36670 " set_number_command=\"SetNumberOfValues\"\n"
36671 " use_index=\"1\" />\n"
36672 " <IntVectorProperty command=\"SetNumberOfComponents\"\n"
36673 " default_values=\"1\"\n"
36674 " name=\"Components\"\n"
36675 " number_of_elements=\"1\" />\n"
36676 " </Proxy>\n"
36677 " </ProxyGroup>\n"
36678 " <ProxyGroup name=\"internals\">\n"
36679 " <Proxy class=\"vtkMPIMToNSocketConnection\"\n"
36680 " name=\"MPIMToNSocketConnection\"\n"
36681 " processes=\"dataserver|renderserver\">\n"
36682 " <IntVectorProperty command=\"Initialize\"\n"
36683 " default_values=\"none\"\n"
36684 " is_internal=\"1\"\n"
36685 " name=\"WaitingProcess\"\n"
36686 " number_of_elements=\"1\">\n"
36687 " <EnumerationDomain name=\"enum\">\n"
36688 " <Entry text=\"DataServer\"\n"
36689 " value=\"2\" />\n"
36690 " <Entry text=\"RenderServer\"\n"
36691 " value=\"3\" />\n"
36692 " </EnumerationDomain>\n"
36693 " </IntVectorProperty>\n"
36694 " <StringVectorProperty command=\"SetPortInformation\"\n"
36695 " element_types=\"0 0 2\"\n"
36696 " name=\"Connections\"\n"
36697 " number_of_elements_per_command=\"3\"\n"
36698 " repeat_command=\"1\"\n"
36699 " set_number_command=\"SetNumberOfConnections\">\n"
36700 " </StringVectorProperty>\n"
36701 " </Proxy>\n"
36702 " </ProxyGroup>\n"
36703 "\n"
36704 " <ProxyGroup name=\"file_listing\">\n"
36705 " <Proxy class=\"vtkPVFileInformationHelper\"\n"
36706 " name=\"ServerFileListing\">\n"
36707 " <IntVectorProperty command=\"GetActiveFileIsDirectory\"\n"
36708 " information_only=\"1\"\n"
36709 " name=\"ActiveFileIsDirectory\">\n"
36710 " <SimpleIntInformationHelper />\n"
36711 " </IntVectorProperty>\n"
36712 " <IntVectorProperty command=\"GetActiveFileIsReadable\"\n"
36713 " information_only=\"1\"\n"
36714 " name=\"ActiveFileIsReadable\">\n"
36715 " <SimpleIntInformationHelper />\n"
36716 " </IntVectorProperty>\n"
36717 " <StringVectorProperty command=\"SetPath\"\n"
36718 " name=\"ActiveFileName\"\n"
36719 " number_of_elements=\"1\">\n"
36720 " <Documentation>Set the filename whose information we\n"
36721 " need.</Documentation>\n"
36722 " </StringVectorProperty>\n"
36723 " </Proxy>\n"
36724 " </ProxyGroup>\n"
36725 "\n"
36726 " <ProxyGroup name=\"selection_helpers\">\n"
36727 " <Proxy class=\"vtkSelection\"\n"
36728 " name=\"Selection\"></Proxy>\n"
36729 " <SourceProxy class=\"vtkAnnotationLink\"\n"
36730 " name=\"AnnotationLink\">\n"
36731 " <InputProperty command=\"SetInputConnection\"\n"
36732 " name=\"Input\"\n"
36733 " port_index=\"0\">\n"
36734 " <ProxyGroupDomain name=\"groups\">\n"
36735 " <Group name=\"sources\" />\n"
36736 " <Group name=\"filters\" />\n"
36737 " </ProxyGroupDomain>\n"
36738 " <DataTypeDomain name=\"input_type\">\n"
36739 " <DataType value=\"vtkAnnotationLayers\" />\n"
36740 " <DataType value=\"vtkSelection\" />\n"
36741 " </DataTypeDomain>\n"
36742 " </InputProperty>\n"
36743 " <InputProperty command=\"SetInputConnection\"\n"
36744 " name=\"DomainMaps\"\n"
36745 " port_index=\"1\">\n"
36746 " <ProxyGroupDomain name=\"groups\">\n"
36747 " <Group name=\"sources\" />\n"
36748 " <Group name=\"filters\" />\n"
36749 " </ProxyGroupDomain>\n"
36750 " <DataTypeDomain name=\"input_type\">\n"
36751 " <DataType value=\"vtkTable\" />\n"
36752 " </DataTypeDomain>\n"
36753 " </InputProperty>\n"
36754 " <ProxyProperty command=\"SetAnnotations\"\n"
36755 " name=\"Annotations\"></ProxyProperty>\n"
36756 " <OutputPort index=\"0\"\n"
36757 " name=\"Annotations\" />\n"
36758 " <OutputPort index=\"1\"\n"
36759 " name=\"Domain Maps\" />\n"
36760 " <OutputPort index=\"2\"\n"
36761 " name=\"Selection\" />\n"
36762 " </SourceProxy>\n"
36763 " </ProxyGroup>\n"
36764 "\n"
36765 " <ProxyGroup name=\"misc\">\n"
36766 " <DirectoryProxy class=\"vtkDirectory\"\n"
36767 " name=\"Directory\"\n"
36768 " processes=\"client|dataserver|renderserver\">\n"
36769 " </DirectoryProxy>\n"
36770 " <DirectoryProxy class=\"vtkDirectory\"\n"
36771 " si_class=\"vtkSIDirectoryProxy\"\n"
36772 " name=\"ListDirectory\"\n"
36773 " processes=\"dataserver\">\n"
36774 "\n"
36775 " <!-- Fake properties that will be filled by the vtkSIDirectoryProxy\n"
36776 " class in the pull request -->\n"
36777 " <StringVectorProperty name=\"FileList\" information_only=\"1\"/>\n"
36778 " <StringVectorProperty name=\"DirectoryList\" information_only=\"1\"/>\n"
36779 " </DirectoryProxy>\n"
36780 " <Proxy class=\"vtkPVFileInformationHelper\"\n"
36781 " name=\"FileInformationHelper\">\n"
36782 " <StringVectorProperty command=\"SetPath\"\n"
36783 " name=\"Path\" />\n"
36784 " <IntVectorProperty command=\"SetDirectoryListing\"\n"
36785 " default_values=\"0\"\n"
36786 " name=\"DirectoryListing\"\n"
36787 " number_of_elements=\"1\">\n"
36788 " <BooleanDomain name=\"bool\" />\n"
36789 " </IntVectorProperty>\n"
36790 " <IntVectorProperty command=\"SetSpecialDirectories\"\n"
36791 " default_values=\"0\"\n"
36792 " name=\"SpecialDirectories\"\n"
36793 " number_of_elements=\"1\">\n"
36794 " <BooleanDomain name=\"bool\" />\n"
36795 " </IntVectorProperty>\n"
36796 " <StringVectorProperty command=\"GetPathSeparator\"\n"
36797 " information_only=\"1\"\n"
36798 " name=\"PathSeparator\"\n"
36799 " number_of_elements=\"1\">\n"
36800 " <SimpleStringInformationHelper />\n"
36801 " </StringVectorProperty>\n"
36802 " <StringVectorProperty command=\"SetWorkingDirectory\"\n"
36803 " default_values=\"\"\n"
36804 " name=\"WorkingDirectory\"\n"
36805 " number_of_elements=\"1\">\n"
36806 " <Documentation>Override the working directory used to resolve relative\n"
36807 " paths.</Documentation>\n"
36808 " </StringVectorProperty>\n"
36809 " <IntVectorProperty command=\"SetReadDetailedFileInformation\"\n"
36810 " name=\"ReadDetailedFileInformation\"\n"
36811 " number_of_elements=\"1\"\n"
36812 " default_values=\"0\">\n"
36813 " <Documentation>Whether to read full file information. This is slow when there are many files\n"
36814 " in a directory so this defaults to false.</Documentation>\n"
36815 " <BooleanDomain name=\"bool\"/>\n"
36816 " </IntVectorProperty>\n"
36817 " <!-- End of FileInformationHelper -->\n"
36818 " </Proxy>\n"
36819 " <Proxy class=\"vtkPVFilePathEncodingHelper\"\n"
36820 " name=\"FilePathEncodingHelper\">\n"
36821 " <IntVectorProperty command=\"MakeDirectory\"\n"
36822 " information_only=\"1\"\n"
36823 " name=\"MakeDirectory\">\n"
36824 " <SimpleIntInformationHelper />\n"
36825 " </IntVectorProperty>\n"
36826 " <IntVectorProperty command=\"DeleteDirectory\"\n"
36827 " information_only=\"1\"\n"
36828 " name=\"DeleteDirectory\">\n"
36829 " <SimpleIntInformationHelper />\n"
36830 " </IntVectorProperty>\n"
36831 " <IntVectorProperty command=\"OpenDirectory\"\n"
36832 " information_only=\"1\"\n"
36833 " name=\"OpenDirectory\">\n"
36834 " <SimpleIntInformationHelper />\n"
36835 " </IntVectorProperty>\n"
36836 " <IntVectorProperty command=\"RenameDirectory\"\n"
36837 " information_only=\"1\"\n"
36838 " name=\"RenameDirectory\">\n"
36839 " <SimpleIntInformationHelper />\n"
36840 " </IntVectorProperty>\n"
36841 " <IntVectorProperty command=\"IsDirectory\"\n"
36842 " information_only=\"1\"\n"
36843 " name=\"IsDirectory\">\n"
36844 " <SimpleIntInformationHelper />\n"
36845 " </IntVectorProperty>\n"
36846 " <IntVectorProperty command=\"GetActiveFileIsReadable\"\n"
36847 " information_only=\"1\"\n"
36848 " name=\"ActiveFileIsReadable\">\n"
36849 " <SimpleIntInformationHelper />\n"
36850 " </IntVectorProperty>\n"
36851 " <StringVectorProperty command=\"SetPath\"\n"
36852 " name=\"ActiveFileName\"\n"
36853 " number_of_elements=\"1\">\n"
36854 " <Documentation>Set the filename we need to use.\n"
36855 " </Documentation>\n"
36856 " </StringVectorProperty>\n"
36857 " <StringVectorProperty command=\"SetSecondaryPath\"\n"
36858 " name=\"SecondaryFileName\"\n"
36859 " number_of_elements=\"1\">\n"
36860 " <Documentation>Set the secondary filename we may\n"
36861 " need to use.</Documentation>\n"
36862 " </StringVectorProperty>\n"
36863 "\n"
36864 " <IntVectorProperty command=\"SetActiveGlobalId\"\n"
36865 " name=\"ActiveGlobalId\"\n"
36866 " default_values=\"0\"\n"
36867 " number_of_elements=\"1\">\n"
36868 " <Documentation>Set the globalId of the vtkObject to use\n"
36869 " </Documentation>\n"
36870 " </IntVectorProperty>\n"
36871 " </Proxy>\n"
36872 "\n"
36873 " <Proxy class=\"vtkPVEnvironmentInformationHelper\"\n"
36874 " name=\"EnvironmentInformationHelper\">\n"
36875 " <StringVectorProperty command=\"SetVariable\"\n"
36876 " name=\"Variable\" />\n"
36877 " <!-- End of FileInformationHelper -->\n"
36878 " </Proxy>\n"
36879 " <TimeKeeperProxy class=\"vtkSMTimeKeeper\"\n"
36880 " name=\"TimeKeeper\"\n"
36881 " processes=\"client\">\n"
36882 " <Documentation>TimeKeeper is used to keep the pipeline time for the\n"
36883 " application. All views added to the timekeeper show the same time as that\n"
36884 " on the time keeper.</Documentation>\n"
36885 " <DoubleVectorProperty command=\"SetTime\"\n"
36886 " default_values=\"0\"\n"
36887 " name=\"Time\"\n"
36888 " number_of_elements=\"1\"\n"
36889 " state_ignored=\"1\">\n"
36890 " <!-- state-ignored simply makes this property not be saved in the UndoRedo state -->\n"
36891 " <DoubleRangeDomain name=\"range\" />\n"
36892 " </DoubleVectorProperty>\n"
36893 " <DoubleVectorProperty information_only=\"1\"\n"
36894 " repeatable=\"1\"\n"
36895 " name=\"TimestepValues\">\n"
36896 " <Documentation>The timesteps currently available. This property does\n"
36897 " not have any information helper since vtkSMTimeKeeperProxy keeps this\n"
36898 " updated without any need to call\n"
36899 " UpdatePropertyInformation().</Documentation>\n"
36900 " </DoubleVectorProperty>\n"
36901 " <DoubleVectorProperty default_values=\"0.0 0.0\"\n"
36902 " information_only=\"1\"\n"
36903 " name=\"TimeRange\"\n"
36904 " number_of_elements=\"2\"\n"
36905 " state_ignored=\"1\">\n"
36906 " <!-- state-ignored simply makes this property not be saved in the UndoRedo state -->\n"
36907 " <Documentation>This is the time range. It's possible that there are no\n"
36908 " TimestepValues but there is a valid TimeRange since some sources may\n"
36909 " provide continuous time.</Documentation>\n"
36910 " </DoubleVectorProperty>\n"
36911 " <StringVectorProperty default_values=\"Time\"\n"
36912 " information_only=\"1\"\n"
36913 " name=\"TimeLabel\"\n"
36914 " number_of_elements=\"1\"\n"
36915 " state_ignored=\"1\">\n"
36916 " <!-- state-ignored simply makes this property not be saved in the UndoRedo state -->\n"
36917 " <Documentation>This is the string that is used as label to eventually\n"
36918 " replace \"time\" by something else such as \"frequency\" or any user\n"
36919 " specific label that the user want to set to use a 4th dimension that is\n"
36920 " not time.</Documentation>\n"
36921 " </StringVectorProperty>\n"
36922 " <ProxyProperty argument_type=\"SMProxy\"\n"
36923 " command=\"AddView\"\n"
36924 " name=\"Views\"\n"
36925 " remove_command=\"RemoveView\"\n"
36926 " repeatable=\"1\">\n"
36927 " <Documentation>Views with their view time linked with this time\n"
36928 " keeper.</Documentation>\n"
36929 " </ProxyProperty>\n"
36930 " <ProxyProperty argument_type=\"SMProxy\"\n"
36931 " command=\"AddTimeSource\"\n"
36932 " name=\"TimeSources\"\n"
36933 " remove_command=\"RemoveTimeSource\"\n"
36934 " repeatable=\"1\">\n"
36935 " <Documentation>List of proxies that provide time. TimestepValues\n"
36936 " property has a set of timesteps provided by all the sources added to\n"
36937 " this property alone.</Documentation>\n"
36938 " </ProxyProperty>\n"
36939 " <ProxyProperty argument_type=\"SMProxy\"\n"
36940 " command=\"AddSuppressedTimeSource\"\n"
36941 " name=\"SuppressedTimeSources\"\n"
36942 " remove_command=\"RemoveSuppressedTimeSource\"\n"
36943 " repeatable=\"1\">\n"
36944 " <Documentation>List of proxies that are to suppressed i.e their times\n"
36945 " to be ignored.\n"
36946 " </Documentation>\n"
36947 " </ProxyProperty>\n"
36948 " <!-- End of TimeKeeper -->\n"
36949 " </TimeKeeperProxy>\n"
36950 " <PluginLoaderProxy class=\"vtkPVPluginLoader\"\n"
36951 " name=\"PluginLoader\"\n"
36952 " processes=\"dataserver|renderserver\">\n"
36953 " <Documentation>Use this proxy to load a plugin remotely. This proxy has\n"
36954 " no properties that users can set. Only information-properties are\n"
36955 " provided that can be used to obtain various states.\n"
36956 " vtkSMPluginLoaderProxy has API that can be used to load plugins,\n"
36957 " configuration xmls etc.</Documentation>\n"
36958 " <IntVectorProperty command=\"GetLoaded\"\n"
36959 " information_only=\"1\"\n"
36960 " name=\"Loaded\"></IntVectorProperty>\n"
36961 " <StringVectorProperty command=\"GetErrorString\"\n"
36962 " information_only=\"1\"\n"
36963 " name=\"ErrorString\"></StringVectorProperty>\n"
36964 " <StringVectorProperty command=\"GetSearchPaths\"\n"
36965 " information_only=\"1\"\n"
36966 " name=\"SearchPaths\"></StringVectorProperty>\n"
36967 " <!-- End of PluginLoader -->\n"
36968 " </PluginLoaderProxy>\n"
36969 "\n"
36970 " <Proxy class=\"vtkTimerLog\"\n"
36971 " name=\"TimerLog\"\n"
36972 " processes=\"client|dataserver|renderserver\">\n"
36973 " <Documentation>This is a proxy used to control the timer log parameters\n"
36974 " on all processes. Note that since vtkTimerLog has loads of static ivar,\n"
36975 ;
36976 
36977 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/utilities.xml
36979 " most properties will affect all timer log instances.</Documentation>\n"
36980 " <Property command=\"ResetLog\"\n"
36981 " name=\"ResetLog\">\n"
36982 " <Documentation>Resets the log on all processes.</Documentation>\n"
36983 " </Property>\n"
36984 " <IntVectorProperty command=\"SetLogging\"\n"
36985 " default_values=\"none\"\n"
36986 " name=\"Enable\">\n"
36987 " <EnumerationDomain name=\"enum\" />\n"
36988 " <Documentation>Enables the timer-log on all processes.</Documentation>\n"
36989 " </IntVectorProperty>\n"
36990 " <IntVectorProperty command=\"SetMaxEntries\"\n"
36991 " default_values=\"none\"\n"
36992 " name=\"MaxEntries\">\n"
36993 " <Documentation>Set the maximum length for the log on all\n"
36994 " processes.</Documentation>\n"
36995 " </IntVectorProperty>\n"
36996 " <!-- End of TimerLog -->\n"
36997 " </Proxy>\n"
36998 "\n"
36999 " <!-- ================================================================= -->\n"
37000 " <Proxy name=\"LogRecorder\" class=\"vtkLogRecorder\">\n"
37001 " <IntVectorProperty name=\"RankEnabled\"\n"
37002 " command=\"SetRankEnabled\"\n"
37003 " default_values=\"-1\"\n"
37004 " number_of_elements=\"1\">\n"
37005 " <Documentation>Set rank to enable logging.</Documentation>\n"
37006 " </IntVectorProperty>\n"
37007 " <IntVectorProperty name=\"RankDisabled\"\n"
37008 " command=\"SetRankDisabled\"\n"
37009 " default_values=\"-1\"\n"
37010 " number_of_elements=\"1\">\n"
37011 " <Documentation>Set rank to disable logging.</Documentation>\n"
37012 " </IntVectorProperty>\n"
37013 " <Property name=\"ClearLogs\"\n"
37014 " command=\"ClearLogs\">\n"
37015 " <Documentation>Invoke to clear logs.</Documentation>\n"
37016 " </Property>\n"
37017 " <IntVectorProperty name=\"Verbosity\"\n"
37018 " command=\"SetVerbosity\"\n"
37019 " default_values=\"-2\"\n"
37020 " number_of_elements=\"1\">\n"
37021 " <Documentation>Set verbosity of desired log entries.</Documentation>\n"
37022 " </IntVectorProperty>\n"
37023 " <IntVectorProperty name=\"CategoryVerbosity\"\n"
37024 " command=\"SetCategoryVerbosity\"\n"
37025 " default_values=\"-1 0\"\n"
37026 " number_of_elements=\"2\">\n"
37027 " <Documentation>Set the verbosity of a specific ParaView logging category.</Documentation>\n"
37028 " </IntVectorProperty>\n"
37029 " <Property name=\"ResetCategoryVerbosities\"\n"
37030 " command=\"ResetCategoryVerbosities\">\n"
37031 " <Documentation>Invoke to clear verbosity elevations.</Documentation>\n"
37032 " </Property>\n"
37033 " </Proxy>\n"
37034 "\n"
37035 " <!-- ==================================================================== -->\n"
37036 " <SourceProxy class=\"vtkRemoteWriterHelper\" name=\"RemoteWriterHelper\" processes=\"client|dataserver\">\n"
37037 " <Documentation>\n"
37038 " Proxy used internally to help write data generated on the client-side on the data-server side.\n"
37039 " </Documentation>\n"
37040 " <IntVectorProperty name=\"OutputDestination\"\n"
37041 " command=\"SetOutputDestination\"\n"
37042 " number_of_elements=\"1\"\n"
37043 " default_values=\"0\"\n"
37044 " panel_visibility=\"never\" />\n"
37045 " <ProxyProperty name=\"Writer\" command=\"SetWriter\" />\n"
37046 " </SourceProxy>\n"
37047 "\n"
37048 " <!-- End of group \"misc\" -->\n"
37049 " </ProxyGroup>\n"
37050 "\n"
37051 " <ProxyGroup name=\"palettes\">\n"
37052 " <!-- ================================================================= -->\n"
37053 " <Proxy label=\"Default Background\" name=\"DefaultBackground\">\n"
37054 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37055 " name=\"ForegroundColor\"\n"
37056 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37057 " <DoubleVectorProperty default_values=\"0.32 0.34 0.43\"\n"
37058 " name=\"BackgroundColor\"\n"
37059 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37060 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37061 " name=\"SurfaceColor\"\n"
37062 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37063 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37064 " name=\"TextAnnotationColor\"\n"
37065 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37066 " <DoubleVectorProperty default_values=\"1.0 0.0 1.0\"\n"
37067 " name=\"SelectionColor\"\n"
37068 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37069 " <DoubleVectorProperty default_values=\"0.0 0.0 0.5\"\n"
37070 " name=\"EdgeColor\"\n"
37071 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37072 " <IntVectorProperty default_values=\"0\"\n"
37073 " name=\"UseGradientBackground\"\n"
37074 " number_of_elements=\"1\"></IntVectorProperty>\n"
37075 " </Proxy>\n"
37076 "\n"
37077 " <!-- ================================================================= -->\n"
37078 " <Proxy label=\"Print Background\" name=\"PrintBackground\">\n"
37079 " <DoubleVectorProperty default_values=\"0.0 0.0 0.0\"\n"
37080 " name=\"ForegroundColor\"\n"
37081 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37082 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37083 " name=\"BackgroundColor\"\n"
37084 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37085 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37086 " name=\"SurfaceColor\"\n"
37087 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37088 " <DoubleVectorProperty default_values=\"0.0 0.0 0.0\"\n"
37089 " name=\"TextAnnotationColor\"\n"
37090 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37091 " <DoubleVectorProperty default_values=\"1.0 0.0 1.0\"\n"
37092 " name=\"SelectionColor\"\n"
37093 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37094 " <DoubleVectorProperty default_values=\"0.0 0.0 0.5\"\n"
37095 " name=\"EdgeColor\"\n"
37096 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37097 " <IntVectorProperty default_values=\"0\"\n"
37098 " name=\"UseGradientBackground\"\n"
37099 " number_of_elements=\"1\"></IntVectorProperty>\n"
37100 " <!-- End of (palettes, Print) -->\n"
37101 " </Proxy>\n"
37102 "\n"
37103 " <!-- ================================================================= -->\n"
37104 " <Proxy label=\"Gray Background\" name=\"GrayBackground\"\n"
37105 " base_proxygroup=\"palettes\" base_proxyname=\"DefaultBackground\" />\n"
37106 "\n"
37107 " <!-- ================================================================= -->\n"
37108 " <Proxy label=\"White Background\" name=\"WhiteBackground\"\n"
37109 " base_proxygroup=\"palettes\" base_proxyname=\"PrintBackground\" />\n"
37110 "\n"
37111 " <!-- ================================================================= -->\n"
37112 " <Proxy label=\"Black Background\" name=\"BlackBackground\">\n"
37113 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37114 " name=\"ForegroundColor\"\n"
37115 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37116 " <DoubleVectorProperty default_values=\"0 0 0\"\n"
37117 " name=\"BackgroundColor\"\n"
37118 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37119 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37120 " name=\"SurfaceColor\"\n"
37121 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37122 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37123 " name=\"TextAnnotationColor\"\n"
37124 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37125 " <DoubleVectorProperty default_values=\"1.0 0.0 1.0\"\n"
37126 " name=\"SelectionColor\"\n"
37127 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37128 " <DoubleVectorProperty default_values=\"0.0 0.0 0.5\"\n"
37129 " name=\"EdgeColor\"\n"
37130 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37131 " <IntVectorProperty default_values=\"0\"\n"
37132 " name=\"UseGradientBackground\"\n"
37133 " number_of_elements=\"1\"></IntVectorProperty>\n"
37134 " </Proxy>\n"
37135 "\n"
37136 " <!-- ================================================================= -->\n"
37137 " <Proxy label=\"Gradient Background\" name=\"GradientBackground\">\n"
37138 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37139 " name=\"ForegroundColor\"\n"
37140 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37141 " <DoubleVectorProperty default_values=\"0.32 0.34 0.43\"\n"
37142 " name=\"BackgroundColor\"\n"
37143 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37144 " <DoubleVectorProperty default_values=\"0 0 0.16\"\n"
37145 " name=\"BackgroundColor2\"\n"
37146 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37147 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37148 " name=\"SurfaceColor\"\n"
37149 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37150 " <DoubleVectorProperty default_values=\"1.0 1.0 1.0\"\n"
37151 " name=\"TextAnnotationColor\"\n"
37152 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37153 " <DoubleVectorProperty default_values=\"1.0 0.0 1.0\"\n"
37154 " name=\"SelectionColor\"\n"
37155 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37156 " <DoubleVectorProperty default_values=\"0.0 0.0 0.5\"\n"
37157 " name=\"EdgeColor\"\n"
37158 " number_of_elements=\"3\"></DoubleVectorProperty>\n"
37159 " <IntVectorProperty default_values=\"1\"\n"
37160 " name=\"UseGradientBackground\"\n"
37161 " number_of_elements=\"1\"></IntVectorProperty>\n"
37162 " </Proxy>\n"
37163 "\n"
37164 " <!-- End of group \"palettes\" -->\n"
37165 " </ProxyGroup>\n"
37166 "\n"
37167 " <ProxyGroup name=\"coprocessing\">\n"
37168 " <Proxy name=\"CatalystOptions\">\n"
37169 " <Documentation>\n"
37170 " Catalyst options that affect the script execution when running in situ.\n"
37171 " </Documentation>\n"
37172 "\n"
37173 " <StringVectorProperty name=\"ExtractsOutputDirectory\"\n"
37174 " number_of_elements=\"1\"\n"
37175 " default_values=\"datasets\">\n"
37176 " <Documentation>\n"
37177 " Choose directory under which to save all extracts.\n"
37178 " </Documentation>\n"
37179 " <FileListDomain name=\"directory\" />\n"
37180 " <Hints>\n"
37181 " <UseDirectoryName />\n"
37182 " <AcceptAnyFile />\n"
37183 " </Hints>\n"
37184 " </StringVectorProperty>\n"
37185 "\n"
37186 " <IntVectorProperty name=\"GenerateCinemaSpecification\"\n"
37187 " number_of_elements=\"1\"\n"
37188 " default_values=\"0\">\n"
37189 " <Documentation>\n"
37190 " Generate Cinema specification to summarize generated extracts in a file named\n"
37191 " **data.csv** under the **Extracts Output Directory**.\n"
37192 " </Documentation>\n"
37193 " <BooleanDomain name=\"bool\" />\n"
37194 " </IntVectorProperty>\n"
37195 "\n"
37196 " <ProxyProperty name=\"GlobalTrigger\">\n"
37197 " <ProxyListDomain name=\"proxy_list\">\n"
37198 " <Proxy group=\"extract_triggers\" name=\"TimeStep\" />\n"
37199 " </ProxyListDomain>\n"
37200 " </ProxyProperty>\n"
37201 "\n"
37202 " <IntVectorProperty name=\"EnableCatalystLive\"\n"
37203 " number_of_elements=\"1\"\n"
37204 " default_values=\"0\">\n"
37205 " <Documentation>\n"
37206 " Enable Catalyst Live which allows connecting to a Catalyst instrumented simulation\n"
37207 " using the ParaView GUI.\n"
37208 " </Documentation>\n"
37209 " <BooleanDomain name=\"bool\" />\n"
37210 " </IntVectorProperty>\n"
37211 "\n"
37212 " <StringVectorProperty name=\"CatalystLiveURL\"\n"
37213 " label=\"Catalyst Live URL\"\n"
37214 " number_of_elements=\"1\"\n"
37215 " default_values=\"localhost:22222\">\n"
37216 " <Documentation>\n"
37217 " Specify the hostname (or IP address) and port for the node on which a ParaView client will\n"
37218 " be listening for Catalyst Live connections.\n"
37219 " </Documentation>\n"
37220 " <Hints>\n"
37221 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
37222 " mode=\"enabled_state\"\n"
37223 " property=\"EnableCatalystLive\"\n"
37224 " value=\"1\" />\n"
37225 " </Hints>\n"
37226 " </StringVectorProperty>\n"
37227 "\n"
37228 " <ProxyProperty name=\"CatalystLiveTrigger\" panel_visibility=\"advanced\">\n"
37229 " <ProxyListDomain name=\"proxy_list\">\n"
37230 " <Proxy group=\"extract_triggers\" name=\"TimeStep\" />\n"
37231 " </ProxyListDomain>\n"
37232 " <Hints>\n"
37233 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
37234 " mode=\"enabled_state\"\n"
37235 " property=\"EnableCatalystLive\"\n"
37236 " value=\"1\" />\n"
37237 " </Hints>\n"
37238 " </ProxyProperty>\n"
37239 "\n"
37240 " <PropertyGroup label=\"Directories\">\n"
37241 " <Property name=\"ExtractsOutputDirectory\" />\n"
37242 " </PropertyGroup>\n"
37243 "\n"
37244 " <PropertyGroup label=\"Global Options\">\n"
37245 " <Property name=\"GlobalTrigger\" />\n"
37246 " </PropertyGroup>\n"
37247 "\n"
37248 " <PropertyGroup label=\"Catalyst Live Options\">\n"
37249 " <Property name=\"EnableCatalystLive\" />\n"
37250 " <Property name=\"CatalystLiveURL\" />\n"
37251 " <Property name=\"CatalystLiveTrigger\" />\n"
37252 " </PropertyGroup>\n"
37253 "\n"
37254 " <Hints>\n"
37255 " <UseDocumentationForLabels />\n"
37256 " </Hints>\n"
37257 " </Proxy>\n"
37258 "\n"
37259 " <Proxy name=\"CatalystGlobalOptions\">\n"
37260 " <Documentation>\n"
37261 " A proxy used to maintain global Catalyst state. This, combined with the pipeline shape and a choice of writers and screenshots define what Catalyst will do with and produce from the data that the simulation gives to it.\n"
37262 " </Documentation>\n"
37263 "\n"
37264 " <IntVectorProperty name=\"EnableLive\"\n"
37265 " label=\"Enable Live Connections\"\n"
37266 " default_values=\"0\"\n"
37267 " number_of_elements=\"1\">\n"
37268 " <BooleanDomain name=\"bool\" />\n"
37269 " <Documentation>\n"
37270 " Makes the generated Catalyst Script check for Live connections.\n"
37271 " </Documentation>\n"
37272 " </IntVectorProperty>\n"
37273 "\n"
37274 " <IntVectorProperty name=\"LiveFrequency\"\n"
37275 " label=\"Live Frequency\"\n"
37276 " default_values=\"1\"\n"
37277 " number_of_elements=\"1\"\n"
37278 " panel_visibility=\"advanced\">\n"
37279 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37280 " <Documentation>\n"
37281 " Catalyst will update live connections only every N'th timestep.\n"
37282 " </Documentation>\n"
37283 " </IntVectorProperty>\n"
37284 "\n"
37285 " <StringVectorProperty name=\"DataExtractsRootDirectory\"\n"
37286 " number_of_elements=\"1\"\n"
37287 " default_values=\"\">\n"
37288 " <FileListDomain name=\"directory\" />\n"
37289 " <Hints>\n"
37290 " <UseDirectoryName/>\n"
37291 " <AcceptAnyFile />\n"
37292 " </Hints>\n"
37293 " <Documentation>\n"
37294 " Defines a top level directory where data extracts are placed under.\n"
37295 " </Documentation>\n"
37296 " </StringVectorProperty>\n"
37297 "\n"
37298 " <StringVectorProperty name=\"ImageExtractsRootDirectory\"\n"
37299 ;
37300 
37301 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/utilities.xml
37303 " number_of_elements=\"1\"\n"
37304 " default_values=\"\">\n"
37305 " <FileListDomain name=\"directory\" />\n"
37306 " <Hints>\n"
37307 " <UseDirectoryName/>\n"
37308 " <BrowseLocalFileSystem />\n"
37309 " <AcceptAnyFile />\n"
37310 " </Hints>\n"
37311 " <Documentation>\n"
37312 " Defines a top level directory where image extracts are placed under.\n"
37313 " </Documentation>\n"
37314 " </StringVectorProperty>\n"
37315 "\n"
37316 " <IntVectorProperty name=\"FileNamePadding\"\n"
37317 " label=\"File Padding\"\n"
37318 " default_values=\"0\"\n"
37319 " number_of_elements=\"1\">\n"
37320 " <IntRangeDomain name=\"range\" min=\"0\" max=\"16\"/>\n"
37321 " <Documentation>\n"
37322 " Pads numerical filenames with leading zeros to be a consistent width.\n"
37323 " </Documentation>\n"
37324 " </IntVectorProperty>\n"
37325 "\n"
37326 " <IntVectorProperty name=\"RequestSpecificArrays\"\n"
37327 " default_values=\"0\"\n"
37328 " number_of_elements=\"1\"\n"
37329 " panel_visibility=\"advanced\">\n"
37330 " <BooleanDomain name=\"bool\" />\n"
37331 " <Documentation>\n"
37332 " Tells Catalyst to ask for only those arrays that are currently enabled on the source rather than all of them.\n"
37333 " </Documentation>\n"
37334 " </IntVectorProperty>\n"
37335 "\n"
37336 " <IntVectorProperty name=\"WriteStart\"\n"
37337 " label=\"Write Start\"\n"
37338 " default_values=\"0\"\n"
37339 " number_of_elements=\"1\"\n"
37340 " panel_visibility=\"advanced\">\n"
37341 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37342 " <Documentation>\n"
37343 " Catalyst will skip this many startup cycles (possibly excepting ForceFirstOutput) before starting to write files.\n"
37344 " </Documentation>\n"
37345 " </IntVectorProperty>\n"
37346 "\n"
37347 " <IntVectorProperty name=\"ForceFirstOutput\"\n"
37348 " default_values=\"0\"\n"
37349 " number_of_elements=\"1\"\n"
37350 " panel_visibility=\"advanced\">\n"
37351 " <BooleanDomain name=\"bool\" />\n"
37352 " <Documentation>\n"
37353 " Tells Catalyst to always dump the first timestep it gets because it may take a long time to wait for WriteStart iterations.\n"
37354 " </Documentation>\n"
37355 " </IntVectorProperty>\n"
37356 "\n"
37357 " <IntVectorProperty name=\"RescaleToDataRange\"\n"
37358 " label=\"Rescale to Data Range\"\n"
37359 " default_values=\"0\"\n"
37360 " number_of_elements=\"1\"\n"
37361 " panel_visibility=\"advanced\">\n"
37362 " <BooleanDomain name=\"bool\" />\n"
37363 " <Documentation>\n"
37364 " Adjusts the lookup table dynamically as the simulation progresses.\n"
37365 " </Documentation>\n"
37366 " </IntVectorProperty>\n"
37367 "\n"
37368 " <IntVectorProperty name=\"SaveDTable\"\n"
37369 " label=\"Save Cinema D Table\"\n"
37370 " default_values=\"0\"\n"
37371 " number_of_elements=\"1\">\n"
37372 " <BooleanDomain name=\"bool\" />\n"
37373 " <Documentation>\n"
37374 " Creates a Cinema table that indexes all output files.\n"
37375 " </Documentation>\n"
37376 " </IntVectorProperty>\n"
37377 "\n"
37378 " <StringVectorProperty name=\"TimeInputFilePattern\"\n"
37379 " label=\"Input File Pattern\"\n"
37380 " number_of_elements=\"1\"\n"
37381 " default_values=\"infile_*.vti\"\n"
37382 " panel_visibility=\"advanced\">\n"
37383 " <Documentation>\n"
37384 " A regular expression to that tells spatio-temporal scripts where to search for input files.\n"
37385 " </Documentation>\n"
37386 " </StringVectorProperty>\n"
37387 "\n"
37388 " <IntVectorProperty name=\"TimeCompartmentSize\"\n"
37389 " default_values=\"1\"\n"
37390 " number_of_elements=\"1\"\n"
37391 " panel_visibility=\"advanced\">\n"
37392 " <IntRangeDomain name=\"range\" min=\"1\" max=\"1000\" />\n"
37393 " <Documentation>\n"
37394 " The number of processes working together on a specific time step in a spatio-temporal style batch script.\n"
37395 " </Documentation>\n"
37396 " </IntVectorProperty>\n"
37397 " <PropertyGroup label=\"Spatio-Temporal Controls\">\n"
37398 " <Property name=\"TimeInputFilePattern\" />\n"
37399 " <Property name=\"TimeCompartmentSize\" />\n"
37400 " </PropertyGroup>\n"
37401 " </Proxy>\n"
37402 " </ProxyGroup>\n"
37403 "\n"
37404 " <!-- Catalyst client only proxies, used to generate a coprocessing script\n"
37405 " and to modify writer filename and frequency through ParaView Live\n"
37406 " -->\n"
37407 " <!-- ================================================================= -->\n"
37408 " <ProxyGroup name=\"insitu_writer_parameters\">\n"
37409 " <SourceProxy name=\"XMLPImageDataWriter\" class=\"vtkPVNullSource\"\n"
37410 " label=\"Parallel Image Data Writer\">\n"
37411 " <InputProperty name=\"Input\">\n"
37412 " <ProxyGroupDomain name=\"groups\">\n"
37413 " <Group name=\"sources\" />\n"
37414 " <Group name=\"filters\" />\n"
37415 " </ProxyGroupDomain>\n"
37416 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n"
37417 " <DataType value=\"vtkImageData\" />\n"
37418 " </DataTypeDomain>\n"
37419 " <Documentation>\n"
37420 " The input.\n"
37421 " </Documentation>\n"
37422 " </InputProperty>\n"
37423 "\n"
37424 " <StringVectorProperty name=\"FileName\"\n"
37425 " number_of_elements=\"1\"\n"
37426 " default_values=\"filename_%t.pvti\">\n"
37427 " </StringVectorProperty>\n"
37428 "\n"
37429 " <IntVectorProperty name=\"WriteFrequency\"\n"
37430 " number_of_elements=\"1\"\n"
37431 " default_values=\"1\">\n"
37432 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37433 " </IntVectorProperty>\n"
37434 "\n"
37435 " <IntVectorProperty name=\"PaddingAmount\"\n"
37436 " number_of_elements=\"1\"\n"
37437 " default_values=\"0\">\n"
37438 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37439 " </IntVectorProperty>\n"
37440 "\n"
37441 " <Hints>\n"
37442 " <!-- TODO: this doesn't work yet -->\n"
37443 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37444 "\n"
37445 " <!-- This will help us when exporting the script state -->\n"
37446 " <WriterProxy group=\"writers\" name=\"XMLPImageDataWriter\" />\n"
37447 " </Hints>\n"
37448 " <!-- End of XMLPImageDataWriter -->\n"
37449 " </SourceProxy>\n"
37450 "\n"
37451 " <SourceProxy name=\"XMLPRectilinearGridWriter\" class=\"vtkPVNullSource\"\n"
37452 " label=\"Parallel Rectilinear Grid Writer\">\n"
37453 " <InputProperty name=\"Input\">\n"
37454 " <ProxyGroupDomain name=\"groups\">\n"
37455 " <Group name=\"sources\" />\n"
37456 " <Group name=\"filters\" />\n"
37457 " </ProxyGroupDomain>\n"
37458 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n"
37459 " <DataType value=\"vtkRectilinearGrid\" />\n"
37460 " </DataTypeDomain>\n"
37461 " <Documentation>\n"
37462 " The input.\n"
37463 " </Documentation>\n"
37464 " </InputProperty>\n"
37465 "\n"
37466 " <StringVectorProperty name=\"FileName\"\n"
37467 " number_of_elements=\"1\"\n"
37468 " default_values=\"filename_%t.pvtr\">\n"
37469 " </StringVectorProperty>\n"
37470 "\n"
37471 " <IntVectorProperty name=\"WriteFrequency\"\n"
37472 " number_of_elements=\"1\"\n"
37473 " default_values=\"1\">\n"
37474 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37475 " </IntVectorProperty>\n"
37476 "\n"
37477 " <IntVectorProperty name=\"PaddingAmount\"\n"
37478 " number_of_elements=\"1\"\n"
37479 " default_values=\"0\">\n"
37480 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37481 " </IntVectorProperty>\n"
37482 "\n"
37483 " <Hints>\n"
37484 " <!-- TODO: this doesn't work yet -->\n"
37485 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37486 "\n"
37487 " <!-- This will help us when exporting the script state -->\n"
37488 " <WriterProxy group=\"writers\" name=\"XMLPRectilinearGridWriter\" />\n"
37489 " </Hints>\n"
37490 " <!-- End of XMLRectilinearGridWriter -->\n"
37491 " </SourceProxy>\n"
37492 "\n"
37493 " <SourceProxy name=\"XMLPStructuredGridWriter\" class=\"vtkPVNullSource\"\n"
37494 " label=\"Parallel Structured Grid Writer\">\n"
37495 " <InputProperty name=\"Input\">\n"
37496 " <ProxyGroupDomain name=\"groups\">\n"
37497 " <Group name=\"sources\" />\n"
37498 " <Group name=\"filters\" />\n"
37499 " </ProxyGroupDomain>\n"
37500 " <DataTypeDomain name=\"input_type\">\n"
37501 " <DataType value=\"vtkStructuredGrid\" composite_data_supported=\"0\"/>\n"
37502 " </DataTypeDomain>\n"
37503 " <Documentation>\n"
37504 " The input.\n"
37505 " </Documentation>\n"
37506 " </InputProperty>\n"
37507 "\n"
37508 " <StringVectorProperty name=\"FileName\"\n"
37509 " number_of_elements=\"1\"\n"
37510 " default_values=\"filename_%t.pvts\">\n"
37511 " </StringVectorProperty>\n"
37512 "\n"
37513 " <IntVectorProperty name=\"WriteFrequency\"\n"
37514 " number_of_elements=\"1\"\n"
37515 " default_values=\"1\">\n"
37516 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37517 " </IntVectorProperty>\n"
37518 "\n"
37519 " <IntVectorProperty name=\"PaddingAmount\"\n"
37520 " number_of_elements=\"1\"\n"
37521 " default_values=\"0\">\n"
37522 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37523 " </IntVectorProperty>\n"
37524 "\n"
37525 " <Hints>\n"
37526 " <!-- TODO: this doesn't work yet -->\n"
37527 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37528 "\n"
37529 " <!-- This will help us when exporting the script state -->\n"
37530 " <WriterProxy group=\"writers\" name=\"XMLPStructuredGridWriter\" />\n"
37531 " </Hints>\n"
37532 " <!-- End of XMLPStructuredGridWriter -->\n"
37533 " </SourceProxy>\n"
37534 "\n"
37535 " <SourceProxy name=\"XMLPPolyDataWriter\" class=\"vtkPVNullSource\"\n"
37536 " label=\"Parallel PolyData Writer\">\n"
37537 " <InputProperty name=\"Input\">\n"
37538 " <ProxyGroupDomain name=\"groups\">\n"
37539 " <Group name=\"sources\" />\n"
37540 " <Group name=\"filters\" />\n"
37541 " </ProxyGroupDomain>\n"
37542 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n"
37543 " <DataType value=\"vtkPolyData\" />\n"
37544 " </DataTypeDomain>\n"
37545 " <Documentation>\n"
37546 " The input.\n"
37547 " </Documentation>\n"
37548 " </InputProperty>\n"
37549 "\n"
37550 " <StringVectorProperty name=\"FileName\"\n"
37551 " number_of_elements=\"1\"\n"
37552 " default_values=\"filename_%t.pvtp\">\n"
37553 " </StringVectorProperty>\n"
37554 "\n"
37555 " <IntVectorProperty name=\"WriteFrequency\"\n"
37556 " number_of_elements=\"1\"\n"
37557 " default_values=\"1\">\n"
37558 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37559 " </IntVectorProperty>\n"
37560 "\n"
37561 " <IntVectorProperty name=\"PaddingAmount\"\n"
37562 " number_of_elements=\"1\"\n"
37563 " default_values=\"0\">\n"
37564 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37565 " </IntVectorProperty>\n"
37566 "\n"
37567 " <Hints>\n"
37568 " <!-- TODO: this doesn't work yet -->\n"
37569 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37570 "\n"
37571 " <!-- This will help us when exporting the script state -->\n"
37572 " <WriterProxy group=\"writers\" name=\"XMLPPolyDataWriter\" />\n"
37573 " </Hints>\n"
37574 " <!-- End of XMLPPolyDataWriter -->\n"
37575 " </SourceProxy>\n"
37576 "\n"
37577 " <SourceProxy name=\"XMLPUnstructuredGridWriter\" class=\"vtkPVNullSource\"\n"
37578 " label=\"Parallel UnstructuredGrid Writer\">\n"
37579 " <InputProperty name=\"Input\">\n"
37580 " <ProxyGroupDomain name=\"groups\">\n"
37581 " <Group name=\"sources\" />\n"
37582 " <Group name=\"filters\" />\n"
37583 " </ProxyGroupDomain>\n"
37584 " <DataTypeDomain name=\"input_type\">\n"
37585 " <DataType value=\"vtkUnstructuredGrid\" composite_data_supported=\"0\"/>\n"
37586 " </DataTypeDomain>\n"
37587 " <Documentation>\n"
37588 " The input.\n"
37589 " </Documentation>\n"
37590 " </InputProperty>\n"
37591 "\n"
37592 " <StringVectorProperty name=\"FileName\"\n"
37593 " number_of_elements=\"1\"\n"
37594 " default_values=\"filename_%t.pvtu\">\n"
37595 " </StringVectorProperty>\n"
37596 "\n"
37597 " <IntVectorProperty name=\"WriteFrequency\"\n"
37598 " number_of_elements=\"1\"\n"
37599 " default_values=\"1\">\n"
37600 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37601 " </IntVectorProperty>\n"
37602 "\n"
37603 " <IntVectorProperty name=\"PaddingAmount\"\n"
37604 " number_of_elements=\"1\"\n"
37605 " default_values=\"0\">\n"
37606 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37607 " </IntVectorProperty>\n"
37608 "\n"
37609 " <Hints>\n"
37610 " <!-- TODO: this doesn't work yet -->\n"
37611 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37612 "\n"
37613 " <!-- This will help us when exporting the script state -->\n"
37614 " <WriterProxy group=\"writers\" name=\"XMLPUnstructuredGridWriter\" />\n"
37615 " </Hints>\n"
37616 " <!-- End of XMLPUnstructuredGridWriter -->\n"
37617 " </SourceProxy>\n"
37618 "\n"
37619 " <SourceProxy name=\"XMLMultiBlockDataWriter\" class=\"vtkPVNullSource\"\n"
37620 " label=\"Parallel MultiBlockDataSet Writer\">\n"
37621 " <InputProperty name=\"Input\">\n"
37622 " <ProxyGroupDomain name=\"groups\">\n"
37623 " <Group name=\"sources\" />\n"
37624 " <Group name=\"filters\" />\n"
37625 " </ProxyGroupDomain>\n"
37626 " <DataTypeDomain name=\"input_type\">\n"
37627 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
37628 " </DataTypeDomain>\n"
37629 " <Documentation>\n"
37630 " The input.\n"
37631 " </Documentation>\n"
37632 " </InputProperty>\n"
37633 "\n"
37634 " <StringVectorProperty name=\"FileName\"\n"
37635 " number_of_elements=\"1\"\n"
37636 " default_values=\"filename_%t.vtm\">\n"
37637 " </StringVectorProperty>\n"
37638 "\n"
37639 " <IntVectorProperty name=\"WriteFrequency\"\n"
37640 " number_of_elements=\"1\"\n"
37641 " default_values=\"1\">\n"
37642 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37643 " </IntVectorProperty>\n"
37644 "\n"
37645 " <IntVectorProperty name=\"PaddingAmount\"\n"
37646 " number_of_elements=\"1\"\n"
37647 " default_values=\"0\">\n"
37648 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37649 " </IntVectorProperty>\n"
37650 "\n"
37651 " <Hints>\n"
37652 " <!-- TODO: this doesn't work yet -->\n"
37653 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37654 "\n"
37655 " <!-- This will help us when exporting the script state -->\n"
37656 " <WriterProxy group=\"writers\" name=\"XMLMultiBlockDataWriter\" />\n"
37657 " </Hints>\n"
37658 " <!-- End of XMLMultiBlockDataWriter -->\n"
37659 " </SourceProxy>\n"
37660 "\n"
37661 " <SourceProxy name=\"XMLHierarchicalBoxDataWriter\" class=\"vtkPVNullSource\"\n"
37662 " label=\"Parallel Hierarchical Box Data Writer\">\n"
37663 " <InputProperty name=\"Input\">\n"
37664 " <ProxyGroupDomain name=\"groups\">\n"
37665 " <Group name=\"sources\" />\n"
37666 " <Group name=\"filters\" />\n"
37667 " </ProxyGroupDomain>\n"
37668 " <DataTypeDomain name=\"input_type\">\n"
37669 " <DataType value=\"vtkOverlappingAMR\" />\n"
37670 " </DataTypeDomain>\n"
37671 " <Documentation>\n"
37672 " The input.\n"
37673 " </Documentation>\n"
37674 " </InputProperty>\n"
37675 "\n"
37676 " <StringVectorProperty name=\"FileName\"\n"
37677 " number_of_elements=\"1\"\n"
37678 " default_values=\"filename_%t.vth\">\n"
37679 " </StringVectorProperty>\n"
37680 "\n"
37681 " <IntVectorProperty name=\"WriteFrequency\"\n"
37682 " number_of_elements=\"1\"\n"
37683 " default_values=\"1\">\n"
37684 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37685 " </IntVectorProperty>\n"
37686 "\n"
37687 " <IntVectorProperty name=\"PaddingAmount\"\n"
37688 " number_of_elements=\"1\"\n"
37689 " default_values=\"0\">\n"
37690 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37691 " </IntVectorProperty>\n"
37692 "\n"
37693 " <Hints>\n"
37694 " <!-- TODO: this doesn't work yet -->\n"
37695 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37696 "\n"
37697 " <!-- This will help us when exporting the script state -->\n"
37698 " <WriterProxy group=\"writers\" name=\"XMLHierarchicalBoxDataWriter\" />\n"
37699 ;
37700 
37701 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/utilities.xml
37703 " </Hints>\n"
37704 " <!-- End of XMLHierarchicalBoxDataWriter -->\n"
37705 " </SourceProxy>\n"
37706 "\n"
37707 " <SourceProxy name=\"XMLUniformGridAMRWriter\" class=\"vtkPVNullSource\"\n"
37708 " label=\"Parallel Uniform Grid AMR Writer\">\n"
37709 " <InputProperty name=\"Input\">\n"
37710 " <ProxyGroupDomain name=\"groups\">\n"
37711 " <Group name=\"sources\" />\n"
37712 " <Group name=\"filters\" />\n"
37713 " </ProxyGroupDomain>\n"
37714 " <DataTypeDomain name=\"input_type\">\n"
37715 " <DataType value=\"vtkUniformGridAMR\" />\n"
37716 " </DataTypeDomain>\n"
37717 " <Documentation>\n"
37718 " The input.\n"
37719 " </Documentation>\n"
37720 " </InputProperty>\n"
37721 "\n"
37722 " <StringVectorProperty name=\"FileName\"\n"
37723 " number_of_elements=\"1\"\n"
37724 " default_values=\"filename_%t.vth\">\n"
37725 " </StringVectorProperty>\n"
37726 "\n"
37727 " <IntVectorProperty name=\"WriteFrequency\"\n"
37728 " number_of_elements=\"1\"\n"
37729 " default_values=\"1\">\n"
37730 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37731 " </IntVectorProperty>\n"
37732 "\n"
37733 " <IntVectorProperty name=\"PaddingAmount\"\n"
37734 " number_of_elements=\"1\"\n"
37735 " default_values=\"0\">\n"
37736 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37737 " </IntVectorProperty>\n"
37738 "\n"
37739 " <Hints>\n"
37740 " <!-- TODO: this doesn't work yet -->\n"
37741 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37742 "\n"
37743 " <!-- This will help us when exporting the script state -->\n"
37744 " <WriterProxy group=\"writers\" name=\"XMLUniformGridAMRWriter\" />\n"
37745 " </Hints>\n"
37746 " <!-- End of XMLUniformGridAMRWriter -->\n"
37747 " </SourceProxy>\n"
37748 "\n"
37749 " <SourceProxy name=\"CSVWriter\" class=\"vtkPVNullSource\"\n"
37750 " label=\"CSV Table Writer\">\n"
37751 " <InputProperty name=\"Input\">\n"
37752 " <ProxyGroupDomain name=\"groups\">\n"
37753 " <Group name=\"sources\" />\n"
37754 " <Group name=\"filters\" />\n"
37755 " </ProxyGroupDomain>\n"
37756 " <DataTypeDomain name=\"input_type\">\n"
37757 " <DataType value=\"vtkTable\" />\n"
37758 " </DataTypeDomain>\n"
37759 " <Documentation>\n"
37760 " The input.\n"
37761 " </Documentation>\n"
37762 " </InputProperty>\n"
37763 "\n"
37764 " <StringVectorProperty name=\"FileName\"\n"
37765 " number_of_elements=\"1\"\n"
37766 " default_values=\"filename_%t.csv\">\n"
37767 " </StringVectorProperty>\n"
37768 "\n"
37769 " <IntVectorProperty name=\"WriteFrequency\"\n"
37770 " number_of_elements=\"1\"\n"
37771 " default_values=\"1\">\n"
37772 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37773 " </IntVectorProperty>\n"
37774 "\n"
37775 " <IntVectorProperty name=\"PaddingAmount\"\n"
37776 " number_of_elements=\"1\"\n"
37777 " default_values=\"0\">\n"
37778 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37779 " </IntVectorProperty>\n"
37780 "\n"
37781 " <Hints>\n"
37782 " <!-- TODO: this doesn't work yet -->\n"
37783 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37784 "\n"
37785 " <!-- This will help us when exporting the script state -->\n"
37786 " <WriterProxy group=\"writers\" name=\"CSVWriter\" />\n"
37787 " </Hints>\n"
37788 " <!-- End of XMLHierarchicalBoxDataWriter -->\n"
37789 " </SourceProxy>\n"
37790 "\n"
37791 " <SourceProxy name=\"ExodusIIWriter\" class=\"vtkPVNullSource\"\n"
37792 " label=\"ExodusII Writer\">\n"
37793 " <InputProperty name=\"Input\">\n"
37794 " <ProxyGroupDomain name=\"groups\">\n"
37795 " <Group name=\"sources\" />\n"
37796 " <Group name=\"filters\" />\n"
37797 " </ProxyGroupDomain>\n"
37798 " <DataTypeDomain composite_data_supported=\"1\"\n"
37799 " name=\"input_type\">\n"
37800 " <DataType value=\"vtkImageData\" />\n"
37801 " <DataType value=\"vtkPolyData\" />\n"
37802 " <DataType value=\"vtkUnstructuredGrid\" />\n"
37803 " </DataTypeDomain>\n"
37804 "\n"
37805 " <Documentation>\n"
37806 " The input.\n"
37807 " </Documentation>\n"
37808 " </InputProperty>\n"
37809 "\n"
37810 " <StringVectorProperty name=\"FileName\"\n"
37811 " number_of_elements=\"1\"\n"
37812 " default_values=\"filename.e-s\">\n"
37813 " </StringVectorProperty>\n"
37814 " <IntVectorProperty name=\"WriteFrequency\"\n"
37815 " number_of_elements=\"1\"\n"
37816 " default_values=\"1\">\n"
37817 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37818 " </IntVectorProperty>\n"
37819 "\n"
37820 " <IntVectorProperty name=\"PaddingAmount\"\n"
37821 " number_of_elements=\"1\"\n"
37822 " default_values=\"5\">\n"
37823 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37824 " </IntVectorProperty>\n"
37825 "\n"
37826 " <Hints>\n"
37827 " <!-- TODO: this doesn't work yet -->\n"
37828 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37829 "\n"
37830 " <!-- This will help us when exporting the script state -->\n"
37831 " <WriterProxy group=\"writers\" name=\"ExodusIIWriter\" />\n"
37832 " </Hints>\n"
37833 " <!-- End of ExodusIIWriter -->\n"
37834 " </SourceProxy>\n"
37835 "\n"
37836 " <SourceProxy name=\"HyperTreeGridWriter\" class=\"vtkPVNullSource\"\n"
37837 " label=\"Parallel HyperTreeGrid Writer\">\n"
37838 " <InputProperty name=\"Input\">\n"
37839 " <ProxyGroupDomain name=\"groups\">\n"
37840 " <Group name=\"sources\" />\n"
37841 " <Group name=\"filters\" />\n"
37842 " </ProxyGroupDomain>\n"
37843 " <DataTypeDomain name=\"input_type\">\n"
37844 " <DataType value=\"vtkHyperTreeGrid\" />\n"
37845 " </DataTypeDomain>\n"
37846 " <Documentation>\n"
37847 " The input.\n"
37848 " </Documentation>\n"
37849 " </InputProperty>\n"
37850 "\n"
37851 " <StringVectorProperty name=\"FileName\"\n"
37852 " number_of_elements=\"1\"\n"
37853 " default_values=\"filename_%t.htg\">\n"
37854 " </StringVectorProperty>\n"
37855 "\n"
37856 " <IntVectorProperty name=\"WriteFrequency\"\n"
37857 " number_of_elements=\"1\"\n"
37858 " default_values=\"1\">\n"
37859 " <IntRangeDomain name=\"range\" min=\"1\" />\n"
37860 " </IntVectorProperty>\n"
37861 "\n"
37862 " <IntVectorProperty name=\"PaddingAmount\"\n"
37863 " number_of_elements=\"1\"\n"
37864 " default_values=\"0\">\n"
37865 " <IntRangeDomain name=\"range\" min=\"0\" />\n"
37866 " </IntVectorProperty>\n"
37867 "\n"
37868 " <Hints>\n"
37869 " <!-- TODO: this doesn't work yet -->\n"
37870 " <PipelineIcon name=\":pqComponents/pqSave.svg\" />\n"
37871 "\n"
37872 " <!-- This will help us when exporting the script state -->\n"
37873 " <WriterProxy group=\"writers\" name=\"HyperTreeGridWriter\" />\n"
37874 " </Hints>\n"
37875 " <!-- End of HyperTreeGridWriter -->\n"
37876 " </SourceProxy>\n"
37877 " </ProxyGroup>\n"
37878 "\n"
37879 " <ProxyGroup name=\"pythontracing\">\n"
37880 " <Proxy name=\"PythonTraceOptions\">\n"
37881 " <Documentation>\n"
37882 " Options proxy used to prompt user for tracing options when starting trace.\n"
37883 " </Documentation>\n"
37884 " <IntVectorProperty name=\"PropertiesToTraceOnCreate\"\n"
37885 " default_values=\"1\"\n"
37886 " number_of_elements=\"1\">\n"
37887 " <Documentation>\n"
37888 " Select which properties to save in trace\n"
37889 " </Documentation>\n"
37890 " <EnumerationDomain name=\"enum\">\n"
37891 " <Entry text=\"all properties\" value=\"0\" />\n"
37892 " <Entry text=\"any *modified* properties\" value=\"1\" />\n"
37893 " <Entry text=\"only *user-modified* properites\" value=\"2\" />\n"
37894 " </EnumerationDomain>\n"
37895 " </IntVectorProperty>\n"
37896 "\n"
37897 " <IntVectorProperty name=\"FullyTraceSupplementalProxies\"\n"
37898 " number_of_elements=\"1\"\n"
37899 " default_values=\"0\">\n"
37900 " <BooleanDomain name=\"bool\"/>\n"
37901 " <Documentation>\n"
37902 " Fully trace supplemental objects, such as color maps, color bars, etc.\n"
37903 " when accessed the first time in trace.\n"
37904 " </Documentation>\n"
37905 " </IntVectorProperty>\n"
37906 "\n"
37907 " <IntVectorProperty name=\"SkipRenderingComponents\"\n"
37908 " number_of_elements=\"1\"\n"
37909 " default_values=\"0\">\n"
37910 " <BooleanDomain name=\"bool\" />\n"
37911 " <Documentation>\n"
37912 " Skip rendering components such as views, representations, etc.\n"
37913 " </Documentation>\n"
37914 " </IntVectorProperty>\n"
37915 "\n"
37916 " <IntVectorProperty name=\"ShowIncrementalTrace\"\n"
37917 " default_values=\"0\"\n"
37918 " number_of_elements=\"1\">\n"
37919 " <BooleanDomain name=\"bool\" />\n"
37920 " <Documentation>\n"
37921 " Show trace as it is being generated.\n"
37922 " </Documentation>\n"
37923 " </IntVectorProperty>\n"
37924 "\n"
37925 " <PropertyGroup label=\"General options\">\n"
37926 " <Property name=\"PropertiesToTraceOnCreate\" />\n"
37927 " </PropertyGroup>\n"
37928 " <PropertyGroup label=\"Color maps, color bar etc.\">\n"
37929 " <Property name=\"FullyTraceSupplementalProxies\" />\n"
37930 " </PropertyGroup>\n"
37931 " <PropertyGroup label=\"Miscellaneous\">\n"
37932 " <Property name=\"SkipRenderingComponents\" />\n"
37933 " <Property name=\"ShowIncrementalTrace\" />\n"
37934 " </PropertyGroup>\n"
37935 " <Hints>\n"
37936 " <UseDocumentationForLabels />\n"
37937 " </Hints>\n"
37938 " </Proxy>\n"
37939 "\n"
37940 " <Proxy name=\"PythonStateOptions\">\n"
37941 " <Documentation>\n"
37942 " Options proxy used to prompt user for python state options.\n"
37943 " </Documentation>\n"
37944 " <IntVectorProperty name=\"PropertiesToTraceOnCreate\"\n"
37945 " default_values=\"1\"\n"
37946 " number_of_elements=\"1\">\n"
37947 " <Documentation>\n"
37948 " Select which properties to save in state\n"
37949 " </Documentation>\n"
37950 " <EnumerationDomain name=\"enum\">\n"
37951 " <Entry text=\"all properties\" value=\"0\" />\n"
37952 " <Entry text=\"any *modified* properties\" value=\"1\" />\n"
37953 " <!--\n"
37954 " state cannot have this option since we don't know which properties\n"
37955 " are user-modified when saving state.\n"
37956 " <Entry text=\"only *user-modified* properites\" value=\"2\" />\n"
37957 " -->\n"
37958 " </EnumerationDomain>\n"
37959 " </IntVectorProperty>\n"
37960 " <IntVectorProperty name=\"SkipRenderingComponents\"\n"
37961 " number_of_elements=\"1\"\n"
37962 " default_values=\"0\">\n"
37963 " <BooleanDomain name=\"bool\" />\n"
37964 " <Documentation>\n"
37965 " Skip rendering components such as views, representations, etc.\n"
37966 " </Documentation>\n"
37967 " </IntVectorProperty>\n"
37968 " <IntVectorProperty name=\"SkipHiddenDisplayProperties\"\n"
37969 " default_values=\"1\"\n"
37970 " number_of_elements=\"1\">\n"
37971 " <BooleanDomain name=\"bool\"/>\n"
37972 " <Documentation>\n"
37973 " Skip displays properties/representations for elements hidden in a view.\n"
37974 " </Documentation>\n"
37975 " <Hints>\n"
37976 " <PropertyWidgetDecorator\n"
37977 " type=\"GenericDecorator\"\n"
37978 " mode=\"enabled_state\"\n"
37979 " property=\"SkipRenderingComponents\" value=\"0\">\n"
37980 " </PropertyWidgetDecorator>\n"
37981 " </Hints>\n"
37982 " </IntVectorProperty>\n"
37983 " <SubProxy>\n"
37984 " <Proxy name=\"SaveExtractsOptions\" proxygroup=\"misc\" proxyname=\"SaveAnimationExtracts\"/>\n"
37985 " <ExposedProperties>\n"
37986 " <Property name=\"ExtractsOutputDirectory\" />\n"
37987 " </ExposedProperties>\n"
37988 " </SubProxy>\n"
37989 "\n"
37990 " <PropertyGroup label=\"General Options\">\n"
37991 " <Property name=\"PropertiesToTraceOnCreate\" />\n"
37992 " <Property name=\"SkipRenderingComponents\" />\n"
37993 " <Property name=\"SkipHiddenDisplayProperties\" />\n"
37994 " </PropertyGroup>\n"
37995 "\n"
37996 " <PropertyGroup label=\"Save Extracts Options\">\n"
37997 " <Property name=\"ExtractsOutputDirectory\" />\n"
37998 " </PropertyGroup>\n"
37999 "\n"
38000 " <Hints>\n"
38001 " <UseDocumentationForLabels />\n"
38002 " </Hints>\n"
38003 " </Proxy>\n"
38004 " </ProxyGroup>\n"
38005 "\n"
38006 " <ProxyGroup name=\"seed_sources\">\n"
38007 " <Proxy group=\"extended_sources\"\n"
38008 " name=\"PointSource\"/>\n"
38009 " <Proxy group=\"extended_sources\"\n"
38010 " name=\"HighResLineSource\"/>\n"
38011 " </ProxyGroup>\n"
38012 " <ProxyGroup name=\"integrators\">\n"
38013 " <Proxy class=\"vtkRungeKutta2\"\n"
38014 " name=\"RungeKutta2\"\n"
38015 " label=\"Runge Kutta 2\">\n"
38016 " </Proxy>\n"
38017 " <Proxy class=\"vtkRungeKutta4\"\n"
38018 " name=\"RungeKutta4\"\n"
38019 " label=\"Runge Kutta 4\">\n"
38020 " </Proxy>\n"
38021 " <Proxy class=\"vtkRungeKutta45\"\n"
38022 " name=\"RungeKutta45\"\n"
38023 " label=\"Runge Kutta 4/5\">\n"
38024 " </Proxy>\n"
38025 " </ProxyGroup>\n"
38026 "\n"
38027 " <ProxyGroup name=\"options\">\n"
38028 " <LoadStateOptionsProxy class=\"vtkLoadStateOptions\"\n"
38029 " name=\"LoadStateOptions\">\n"
38030 " <Documentation>\n"
38031 " Options proxy used to prompt user for options when loading pvsm state files.\n"
38032 " </Documentation>\n"
38033 "\n"
38034 " <IntVectorProperty name=\"LoadStateDataFileOptions\"\n"
38035 " default_values=\"0\"\n"
38036 " number_of_elements=\"1\">\n"
38037 " <Documentation>\n"
38038 " Decide how to locate data files in loaded state.\n"
38039 " </Documentation>\n"
38040 " <EnumerationDomain name=\"enum\">\n"
38041 " <Entry text=\"Use File Names From State\" value=\"0\" />\n"
38042 " <Entry text=\"Search files under specified directory\" value=\"1\" />\n"
38043 " <Entry text=\"Choose File Names\" value=\"2\" />\n"
38044 " </EnumerationDomain>\n"
38045 " </IntVectorProperty>\n"
38046 "\n"
38047 " <StringVectorProperty name=\"DataDirectory\"\n"
38048 " command=\"SetDataDirectory\"\n"
38049 " number_of_elements=\"1\"\n"
38050 " default_values=\"\">\n"
38051 " <FileListDomain name=\"files\" />\n"
38052 " <Documentation>\n"
38053 " Directory to look for data files under. Defaults to the state file's directory.\n"
38054 " </Documentation>\n"
38055 " <Hints>\n"
38056 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"LoadStateDataFileOptions\" value=\"1\">\n"
38057 " </PropertyWidgetDecorator>\n"
38058 " <UseDirectoryName />\n"
38059 " </Hints>\n"
38060 " </StringVectorProperty>\n"
38061 " <IntVectorProperty name=\"OnlyUseFilesInDataDirectory\" number_of_elements=\"1\" default_values=\"0\">\n"
38062 " <BooleanDomain name=\"bool\"/>\n"
38063 " <Documentation>\n"
38064 " When this is set to true, 'Search files under specified directory' mode will fail when a file is not in the\n"
38065 " data directory rather than defaulting back to the absolute path in the state file.\n"
38066 " </Documentation>\n"
38067 " <Hints>\n"
38068 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"LoadStateDataFileOptions\" value=\"1\">\n"
38069 " </PropertyWidgetDecorator>\n"
38070 " </Hints>\n"
38071 " </IntVectorProperty>\n"
38072 " </LoadStateOptionsProxy>\n"
38073 " </ProxyGroup>\n"
38074 "\n"
38075 " <!-- ================================================================= -->\n"
38076 " <ProxyGroup name=\"insitu2_misc\">\n"
38077 " <Proxy name=\"CDB\" processes=\"client\">\n"
38078 " <Documentation>\n"
38079 " Global setup for Cinema Image Database output.\n"
38080 " </Documentation>\n"
38081 " <IntVectorProperty name=\"DeferredRendering\"\n"
38082 " number_of_elements=\"1\"\n"
38083 " default_values=\"0\">\n"
38084 " <Documentation>\n"
38085 " Deferred rendering cabability level for the database. None means that static images are created at each viewpoint (aka 'SpecA'). Composeable (aka 'SpecB') adds ability to hide/show individual objects. Recolorable (aka 'Spec C') adds colormap editability.\n"
38086 " </Documentation>\n"
38087 " <EnumerationDomain name=\"enum\">\n"
38088 " <Entry text=\"None\" value=\"0\" />\n"
38089 " <Entry text=\"Composable\" value=\"1\" />\n"
38090 " <Entry text=\"Composable+Recolorable\" value=\"2\" />\n"
38091 " </EnumerationDomain>\n"
38092 " </IntVectorProperty>\n"
38093 " <IntVectorProperty name=\"CameraModel\"\n"
38094 " number_of_elements=\"1\"\n"
38095 " default_values=\"0\">\n"
38096 " <Documentation>\n"
38097 " Camera capability level for the database. Static means the camera is fixed, phi-theta is an inward facing rectilinear sampling over a sphere, inward pose is similar but maintains samples more sparsely.\n"
38098 ;
38099 
38100 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/utilities.xml
38102 " </Documentation>\n"
38103 " <EnumerationDomain name=\"enum\">\n"
38104 " <Entry text=\"Static\" value=\"0\" />\n"
38105 " <Entry text=\"Phi-Theta\" value=\"1\" />\n"
38106 " <Entry text=\"Inward Pose\" value=\"2\" />\n"
38107 " </EnumerationDomain>\n"
38108 " </IntVectorProperty>\n"
38109 " <StringVectorProperty name=\"TrackObject\"\n"
38110 " number_of_elements=\"1\"\n"
38111 " default_values=\"None\">\n"
38112 " <Documentation>\n"
38113 " Name of a pipeline object to orient the camera with. Only meaningful for Pose camera.\n"
38114 " </Documentation>\n"
38115 " <Hints>\n"
38116 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
38117 " <Expression type=\"and\">\n"
38118 " <Expression type=\"or\">\n"
38119 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"DeferredRendering\" value=\"1\" />\n"
38120 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"DeferredRendering\" value=\"2\" />\n"
38121 " </Expression>\n"
38122 " <Expression type=\"or\">\n"
38123 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraModel\" value=\"2\" />\n"
38124 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraModel\" value=\"3\" />\n"
38125 " </Expression>\n"
38126 " </Expression>\n"
38127 " </PropertyWidgetDecorator>\n"
38128 " </Hints>\n"
38129 " </StringVectorProperty>\n"
38130 " <IntVectorProperty name=\"Camera Phi Divisions\"\n"
38131 " number_of_elements=\"1\"\n"
38132 " default_values=\"12\">\n"
38133 " <Documentation>\n"
38134 " Specify number of longitudinal divisions. Only meaningful for Phi-Theta and Pose cameras.\n"
38135 " </Documentation>\n"
38136 " <IntRangeDomain name=\"range\" min=\"1\" max=\"64\" />\n"
38137 " </IntVectorProperty>\n"
38138 " <IntVectorProperty name=\"Camera Theta Divisions\"\n"
38139 " number_of_elements=\"1\"\n"
38140 " default_values=\"7\">\n"
38141 " <Documentation>\n"
38142 " Specify number of latitudinal divisions. Only meaningful for Phi-Theta and Pose cameras.\n"
38143 " </Documentation>\n"
38144 " <IntRangeDomain name=\"range\" min=\"1\" max=\"32\" />\n"
38145 " </IntVectorProperty>\n"
38146 " <IntVectorProperty name=\"Camera Roll Divisions\"\n"
38147 " number_of_elements=\"1\"\n"
38148 " default_values=\"1\">\n"
38149 " <Documentation>\n"
38150 " Specify number of roll divisions. Only meaningful for Pose camera.\n"
38151 " </Documentation>\n"
38152 " <IntRangeDomain name=\"range\" min=\"1\" max=\"64\" />\n"
38153 " <Hints>\n"
38154 " <PropertyWidgetDecorator type=\"CompositeDecorator\">\n"
38155 " <Expression type=\"and\">\n"
38156 " <Expression type=\"or\">\n"
38157 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"DeferredRendering\" value=\"1\" />\n"
38158 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"DeferredRendering\" value=\"2\" />\n"
38159 " </Expression>\n"
38160 " <Expression type=\"or\">\n"
38161 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraModel\" value=\"2\" />\n"
38162 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"CameraModel\" value=\"3\" />\n"
38163 " </Expression>\n"
38164 " </Expression>\n"
38165 " </PropertyWidgetDecorator>\n"
38166 " </Hints>\n"
38167 " </IntVectorProperty>\n"
38168 " <Hints>\n"
38169 " <FormatOptions extensions=\"cdb\"\n"
38170 " file_description=\"Cinema Image Exports\" />\n"
38171 " </Hints>\n"
38172 " </Proxy>\n"
38173 " </ProxyGroup>\n"
38174 "\n"
38175 "</ServerManagerConfiguration>\n"
38176 "\n";
38177 // Get single string
38179 {
38180 
38181  const size_t len0 = strlen(paraview_server_managerutilitiesInterface0);
38182  const size_t len1 = strlen(paraview_server_managerutilitiesInterface1);
38183  const size_t len2 = strlen(paraview_server_managerutilitiesInterface2);
38184  const size_t len3 = strlen(paraview_server_managerutilitiesInterface3);
38185  const size_t len4 = strlen(paraview_server_managerutilitiesInterface4);
38186  const size_t len5 = strlen(paraview_server_managerutilitiesInterface5);
38187  size_t len = ( 0
38188  + len0
38189  + len1
38190  + len2
38191  + len3
38192  + len4
38193  + len5 );
38194  char* res = new char[ len + 1];
38195  size_t offset = 0;
38196  std::copy(paraview_server_managerutilitiesInterface0, paraview_server_managerutilitiesInterface0 + len0, res + offset); offset += len0;
38197  std::copy(paraview_server_managerutilitiesInterface1, paraview_server_managerutilitiesInterface1 + len1, res + offset); offset += len1;
38198  std::copy(paraview_server_managerutilitiesInterface2, paraview_server_managerutilitiesInterface2 + len2, res + offset); offset += len2;
38199  std::copy(paraview_server_managerutilitiesInterface3, paraview_server_managerutilitiesInterface3 + len3, res + offset); offset += len3;
38200  std::copy(paraview_server_managerutilitiesInterface4, paraview_server_managerutilitiesInterface4 + len4, res + offset); offset += len4;
38201  std::copy(paraview_server_managerutilitiesInterface5, paraview_server_managerutilitiesInterface5 + len5, res + offset); offset += len5;
38202  assert(offset == len);
38203  res[offset] = 0;
38204  return res;
38205 }
38206 
38207 
38208 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/proxies_computationalgeometry.xml
38210 "<ServerManagerConfiguration>\n"
38211 " <ProxyGroup name=\"parametric_functions\">\n"
38212 " <Proxy class=\"vtkParametricSpline\"\n"
38213 " name=\"Spline\">\n"
38214 " <DoubleVectorProperty command=\"SetPoint\"\n"
38215 " default_values=\"0 0 0 1 0 0\"\n"
38216 " name=\"Points\"\n"
38217 " number_of_elements=\"6\"\n"
38218 " number_of_elements_per_command=\"3\"\n"
38219 " repeat_command=\"1\"\n"
38220 " set_number_command=\"SetNumberOfPoints\"\n"
38221 " use_index=\"1\"></DoubleVectorProperty>\n"
38222 " <IntVectorProperty command=\"SetClosed\"\n"
38223 " default_values=\"0\"\n"
38224 " name=\"Closed\"\n"
38225 " number_of_elements=\"1\">\n"
38226 " <BooleanDomain name=\"bool\" />\n"
38227 " </IntVectorProperty>\n"
38228 " <PropertyGroup label=\"Spline Parameters\" panel_widget=\"InteractiveSpline\">\n"
38229 " <Property function=\"HandlePositions\" name=\"Points\" />\n"
38230 " <Property function=\"Closed\" name=\"Closed\" />\n"
38231 " </PropertyGroup>\n"
38232 " <!-- end of Spline -->\n"
38233 " </Proxy>\n"
38234 " </ProxyGroup>\n"
38235 "</ServerManagerConfiguration>\n"
38236 "\n";
38237 // Get single string
38239 {
38240 
38242  size_t len = ( 0
38243  + len0 );
38244  char* res = new char[ len + 1];
38245  size_t offset = 0;
38247  assert(offset == len);
38248  res[offset] = 0;
38249  return res;
38250 }
38251 
38252 
38253 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_domainschemistry.xml
38255 "<ServerManagerConfiguration>\n"
38256 " <ProxyGroup name=\"filters\">\n"
38257 " <!-- ==================================================================== -->\n"
38258 " <SourceProxy class=\"vtkMoleculeToLinesFilter\"\n"
38259 " name=\"MoleculeToLines\"\n"
38260 " label=\"Molecule To Lines\">\n"
38261 " <Documentation long_help=\"Convert a molecule into lines.\"\n"
38262 " short_help=\"Convert a molecule into lines.\">\n"
38263 " Convert a molecule into lines. Each atom of the input becomes a point of the output polydata, each bond a line.\n"
38264 " </Documentation>\n"
38265 " <InputProperty name=\"Input\"\n"
38266 " command=\"SetInputConnection\">\n"
38267 " <ProxyGroupDomain name=\"groups\">\n"
38268 " <Group name=\"sources\"/>\n"
38269 " <Group name=\"filters\"/>\n"
38270 " </ProxyGroupDomain>\n"
38271 " <DataTypeDomain name=\"input_type\">\n"
38272 " <DataType value=\"vtkMolecule\"/>\n"
38273 " </DataTypeDomain>\n"
38274 " </InputProperty>\n"
38275 " <!-- End MoleculeToLines -->\n"
38276 " </SourceProxy>\n"
38277 "\n"
38278 " <!-- ==================================================================== -->\n"
38279 " <SourceProxy class=\"vtkPointSetToMoleculeFilter\"\n"
38280 " name=\"PointSetToMolecule\"\n"
38281 " label=\"Convert Into Molecule\">\n"
38282 " <Documentation long_help=\"Convert a point set into a molecule.\"\n"
38283 " short_help=\"Convert a point set into a molecule.\">\n"
38284 " Convert a point set into a molecule. Every point of the input becomes an atom\n"
38285 " of the output molecule. It needs a point array containing the atomic numbers.\n"
38286 " </Documentation>\n"
38287 " <InputProperty name=\"Input\"\n"
38288 " command=\"SetInputConnection\">\n"
38289 " <ProxyGroupDomain name=\"groups\">\n"
38290 " <Group name=\"sources\"/>\n"
38291 " <Group name=\"filters\"/>\n"
38292 " </ProxyGroupDomain>\n"
38293 " <DataTypeDomain name=\"input_type\">\n"
38294 " <DataType value=\"vtkPointSet\"/>\n"
38295 " </DataTypeDomain>\n"
38296 " <InputArrayDomain attribute_type=\"point\"\n"
38297 " name=\"input_array\"\n"
38298 " number_of_components=\"1\"/>\n"
38299 " </InputProperty>\n"
38300 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
38301 " element_types=\"0 0 0 0 2\"\n"
38302 " label=\"Atomic Numbers\"\n"
38303 " name=\"SelectInputScalars\"\n"
38304 " number_of_elements=\"5\">\n"
38305 " <ArrayListDomain attribute_type=\"Scalars\"\n"
38306 " input_domain_name=\"input_array\"\n"
38307 " name=\"array_list\">\n"
38308 " <RequiredProperties>\n"
38309 " <Property function=\"Input\"\n"
38310 " name=\"Input\" />\n"
38311 " </RequiredProperties>\n"
38312 " </ArrayListDomain>\n"
38313 " <Documentation>This property indicates the name of the scalar array\n"
38314 " corresponding to atomic numbers.</Documentation>\n"
38315 " </StringVectorProperty>\n"
38316 " <IntVectorProperty command=\"SetConvertLinesIntoBonds\"\n"
38317 " default_values=\"1\"\n"
38318 " name=\"ConvertLinesIntoBonds\"\n"
38319 " number_of_elements=\"1\">\n"
38320 " <BooleanDomain name=\"bool\" />\n"
38321 " <Documentation short_help=\"Specify if line cells are converted into bonds.\"\n"
38322 " long_help=\"Specify if line cells are converted into bonds.\">\n"
38323 " This property determines if the lines (cell of type VTK_LINE) are converted into bonds.\n"
38324 " </Documentation>\n"
38325 " </IntVectorProperty>\n"
38326 " <!-- End PointSetToMolecule -->\n"
38327 " </SourceProxy>\n"
38328 "\n"
38329 " <!-- ==================================================================== -->\n"
38330 " <SourceProxy class=\"vtkSimpleBondPerceiver\"\n"
38331 " name=\"ComputeMoleculeBonds\"\n"
38332 " label=\"Compute Molecule Bonds\">\n"
38333 " <Documentation long_help=\"Compute the bonds of a molecule based on interatomic distance only.\"\n"
38334 " short_help=\"Compute the bonds of a molecule.\">\n"
38335 " Compute the bonds of a molecule. If the\n"
38336 " interatomic distance is less than the sum of the two atom's covalent radii\n"
38337 " (and a tolerance), a single bond is added.\n"
38338 " This algorithm does not consider valences, hybridization, aromaticity, or\n"
38339 " anything other than atomic separations. It will not produce anything other\n"
38340 " than single bonds.\n"
38341 " </Documentation>\n"
38342 " <InputProperty name=\"Input\"\n"
38343 " command=\"SetInputConnection\">\n"
38344 " <ProxyGroupDomain name=\"groups\">\n"
38345 " <Group name=\"sources\"/>\n"
38346 " <Group name=\"filters\"/>\n"
38347 " </ProxyGroupDomain>\n"
38348 " <DataTypeDomain name=\"input_type\">\n"
38349 " <DataType value=\"vtkMolecule\"/>\n"
38350 " </DataTypeDomain>\n"
38351 " </InputProperty>\n"
38352 " <DoubleVectorProperty command=\"SetTolerance\"\n"
38353 " default_values=\"0.45\"\n"
38354 " name=\"Tolerance\"\n"
38355 " number_of_elements=\"1\"\n"
38356 " panel_visibility=\"advanced\">\n"
38357 " <DoubleRangeDomain name=\"scalar_range\" />\n"
38358 " <Documentation short_help=\"Tolerance on covalent radius size\">\n"
38359 " This property determines the tolerance to apply on covalent radius.\n"
38360 " </Documentation>\n"
38361 " </DoubleVectorProperty>\n"
38362 " <IntVectorProperty command=\"SetIsToleranceAbsolute\"\n"
38363 " default_values=\"1\"\n"
38364 " name=\"IsToleranceAbsolute\"\n"
38365 " number_of_elements=\"1\">\n"
38366 " <BooleanDomain name=\"bool\" />\n"
38367 " <Documentation short_help=\"Specify if Tolerance is absolute or relative to radius.\"\n"
38368 " long_help=\"Specify if Tolerance is absolute (addition) or relative (multiplication) to radius.\">\n"
38369 " This property determines if the tolerance is absolute (value is added to radius and should be positive)\n"
38370 " or not (value multiplied with radius and should be greater than 1).\n"
38371 " </Documentation>\n"
38372 " </IntVectorProperty>\n"
38373 " <!-- End ComputeMoleculeBonds -->\n"
38374 " </SourceProxy>\n"
38375 " </ProxyGroup>\n"
38376 "</ServerManagerConfiguration>\n"
38377 "\n";
38378 // Get single string
38380 {
38381 
38383  size_t len = ( 0
38384  + len0 );
38385  char* res = new char[ len + 1];
38386  size_t offset = 0;
38388  assert(offset == len);
38389  res[offset] = 0;
38390  return res;
38391 }
38392 
38393 
38394 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_domainschemistry.xml
38396 "<ServerManagerConfiguration>\n"
38397 " <ProxyGroup name=\"sources\">\n"
38398 " <!-- ================================================================== -->\n"
38399 " <SourceProxy class=\"vtkXYZMolReader2\"\n"
38400 " label=\"XYZ Reader\"\n"
38401 " name=\"xyzreader\">\n"
38402 " <Documentation long_help=\"Reads XYZ molecular data files into a polygonal dataset.\"\n"
38403 " short_help=\"Read XYZ molecular data files.\">The XYZ reader\n"
38404 " reads XYZ molecular data files. The expected file\n"
38405 " extension is .xyz. The output of this reader is a\n"
38406 " vtkMolecule</Documentation>\n"
38407 " <StringVectorProperty animateable=\"0\"\n"
38408 " command=\"SetFileName\"\n"
38409 " name=\"FileName\"\n"
38410 " number_of_elements=\"1\"\n"
38411 " panel_visibility=\"never\" >\n"
38412 " <FileListDomain name=\"files\" />\n"
38413 " <Documentation>This property specifies the file name for the XYZ\n"
38414 " reader.</Documentation>\n"
38415 " </StringVectorProperty>\n"
38416 " <DoubleVectorProperty information_only=\"1\"\n"
38417 " name=\"TimestepValues\"\n"
38418 " repeatable=\"1\">\n"
38419 " <TimeStepsInformationHelper />\n"
38420 " <Documentation>Available timestep values.</Documentation>\n"
38421 " </DoubleVectorProperty>\n"
38422 " <Hints>\n"
38423 " <ReaderFactory extensions=\"xyz\"\n"
38424 " file_description=\"XMol Molecule Files\" />\n"
38425 " </Hints>\n"
38426 " <!-- End xyzreader -->\n"
38427 " </SourceProxy>\n"
38428 "\n"
38429 " <!-- ================================================================== -->\n"
38430 " <SourceProxy class=\"vtkGaussianCubeReader2\"\n"
38431 " label=\"Gaussian Cube Reader\"\n"
38432 " name=\"gaussiancubereader\">\n"
38433 " <Documentation long_help=\"Produce a vtkMolecule by reading a Gaussian Cube file.\"\n"
38434 " short_help=\"Read Gaussian Cube data files.\">The Gaussian\n"
38435 " Cube reader produces vtkMolecule data by reading data files\n"
38436 " produced by the Gaussian software package. The expected\n"
38437 " file extension is .cube.</Documentation>\n"
38438 " <OutputPort index=\"0\"\n"
38439 " name=\"Molecule\" />\n"
38440 " <OutputPort index=\"1\"\n"
38441 " name=\"Gridded Data\" />\n"
38442 " <StringVectorProperty animateable=\"0\"\n"
38443 " command=\"SetFileName\"\n"
38444 " name=\"FileName\"\n"
38445 " number_of_elements=\"1\"\n"
38446 " panel_visibility=\"never\" >\n"
38447 " <FileListDomain name=\"files\" />\n"
38448 " <Documentation>This property specifies the file name for the Gaussian\n"
38449 " Cube reader.</Documentation>\n"
38450 " </StringVectorProperty>\n"
38451 " <Hints>\n"
38452 " <ReaderFactory extensions=\"cube\"\n"
38453 " file_description=\"Gaussian Cube Files\" />\n"
38454 " </Hints>\n"
38455 " <!-- End gaussiancubereader -->\n"
38456 " </SourceProxy>\n"
38457 "\n"
38458 " <!-- ================================================================== -->\n"
38459 " <SourceProxy class=\"vtkCMLMoleculeReader\"\n"
38460 " label=\"CML Molecule Reader\"\n"
38461 " name=\"CMLMoleculeReader\">\n"
38462 " <Documentation short_help=\"A reader for Chemical Markup Language (CML)\">\n"
38463 " This is a reader for Chemical Markup Language (CML) which\n"
38464 " describes chemical information using XML.\n"
38465 " </Documentation>\n"
38466 " <StringVectorProperty animateable=\"0\"\n"
38467 " command=\"SetFileName\"\n"
38468 " name=\"FileName\"\n"
38469 " number_of_elements=\"1\"\n"
38470 " panel_visibility=\"never\">\n"
38471 " <FileListDomain name=\"files\" />\n"
38472 " <Documentation>This property specifies the CML file\n"
38473 " name</Documentation>\n"
38474 " </StringVectorProperty>\n"
38475 " <Hints>\n"
38476 " <ReaderFactory extensions=\"cml\"\n"
38477 " file_description=\"CML\" />\n"
38478 " </Hints>\n"
38479 " <!-- End CMLMoleculeReader -->\n"
38480 " </SourceProxy>\n"
38481 "\n"
38482 " <!-- ================================================================== -->\n"
38483 " <SourceProxy class=\"vtkVASPAnimationReader\"\n"
38484 " label=\"VASP Animation Reader\"\n"
38485 " name=\"VASPAnimationReader\">\n"
38486 " <Documentation long_help=\"Reads a VASP NPT_Z_ANIMATE.out file.\"\n"
38487 " short_help=\"Read a VASP animation file.\">\n"
38488 " </Documentation>\n"
38489 " <StringVectorProperty animateable=\"0\"\n"
38490 " command=\"SetFileName\"\n"
38491 " name=\"FileName\"\n"
38492 " number_of_elements=\"1\"\n"
38493 " panel_visibility=\"never\">\n"
38494 " <FileListDomain name=\"files\" />\n"
38495 " <Documentation>The name of the file to load.</Documentation>\n"
38496 " </StringVectorProperty>\n"
38497 " <DoubleVectorProperty information_only=\"1\"\n"
38498 " name=\"TimestepValues\"\n"
38499 " repeatable=\"1\">\n"
38500 " <TimeStepsInformationHelper />\n"
38501 " <Documentation>\n"
38502 " Reports time values to the GUI.\n"
38503 " </Documentation>\n"
38504 " </DoubleVectorProperty>\n"
38505 " <Hints>\n"
38506 " <ReaderFactory extensions=\"out\"\n"
38507 " file_description=\"VASP Animation Files\" />\n"
38508 " </Hints>\n"
38509 " <!-- End VASPAnimationReader -->\n"
38510 " </SourceProxy>\n"
38511 "\n"
38512 " <!-- ================================================================== -->\n"
38513 " <SourceProxy class=\"vtkVASPTessellationReader\"\n"
38514 " label=\"VASP Tessellation Reader\"\n"
38515 " name=\"VASPTessellationReader\">\n"
38516 " <Documentation long_help=\"Reads a VASP NPT_Z_TESSELLATE.out file.\"\n"
38517 " short_help=\"Read a VASP tessellation file.\">\n"
38518 " </Documentation>\n"
38519 " <StringVectorProperty animateable=\"0\"\n"
38520 " command=\"SetFileName\"\n"
38521 " name=\"FileName\"\n"
38522 " number_of_elements=\"1\"\n"
38523 " panel_visibility=\"never\">\n"
38524 " <FileListDomain name=\"files\" />\n"
38525 " <Documentation>The name of the file to load.</Documentation>\n"
38526 " </StringVectorProperty>\n"
38527 " <DoubleVectorProperty information_only=\"1\"\n"
38528 " name=\"TimestepValues\"\n"
38529 " repeatable=\"1\">\n"
38530 " <TimeStepsInformationHelper />\n"
38531 " <Documentation>\n"
38532 " Reports time values to the GUI.\n"
38533 " </Documentation>\n"
38534 " </DoubleVectorProperty>\n"
38535 " <Hints>\n"
38536 " <ReaderFactory extensions=\"out\"\n"
38537 " file_description=\"VASP Tessellation Files\" />\n"
38538 " </Hints>\n"
38539 " <OutputPort index=\"0\" name=\"Molecule\" />\n"
38540 " <OutputPort index=\"1\" name=\"Voronoi Tessellation\" />\n"
38541 " <!-- End VASPTessellationReader -->\n"
38542 " </SourceProxy>\n"
38543 "\n"
38544 " <!-- end of \"sources\" -->\n"
38545 " </ProxyGroup>\n"
38546 "</ServerManagerConfiguration>\n"
38547 "\n";
38548 // Get single string
38550 {
38551 
38553  size_t len = ( 0
38554  + len0 );
38555  char* res = new char[ len + 1];
38556  size_t offset = 0;
38558  assert(offset == len);
38559  res[offset] = 0;
38560  return res;
38561 }
38562 
38563 
38564 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersamr.xml
38566 "<ServerManagerConfiguration>\n"
38567 " <ProxyGroup name=\"filters\">\n"
38568 " <SourceProxy class=\"vtkImageToAMR\"\n"
38569 " label=\"Image Data To AMR\"\n"
38570 " name=\"ImageDataToAMR\">\n"
38571 " <Documentation long_help=\"Converts certain images to AMR.\"\n"
38572 " short_help=\"Convert ImageData to AMR. \">\n"
38573 " </Documentation>\n"
38574 " <InputProperty command=\"SetInputConnection\"\n"
38575 " name=\"Input\">\n"
38576 " <ProxyGroupDomain name=\"groups\">\n"
38577 " <Group name=\"sources\" />\n"
38578 " <Group name=\"filters\" />\n"
38579 " </ProxyGroupDomain>\n"
38580 " <DataTypeDomain name=\"input_type\">\n"
38581 " <DataType value=\"vtkImageData\" />\n"
38582 " </DataTypeDomain>\n"
38583 " <Documentation>\n"
38584 " This property specifies the input to the Cell Data to\n"
38585 " Point Data filter.\n"
38586 " </Documentation>\n"
38587 " </InputProperty>\n"
38588 "\n"
38589 " <IntVectorProperty command=\"SetNumberOfLevels\"\n"
38590 " default_values=\"2\"\n"
38591 " label=\"Number of levels\"\n"
38592 " name=\"NumberOfLevels\"\n"
38593 " number_of_elements=\"1\">\n"
38594 " <IntRangeDomain max=\"20\"\n"
38595 " min=\"1\"\n"
38596 " name=\"range\" />\n"
38597 " <Documentation>\n"
38598 " This property specifies the number of levels in the AMR data structure.\n"
38599 " </Documentation>\n"
38600 " </IntVectorProperty>\n"
38601 " <IntVectorProperty command=\"SetMaximumNumberOfBlocks\"\n"
38602 " default_values=\"100\"\n"
38603 " label=\"Maximum Number of Blocks\"\n"
38604 " name=\"MaximumNumberOfLevels\"\n"
38605 " number_of_elements=\"1\">\n"
38606 " <IntRangeDomain max=\"100000\"\n"
38607 " min=\"1\"\n"
38608 " name=\"range\" />\n"
38609 " <Documentation>\n"
38610 " This property specifies the maximum number of blocks in the output\n"
38611 " AMR data structure.\n"
38612 " </Documentation>\n"
38613 " </IntVectorProperty>\n"
38614 " <IntVectorProperty command=\"SetRefinementRatio\"\n"
38615 " default_values=\"2\"\n"
38616 " label=\"Refinement Ratio\"\n"
38617 " name=\"RefinementRatio\"\n"
38618 " number_of_elements=\"1\">\n"
38619 " <IntRangeDomain max=\"16\"\n"
38620 " min=\"1\"\n"
38621 " name=\"range\" />\n"
38622 " <Documentation>\n"
38623 " This property specifies the refinement ratio between levels.\n"
38624 " </Documentation>\n"
38625 " </IntVectorProperty>\n"
38626 " <!-- End of ImageDataToAMR -->\n"
38627 " </SourceProxy>\n"
38628 " </ProxyGroup>\n"
38629 "</ServerManagerConfiguration>\n"
38630 "\n";
38631 // Get single string
38633 {
38634 
38635  const size_t len0 = strlen(paraview_server_managerfilters_filtersamrInterface0);
38636  size_t len = ( 0
38637  + len0 );
38638  char* res = new char[ len + 1];
38639  size_t offset = 0;
38641  assert(offset == len);
38642  res[offset] = 0;
38643  return res;
38644 }
38645 
38646 
38647 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_filtersamr.xml
38649 "<ServerManagerConfiguration>\n"
38650 " <ProxyGroup name=\"sources\">\n"
38651 " <!-- ==================================================================== -->\n"
38652 " <SourceProxy class=\"vtkAMRGaussianPulseSource\"\n"
38653 " label=\"AMR GaussianPulse Source\"\n"
38654 " name=\"AMRGaussianPulseSource\">\n"
38655 " <Documentation long_help=\"Create AMR dataset w/ Gaussian Pulse\"\n"
38656 " short_help=\"Create AMR dataset w/ Gaussian Pulse\">AMR\n"
38657 " dataset source, used for generating sample Berger-Collela\n"
38658 " AMR dataset with a Gaussian Pulse field at the\n"
38659 " center.</Documentation>\n"
38660 " <!-- Add gui component for setting the dimension -->\n"
38661 " <IntVectorProperty command=\"SetDimension\"\n"
38662 " default_values=\"3\"\n"
38663 " name=\"Dimension\"\n"
38664 " number_of_elements=\"1\">\n"
38665 " <EnumerationDomain name=\"enum\">\n"
38666 " <Entry text=\"2D\"\n"
38667 " value=\"2\" />\n"
38668 " <Entry text=\"3D\"\n"
38669 " value=\"3\" />\n"
38670 " </EnumerationDomain>\n"
38671 " <Documentation>Sets the desired dimension for the AMR dataset to\n"
38672 " generate.</Documentation>\n"
38673 " </IntVectorProperty>\n"
38674 " <DoubleVectorProperty command=\"SetRootSpacing\"\n"
38675 " default_values=\"0.5\"\n"
38676 " name=\"Root Spacing\"\n"
38677 " number_of_elements=\"1\">\n"
38678 " <DoubleRangeDomain name=\"range\" />\n"
38679 " <Documentation>Set the spacing at level 0.</Documentation>\n"
38680 " </DoubleVectorProperty>\n"
38681 " <!-- Add gui component for setting the dimension -->\n"
38682 " <IntVectorProperty command=\"SetRefinementRatio\"\n"
38683 " default_values=\"2\"\n"
38684 " name=\"RefinementRatio\"\n"
38685 " number_of_elements=\"1\">\n"
38686 " <EnumerationDomain name=\"enum\">\n"
38687 " <Entry text=\"2\"\n"
38688 " value=\"2\" />\n"
38689 " <Entry text=\"3\"\n"
38690 " value=\"3\" />\n"
38691 " <Entry text=\"4\"\n"
38692 " value=\"4\" />\n"
38693 " </EnumerationDomain>\n"
38694 " <Documentation>Sets the desired dimension for the AMR dataset to\n"
38695 " generate.</Documentation>\n"
38696 " </IntVectorProperty>\n"
38697 " <!-- Add gui components for manipulating the origin of the gaussian pulse -->\n"
38698 " <DoubleVectorProperty command=\"SetXPulseOrigin\"\n"
38699 " default_values=\"0.0\"\n"
38700 " name=\"XPulseOrigin\"\n"
38701 " number_of_elements=\"1\">\n"
38702 " <DoubleRangeDomain max=\"1.0\"\n"
38703 " min=\"-1.0\"\n"
38704 " name=\"range\" />\n"
38705 " <Documentation>Set x-coordinate for the pulse origin</Documentation>\n"
38706 " </DoubleVectorProperty>\n"
38707 " <DoubleVectorProperty command=\"SetYPulseOrigin\"\n"
38708 " default_values=\"0.0\"\n"
38709 " name=\"YPulseOrigin\"\n"
38710 " number_of_elements=\"1\">\n"
38711 " <DoubleRangeDomain max=\"1.0\"\n"
38712 " min=\"-1.0\"\n"
38713 " name=\"range\" />\n"
38714 " <Documentation>Set y-coordinate for the pulse origin</Documentation>\n"
38715 " </DoubleVectorProperty>\n"
38716 " <DoubleVectorProperty command=\"SetZPulseOrigin\"\n"
38717 " default_values=\"0.0\"\n"
38718 " name=\"ZPulseOrigin\"\n"
38719 " number_of_elements=\"1\">\n"
38720 " <DoubleRangeDomain max=\"1.0\"\n"
38721 " min=\"-1.0\"\n"
38722 " name=\"range\" />\n"
38723 " <Documentation>Set z-coordinate for the pulse origin</Documentation>\n"
38724 " </DoubleVectorProperty>\n"
38725 " <!-- Add gui components for manipulating the pulse width -->\n"
38726 " <DoubleVectorProperty command=\"SetXPulseWidth\"\n"
38727 " default_values=\"0.5\"\n"
38728 " name=\"XPulseWidth\"\n"
38729 " number_of_elements=\"1\">\n"
38730 " <DoubleRangeDomain max=\"10.0\"\n"
38731 " min=\"0.5\"\n"
38732 " name=\"range\" />\n"
38733 " <Documentation>Set x-coordinate for the pulse Width</Documentation>\n"
38734 " </DoubleVectorProperty>\n"
38735 " <DoubleVectorProperty command=\"SetYPulseWidth\"\n"
38736 " default_values=\"0.5\"\n"
38737 " name=\"YPulseWidth\"\n"
38738 " number_of_elements=\"1\">\n"
38739 " <DoubleRangeDomain max=\"10.0\"\n"
38740 " min=\"0.5\"\n"
38741 " name=\"range\" />\n"
38742 " <Documentation>Set y-coordinate for the pulse Width</Documentation>\n"
38743 " </DoubleVectorProperty>\n"
38744 " <DoubleVectorProperty command=\"SetZPulseWidth\"\n"
38745 " default_values=\"0.5\"\n"
38746 " name=\"ZPulseWidth\"\n"
38747 " number_of_elements=\"1\">\n"
38748 " <DoubleRangeDomain max=\"10.0\"\n"
38749 " min=\"0.5\"\n"
38750 " name=\"range\" />\n"
38751 " <Documentation>Set z-coordinate for the pulse Width</Documentation>\n"
38752 " </DoubleVectorProperty>\n"
38753 " <!-- Add gui components for manipulating the pulse width -->\n"
38754 " <DoubleVectorProperty command=\"SetPulseAmplitude\"\n"
38755 " default_values=\"0.5\"\n"
38756 " name=\"PulseAmplitude\"\n"
38757 " number_of_elements=\"1\">\n"
38758 " <DoubleRangeDomain max=\"1.0\"\n"
38759 " min=\"0.0001\"\n"
38760 " name=\"range\" />\n"
38761 " <Documentation>Sets the amplitude of the pulse</Documentation>\n"
38762 " </DoubleVectorProperty>\n"
38763 " </SourceProxy>\n"
38764 " </ProxyGroup>\n"
38765 "</ServerManagerConfiguration>\n"
38766 "\n";
38767 // Get single string
38769 {
38770 
38771  const size_t len0 = strlen(paraview_server_managersources_filtersamrInterface0);
38772  size_t len = ( 0
38773  + len0 );
38774  char* res = new char[ len + 1];
38775  size_t offset = 0;
38777  assert(offset == len);
38778  res[offset] = 0;
38779  return res;
38780 }
38781 
38782 
38783 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filterscore.xml
38785 "<ServerManagerConfiguration>\n"
38786 " <ProxyGroup name=\"filters\">\n"
38787 " <!-- ==================================================================== -->\n"
38788 " <SourceProxy class=\"vtkAppendArcLength\"\n"
38789 " label=\"Append Arc-Length\"\n"
38790 " name=\"AppendArcLength\">\n"
38791 " <Documentation long_help=\"Appends Arc length for input poly lines.\"\n"
38792 " short_help=\"Appends Arc length for input poly lines.\">\n"
38793 " vtkAppendArcLength is used for filter such as\n"
38794 " plot-over-line. In such cases, we need to add an attribute\n"
38795 " array that is the arc_length over the length of the probed\n"
38796 " line. That's when vtkAppendArcLength can be used. It adds\n"
38797 " a new point-data array named \"arc_length\" with the\n"
38798 " computed arc length for each of the polylines in the\n"
38799 " input. For all other cell types, the arc length is set to\n"
38800 " 0.</Documentation>\n"
38801 " <InputProperty command=\"SetInputConnection\"\n"
38802 " name=\"Input\">\n"
38803 " <ProxyGroupDomain name=\"groups\">\n"
38804 " <Group name=\"sources\" />\n"
38805 " <Group name=\"filters\" />\n"
38806 " </ProxyGroupDomain>\n"
38807 " <DataTypeDomain name=\"input_type\">\n"
38808 " <DataType value=\"vtkPolyData\" />\n"
38809 " </DataTypeDomain>\n"
38810 " <Documentation>The input.</Documentation>\n"
38811 " </InputProperty>\n"
38812 " <!-- End of AppendArcLength -->\n"
38813 " </SourceProxy>\n"
38814 "\n"
38815 " <!-- ==================================================================== -->\n"
38816 " <SourceProxy class=\"vtkAppendDataSets\"\n"
38817 " label=\"Append Datasets\"\n"
38818 " name=\"Append\">\n"
38819 " <Documentation long_help=\"Takes an input of multiple datasets and output has only one unstructured grid or polydata.\"\n"
38820 " short_help=\"Append multiple datasets into one.\">The Append\n"
38821 " Datasets filter operates on multiple data sets of any type\n"
38822 " (polygonal, structured, etc.). It merges their meshes\n"
38823 " into a single dataset. If all inputs are polydata, the output\n"
38824 " is a polydata, otherwise it is an unstructured grid.\n"
38825 " Only the point and cell attributes that all of the input\n"
38826 " datasets have in common will appear in the output.</Documentation>\n"
38827 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
38828 " command=\"AddInputConnection\"\n"
38829 " multiple_input=\"1\"\n"
38830 " name=\"Input\">\n"
38831 " <ProxyGroupDomain name=\"groups\">\n"
38832 " <Group name=\"sources\" />\n"
38833 " <Group name=\"filters\" />\n"
38834 " </ProxyGroupDomain>\n"
38835 " <DataTypeDomain composite_data_supported=\"0\"\n"
38836 " name=\"input_type\">\n"
38837 " <DataType value=\"vtkDataSet\" />\n"
38838 " </DataTypeDomain>\n"
38839 " <Documentation>This property specifies the datasets to be merged into a\n"
38840 " single dataset by the Append Datasets filter.</Documentation>\n"
38841 " </InputProperty>\n"
38842 " <IntVectorProperty command=\"SetOutputDataSetType\"\n"
38843 " default_values=\"4\"\n"
38844 " number_of_elements=\"1\"\n"
38845 " name=\"OutputDataSetType\"\n"
38846 " panel_visibility=\"advanced\">\n"
38847 " <EnumerationDomain name=\"enum\">\n"
38848 " <Entry text=\"Polygonal Mesh\"\n"
38849 " value=\"0\" />\n"
38850 " <Entry text=\"Unstructured Grid\"\n"
38851 " value=\"4\" />\n"
38852 " </EnumerationDomain>\n"
38853 " <Documentation>Determines the output type produced by this filter. Only input datasets compatible\n"
38854 " with the output type will be merged in the output. For example, if the output type is\n"
38855 " \"Polygonal Mesh\", then inputs of type \"Image Data\", \"StructuredGrid\", etc. will not be merged.\n"
38856 " On the other hand, if the output type is \"Unstructured Grid\", then inputs of almost any type\n"
38857 " will be merged in the output. Defaults to \"Unstructured Grid\".\n"
38858 " </Documentation>\n"
38859 " </IntVectorProperty>\n"
38860 " <!-- End AppendDataSet -->\n"
38861 " </SourceProxy>\n"
38862 "\n"
38863 " <!-- ==================================================================== -->\n"
38864 " <SourceProxy class=\"vtkAppendPolyData\"\n"
38865 " label=\"Append Geometry\"\n"
38866 " name=\"AppendPolyData\">\n"
38867 " <Documentation long_help=\"Takes an input of multiple poly data parts and output has only one part.\"\n"
38868 " short_help=\"Append multiple parts into one.\">The Append\n"
38869 " Geometry filter operates on multiple polygonal data sets.\n"
38870 " It merges their geometry into a single data set. Only the\n"
38871 " point and cell attributes that all of the input data sets\n"
38872 " have in common will appear in the output.</Documentation>\n"
38873 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
38874 " command=\"AddInputConnection\"\n"
38875 " multiple_input=\"1\"\n"
38876 " name=\"Input\">\n"
38877 " <ProxyGroupDomain name=\"groups\">\n"
38878 " <Group name=\"sources\" />\n"
38879 " <Group name=\"filters\" />\n"
38880 " </ProxyGroupDomain>\n"
38881 " <DataTypeDomain name=\"input_type\">\n"
38882 " <DataType value=\"vtkPolyData\" />\n"
38883 " </DataTypeDomain>\n"
38884 " <Documentation>Set the input to the Append Geometry\n"
38885 " filter.</Documentation>\n"
38886 " </InputProperty>\n"
38887 " <!-- End AppendPolyData -->\n"
38888 " </SourceProxy>\n"
38889 "\n"
38890 " <!-- ==================================================================== -->\n"
38891 " <SourceProxy class=\"vtkCleanPolyData\"\n"
38892 " label=\"Clean\"\n"
38893 " name=\"CleanPolyData\">\n"
38894 " <Documentation long_help=\"Merge coincident points if they do not meet a feature edge criteria.\"\n"
38895 " short_help=\"Merge coincident points.\">The Clean filter\n"
38896 " takes polygonal data as input and generates polygonal data\n"
38897 " as output. This filter can merge duplicate points, remove\n"
38898 " unused points, and transform degenerate cells into their\n"
38899 " appropriate forms (e.g., a triangle is converted into a\n"
38900 " line if two of its points are merged).</Documentation>\n"
38901 " <InputProperty command=\"SetInputConnection\"\n"
38902 " name=\"Input\">\n"
38903 " <ProxyGroupDomain name=\"groups\">\n"
38904 " <Group name=\"sources\" />\n"
38905 " <Group name=\"filters\" />\n"
38906 " </ProxyGroupDomain>\n"
38907 " <DataTypeDomain name=\"input_type\">\n"
38908 " <DataType value=\"vtkPolyData\" />\n"
38909 " </DataTypeDomain>\n"
38910 " <Documentation>Set the input to the Clean filter.</Documentation>\n"
38911 " </InputProperty>\n"
38912 " <IntVectorProperty command=\"SetPieceInvariant\"\n"
38913 " default_values=\"1\"\n"
38914 " name=\"PieceInvariant\"\n"
38915 " number_of_elements=\"1\">\n"
38916 " <BooleanDomain name=\"bool\" />\n"
38917 " <Documentation>If this property is set to 1, the whole data set will be\n"
38918 " processed at once so that cleaning the data set always produces the\n"
38919 " same results. If it is set to 0, the data set can be processed one\n"
38920 " piece at a time, so it is not necessary for the entire data set to fit\n"
38921 " into memory; however the results are not guaranteed to be the same as\n"
38922 " they would be if the Piece invariant option was on. Setting this option\n"
38923 " to 0 may produce seams in the output dataset when ParaView is run in\n"
38924 " parallel.</Documentation>\n"
38925 " </IntVectorProperty>\n"
38926 " <DoubleVectorProperty animateable=\"1\"\n"
38927 " command=\"SetTolerance\"\n"
38928 " default_values=\"0.0\"\n"
38929 " name=\"Tolerance\"\n"
38930 " number_of_elements=\"1\">\n"
38931 " <DoubleRangeDomain max=\"1\"\n"
38932 " min=\"0\"\n"
38933 " name=\"range\" />\n"
38934 " <Documentation>If merging nearby points (see PointMerging property) and\n"
38935 " not using absolute tolerance (see ToleranceIsAbsolute property), this\n"
38936 " property specifies the tolerance for performing merging as a fraction\n"
38937 " of the length of the diagonal of the bounding box of the input data\n"
38938 " set.</Documentation>\n"
38939 " </DoubleVectorProperty>\n"
38940 " <DoubleVectorProperty command=\"SetAbsoluteTolerance\"\n"
38941 " default_values=\"1.0\"\n"
38942 " name=\"AbsoluteTolerance\"\n"
38943 " number_of_elements=\"1\">\n"
38944 " <DoubleRangeDomain min=\"0\"\n"
38945 " name=\"range\" />\n"
38946 " <Documentation>If merging nearby points (see PointMerging property) and\n"
38947 " using absolute tolerance (see ToleranceIsAbsolute property), this\n"
38948 " property specifies the tolerance for performing merging in the spatial\n"
38949 " units of the input data set.</Documentation>\n"
38950 " </DoubleVectorProperty>\n"
38951 " <IntVectorProperty command=\"SetToleranceIsAbsolute\"\n"
38952 " default_values=\"0\"\n"
38953 " name=\"ToleranceIsAbsolute\"\n"
38954 " number_of_elements=\"1\">\n"
38955 " <BooleanDomain name=\"bool\" />\n"
38956 " <Documentation>This property determines whether to use absolute or\n"
38957 " relative (a percentage of the bounding box) tolerance when performing\n"
38958 " point merging.</Documentation>\n"
38959 " </IntVectorProperty>\n"
38960 " <IntVectorProperty command=\"SetConvertLinesToPoints\"\n"
38961 " default_values=\"1\"\n"
38962 " name=\"ConvertLinesToPoints\"\n"
38963 " number_of_elements=\"1\">\n"
38964 " <BooleanDomain name=\"bool\" />\n"
38965 " <Documentation>If this property is set to 1, degenerate lines (a \"line\"\n"
38966 " whose endpoints are at the same spatial location) will be converted to\n"
38967 " points.</Documentation>\n"
38968 " </IntVectorProperty>\n"
38969 " <IntVectorProperty command=\"SetConvertPolysToLines\"\n"
38970 " default_values=\"1\"\n"
38971 " name=\"ConvertPolysToLines\"\n"
38972 " number_of_elements=\"1\">\n"
38973 " <BooleanDomain name=\"bool\" />\n"
38974 " <Documentation>If this property is set to 1, degenerate polygons (a\n"
38975 " \"polygon\" with only two distinct point coordinates) will be converted\n"
38976 " to lines.</Documentation>\n"
38977 " </IntVectorProperty>\n"
38978 " <IntVectorProperty command=\"SetConvertStripsToPolys\"\n"
38979 " default_values=\"1\"\n"
38980 " name=\"ConvertStripsToPolys\"\n"
38981 " number_of_elements=\"1\">\n"
38982 " <BooleanDomain name=\"bool\" />\n"
38983 " <Documentation>If this property is set to 1, degenerate triangle strips\n"
38984 " (a triangle \"strip\" containing only one triangle) will be converted to\n"
38985 " triangles.</Documentation>\n"
38986 " </IntVectorProperty>\n"
38987 " <IntVectorProperty command=\"SetPointMerging\"\n"
38988 " default_values=\"1\"\n"
38989 " name=\"PointMerging\"\n"
38990 " number_of_elements=\"1\">\n"
38991 " <BooleanDomain name=\"bool\" />\n"
38992 " <Documentation>If this property is set to 1, then points will be merged\n"
38993 " if they are within the specified Tolerance or AbsoluteTolerance (see\n"
38994 " the Tolerance and AbsoluteTolerance properties), depending on the value\n"
38995 " of the ToleranceIsAbsolute property. (See the ToleranceIsAbsolute\n"
38996 " property.) If this property is set to 0, points will not be\n"
38997 " merged.</Documentation>\n"
38998 " </IntVectorProperty>\n"
38999 " <!-- End CleanPolyData -->\n"
39000 " </SourceProxy>\n"
39001 "\n"
39002 " <!-- ==================================================================== -->\n"
39003 " <SourceProxy class=\"vtkCompositeCutter\"\n"
39004 " label=\"Slice (demand-driven-composite)\"\n"
39005 " name=\"CutEverything\">\n"
39006 " <Documentation long_help=\"This filter slices a data set with a plane. Slicing is similar to a contour. It creates surfaces from volumes and lines from surfaces.\"\n"
39007 " short_help=\"Slice datasets with planes.\">This filter\n"
39008 " extracts the portion of the input dataset that lies along\n"
39009 " the specified plane. The Slice filter takes any type of\n"
39010 " dataset as input. The output of this filter is polygonal\n"
39011 " data.</Documentation>\n"
39012 " <InputProperty command=\"SetInputConnection\"\n"
39013 " name=\"Input\">\n"
39014 " <ProxyGroupDomain name=\"groups\">\n"
39015 " <Group name=\"sources\" />\n"
39016 " <Group name=\"filters\" />\n"
39017 " </ProxyGroupDomain>\n"
39018 " <DataTypeDomain name=\"input_type\">\n"
39019 " <DataType value=\"vtkDataObject\" />\n"
39020 " </DataTypeDomain>\n"
39021 " <Documentation>This property specifies the input to the Slice\n"
39022 " filter.</Documentation>\n"
39023 " </InputProperty>\n"
39024 " <ProxyProperty command=\"SetCutFunction\"\n"
39025 " label=\"Slice Type\"\n"
39026 " name=\"CutFunction\">\n"
39027 " <ProxyGroupDomain name=\"groups\">\n"
39028 " <Group name=\"implicit_functions\" />\n"
39029 " </ProxyGroupDomain>\n"
39030 " <ProxyListDomain name=\"proxy_list\">\n"
39031 " <Proxy group=\"implicit_functions\"\n"
39032 " name=\"Plane\" />\n"
39033 " <Proxy group=\"implicit_functions\"\n"
39034 " name=\"Box\" />\n"
39035 " <Proxy group=\"implicit_functions\"\n"
39036 " name=\"Sphere\" />\n"
39037 " </ProxyListDomain>\n"
39038 " <Documentation>This property sets the parameters of the slice\n"
39039 " function.</Documentation>\n"
39040 " </ProxyProperty>\n"
39041 " <DoubleVectorProperty information_only=\"1\"\n"
39042 " name=\"InputBounds\">\n"
39043 " <BoundsDomain name=\"bounds\">\n"
39044 " <RequiredProperties>\n"
39045 " <Property function=\"Input\"\n"
39046 " name=\"Input\" />\n"
39047 " </RequiredProperties>\n"
39048 " </BoundsDomain>\n"
39049 " </DoubleVectorProperty>\n"
39050 " <DoubleVectorProperty animateable=\"1\"\n"
39051 " command=\"SetValue\"\n"
39052 " label=\"Slice Offset Values\"\n"
39053 " name=\"ContourValues\"\n"
39054 " number_of_elements_per_command=\"1\"\n"
39055 " repeat_command=\"1\"\n"
39056 " set_number_command=\"SetNumberOfContours\"\n"
39057 " use_index=\"1\"\n"
39058 " panel_visibility=\"advanced\">\n"
39059 " <BoundsDomain mode=\"magnitude\"\n"
39060 " name=\"bounds\">\n"
39061 " <RequiredProperties>\n"
39062 " <Property function=\"Input\"\n"
39063 " name=\"Input\" />\n"
39064 " </RequiredProperties>\n"
39065 " </BoundsDomain>\n"
39066 " <Documentation>The values in this property specify a list of current\n"
39067 " offset values. This can be used to create multiple slices with\n"
39068 " different centers. Each entry represents a new slice with its center\n"
39069 " shifted by the offset value.</Documentation>\n"
39070 " </DoubleVectorProperty>\n"
39071 " <Hints>\n"
39072 " <Visibility replace_input=\"2\" />\n"
39073 ;
39074 
39075 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filterscore.xml
39077 " </Hints>\n"
39078 " <!-- End Cut -->\n"
39079 " </SourceProxy>\n"
39080 "\n"
39081 " <!-- ==================================================================== -->\n"
39082 " <SourceProxy class=\"vtkConnectivityFilter\"\n"
39083 " label=\"Connectivity\"\n"
39084 " name=\"PVConnectivityFilter\">\n"
39085 " <Documentation long_help=\"Mark connected components with integer point attribute array.\"\n"
39086 " short_help=\"Find connected components.\">The Connectivity\n"
39087 " filter assigns a region id to connected components of the\n"
39088 " input data set. (The region id is assigned as a point\n"
39089 " scalar value.) This filter takes any data set type as\n"
39090 " input and produces unstructured grid\n"
39091 " output.</Documentation>\n"
39092 " <InputProperty command=\"SetInputConnection\"\n"
39093 " name=\"Input\">\n"
39094 " <ProxyGroupDomain name=\"groups\">\n"
39095 " <Group name=\"sources\" />\n"
39096 " <Group name=\"filters\" />\n"
39097 " </ProxyGroupDomain>\n"
39098 " <DataTypeDomain composite_data_supported=\"0\"\n"
39099 " name=\"input_type\">\n"
39100 " <DataType value=\"vtkDataSet\" />\n"
39101 " </DataTypeDomain>\n"
39102 " <Documentation>This property specifies the input to the Connectivity\n"
39103 " filter.</Documentation>\n"
39104 " </InputProperty>\n"
39105 " <IntVectorProperty command=\"SetExtractionMode\"\n"
39106 " default_values=\"5\"\n"
39107 " name=\"ExtractionMode\"\n"
39108 " number_of_elements=\"1\">\n"
39109 " <EnumerationDomain name=\"enum\">\n"
39110 " <Entry text=\"Extract Largest Region\"\n"
39111 " value=\"4\" />\n"
39112 " <Entry text=\"Extract All Regions\"\n"
39113 " value=\"5\" />\n"
39114 " <Entry text=\"Extract Closest Point Region\"\n"
39115 " value=\"6\" />\n"
39116 " </EnumerationDomain>\n"
39117 " <Documentation>Controls the extraction of connected\n"
39118 " surfaces.</Documentation>\n"
39119 " </IntVectorProperty>\n"
39120 " <IntVectorProperty command=\"SetColorRegions\"\n"
39121 " default_values=\"1\"\n"
39122 " name=\"ColorRegions\"\n"
39123 " number_of_elements=\"1\">\n"
39124 " <BooleanDomain name=\"bool\" />\n"
39125 " <Documentation>Controls the coloring of the connected\n"
39126 " regions.</Documentation>\n"
39127 " </IntVectorProperty>\n"
39128 " <IntVectorProperty command=\"SetRegionIdAssignmentMode\"\n"
39129 " default_values=\"0\"\n"
39130 " name=\"RegionIdAssignmentMode\"\n"
39131 " number_of_elements=\"1\"\n"
39132 " panel_visibility=\"advanced\">\n"
39133 " <Documentation>\n"
39134 " Specifies how regions IDs are assigned to the connected components. **Unspecified** means\n"
39135 " regions will have no particular order, **Cell Count Descending** assigns increasing region\n"
39136 " IDs to connected components with progressively smaller cell counts, and **Cell Count Ascending**\n"
39137 " assigns increasing region IDs to connected components with progressively larger cell counts.\n"
39138 " </Documentation>\n"
39139 " <EnumerationDomain name=\"enum\">\n"
39140 " <Entry text=\"Unspecified\"\n"
39141 " value=\"0\" />\n"
39142 " <Entry text=\"Cell Count Descending\"\n"
39143 " value=\"1\" />\n"
39144 " <Entry text=\"Cell Count Ascending\"\n"
39145 " value=\"2\" />\n"
39146 " </EnumerationDomain>\n"
39147 " </IntVectorProperty>\n"
39148 " <DoubleVectorProperty\n"
39149 " name=\"ClosestPoint\"\n"
39150 " command=\"SetClosestPoint\"\n"
39151 " number_of_elements=\"3\"\n"
39152 " default_values=\"0 0 0\">\n"
39153 " <Documentation>Specifies the point to use in closest point mode.</Documentation>\n"
39154 " <Hints>\n"
39155 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
39156 " mode=\"visibility\"\n"
39157 " property=\"ExtractionMode\"\n"
39158 " value=\"6\" />\n"
39159 " <!-- show this widget when ExtractionMode==6 -->\n"
39160 " </Hints>\n"
39161 " </DoubleVectorProperty>\n"
39162 "\n"
39163 " <!-- End PVConnectivityFilter -->\n"
39164 " </SourceProxy>\n"
39165 "\n"
39166 " <!-- ==================================================================== -->\n"
39167 " <SourceProxy class=\"vtkDecimatePolylineFilter\"\n"
39168 " label=\"Decimate Polyline\"\n"
39169 " name=\"DecimatePolyline\">\n"
39170 " <Documentation long_help=\"Reduce the number of lines in a polyline by evaluating an error metric for each vertex and removing the vertices with smaller errors first.\"\n"
39171 " short_help=\"Reduce the number of lines in a polyline.\">\n"
39172 " Decimate Polyline is a filter to reduce the number of lines in a\n"
39173 " polyline. The algorithm functions by evaluating an error metric for each\n"
39174 " vertex (i.e., the distance of the vertex to a line defined from the two\n"
39175 " vertices on either side of the vertex). Then, these vertices are placed\n"
39176 " into a priority queue, and those with smaller errors are deleted first.\n"
39177 " The decimation continues until the target reduction is reached. While the\n"
39178 " filter will not delete end points, it will decimate closed loops down to a\n"
39179 " single line, thereby changing topology.\n"
39180 "\n"
39181 " As this filter works on polylines, you may need to call Triangle Strips before calling\n"
39182 " this filter.\n"
39183 " </Documentation>\n"
39184 " <InputProperty command=\"SetInputConnection\"\n"
39185 " name=\"Input\">\n"
39186 " <ProxyGroupDomain name=\"groups\">\n"
39187 " <Group name=\"sources\" />\n"
39188 " <Group name=\"filters\" />\n"
39189 " </ProxyGroupDomain>\n"
39190 " <DataTypeDomain name=\"input_type\">\n"
39191 " <DataType value=\"vtkPolyData\" />\n"
39192 " </DataTypeDomain>\n"
39193 " <Documentation>This property specifies the input to the Decimate Polyline\n"
39194 " filter.</Documentation>\n"
39195 " </InputProperty>\n"
39196 " <DoubleVectorProperty animateable=\"1\"\n"
39197 " command=\"SetTargetReduction\"\n"
39198 " default_values=\"0.9\"\n"
39199 " name=\"TargetReduction\"\n"
39200 " number_of_elements=\"1\">\n"
39201 " <DoubleRangeDomain max=\"1\"\n"
39202 " min=\"0\"\n"
39203 " name=\"range\" />\n"
39204 " <Documentation>This property specifies the desired reduction in the\n"
39205 " total number of lines in the output dataset. For example, if the\n"
39206 " TargetReduction value is 0.9, the Decimate Polyline filter will attempt to\n"
39207 " produce an output dataset that is 10% the size of the\n"
39208 " input.</Documentation>\n"
39209 " </DoubleVectorProperty>\n"
39210 " <DoubleVectorProperty command=\"SetMaximumError\"\n"
39211 " default_values=\"1.79769e+308\"\n"
39212 " name=\"MaximumError\"\n"
39213 " number_of_elements=\"1\"\n"
39214 " panel_visibility=\"advanced\" >\n"
39215 " <DoubleRangeDomain name=\"range\" />\n"
39216 " <Documentation>\n"
39217 " Set the largest decimation error that is allowed during the decimation\n"
39218 " process. This may limit the maximum reduction that may be achieved. The\n"
39219 " maximum error is specified as a fraction of the maximum length of\n"
39220 " the input data bounding box.\n"
39221 " </Documentation>\n"
39222 " </DoubleVectorProperty>\n"
39223 " <!-- End DecimatePolyline -->\n"
39224 " </SourceProxy>\n"
39225 "\n"
39226 " <!-- ==================================================================== -->\n"
39227 " <SourceProxy class=\"vtkDecimatePro\"\n"
39228 " label=\"Decimate\"\n"
39229 " name=\"DecimatePro\">\n"
39230 " <Documentation long_help=\"Simplify a polygonal model using an adaptive edge collapse algorithm. This filter works with triangles only.\"\n"
39231 " short_help=\"Reduce the number of triangles in a model.\">\n"
39232 " The Decimate filter reduces the number of triangles in a\n"
39233 " polygonal data set. Because this filter only operates on\n"
39234 " triangles, first run the Triangulate filter on a dataset\n"
39235 " that contains polygons other than\n"
39236 " triangles.</Documentation>\n"
39237 " <InputProperty command=\"SetInputConnection\"\n"
39238 " name=\"Input\">\n"
39239 " <ProxyGroupDomain name=\"groups\">\n"
39240 " <Group name=\"sources\" />\n"
39241 " <Group name=\"filters\" />\n"
39242 " </ProxyGroupDomain>\n"
39243 " <DataTypeDomain name=\"input_type\">\n"
39244 " <DataType value=\"vtkPolyData\" />\n"
39245 " </DataTypeDomain>\n"
39246 " <Documentation>This property specifies the input to the Decimate\n"
39247 " filter.</Documentation>\n"
39248 " </InputProperty>\n"
39249 " <DoubleVectorProperty animateable=\"1\"\n"
39250 " command=\"SetTargetReduction\"\n"
39251 " default_values=\"0.9\"\n"
39252 " name=\"TargetReduction\"\n"
39253 " number_of_elements=\"1\">\n"
39254 " <DoubleRangeDomain max=\"1\"\n"
39255 " min=\"0\"\n"
39256 " name=\"range\" />\n"
39257 " <Documentation>This property specifies the desired reduction in the\n"
39258 " total number of polygons in the output dataset. For example, if the\n"
39259 " TargetReduction value is 0.9, the Decimate filter will attempt to\n"
39260 " produce an output dataset that is 10% the size of the\n"
39261 " input.)</Documentation>\n"
39262 " </DoubleVectorProperty>\n"
39263 " <IntVectorProperty command=\"SetPreserveTopology\"\n"
39264 " default_values=\"0\"\n"
39265 " name=\"PreserveTopology\"\n"
39266 " number_of_elements=\"1\">\n"
39267 " <BooleanDomain name=\"bool\" />\n"
39268 " <Documentation>If this property is set to 1, decimation will not split\n"
39269 " the dataset or produce holes, but it may keep the filter from reaching\n"
39270 " the reduction target. If it is set to 0, better reduction can occur\n"
39271 " (reaching the reduction target), but holes in the model may be\n"
39272 " produced.</Documentation>\n"
39273 " </IntVectorProperty>\n"
39274 " <DoubleVectorProperty command=\"SetFeatureAngle\"\n"
39275 " default_values=\"15.0\"\n"
39276 " name=\"FeatureAngle\"\n"
39277 " number_of_elements=\"1\">\n"
39278 " <DoubleRangeDomain max=\"180\"\n"
39279 " min=\"0\"\n"
39280 " name=\"range\" />\n"
39281 " <Documentation>The value of this property is used in determining where\n"
39282 " the data set may be split. If the angle between two adjacent triangles\n"
39283 " is greater than or equal to the FeatureAngle value, then their boundary\n"
39284 " is considered a feature edge where the dataset can be\n"
39285 " split.</Documentation>\n"
39286 " </DoubleVectorProperty>\n"
39287 " <IntVectorProperty command=\"SetBoundaryVertexDeletion\"\n"
39288 " default_values=\"1\"\n"
39289 " name=\"BoundaryVertexDeletion\"\n"
39290 " number_of_elements=\"1\">\n"
39291 " <BooleanDomain name=\"bool\" />\n"
39292 " <Documentation>If this property is set to 1, then vertices on the\n"
39293 " boundary of the dataset can be removed. Setting the value of this\n"
39294 " property to 0 preserves the boundary of the dataset, but it may cause\n"
39295 " the filter not to reach its reduction target.</Documentation>\n"
39296 " </IntVectorProperty>\n"
39297 " <!-- End DecimatePro -->\n"
39298 " </SourceProxy>\n"
39299 "\n"
39300 " <!-- ==================================================================== -->\n"
39301 " <SourceProxy class=\"vtkDelaunay2D\"\n"
39302 " label=\"Delaunay 2D\"\n"
39303 " name=\"Delaunay2D\">\n"
39304 " <Documentation long_help=\"Create 2D Delaunay triangulation of input points.\n"
39305 "It expects a vtkPointSet as input and produces vtkPolyData as output.\n"
39306 "The points are expected to be in a mostly planar distribution.\"\n"
39307 " short_help=\"Create 2D Delaunay triangulation of input points.\">\n"
39308 " Delaunay2D is a filter that constructs a 2D Delaunay\n"
39309 " triangulation from a list of input points. These points\n"
39310 " may be represented by any dataset of type vtkPointSet and\n"
39311 " subclasses. The output of the filter is a polygonal\n"
39312 " dataset containing a triangle mesh. The 2D Delaunay\n"
39313 " triangulation is defined as the triangulation that\n"
39314 " satisfies the Delaunay criterion for n-dimensional\n"
39315 " simplexes (in this case n=2 and the simplexes are\n"
39316 " triangles). This criterion states that a circumsphere of\n"
39317 " each simplex in a triangulation contains only the n+1\n"
39318 " defining points of the simplex. In two dimensions, this\n"
39319 " translates into an optimal triangulation. That is, the\n"
39320 " maximum interior angle of any triangle is less than or\n"
39321 " equal to that of any possible triangulation. Delaunay\n"
39322 " triangulations are used to build topological structures\n"
39323 " from unorganized (or unstructured) points. The input to\n"
39324 " this filter is a list of points specified in 3D, even\n"
39325 " though the triangulation is 2D. Thus the triangulation is\n"
39326 " constructed in the x-y plane, and the z coordinate is\n"
39327 " ignored (although carried through to the output). You can\n"
39328 " use the option ProjectionPlaneMode in order to compute the\n"
39329 " best-fitting plane to the set of points, project the\n"
39330 " points and that plane and then perform the triangulation\n"
39331 " using their projected positions and then use it as the\n"
39332 " plane in which the triangulation is performed. The\n"
39333 " Delaunay triangulation can be numerically sensitive in\n"
39334 " some cases. To prevent problems, try to avoid injecting\n"
39335 " points that will result in triangles with bad aspect\n"
39336 " ratios (1000:1 or greater). In practice this means\n"
39337 " inserting points that are \"widely dispersed\", and enables\n"
39338 " smooth transition of triangle sizes throughout the mesh.\n"
39339 " (You may even want to add extra points to create a better\n"
39340 " point distribution.) If numerical problems are present,\n"
39341 " you will see a warning message to this effect at the end\n"
39342 " of the triangulation process. Warning: Points arranged on\n"
39343 " a regular lattice (termed degenerate cases) can be\n"
39344 " triangulated in more than one way (at least according to\n"
39345 " the Delaunay criterion). The choice of triangulation (as\n"
39346 " implemented by this algorithm) depends on the order of the\n"
39347 " input points. The first three points will form a triangle;\n"
39348 " other degenerate points will not break this triangle.\n"
39349 " Points that are coincident (or nearly so) may be discarded\n"
39350 " by the algorithm. This is because the Delaunay\n"
39351 ;
39352 
39353 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filterscore.xml
39355 " triangulation requires unique input points. The output of\n"
39356 " the Delaunay triangulation is supposedly a convex hull. In\n"
39357 " certain cases this implementation may not generate the\n"
39358 " convex hull.</Documentation>\n"
39359 " <InputProperty command=\"SetInputConnection\"\n"
39360 " name=\"Input\">\n"
39361 " <ProxyGroupDomain name=\"groups\">\n"
39362 " <Group name=\"sources\" />\n"
39363 " <Group name=\"filters\" />\n"
39364 " </ProxyGroupDomain>\n"
39365 " <DataTypeDomain name=\"input_type\">\n"
39366 " <DataType value=\"vtkPointSet\" />\n"
39367 " </DataTypeDomain>\n"
39368 " <Documentation>This property specifies the input dataset to the\n"
39369 " Delaunay 2D filter.</Documentation>\n"
39370 " </InputProperty>\n"
39371 " <IntVectorProperty command=\"SetProjectionPlaneMode\"\n"
39372 " default_values=\"0\"\n"
39373 " name=\"ProjectionPlaneMode\"\n"
39374 " number_of_elements=\"1\">\n"
39375 " <EnumerationDomain name=\"enum\">\n"
39376 " <Entry text=\"XY Plane\"\n"
39377 " value=\"0\" />\n"
39378 " <!-- <Entry value=\"1\" text=\"Perpendicular\"/> -->\n"
39379 " <Entry text=\"Best-Fitting Plane\"\n"
39380 " value=\"2\" />\n"
39381 " </EnumerationDomain>\n"
39382 " <Documentation>This property determines type of projection plane to use\n"
39383 " in performing the triangulation.</Documentation>\n"
39384 " </IntVectorProperty>\n"
39385 " <DoubleVectorProperty animateable=\"1\"\n"
39386 " command=\"SetAlpha\"\n"
39387 " default_values=\"0.0\"\n"
39388 " name=\"Alpha\"\n"
39389 " number_of_elements=\"1\">\n"
39390 " <DoubleRangeDomain min=\"0\"\n"
39391 " name=\"range\" />\n"
39392 " <Documentation>The value of this property controls the output of this\n"
39393 " filter. For a non-zero alpha value, only edges or triangles contained\n"
39394 " within a sphere centered at mesh vertices will be output. Otherwise,\n"
39395 " only triangles will be output.</Documentation>\n"
39396 " </DoubleVectorProperty>\n"
39397 " <DoubleVectorProperty animateable=\"1\"\n"
39398 " command=\"SetTolerance\"\n"
39399 " default_values=\"0.00001\"\n"
39400 " name=\"Tolerance\"\n"
39401 " number_of_elements=\"1\">\n"
39402 " <DoubleRangeDomain max=\"1.0\"\n"
39403 " min=\"0\"\n"
39404 " name=\"range\" />\n"
39405 " <Documentation>This property specifies a tolerance to control\n"
39406 " discarding of closely spaced points. This tolerance is specified as a\n"
39407 " fraction of the diagonal length of the bounding box of the\n"
39408 " points.</Documentation>\n"
39409 " </DoubleVectorProperty>\n"
39410 " <DoubleVectorProperty animateable=\"1\"\n"
39411 " command=\"SetOffset\"\n"
39412 " default_values=\"1.0\"\n"
39413 " name=\"Offset\"\n"
39414 " number_of_elements=\"1\">\n"
39415 " <DoubleRangeDomain min=\"0.75\"\n"
39416 " name=\"range\" />\n"
39417 " <Documentation>This property is a multiplier to control the size of the\n"
39418 " initial, bounding Delaunay triangulation.</Documentation>\n"
39419 " </DoubleVectorProperty>\n"
39420 " <IntVectorProperty animateable=\"1\"\n"
39421 " command=\"SetBoundingTriangulation\"\n"
39422 " default_values=\"0\"\n"
39423 " name=\"BoundingTriangulation\"\n"
39424 " number_of_elements=\"1\">\n"
39425 " <BooleanDomain name=\"bool\" />\n"
39426 " <Documentation>If this property is set to 1, bounding triangulation\n"
39427 " points (and associated triangles) are included in the output. These are\n"
39428 " introduced as an initial triangulation to begin the triangulation\n"
39429 " process. This feature is nice for debugging output.</Documentation>\n"
39430 " </IntVectorProperty>\n"
39431 " <!-- End Delaunay2D -->\n"
39432 " </SourceProxy>\n"
39433 "\n"
39434 " <!-- ==================================================================== -->\n"
39435 " <SourceProxy class=\"vtkDelaunay3D\"\n"
39436 " label=\"Delaunay 3D\"\n"
39437 " name=\"Delaunay3D\">\n"
39438 " <Documentation long_help=\"Create a 3D Delaunay triangulation of input\n"
39439 " points. It expects a vtkPointSet as input and\n"
39440 " produces vtkUnstructuredGrid as output.\"\n"
39441 " short_help=\"Create a 3D Delaunay triangulation of input\n"
39442 " points.\">Delaunay3D is a filter that constructs\n"
39443 "a 3D Delaunay triangulation from a list of input points. These points may be\n"
39444 "represented by any dataset of type vtkPointSet and subclasses. The output of\n"
39445 "the filter is an unstructured grid dataset. Usually the output is a tetrahedral\n"
39446 "mesh, but if a non-zero alpha distance value is specified (called the \"alpha\"\n"
39447 "value), then only tetrahedra, triangles, edges, and vertices lying within the\n"
39448 "alpha radius are output. In other words, non-zero alpha values may result in\n"
39449 "arbitrary combinations of tetrahedra, triangles, lines, and vertices. (The\n"
39450 "notion of alpha value is derived from Edelsbrunner's work on \"alpha shapes\".)\n"
39451 "The 3D Delaunay triangulation is defined as the triangulation that satisfies\n"
39452 "the Delaunay criterion for n-dimensional simplexes (in this case n=3 and the\n"
39453 "simplexes are tetrahedra). This criterion states that a circumsphere of each\n"
39454 "simplex in a triangulation contains only the n+1 defining points of the\n"
39455 "simplex. (See text for more information.) While in two dimensions this\n"
39456 "translates into an \"optimal\" triangulation, this is not true in 3D, since a\n"
39457 "measurement for optimality in 3D is not agreed on. Delaunay triangulations are\n"
39458 "used to build topological structures from unorganized (or unstructured) points.\n"
39459 "The input to this filter is a list of points specified in 3D. (If you wish to\n"
39460 "create 2D triangulations see Delaunay2D.) The output is an unstructured grid.\n"
39461 "The Delaunay triangulation can be numerically sensitive. To prevent problems,\n"
39462 "try to avoid injecting points that will result in triangles with bad aspect\n"
39463 "ratios (1000:1 or greater). In practice this means inserting points that are\n"
39464 "\"widely dispersed\", and enables smooth transition of triangle sizes throughout\n"
39465 "the mesh. (You may even want to add extra points to create a better point\n"
39466 "distribution.) If numerical problems are present, you will see a warning\n"
39467 "message to this effect at the end of the triangulation process. Warning: Points\n"
39468 "arranged on a regular lattice (termed degenerate cases) can be triangulated in\n"
39469 "more than one way (at least according to the Delaunay criterion). The choice of\n"
39470 "triangulation (as implemented by this algorithm) depends on the order of the\n"
39471 "input points. The first four points will form a tetrahedron; other degenerate\n"
39472 "points (relative to this initial tetrahedron) will not break it. Points that\n"
39473 "are coincident (or nearly so) may be discarded by the algorithm. This is\n"
39474 "because the Delaunay triangulation requires unique input points. You can\n"
39475 "control the definition of coincidence with the \"Tolerance\" instance variable.\n"
39476 "The output of the Delaunay triangulation is supposedly a convex hull. In\n"
39477 "certain cases this implementation may not generate the convex hull. This\n"
39478 "behavior can be controlled by the Offset instance variable. Offset is a\n"
39479 "multiplier used to control the size of the initial triangulation. The larger\n"
39480 "the offset value, the more likely you will generate a convex hull; and the more\n"
39481 "likely you are to see numerical problems. The implementation of this algorithm\n"
39482 "varies from the 2D Delaunay algorithm (i.e., Delaunay2D) in an important way.\n"
39483 "When points are injected into the triangulation, the search for the enclosing\n"
39484 "tetrahedron is quite different. In the 3D case, the closest previously inserted\n"
39485 "point point is found, and then the connected tetrahedra are searched to find\n"
39486 "the containing one. (In 2D, a \"walk\" towards the enclosing triangle is\n"
39487 "performed.) If the triangulation is Delaunay, then an enclosing tetrahedron\n"
39488 "will be found. However, in degenerate cases an enclosing tetrahedron may not be\n"
39489 "found and the point will be rejected.</Documentation>\n"
39490 " <InputProperty command=\"SetInputConnection\"\n"
39491 " name=\"Input\">\n"
39492 " <ProxyGroupDomain name=\"groups\">\n"
39493 " <Group name=\"sources\" />\n"
39494 " <Group name=\"filters\" />\n"
39495 " </ProxyGroupDomain>\n"
39496 " <DataTypeDomain name=\"input_type\">\n"
39497 " <DataType value=\"vtkPointSet\" />\n"
39498 " </DataTypeDomain>\n"
39499 " <Documentation>This property specifies the input dataset to the\n"
39500 " Delaunay 3D filter.</Documentation>\n"
39501 " </InputProperty>\n"
39502 " <DoubleVectorProperty animateable=\"1\"\n"
39503 " command=\"SetAlpha\"\n"
39504 " default_values=\"0.0\"\n"
39505 " name=\"Alpha\"\n"
39506 " number_of_elements=\"1\">\n"
39507 " <DoubleRangeDomain min=\"0\"\n"
39508 " name=\"range\" />\n"
39509 " <Documentation>This property specifies the alpha (or distance) value to\n"
39510 " control the output of this filter. For a non-zero alpha value, only\n"
39511 " edges, faces, or tetra contained within the circumsphere (of radius\n"
39512 " alpha) will be output. Otherwise, only tetrahedra will be\n"
39513 " output.</Documentation>\n"
39514 " </DoubleVectorProperty>\n"
39515 " <DoubleVectorProperty animateable=\"1\"\n"
39516 " command=\"SetTolerance\"\n"
39517 " default_values=\"0.001\"\n"
39518 " name=\"Tolerance\"\n"
39519 " number_of_elements=\"1\">\n"
39520 " <DoubleRangeDomain max=\"1.0\"\n"
39521 " min=\"0\"\n"
39522 " name=\"range\" />\n"
39523 " <Documentation>This property specifies a tolerance to control\n"
39524 " discarding of closely spaced points. This tolerance is specified as a\n"
39525 " fraction of the diagonal length of the bounding box of the\n"
39526 " points.</Documentation>\n"
39527 " </DoubleVectorProperty>\n"
39528 " <DoubleVectorProperty animateable=\"1\"\n"
39529 " command=\"SetOffset\"\n"
39530 " default_values=\"2.5\"\n"
39531 " name=\"Offset\"\n"
39532 " number_of_elements=\"1\">\n"
39533 " <DoubleRangeDomain min=\"2.5\"\n"
39534 " name=\"range\" />\n"
39535 " <Documentation>This property specifies a multiplier to control the size\n"
39536 " of the initial, bounding Delaunay triangulation.</Documentation>\n"
39537 " </DoubleVectorProperty>\n"
39538 " <IntVectorProperty animateable=\"1\"\n"
39539 " command=\"SetBoundingTriangulation\"\n"
39540 " default_values=\"0\"\n"
39541 " name=\"BoundingTriangulation\"\n"
39542 " number_of_elements=\"1\">\n"
39543 " <BooleanDomain name=\"bool\" />\n"
39544 " <Documentation>This boolean controls whether bounding triangulation\n"
39545 " points (and associated triangles) are included in the output. (These\n"
39546 " are introduced as an initial triangulation to begin the triangulation\n"
39547 " process. This feature is nice for debugging output.)</Documentation>\n"
39548 " </IntVectorProperty>\n"
39549 " <IntVectorProperty animateable=\"1\"\n"
39550 " command=\"SetAlphaTets\"\n"
39551 " default_values=\"1\"\n"
39552 " name=\"AlphaTets\"\n"
39553 " number_of_elements=\"1\"\n"
39554 " panel_visibility=\"advanced\" >\n"
39555 " <BooleanDomain name=\"bool\" />\n"
39556 " <Documentation>This boolean controls whether tetrahedrons which satisfy\n"
39557 " the alpha criterion output when alpha is non-zero.</Documentation>\n"
39558 " </IntVectorProperty>\n"
39559 " <IntVectorProperty animateable=\"1\"\n"
39560 " command=\"SetAlphaTris\"\n"
39561 " default_values=\"1\"\n"
39562 " name=\"AlphaTris\"\n"
39563 " number_of_elements=\"1\"\n"
39564 " panel_visibility=\"advanced\" >\n"
39565 " <BooleanDomain name=\"bool\" />\n"
39566 " <Documentation>This boolean controls whether triangles which satisfy\n"
39567 " the alpha criterion output when alpha is non-zero.</Documentation>\n"
39568 " </IntVectorProperty>\n"
39569 " <IntVectorProperty animateable=\"1\"\n"
39570 " command=\"SetAlphaLines\"\n"
39571 " default_values=\"0\"\n"
39572 " name=\"AlphaLines\"\n"
39573 " number_of_elements=\"1\"\n"
39574 " panel_visibility=\"advanced\" >\n"
39575 " <BooleanDomain name=\"bool\" />\n"
39576 " <Documentation>This boolean controls whether lines which satisfy the\n"
39577 " alpha criterion output when alpha is non-zero.</Documentation>\n"
39578 " </IntVectorProperty>\n"
39579 " <IntVectorProperty animateable=\"1\"\n"
39580 " command=\"SetAlphaVerts\"\n"
39581 " default_values=\"0\"\n"
39582 " name=\"AlphaVerts\"\n"
39583 " number_of_elements=\"1\"\n"
39584 " panel_visibility=\"advanced\" >\n"
39585 " <BooleanDomain name=\"bool\" />\n"
39586 " <Documentation>This boolean controls whether vertices which satisfy the\n"
39587 " alpha criterion are output when alpha is non-zero.</Documentation>\n"
39588 " </IntVectorProperty>\n"
39589 " <!-- End Delaunay3d -->\n"
39590 " </SourceProxy>\n"
39591 "\n"
39592 " <!-- ==================================================================== -->\n"
39593 " <SourceProxy class=\"vtkElevationFilter\"\n"
39594 " label=\"Elevation\"\n"
39595 " name=\"ElevationFilter\">\n"
39596 " <Documentation long_help=\"Create point attribute array by projecting points onto an elevation vector.\"\n"
39597 " short_help=\"Create a point array representing elevation.\">\n"
39598 " The Elevation filter generates point scalar values for an\n"
39599 " input dataset along a specified direction vector. The\n"
39600 " Input menu allows the user to select the data set to which\n"
39601 " this filter will be applied. Use the Scalar range entry\n"
39602 " boxes to specify the minimum and maximum scalar value to\n"
39603 " be generated. The Low Point and High Point define a line\n"
39604 " onto which each point of the data set is projected. The\n"
39605 " minimum scalar value is associated with the Low Point, and\n"
39606 " the maximum scalar value is associated with the High\n"
39607 " Point. The scalar value for each point in the data set is\n"
39608 " determined by the location along the line to which that\n"
39609 " point projects.</Documentation>\n"
39610 " <InputProperty command=\"SetInputConnection\"\n"
39611 " name=\"Input\">\n"
39612 " <ProxyGroupDomain name=\"groups\">\n"
39613 " <Group name=\"sources\" />\n"
39614 " <Group name=\"filters\" />\n"
39615 " </ProxyGroupDomain>\n"
39616 " <DataTypeDomain name=\"input_type\">\n"
39617 " <DataType value=\"vtkDataSet\" />\n"
39618 " </DataTypeDomain>\n"
39619 " <Documentation>This property specifies the input dataset to the\n"
39620 " Elevation filter.</Documentation>\n"
39621 " </InputProperty>\n"
39622 ;
39623 
39624 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filterscore.xml
39626 " <DoubleVectorProperty command=\"SetScalarRange\"\n"
39627 " default_values=\"0 1\"\n"
39628 " name=\"ScalarRange\"\n"
39629 " number_of_elements=\"2\">\n"
39630 " <DoubleRangeDomain name=\"range\" />\n"
39631 " <Documentation>This property determines the range into which scalars\n"
39632 " will be mapped.</Documentation>\n"
39633 " </DoubleVectorProperty>\n"
39634 " <DoubleVectorProperty animateable=\"1\"\n"
39635 " command=\"SetLowPoint\"\n"
39636 " default_values=\"0 0 0\"\n"
39637 " label=\"Low Point\"\n"
39638 " name=\"LowPoint\"\n"
39639 " number_of_elements=\"3\" >\n"
39640 " <BoundsDomain default_mode=\"min\"\n"
39641 " mode=\"normal\"\n"
39642 " name=\"range\">\n"
39643 " <RequiredProperties>\n"
39644 " <Property function=\"Input\"\n"
39645 " name=\"Input\" />\n"
39646 " </RequiredProperties>\n"
39647 " </BoundsDomain>\n"
39648 " <Documentation>This property defines low end of the direction vector\n"
39649 " (small scalar values).</Documentation>\n"
39650 " </DoubleVectorProperty>\n"
39651 " <DoubleVectorProperty animateable=\"1\"\n"
39652 " command=\"SetHighPoint\"\n"
39653 " default_values=\"0 0 1\"\n"
39654 " label=\"High Point\"\n"
39655 " name=\"HighPoint\"\n"
39656 " number_of_elements=\"3\" >\n"
39657 " <BoundsDomain default_mode=\"max\"\n"
39658 " mode=\"normal\"\n"
39659 " name=\"range\">\n"
39660 " <RequiredProperties>\n"
39661 " <Property function=\"Input\"\n"
39662 " name=\"Input\" />\n"
39663 " </RequiredProperties>\n"
39664 " </BoundsDomain>\n"
39665 " <Documentation>This property defines the high end of the direction\n"
39666 " vector (large scalar values).</Documentation>\n"
39667 " </DoubleVectorProperty>\n"
39668 " <PropertyGroup panel_widget=\"InteractiveLine\">\n"
39669 " <Property function=\"Point1WorldPosition\" name=\"LowPoint\" />\n"
39670 " <Property function=\"Point2WorldPosition\" name=\"HighPoint\" />\n"
39671 " <Property function=\"Input\" name=\"Input\" />\n"
39672 " </PropertyGroup>\n"
39673 "\n"
39674 " <!-- End ElevationFilter -->\n"
39675 " </SourceProxy>\n"
39676 "\n"
39677 " <!-- ==================================================================== -->\n"
39678 " <SourceProxy class=\"vtkFeatureEdges\"\n"
39679 " label=\"Feature Edges\"\n"
39680 " name=\"FeatureEdges\">\n"
39681 " <Documentation long_help=\"This filter will extract edges along sharp edges of surfaces or boundaries of surfaces.\"\n"
39682 " short_help=\"Extract edges that meet the feature criteria.\">\n"
39683 " The Feature Edges filter extracts various subsets of edges\n"
39684 " from the input data set. This filter operates on polygonal\n"
39685 " data and produces polygonal output.</Documentation>\n"
39686 " <InputProperty command=\"SetInputConnection\"\n"
39687 " name=\"Input\">\n"
39688 " <ProxyGroupDomain name=\"groups\">\n"
39689 " <Group name=\"sources\" />\n"
39690 " <Group name=\"filters\" />\n"
39691 " </ProxyGroupDomain>\n"
39692 " <DataTypeDomain name=\"input_type\">\n"
39693 " <DataType value=\"vtkPolyData\" />\n"
39694 " </DataTypeDomain>\n"
39695 " <Documentation>This property specifies the input to the Feature Edges\n"
39696 " filter.</Documentation>\n"
39697 " </InputProperty>\n"
39698 " <IntVectorProperty command=\"SetBoundaryEdges\"\n"
39699 " default_values=\"1\"\n"
39700 " name=\"BoundaryEdges\"\n"
39701 " number_of_elements=\"1\">\n"
39702 " <BooleanDomain name=\"bool\" />\n"
39703 " <Documentation>If the value of this property is set to 1, boundary\n"
39704 " edges will be extracted. Boundary edges are defined as lines cells or\n"
39705 " edges that are used by only one polygon.</Documentation>\n"
39706 " </IntVectorProperty>\n"
39707 " <IntVectorProperty command=\"SetFeatureEdges\"\n"
39708 " default_values=\"1\"\n"
39709 " name=\"FeatureEdges\"\n"
39710 " number_of_elements=\"1\">\n"
39711 " <BooleanDomain name=\"bool\" />\n"
39712 " <Documentation>If the value of this property is set to 1, feature edges\n"
39713 " will be extracted. Feature edges are defined as edges that are used by\n"
39714 " two polygons whose dihedral angle is greater than the feature angle.\n"
39715 " (See the FeatureAngle property.) Toggle whether to extract feature\n"
39716 " edges.</Documentation>\n"
39717 " </IntVectorProperty>\n"
39718 " <IntVectorProperty command=\"SetNonManifoldEdges\"\n"
39719 " default_values=\"1\"\n"
39720 " label=\"Non-Manifold Edges\"\n"
39721 " name=\"NonManifoldEdges\"\n"
39722 " number_of_elements=\"1\">\n"
39723 " <BooleanDomain name=\"bool\" />\n"
39724 " <Documentation>If the value of this property is set to 1, non-manifold\n"
39725 " edges will be extracted. Non-manifold edges are defined as edges that\n"
39726 " are use by three or more polygons.</Documentation>\n"
39727 " </IntVectorProperty>\n"
39728 " <IntVectorProperty command=\"SetManifoldEdges\"\n"
39729 " default_values=\"0\"\n"
39730 " name=\"ManifoldEdges\"\n"
39731 " number_of_elements=\"1\">\n"
39732 " <BooleanDomain name=\"bool\" />\n"
39733 " <Documentation>If the value of this property is set to 1, manifold\n"
39734 " edges will be extracted. Manifold edges are defined as edges that are\n"
39735 " used by exactly two polygons.</Documentation>\n"
39736 " </IntVectorProperty>\n"
39737 " <IntVectorProperty command=\"SetColoring\"\n"
39738 " default_values=\"0\"\n"
39739 " name=\"Coloring\"\n"
39740 " number_of_elements=\"1\">\n"
39741 " <BooleanDomain name=\"bool\" />\n"
39742 " <Documentation>If the value of this property is set to 1, then the\n"
39743 " extracted edges are assigned a scalar value based on the type of the\n"
39744 " edge.</Documentation>\n"
39745 " </IntVectorProperty>\n"
39746 " <DoubleVectorProperty command=\"SetFeatureAngle\"\n"
39747 " default_values=\"30.0\"\n"
39748 " name=\"FeatureAngle\"\n"
39749 " number_of_elements=\"1\">\n"
39750 " <DoubleRangeDomain max=\"180\"\n"
39751 " min=\"0\"\n"
39752 " name=\"range\" />\n"
39753 " <Documentation>The value of this property is used to define a feature\n"
39754 " edge. If the surface normal between two adjacent triangles is at least\n"
39755 " as large as this Feature Angle, a feature edge exists. (See the\n"
39756 " FeatureEdges property.)</Documentation>\n"
39757 " </DoubleVectorProperty>\n"
39758 " <Hints>\n"
39759 " <Visibility replace_input=\"0\" />\n"
39760 " </Hints>\n"
39761 " <!-- End FeatureEdges -->\n"
39762 " </SourceProxy>\n"
39763 "\n"
39764 " <!-- ==================================================================== -->\n"
39765 " <SourceProxy class=\"vtkIdFilter\"\n"
39766 " label=\"Generate Ids\"\n"
39767 " name=\"GenerateIdScalars\">\n"
39768 " <Documentation long_help=\"Generate scalars from point and cell ids.\"\n"
39769 " short_help=\"Generate scalars from point and cell ids.\">\n"
39770 " This filter generates scalars using cell and point ids.\n"
39771 " That is, the point attribute data scalars are generated\n"
39772 " from the point ids, and the cell attribute data scalars or\n"
39773 " field data are generated from the the cell\n"
39774 " ids.</Documentation>\n"
39775 " <InputProperty command=\"SetInputConnection\"\n"
39776 " name=\"Input\">\n"
39777 " <ProxyGroupDomain name=\"groups\">\n"
39778 " <Group name=\"sources\" />\n"
39779 " <Group name=\"filters\" />\n"
39780 " </ProxyGroupDomain>\n"
39781 " <DataTypeDomain name=\"input_type\">\n"
39782 " <DataType value=\"vtkDataSet\" />\n"
39783 " </DataTypeDomain>\n"
39784 " <Documentation>This property specifies the input to the Cell Data to\n"
39785 " Point Data filter.</Documentation>\n"
39786 " </InputProperty>\n"
39787 " <IntVectorProperty name=\"GeneratePointIds\"\n"
39788 " command=\"SetPointIds\"\n"
39789 " number_of_elements=\"1\"\n"
39790 " default_values=\"1\">\n"
39791 " <BooleanDomain name=\"bool\" />\n"
39792 " <Documentation>\n"
39793 " Enable generation of point ids.\n"
39794 " </Documentation>\n"
39795 " </IntVectorProperty>\n"
39796 "\n"
39797 " <StringVectorProperty command=\"SetPointIdsArrayName\"\n"
39798 " default_values=\"PointIds\"\n"
39799 " name=\"PointIdsArrayName\"\n"
39800 " number_of_elements=\"1\">\n"
39801 " <Documentation>The name of the point ids array.</Documentation>\n"
39802 " <Hints>\n"
39803 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
39804 " mode=\"enabled_state\"\n"
39805 " property=\"GeneratePointIds\"\n"
39806 " value=\"1\" />\n"
39807 " </Hints>\n"
39808 " </StringVectorProperty>\n"
39809 "\n"
39810 " <IntVectorProperty name=\"GenerateCellIds\"\n"
39811 " command=\"SetCellIds\"\n"
39812 " number_of_elements=\"1\"\n"
39813 " default_values=\"1\">\n"
39814 " <BooleanDomain name=\"bool\" />\n"
39815 " <Documentation>\n"
39816 " Enable generation of cell ids.\n"
39817 " </Documentation>\n"
39818 " </IntVectorProperty>\n"
39819 "\n"
39820 " <StringVectorProperty command=\"SetCellIdsArrayName\"\n"
39821 " default_values=\"CellIds\"\n"
39822 " name=\"CellIdsArrayName\"\n"
39823 " number_of_elements=\"1\">\n"
39824 " <Documentation>The name of the cell ids array.</Documentation>\n"
39825 " <Hints>\n"
39826 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
39827 " mode=\"enabled_state\"\n"
39828 " property=\"GenerateCellIds\"\n"
39829 " value=\"1\" />\n"
39830 " </Hints>\n"
39831 " </StringVectorProperty>\n"
39832 " <PropertyGroup label=\"Point Ids\">\n"
39833 " <Property name=\"GeneratePointIds\" />\n"
39834 " <Property name=\"PointIdsArrayName\" />\n"
39835 " </PropertyGroup>\n"
39836 " <PropertyGroup label=\"Cell Ids\">\n"
39837 " <Property name=\"GenerateCellIds\" />\n"
39838 " <Property name=\"CellIdsArrayName\" />\n"
39839 " </PropertyGroup>\n"
39840 "\n"
39841 " <!-- End GenerateIdScalars -->\n"
39842 " </SourceProxy>\n"
39843 "\n"
39844 " <!-- ==================================================================== -->\n"
39845 " <SourceProxy class=\"vtkMergeArrays\"\n"
39846 " label=\"Append Attributes\"\n"
39847 " name=\"AppendAttributes\">\n"
39848 " <Documentation long_help=\"Copies geometry from first input. Puts all of the arrays into the output.\"\n"
39849 " short_help=\"Puts all input arrays into the single output.\">\n"
39850 " The Append Attributes filter takes multiple input data\n"
39851 " sets with the same geometry and merges their point and\n"
39852 " cell attributes to produce a single output containing all\n"
39853 " the point and cell attributes of the inputs. Any inputs\n"
39854 " without the same number of points and cells as the first\n"
39855 " input are ignored. The input data sets must already be\n"
39856 " collected together, either as a result of a reader that\n"
39857 " loads multiple parts (e.g., EnSight reader) or because the\n"
39858 " Group Parts filter has been run to form a collection of\n"
39859 " data sets.</Documentation>\n"
39860 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
39861 " command=\"AddInputConnection\"\n"
39862 " multiple_input=\"1\"\n"
39863 " name=\"Input\">\n"
39864 " <ProxyGroupDomain name=\"groups\">\n"
39865 " <Group name=\"sources\" />\n"
39866 " <Group name=\"filters\" />\n"
39867 " </ProxyGroupDomain>\n"
39868 " <DataTypeDomain composite_data_supported=\"1\"\n"
39869 " name=\"input_type\">\n"
39870 " <DataType value=\"vtkDataObject\" />\n"
39871 " </DataTypeDomain>\n"
39872 " <Documentation>This property specifies the input to the Append\n"
39873 " Attributes filter.</Documentation>\n"
39874 " </InputProperty>\n"
39875 " <!-- End AppendAttributes -->\n"
39876 " </SourceProxy>\n"
39877 "\n"
39878 " <!-- ==================================================================== -->\n"
39879 " <SourceProxy class=\"vtkMoleculeAppend\"\n"
39880 " name=\"AppendMolecule\"\n"
39881 " label=\"Append Molecule\">\n"
39882 " <Documentation long_help=\"Appends one or more molecules into a single molecule.\"\n"
39883 " short_help=\"Append molecules into a single molecule.\">\n"
39884 " Appends one or more molecules into a single molecule. It also appends the associated atom data and edge data.\n"
39885 " Note that input data arrays should match (same number of arrays with same names in each input)\n"
39886 " </Documentation>\n"
39887 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
39888 " command=\"AddInputConnection\"\n"
39889 " multiple_input=\"1\"\n"
39890 " name=\"Input\">\n"
39891 " <ProxyGroupDomain name=\"groups\">\n"
39892 " <Group name=\"sources\"/>\n"
39893 " <Group name=\"filters\"/>\n"
39894 " </ProxyGroupDomain>\n"
39895 " <DataTypeDomain name=\"input_type\">\n"
39896 " <DataType value=\"vtkMolecule\"/>\n"
39897 " </DataTypeDomain>\n"
39898 " </InputProperty>\n"
39899 " <!-- End AppendMolecule -->\n"
39900 " </SourceProxy>\n"
39901 "\n"
39902 " <!-- ==================================================================== -->\n"
39903 " <SourceProxy class=\"vtkPlaneCutter\"\n"
39904 " name=\"SliceWithPlane\"\n"
39905 " label=\"Slice With Plane\">\n"
39906 " <Documentation long_help=\"This filter slices a data set with a plane. Slicing is similar to a contour. It creates surfaces from volumes and lines from surfaces. This filter is faster than the standard Slice filter.\"\n"
39907 " short_help=\"Slice datasets with a plane.\">This filter\n"
39908 " extracts the portion of the input dataset that lies along\n"
39909 " the specified plane. The Slice filter takes any type of\n"
39910 " dataset as input. The output of this filter is a multiblock of multipiece\n"
39911 " polygonal data. This is a multithreaded implementation.\n"
39912 " </Documentation>\n"
39913 " <InputProperty command=\"SetInputConnection\"\n"
39914 " name=\"Input\">\n"
39915 " <ProxyGroupDomain name=\"groups\">\n"
39916 " <Group name=\"sources\" />\n"
39917 " <Group name=\"filters\" />\n"
39918 " </ProxyGroupDomain>\n"
39919 " <DataTypeDomain name=\"input_type\">\n"
39920 " <DataType value=\"vtkDataSet\" />\n"
39921 " <DataType value=\"vtkCompositeDataSet\" />\n"
39922 " </DataTypeDomain>\n"
39923 " <Documentation>This property specifies the input of the slice\n"
39924 " filter.</Documentation>\n"
39925 " </InputProperty>\n"
39926 " <ProxyProperty command=\"SetPlane\"\n"
39927 " name=\"Plane\">\n"
39928 " <ProxyListDomain name=\"proxy_list\">\n"
39929 " <Proxy group=\"implicit_functions\"\n"
39930 " name=\"Plane\" />\n"
39931 " </ProxyListDomain>\n"
39932 " <Documentation>This property sets the parameters of the plane\n"
39933 ;
39934 
39935 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filterscore.xml
39937 " function.</Documentation>\n"
39938 " </ProxyProperty>\n"
39939 " <IntVectorProperty animateable=\"0\"\n"
39940 " command=\"SetBuildTree\"\n"
39941 " default_values=\"1\"\n"
39942 " name=\"BuildTree\"\n"
39943 " panel_visibility=\"advanced\"\n"
39944 " number_of_elements=\"1\">\n"
39945 " <BooleanDomain name=\"bool\" />\n"
39946 " <Documentation>\n"
39947 " If enabled and input is not an Image Data, Sphere Tree will be computed, for a faster slice computation.\n"
39948 " </Documentation>\n"
39949 " </IntVectorProperty>\n"
39950 " <IntVectorProperty animateable=\"0\"\n"
39951 " command=\"SetBuildHierarchy\"\n"
39952 " default_values=\"1\"\n"
39953 " name=\"BuildHierarchy\"\n"
39954 " panel_visibility=\"advanced\"\n"
39955 " number_of_elements=\"1\">\n"
39956 " <BooleanDomain name=\"bool\" />\n"
39957 " <Documentation>\n"
39958 " If enabled and input is not an Image Data, Tree hierarchy will be computed, for a faster slice computation.\n"
39959 " </Documentation>\n"
39960 " <Hints>\n"
39961 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
39962 " <Property name=\"BuildTree\" function=\"boolean\" />\n"
39963 " </PropertyWidgetDecorator>\n"
39964 " </Hints>\n"
39965 " </IntVectorProperty>\n"
39966 " <IntVectorProperty animateable=\"0\"\n"
39967 " command=\"SetComputeNormals\"\n"
39968 " default_values=\"0\"\n"
39969 " name=\"ComputeNormals\"\n"
39970 " panel_visibility=\"advanced\"\n"
39971 " number_of_elements=\"1\">\n"
39972 " <BooleanDomain name=\"bool\" />\n"
39973 " <Documentation>\n"
39974 " If enabled, compute the normal on each cell. Since all output cells are coplanar,\n"
39975 " the normal generated is simply the normal of the plane used to slice with.\n"
39976 " By default computing of normals is disabled.\n"
39977 " </Documentation>\n"
39978 " </IntVectorProperty>\n"
39979 " <IntVectorProperty animateable=\"0\"\n"
39980 " command=\"SetInterpolateAttributes\"\n"
39981 " default_values=\"1\"\n"
39982 " name=\"InterpolateAttributes\"\n"
39983 " panel_visibility=\"advanced\"\n"
39984 " number_of_elements=\"1\">\n"
39985 " <BooleanDomain name=\"bool\" />\n"
39986 " <Documentation>\n"
39987 " If enabled, interpolate attribute data. By default this is\n"
39988 " enabled. Point data is always interpolated. Cell data is transferred\n"
39989 " unless input is an image data.\n"
39990 " </Documentation>\n"
39991 " </IntVectorProperty>\n"
39992 " <IntVectorProperty animateable=\"0\"\n"
39993 " command=\"SetGeneratePolygons\"\n"
39994 " default_values=\"1\"\n"
39995 " name=\"GeneratePolygons\"\n"
39996 " panel_visibility=\"advanced\"\n"
39997 " number_of_elements=\"1\">\n"
39998 " <BooleanDomain name=\"bool\" />\n"
39999 " <Documentation>\n"
40000 " If enabled and input is a Structured Grid or a Rectilinear Grid,\n"
40001 " output slice will consist of polygons instead of only triangles.\n"
40002 " </Documentation>\n"
40003 " </IntVectorProperty>\n"
40004 "\n"
40005 " <!-- End SliceWithPlane -->\n"
40006 " </SourceProxy>\n"
40007 "\n"
40008 " <!-- ==================================================================== -->\n"
40009 " <SourceProxy class=\"vtkPointDataToCellData\"\n"
40010 " label=\"Point Data to Cell Data\"\n"
40011 " name=\"PointDataToCellData\">\n"
40012 " <Documentation long_help=\"Create cell attributes by averaging point attributes.\"\n"
40013 " short_help=\"Convert point data to cell data.\">The Point\n"
40014 " Data to Cell Data filter averages the values of the point\n"
40015 " attributes of the points of a cell to compute cell\n"
40016 " attributes. This filter operates on any type of dataset,\n"
40017 " and the output dataset is the same type as the\n"
40018 " input.</Documentation>\n"
40019 " <InputProperty command=\"SetInputConnection\"\n"
40020 " name=\"Input\">\n"
40021 " <ProxyGroupDomain name=\"groups\">\n"
40022 " <Group name=\"sources\" />\n"
40023 " <Group name=\"filters\" />\n"
40024 " </ProxyGroupDomain>\n"
40025 " <DataTypeDomain name=\"input_type\">\n"
40026 " <DataType value=\"vtkDataSet\" />\n"
40027 " </DataTypeDomain>\n"
40028 " <InputArrayDomain attribute_type=\"point\"\n"
40029 " name=\"input_array\" />\n"
40030 " <FixedTypeDomain name=\"fixed_type\" />\n"
40031 " <Documentation>This property specifies the input to the Point Data to\n"
40032 " Cell Data filter.</Documentation>\n"
40033 " </InputProperty>\n"
40034 " <IntVectorProperty command=\"SetProcessAllArrays\"\n"
40035 " default_values=\"1\"\n"
40036 " name=\"ProcessAllArrays\"\n"
40037 " number_of_elements=\"1\">\n"
40038 " <BooleanDomain name=\"bool\" />\n"
40039 " <Documentation>The value of this property controls whether all input\n"
40040 " point arrays will be processed and converted into cell arrays.</Documentation>\n"
40041 " </IntVectorProperty>\n"
40042 " <StringVectorProperty clean_command=\"ClearPointDataArrays\"\n"
40043 " command=\"AddPointDataArray\"\n"
40044 " name=\"PointDataArrays\"\n"
40045 " label=\"Point Data Array to process\"\n"
40046 " number_of_elements_per_command=\"1\"\n"
40047 " repeat_command=\"1\">\n"
40048 " <Documentation>Add a point array by name to be converted to cell array.</Documentation>\n"
40049 " <ArrayListDomain input_domain_name=\"input_array\" name=\"array_list\">\n"
40050 " <RequiredProperties>\n"
40051 " <Property function=\"Input\" name=\"Input\" />\n"
40052 " </RequiredProperties>\n"
40053 " </ArrayListDomain>\n"
40054 " <Hints>\n"
40055 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
40056 " <Property name=\"ProcessAllArrays\" function=\"boolean_invert\" />\n"
40057 " </PropertyWidgetDecorator>\n"
40058 " </Hints>\n"
40059 " </StringVectorProperty>\n"
40060 " <IntVectorProperty command=\"SetPassPointData\"\n"
40061 " default_values=\"0\"\n"
40062 " name=\"PassPointData\"\n"
40063 " number_of_elements=\"1\">\n"
40064 " <BooleanDomain name=\"bool\" />\n"
40065 " <Documentation>The value of this property controls whether the input\n"
40066 " point data will be passed to the output. If set to 1, then the input\n"
40067 " point data is passed through to the output; otherwise, only generated\n"
40068 " cell data is placed into the output.</Documentation>\n"
40069 " </IntVectorProperty>\n"
40070 " <IntVectorProperty command=\"SetCategoricalData\"\n"
40071 " default_values=\"0\"\n"
40072 " name=\"CategoricalData\"\n"
40073 " number_of_elements=\"1\"\n"
40074 " panel_visibility=\"advanced\">\n"
40075 " <BooleanDomain name=\"bool\" />\n"
40076 " <Documentation>Control whether the input point data is to be\n"
40077 " treated as categorical. If the data is categorical, then the\n"
40078 " resultant cell data will be determined by a majority rules\n"
40079 " vote, with ties going to the smaller value.</Documentation>\n"
40080 " </IntVectorProperty>\n"
40081 " <!-- End PointDataToCellData -->\n"
40082 " </SourceProxy>\n"
40083 "\n"
40084 " <!-- ==================================================================== -->\n"
40085 " <SourceProxy class=\"vtkPolyDataTangents\"\n"
40086 " label=\"Generate Surface Tangents\"\n"
40087 " name=\"PolyDataTangents\">\n"
40088 " <Documentation long_help=\"This filter will produce surface tangents used for normal mapping.\"\n"
40089 " short_help=\"Produce surface point tangents.\">This filter\n"
40090 " generates surface tangents at the points of the input\n"
40091 " polygonal dataset based on the normals and the texture coordinates.\n"
40092 " The resulting dataset is also polygonal. The tangents are required when using\n"
40093 " a normal texture.</Documentation>\n"
40094 " <InputProperty command=\"SetInputConnection\"\n"
40095 " name=\"Input\">\n"
40096 " <ProxyGroupDomain name=\"groups\">\n"
40097 " <Group name=\"sources\" />\n"
40098 " <Group name=\"filters\" />\n"
40099 " </ProxyGroupDomain>\n"
40100 " <DataTypeDomain name=\"input_type\">\n"
40101 " <DataType value=\"vtkPolyData\" />\n"
40102 " </DataTypeDomain>\n"
40103 " <Documentation>This property specifies the input to the Tangents\n"
40104 " Generation filter.</Documentation>\n"
40105 " </InputProperty>\n"
40106 " <IntVectorProperty command=\"SetComputeCellTangents\"\n"
40107 " default_values=\"0\"\n"
40108 " name=\"ComputeCellTangents\"\n"
40109 " number_of_elements=\"1\">\n"
40110 " <BooleanDomain name=\"bool\" />\n"
40111 " <Documentation>This filter computes the tangents at the points in the\n"
40112 " data set. In the process of doing this it computes polygon tangents too.\n"
40113 " If you want these normals to be passed to the output of this filter,\n"
40114 " set the value of this property to 1.</Documentation>\n"
40115 " </IntVectorProperty>\n"
40116 " <!-- End PolyDataTangents -->\n"
40117 " </SourceProxy>\n"
40118 "\n"
40119 " <!-- ==================================================================== -->\n"
40120 " <SourceProxy class=\"vtkQuadricClustering\"\n"
40121 " label=\"Quadric Clustering\"\n"
40122 " name=\"QuadricClustering\">\n"
40123 " <Documentation long_help=\"This filter is the same filter used to generate level of detail for ParaView. It uses a structured grid of bins and merges all points contained in each bin.\"\n"
40124 " short_help=\"Simplify polygonal models.\">The Quadric\n"
40125 " Clustering filter produces a reduced-resolution polygonal\n"
40126 " approximation of the input polygonal dataset. This filter\n"
40127 " is the one used by ParaView for computing LODs. It uses\n"
40128 " spatial binning to reduce the number of points in the data\n"
40129 " set; points that lie within the same spatial bin are\n"
40130 " collapsed into one representative point.</Documentation>\n"
40131 " <InputProperty command=\"SetInputConnection\"\n"
40132 " name=\"Input\">\n"
40133 " <ProxyGroupDomain name=\"groups\">\n"
40134 " <Group name=\"sources\" />\n"
40135 " <Group name=\"filters\" />\n"
40136 " </ProxyGroupDomain>\n"
40137 " <DataTypeDomain name=\"input_type\">\n"
40138 " <DataType value=\"vtkPolyData\" />\n"
40139 " </DataTypeDomain>\n"
40140 " <Documentation>This property specifies the input to the Quadric\n"
40141 " Clustering filter.</Documentation>\n"
40142 " </InputProperty>\n"
40143 " <IntVectorProperty command=\"SetNumberOfDivisions\"\n"
40144 " default_values=\"50 50 50\"\n"
40145 " label=\"Number of Dimensions\"\n"
40146 " name=\"NumberOfDivisions\"\n"
40147 " number_of_elements=\"3\">\n"
40148 " <IntRangeDomain name=\"range\" />\n"
40149 " <Documentation>This property specifies the number of bins along the X,\n"
40150 " Y, and Z axes of the data set.</Documentation>\n"
40151 " </IntVectorProperty>\n"
40152 " <IntVectorProperty command=\"SetUseInputPoints\"\n"
40153 " default_values=\"1\"\n"
40154 " name=\"UseInputPoints\"\n"
40155 " number_of_elements=\"1\">\n"
40156 " <BooleanDomain name=\"bool\" />\n"
40157 " <Documentation>If the value of this property is set to 1, the\n"
40158 " representative point for each bin is selected from one of the input\n"
40159 " points that lies in that bin; the input point that produces the least\n"
40160 " error is chosen. If the value of this property is 0, the location of\n"
40161 " the representative point is calculated to produce the least error\n"
40162 " possible for that bin, but the point will most likely not be one of the\n"
40163 " input points.</Documentation>\n"
40164 " </IntVectorProperty>\n"
40165 " <IntVectorProperty command=\"SetUseFeatureEdges\"\n"
40166 " default_values=\"0\"\n"
40167 " name=\"UseFeatureEdges\"\n"
40168 " number_of_elements=\"1\">\n"
40169 " <BooleanDomain name=\"bool\" />\n"
40170 " <Documentation>If this property is set to 1, feature edge quadrics will\n"
40171 " be used to maintain the boundary edges along processor\n"
40172 " divisions.</Documentation>\n"
40173 " </IntVectorProperty>\n"
40174 " <IntVectorProperty command=\"SetUseFeaturePoints\"\n"
40175 " default_values=\"0\"\n"
40176 " name=\"UseFeaturePoints\"\n"
40177 " number_of_elements=\"1\">\n"
40178 " <BooleanDomain name=\"bool\" />\n"
40179 " <Documentation>If this property is set to 1, feature point quadrics\n"
40180 " will be used to maintain the boundary points along processor\n"
40181 " divisions.</Documentation>\n"
40182 " </IntVectorProperty>\n"
40183 " <IntVectorProperty command=\"SetCopyCellData\"\n"
40184 " default_values=\"1\"\n"
40185 " name=\"CopyCellData\"\n"
40186 " number_of_elements=\"1\">\n"
40187 " <BooleanDomain name=\"bool\" />\n"
40188 " <Documentation>If this property is set to 1, the cell data from the\n"
40189 " input will be copied to the output.</Documentation>\n"
40190 " </IntVectorProperty>\n"
40191 " <IntVectorProperty command=\"SetUseInternalTriangles\"\n"
40192 " default_values=\"0\"\n"
40193 " name=\"UseInternalTriangles\"\n"
40194 " number_of_elements=\"1\">\n"
40195 " <BooleanDomain name=\"bool\" />\n"
40196 " <Documentation>If this property is set to 1, triangles completely\n"
40197 " contained in a spatial bin will be included in the computation of the\n"
40198 " bin's quadrics. When this property is set to 0, the filters operates\n"
40199 " faster, but the resulting surface may not be as\n"
40200 " well-behaved.</Documentation>\n"
40201 " </IntVectorProperty>\n"
40202 " <!-- End QuadricClustering -->\n"
40203 " </SourceProxy>\n"
40204 "\n"
40205 " <!-- ==================================================================== -->\n"
40206 " <SourceProxy class=\"vtkResampleToImage\"\n"
40207 " label=\"Resample To Image\"\n"
40208 " name=\"ResampleToImage\">\n"
40209 " <Documentation long_help=\"Sample attributes using a 3D image as probing mesh.\"\n"
40210 " short_help=\"Sample attributes using a 3D image.\"/>\n"
40211 "\n"
40212 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n"
40213 " <ProxyGroupDomain name=\"groups\">\n"
40214 " <Group name=\"sources\" />\n"
40215 " <Group name=\"filters\" />\n"
40216 " </ProxyGroupDomain>\n"
40217 " <DataTypeDomain name=\"input_type\">\n"
40218 " <DataType value=\"vtkDataSet\" />\n"
40219 " </DataTypeDomain>\n"
40220 " <Documentation>This property specifies the dataset whose data will\n"
40221 " be probed</Documentation>\n"
40222 " </InputProperty>\n"
40223 " <IntVectorProperty command=\"SetUseInputBounds\"\n"
40224 " default_values=\"1\"\n"
40225 " name=\"UseInputBounds\"\n"
40226 " number_of_elements=\"1\"\n"
40227 " panel_visibility=\"default\">\n"
40228 " <Documentation>\n"
40229 " Use input bounds or custom ones?\n"
40230 " </Documentation>\n"
40231 " <BooleanDomain name=\"bool\" />\n"
40232 ;
40233 
40234 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filterscore.xml
40236 " </IntVectorProperty>\n"
40237 " <IntVectorProperty command=\"SetSamplingDimensions\"\n"
40238 " default_values=\"100 100 100\"\n"
40239 " name=\"SamplingDimensions\"\n"
40240 " number_of_elements=\"3\"\n"
40241 " panel_visibility=\"default\">\n"
40242 " <IntRangeDomain name=\"range\" min=\"1 1 1\"/>\n"
40243 " <Documentation>\n"
40244 " How many linear samples we want along each axis\n"
40245 " </Documentation>\n"
40246 " </IntVectorProperty>\n"
40247 " <DoubleVectorProperty command=\"SetSamplingBounds\"\n"
40248 " default_values=\"0 1 0 1 0 1\"\n"
40249 " name=\"SamplingBounds\"\n"
40250 " number_of_elements=\"6\"\n"
40251 " panel_visibility=\"default\">\n"
40252 " <BoundsDomain name=\"bounds\">\n"
40253 " <RequiredProperties>\n"
40254 " <Property function=\"Input\"\n"
40255 " name=\"Input\" />\n"
40256 " </RequiredProperties>\n"
40257 " </BoundsDomain>\n"
40258 " <Documentation>\n"
40259 " Custom probing bounds\n"
40260 " </Documentation>\n"
40261 " <Hints>\n"
40262 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
40263 " mode=\"visibility\"\n"
40264 " property=\"UseInputBounds\"\n"
40265 " value=\"0\" />\n"
40266 " </Hints>\n"
40267 " </DoubleVectorProperty>\n"
40268 " <!-- End vtkResampleToImage -->\n"
40269 " </SourceProxy>\n"
40270 "\n"
40271 " <!-- ==================================================================== -->\n"
40272 " <SourceProxy class=\"vtkResampleWithDataSet\"\n"
40273 " label=\"Resample With Dataset\"\n"
40274 " name=\"ResampleWithDataset\">\n"
40275 " <Documentation short_help=\"Sample data attributes at the points of a dataset.\">\n"
40276 " This filter takes two inputs - **Source Data Arrays**, and samples the\n"
40277 " point and cell values of this input onto the point locations of the\n"
40278 " **Destination Geometry** input. The output has the same structure as the\n"
40279 " **Destination Geometry** input, but its point data has the resampled values from\n"
40280 " the **Source Data Arrays**.\"\n"
40281 " </Documentation>\n"
40282 " <InputProperty command=\"SetSourceConnection\" name=\"SourceDataArrays\">\n"
40283 " <ProxyGroupDomain name=\"groups\">\n"
40284 " <Group name=\"sources\" />\n"
40285 " <Group name=\"filters\" />\n"
40286 " </ProxyGroupDomain>\n"
40287 " <DataTypeDomain name=\"input_type\">\n"
40288 " <DataType value=\"vtkDataSet\" />\n"
40289 " <DataType value=\"vtkCompositeDataSet\" />\n"
40290 " </DataTypeDomain>\n"
40291 " <Documentation>This property specifies the dataset from which to obtain\n"
40292 " probe values. The data attributes come from this dataset.</Documentation>\n"
40293 " </InputProperty>\n"
40294 " <InputProperty command=\"SetInputConnection\" name=\"DestinationMesh\">\n"
40295 " <ProxyGroupDomain name=\"groups\">\n"
40296 " <Group name=\"sources\" />\n"
40297 " <Group name=\"filters\" />\n"
40298 " </ProxyGroupDomain>\n"
40299 " <DataTypeDomain name=\"input_type\">\n"
40300 " <DataType value=\"vtkDataSet\" />\n"
40301 " <DataType value=\"vtkCompositeDataSet\" />\n"
40302 " </DataTypeDomain>\n"
40303 " <Documentation>This property specifies the dataset whose geometry will\n"
40304 " be used in determining positions to probe. The mesh comes from this\n"
40305 " dataset.</Documentation>\n"
40306 " </InputProperty>\n"
40307 "\n"
40308 " <IntVectorProperty command=\"SetCategoricalData\"\n"
40309 " default_values=\"0\"\n"
40310 " name=\"CategoricalData\"\n"
40311 " number_of_elements=\"1\"\n"
40312 " panel_visibility=\"advanced\">\n"
40313 " <BooleanDomain name=\"bool\" />\n"
40314 " <Documentation>Control whether the source point data is to be\n"
40315 " treated as categorical. If the data is categorical, then the\n"
40316 " resultant data will be determined by a nearest neighbor\n"
40317 " interpolation scheme rather than by linear interpolation.</Documentation>\n"
40318 " </IntVectorProperty>\n"
40319 " <IntVectorProperty command=\"SetPassCellArrays\"\n"
40320 " default_values=\"0\"\n"
40321 " name=\"PassCellArrays\"\n"
40322 " number_of_elements=\"1\"\n"
40323 " panel_visibility=\"advanced\">\n"
40324 " <Documentation>\n"
40325 " When set the input's cell data arrays are shallow copied to the output.\n"
40326 " </Documentation>\n"
40327 " <BooleanDomain name=\"bool\" />\n"
40328 " </IntVectorProperty>\n"
40329 " <IntVectorProperty command=\"SetPassPointArrays\"\n"
40330 " default_values=\"0\"\n"
40331 " name=\"PassPointArrays\"\n"
40332 " number_of_elements=\"1\"\n"
40333 " panel_visibility=\"advanced\">\n"
40334 " <Documentation>\n"
40335 " When set the input's point data arrays are shallow copied to the output.\n"
40336 " </Documentation>\n"
40337 " <BooleanDomain name=\"bool\" />\n"
40338 " </IntVectorProperty>\n"
40339 "\n"
40340 " <IntVectorProperty command=\"SetPassFieldArrays\"\n"
40341 " default_values=\"1\"\n"
40342 " name=\"PassFieldArrays\"\n"
40343 " number_of_elements=\"1\"\n"
40344 " panel_visibility=\"advanced\">\n"
40345 " <Documentation>\n"
40346 " Set whether to pass the field-data arrays from the Input i.e. the input\n"
40347 " providing the geometry to the output. On by default.\n"
40348 " </Documentation>\n"
40349 " <BooleanDomain name=\"bool\" />\n"
40350 " </IntVectorProperty>\n"
40351 "\n"
40352 " <IntVectorProperty command=\"SetComputeTolerance\"\n"
40353 " default_values=\"1\"\n"
40354 " name=\"ComputeTolerance\"\n"
40355 " number_of_elements=\"1\"\n"
40356 " panel_visibility=\"advanced\">\n"
40357 " <Documentation>\n"
40358 " Set whether to compute the tolerance or to use a user provided\n"
40359 " value. On by default.\n"
40360 " </Documentation>\n"
40361 " <BooleanDomain name=\"bool\" />\n"
40362 " </IntVectorProperty>\n"
40363 " <DoubleVectorProperty command=\"SetTolerance\"\n"
40364 " default_values=\"2.2204460492503131e-16\"\n"
40365 " name=\"Tolerance\"\n"
40366 " number_of_elements=\"1\"\n"
40367 " panel_visibility=\"advanced\">\n"
40368 " <DoubleRangeDomain min=\"2.2204460492503131e-16\"\n"
40369 " name=\"range\" />\n"
40370 " <Hints>\n"
40371 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
40372 " <Property name=\"ComputeTolerance\" function=\"boolean_invert\" />\n"
40373 " </PropertyWidgetDecorator>\n"
40374 " </Hints>\n"
40375 " <Documentation>Set the tolerance to use for\n"
40376 " vtkDataSet::FindCell</Documentation>\n"
40377 " </DoubleVectorProperty>\n"
40378 "\n"
40379 " <IntVectorProperty command=\"SetMarkBlankPointsAndCells\"\n"
40380 " default_values=\"0\"\n"
40381 " name=\"MarkBlankPointsAndCells\"\n"
40382 " number_of_elements=\"1\"\n"
40383 " panel_visibility=\"advanced\">\n"
40384 " <Documentation>\n"
40385 " When set, points that did not get valid values during resampling, and\n"
40386 " cells containing such points, are marked as blank.\n"
40387 " </Documentation>\n"
40388 " <BooleanDomain name=\"bool\" />\n"
40389 " </IntVectorProperty>\n"
40390 " <!-- cell locator begin -->\n"
40391 " <ProxyProperty command=\"SetCellLocatorPrototype\"\n"
40392 " label=\"Cell Locator\"\n"
40393 " name=\"CellLocator\"\n"
40394 " panel_visibility=\"advanced\">\n"
40395 " <ProxyGroupDomain name=\"groups\">\n"
40396 " <Group name=\"cell_locators\" />\n"
40397 " </ProxyGroupDomain>\n"
40398 " <ProxyListDomain name=\"proxy_list\">\n"
40399 " <Proxy group=\"cell_locators\"\n"
40400 " name=\"StaticCellLocator\" />\n"
40401 " <Proxy group=\"cell_locators\"\n"
40402 " name=\"CellTreeLocator\" />\n"
40403 " <Proxy group=\"cell_locators\"\n"
40404 " name=\"CellLocator\" />\n"
40405 " </ProxyListDomain>\n"
40406 " <Documentation>The cell locator to use for finding cells for probing.\n"
40407 " </Documentation>\n"
40408 " </ProxyProperty>\n"
40409 " <!-- cell locator end -->\n"
40410 "\n"
40411 " <!-- End vtkResampleToImage -->\n"
40412 " </SourceProxy>\n"
40413 "\n"
40414 " <!-- ==================================================================== -->\n"
40415 " <SourceProxy class=\"vtkSmoothPolyDataFilter\"\n"
40416 " label=\"Smooth\"\n"
40417 " name=\"SmoothPolyDataFilter\">\n"
40418 " <Documentation long_help=\"This filter smooths a polygonal surface by iteratively moving points toward their neighbors.\"\n"
40419 " short_help=\"Smooth a polygonal surface without adding more points.\">\n"
40420 " The Smooth filter operates on a polygonal data set by\n"
40421 " iteratively adjusting the position of the points using\n"
40422 " Laplacian smoothing. (Because this filter only adjusts\n"
40423 " point positions, the output data set is also polygonal.)\n"
40424 " This results in better-shaped cells and more evenly\n"
40425 " distributed points. The Convergence slider limits the\n"
40426 " maximum motion of any point. It is expressed as a fraction\n"
40427 " of the length of the diagonal of the bounding box of the\n"
40428 " data set. If the maximum point motion during a smoothing\n"
40429 " iteration is less than the Convergence value, the\n"
40430 " smoothing operation terminates.</Documentation>\n"
40431 " <InputProperty command=\"SetInputConnection\"\n"
40432 " name=\"Input\">\n"
40433 " <ProxyGroupDomain name=\"groups\">\n"
40434 " <Group name=\"sources\" />\n"
40435 " <Group name=\"filters\" />\n"
40436 " </ProxyGroupDomain>\n"
40437 " <DataTypeDomain name=\"input_type\">\n"
40438 " <DataType value=\"vtkPolyData\" />\n"
40439 " </DataTypeDomain>\n"
40440 " <Documentation>This property specifies the input to the Smooth\n"
40441 " filter.</Documentation>\n"
40442 " </InputProperty>\n"
40443 " <IntVectorProperty animateable=\"1\"\n"
40444 " command=\"SetNumberOfIterations\"\n"
40445 " default_values=\"20\"\n"
40446 " label=\"Number of Iterations\"\n"
40447 " name=\"NumberOfIterations\"\n"
40448 " number_of_elements=\"1\">\n"
40449 " <IntRangeDomain min=\"0\"\n"
40450 " name=\"range\" />\n"
40451 " <Documentation>This property sets the maximum number of smoothing\n"
40452 " iterations to perform. More iterations produce better\n"
40453 " smoothing.</Documentation>\n"
40454 " </IntVectorProperty>\n"
40455 " <DoubleVectorProperty command=\"SetConvergence\"\n"
40456 " default_values=\"0.0\"\n"
40457 " name=\"Convergence\"\n"
40458 " number_of_elements=\"1\">\n"
40459 " <DoubleRangeDomain max=\"1\"\n"
40460 " min=\"0\"\n"
40461 " name=\"range\" />\n"
40462 " <Documentation>The value of this property limits the maximum motion of\n"
40463 " any point. It is expressed as a fraction of the length of the diagonal\n"
40464 " of the bounding box of the input dataset. If the maximum point motion\n"
40465 " during a smoothing iteration is less than the value of this property,\n"
40466 " the smoothing operation terminates.</Documentation>\n"
40467 " </DoubleVectorProperty>\n"
40468 " <!-- End SmoothPolyDataFilter -->\n"
40469 " </SourceProxy>\n"
40470 "\n"
40471 " <!-- ==================================================================== -->\n"
40472 " <SourceProxy class=\"vtkStripper\"\n"
40473 " label=\"Triangle Strips\"\n"
40474 " name=\"Stripper\">\n"
40475 " <Documentation long_help=\"This filter uses a greedy algorithm to convert triangles into triangle strips\"\n"
40476 " short_help=\"Convert triangles into triangle strips.\">The\n"
40477 " Triangle Strips filter converts triangles into triangle\n"
40478 " strips and lines into polylines. This filter operates on\n"
40479 " polygonal data sets and produces polygonal\n"
40480 " output.</Documentation>\n"
40481 " <InputProperty command=\"SetInputConnection\"\n"
40482 " name=\"Input\">\n"
40483 " <ProxyGroupDomain name=\"groups\">\n"
40484 " <Group name=\"sources\" />\n"
40485 " <Group name=\"filters\" />\n"
40486 " </ProxyGroupDomain>\n"
40487 " <DataTypeDomain name=\"input_type\">\n"
40488 " <DataType value=\"vtkPolyData\" />\n"
40489 " </DataTypeDomain>\n"
40490 " <Documentation>This property specifies the input to the Triangle Strips\n"
40491 " filter.</Documentation>\n"
40492 " </InputProperty>\n"
40493 " <IntVectorProperty command=\"SetMaximumLength\"\n"
40494 " default_values=\"1000\"\n"
40495 " name=\"MaximumLength\"\n"
40496 " number_of_elements=\"1\">\n"
40497 " <IntRangeDomain max=\"100000\"\n"
40498 " min=\"4\"\n"
40499 " name=\"range\" />\n"
40500 " <Documentation>This property specifies the maximum number of\n"
40501 " triangles/lines to include in a triangle strip or\n"
40502 " polyline.</Documentation>\n"
40503 " </IntVectorProperty>\n"
40504 " <!-- End Stripper -->\n"
40505 " </SourceProxy>\n"
40506 "\n"
40507 " <!-- ==================================================================== -->\n"
40508 " <SourceProxy class=\"vtkStructuredGridOutlineFilter\"\n"
40509 " label=\"Outline Curvilinear DataSet\"\n"
40510 " name=\"StructuredGridOutlineFilter\">\n"
40511 " <Documentation long_help=\"This filter generates an outline representation of the input.\"\n"
40512 " short_help=\"Generates an outline.\">The Outline filter\n"
40513 " generates an outline of the outside edges of the input\n"
40514 " dataset, rather than the dataset's bounding box. This\n"
40515 " filter operates on structured grid datasets and produces\n"
40516 " polygonal output.</Documentation>\n"
40517 " <InputProperty command=\"SetInputConnection\"\n"
40518 " name=\"Input\">\n"
40519 " <ProxyGroupDomain name=\"groups\">\n"
40520 " <Group name=\"sources\" />\n"
40521 " <Group name=\"filters\" />\n"
40522 " </ProxyGroupDomain>\n"
40523 " <DataTypeDomain name=\"input_type\">\n"
40524 " <DataType value=\"vtkStructuredGrid\" />\n"
40525 " </DataTypeDomain>\n"
40526 " <Documentation>This property specifies the input to the outline\n"
40527 " (curvilinear) filter.</Documentation>\n"
40528 " </InputProperty>\n"
40529 " <!-- End StructuredGridOutlineFilter -->\n"
40530 " </SourceProxy>\n"
40531 "\n"
40532 " <!-- ==================================================================== -->\n"
40533 " <SourceProxy name=\"TensorGlyph\" class=\"vtkTensorGlyph\" label=\"Tensor Glyph\">\n"
40534 "\n"
40535 " <Documentation\n"
40536 " long_help=\"This filter generates an ellipsoid, cuboid, cylinder or superquadric glyph at\n"
40537 " each point of the input data set. The glyphs are oriented and scaled according\n"
40538 " to eigenvalues and eigenvectors of tensor point data of the input data set.\n"
40539 " This filter supports symmetric tensors. Symmetric tensor are expected to have\n"
40540 " the following order: XX, YY, ZZ, XY, YZ, XZ\"\n"
40541 " short_help=\"This filter generates an ellipsoid, cuboid, cylinder or superquadric glyph at each\n"
40542 " point of the input data set. The glyphs are oriented and scaled according to eigenvalues\n"
40543 ;
40544 
40545 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filterscore.xml
40547 " and eigenvectors of tensor point data of the input data set.\n"
40548 " This filter supports symmetric tensors. Symmetric tensor components are expected to have\n"
40549 " the following order: XX, YY, ZZ, XY, YZ, XZ\">\n"
40550 "\n"
40551 " The Tensor Glyph filter generates an ellipsoid, cuboid, cylinder or superquadric glyph at every point in\n"
40552 " the input data set. The glyphs are oriented and scaled according to eigenvalues and eigenvectors of tensor\n"
40553 " point data of the input data set. The Tensor Glyph filter operates on any type of data set. Its output is\n"
40554 " polygonal. This filter supports symmetric tensors. Symmetric tensor components are expected to have the\n"
40555 " following order: XX, YY, ZZ, XY, YZ, XZ\"\n"
40556 " </Documentation>\n"
40557 "\n"
40558 " <InputProperty name=\"Input\"\n"
40559 " command=\"SetInputConnection\">\n"
40560 " <ProxyGroupDomain name=\"groups\">\n"
40561 " <Group name=\"sources\" />\n"
40562 " <Group name=\"filters\" />\n"
40563 " </ProxyGroupDomain>\n"
40564 " <DataTypeDomain name=\"input_type\">\n"
40565 " <DataType value=\"vtkDataSet\" />\n"
40566 " </DataTypeDomain>\n"
40567 " <InputArrayDomain name=\"input_array1\" attribute_type=\"point\" number_of_components=\"6,9\" />\n"
40568 " <InputArrayDomain name=\"input_array2\" attribute_type=\"point\" number_of_components=\"1\" optional=\"1\" />\n"
40569 " <Documentation>\n"
40570 " This property specifies the input to the Glyph filter.\n"
40571 " </Documentation>\n"
40572 " </InputProperty>\n"
40573 "\n"
40574 " <StringVectorProperty name=\"SelectInputTensors\"\n"
40575 " command=\"SetInputArrayToProcess\"\n"
40576 " number_of_elements=\"5\"\n"
40577 " element_types=\"0 0 0 0 2\"\n"
40578 " label=\"Tensors\" >\n"
40579 " <ArrayListDomain name=\"array_list\" attribute_type=\"Tensors\"\n"
40580 " input_domain_name=\"input_array1\">\n"
40581 " <RequiredProperties>\n"
40582 " <Property name=\"Input\" function=\"Input\" />\n"
40583 " </RequiredProperties>\n"
40584 " </ArrayListDomain>\n"
40585 " <Documentation>\n"
40586 " This property indicates the name of the tensor array on which to operate. The indicated array's\n"
40587 " eigenvalues and eigenvectors are used for scaling and orienting the glyphs.\n"
40588 " </Documentation>\n"
40589 " </StringVectorProperty>\n"
40590 "\n"
40591 " <InputProperty name=\"Source\"\n"
40592 " command=\"SetSourceConnection\"\n"
40593 " label=\"Glyph Type\">\n"
40594 " <ProxyGroupDomain name=\"groups\">\n"
40595 " <Group name=\"sources\" />\n"
40596 " <Group name=\"glyph_sources\" />\n"
40597 " </ProxyGroupDomain>\n"
40598 " <DataTypeDomain name=\"input_type\">\n"
40599 " <DataType value=\"vtkPolyData\" />\n"
40600 " </DataTypeDomain>\n"
40601 " <ProxyListDomain name=\"proxy_list\">\n"
40602 " <Proxy group=\"sources\" name=\"SphereSource\" />\n"
40603 " <Proxy group=\"sources\" name=\"CylinderSource\" />\n"
40604 " <Proxy group=\"sources\" name=\"CubeSource\" />\n"
40605 " <Proxy group=\"sources\" name=\"SuperquadricSource\" />\n"
40606 " </ProxyListDomain>\n"
40607 " <Documentation>\n"
40608 " This property determines which type of glyph will be placed at the points in the input dataset.\n"
40609 " </Documentation>\n"
40610 " </InputProperty>\n"
40611 "\n"
40612 " <IntVectorProperty\n"
40613 " name=\"ExtractEigenvalues\"\n"
40614 " command=\"SetExtractEigenvalues\"\n"
40615 " number_of_elements=\"1\"\n"
40616 " default_values=\"1\"\n"
40617 " >\n"
40618 " <BooleanDomain name=\"bool\" />\n"
40619 " <Documentation>\n"
40620 " Toggle whether to extract eigenvalues from tensor. If false, eigenvalues/eigenvectors are not extracted and\n"
40621 " the columns of the tensor are taken as the eigenvectors (the norm of column, always positive, is the eigenvalue).\n"
40622 " If true, the glyph is scaled and oriented according to eigenvalues and eigenvectors; additionally, eigenvalues\n"
40623 " are provided as new data array.\n"
40624 " </Documentation>\n"
40625 " </IntVectorProperty>\n"
40626 "\n"
40627 " <IntVectorProperty\n"
40628 " name=\"ColorGlyphs\"\n"
40629 " command=\"SetColorGlyphs\"\n"
40630 " number_of_elements=\"1\"\n"
40631 " default_values=\"1\"\n"
40632 " >\n"
40633 " <BooleanDomain name=\"bool\" />\n"
40634 " <Documentation>\n"
40635 " This property determines whether or not to color the glyphs.\n"
40636 " </Documentation>\n"
40637 " </IntVectorProperty>\n"
40638 "\n"
40639 " <StringVectorProperty name=\"SelectInputScalars\"\n"
40640 " command=\"SetInputArrayToProcess\"\n"
40641 " number_of_elements=\"5\"\n"
40642 " element_types=\"0 0 0 0 2\"\n"
40643 " default_values=\"1\"\n"
40644 " label=\"Scalars\" >\n"
40645 " <!-- default_values=1 is important to set here and not in Tensors\n"
40646 " previously. Omitting the setting here would mess up changed\n"
40647 " tensor input being recognized as tensor input and not as\n"
40648 " scalar input and vice versa. -->\n"
40649 " <ArrayListDomain name=\"array_list\" attribute_type=\"Scalars\"\n"
40650 " input_domain_name=\"input_array2\">\n"
40651 " <RequiredProperties>\n"
40652 " <Property name=\"Input\" function=\"Input\" />\n"
40653 " </RequiredProperties>\n"
40654 " </ArrayListDomain>\n"
40655 " <Documentation>\n"
40656 " This property indicates the name of the scalar array to use for coloring\n"
40657 " </Documentation>\n"
40658 " </StringVectorProperty>\n"
40659 "\n"
40660 " <IntVectorProperty\n"
40661 " name=\"ColorMode\"\n"
40662 " command=\"SetColorMode\"\n"
40663 " number_of_elements=\"1\"\n"
40664 " default_values=\"0\"\n"
40665 " label=\"Color by\" >\n"
40666 " <EnumerationDomain name=\"enum\">\n"
40667 " <Entry value=\"0\" text=\"input scalars\" />\n"
40668 " <Entry value=\"1\" text=\"eigenvalues\" />\n"
40669 " </EnumerationDomain>\n"
40670 " <Documentation>\n"
40671 " This property determines whether input scalars or computed eigenvalues at the point should be used\n"
40672 " to color the glyphs. If ThreeGlyphs is set and the eigenvalues are chosen for coloring then each glyph\n"
40673 " is colored by the corresponding eigenvalue and if not set the color corresponding to the largest\n"
40674 " eigenvalue is chosen.\n"
40675 " </Documentation>\n"
40676 " </IntVectorProperty>\n"
40677 "\n"
40678 " <!-- Disabled as vtkTensorGlyph.cxx does not respect this parameter currently. -->\n"
40679 " <!--\n"
40680 " <IntVectorProperty\n"
40681 " name=\"Scaling\"\n"
40682 " command=\"SetScaling\"\n"
40683 " number_of_elements=\"1\"\n"
40684 " default_values=\"1\"\n"
40685 " >\n"
40686 " <BooleanDomain name=\"bool\" />\n"
40687 " <Documentation>\n"
40688 " This property determines whether or not to scale glyphs with eigenvalues.\n"
40689 " </Documentation>\n"
40690 " </IntVectorProperty>\n"
40691 " -->\n"
40692 "\n"
40693 " <DoubleVectorProperty name=\"ScaleFactor\"\n"
40694 " command=\"SetScaleFactor\"\n"
40695 " number_of_elements=\"1\"\n"
40696 " default_values=\"1\" >\n"
40697 " <BoundsDomain name=\"range\" mode=\"array_scaled_extent\">\n"
40698 " <RequiredProperties>\n"
40699 " <Property function=\"Input\" name=\"Input\" />\n"
40700 " <Property function=\"ArraySelection\" name=\"SelectInputTensors\" />\n"
40701 " </RequiredProperties>\n"
40702 " </BoundsDomain>\n"
40703 " <Documentation>\n"
40704 " This property specifies the scale factor to scale every glyph by.\n"
40705 " </Documentation>\n"
40706 " </DoubleVectorProperty>\n"
40707 "\n"
40708 " <IntVectorProperty name=\"LimitScalingByEigenvalues\"\n"
40709 " command=\"SetClampScaling\"\n"
40710 " number_of_elements=\"1\"\n"
40711 " default_values=\"0\" >\n"
40712 " <BooleanDomain name=\"bool\" />\n"
40713 " <Documentation>\n"
40714 " This property determines whether scaling of glyphs by ScaleFactor times eigenvalue should be limited.\n"
40715 " This is useful to prevent uncontrolled scaling near singularities.\n"
40716 " </Documentation>\n"
40717 " </IntVectorProperty>\n"
40718 "\n"
40719 " <DoubleVectorProperty name=\"MaxScaleFactor\"\n"
40720 " command=\"SetMaxScaleFactor\"\n"
40721 " number_of_elements=\"1\"\n"
40722 " default_values=\"10\" >\n"
40723 " <Documentation>\n"
40724 " If scaling by eigenvalues should be limited, this value sets an upper limit for scale factor times\n"
40725 " eigenvalue.\n"
40726 " </Documentation>\n"
40727 " </DoubleVectorProperty>\n"
40728 "\n"
40729 " <IntVectorProperty name=\"Symmetric\"\n"
40730 " command=\"SetSymmetric\"\n"
40731 " number_of_elements=\"1\"\n"
40732 " default_values=\"0\" >\n"
40733 " <BooleanDomain name=\"bool\" />\n"
40734 " <Documentation>\n"
40735 " This property determines whether or not to draw a mirror of each glyph.\n"
40736 " </Documentation>\n"
40737 " </IntVectorProperty>\n"
40738 "\n"
40739 " <IntVectorProperty name=\"ThreeGlyphs\"\n"
40740 " command=\"SetThreeGlyphs\"\n"
40741 " number_of_elements=\"1\"\n"
40742 " default_values=\"0\" >\n"
40743 " <BooleanDomain name=\"bool\" />\n"
40744 " <Documentation>\n"
40745 " Toggle whether to produce three glyphs, each of which oriented along an eigenvector and scaled according\n"
40746 " to the corresponding eigenvector.\n"
40747 " </Documentation>\n"
40748 " </IntVectorProperty>\n"
40749 " </SourceProxy>\n"
40750 "\n"
40751 " <!-- ==================================================================== -->\n"
40752 " <SourceProxy class=\"vtkTriangleFilter\"\n"
40753 " label=\"Triangulate\"\n"
40754 " name=\"TriangleFilter\">\n"
40755 " <Documentation long_help=\"This filter converts polygons and triangle strips to basic triangles.\"\n"
40756 " short_help=\"Convert polygonal data to triangles.\">The\n"
40757 " Triangulate filter decomposes polygonal data into only\n"
40758 " triangles, points, and lines. It separates triangle strips\n"
40759 " and polylines into individual triangles and lines,\n"
40760 " respectively. The output is polygonal data. Some filters\n"
40761 " that take polygonal data as input require that the data be\n"
40762 " composed of triangles rather than other polygons, so\n"
40763 " passing your data through this filter first is useful in\n"
40764 " such situations. You should use this filter in these cases\n"
40765 " rather than the Tetrahedralize filter because they produce\n"
40766 " different output dataset types. The filters referenced\n"
40767 " require polygonal input, and the Tetrahedralize filter\n"
40768 " produces unstructured grid output.</Documentation>\n"
40769 " <InputProperty command=\"SetInputConnection\"\n"
40770 " name=\"Input\">\n"
40771 " <ProxyGroupDomain name=\"groups\">\n"
40772 " <Group name=\"sources\" />\n"
40773 " <Group name=\"filters\" />\n"
40774 " </ProxyGroupDomain>\n"
40775 " <DataTypeDomain name=\"input_type\">\n"
40776 " <DataType value=\"vtkPolyData\" />\n"
40777 " </DataTypeDomain>\n"
40778 " <Documentation>This property specifies the input to the Triangulate\n"
40779 " filter.</Documentation>\n"
40780 " </InputProperty>\n"
40781 " <!-- End TriangleFilter -->\n"
40782 " </SourceProxy>\n"
40783 "\n"
40784 " <!-- ==================================================================== -->\n"
40785 " <SourceProxy class=\"vtkTubeFilter\"\n"
40786 " label=\"Tube\"\n"
40787 " name=\"TubeFilter\">\n"
40788 " <Documentation long_help=\"Convert lines into tubes. Normals are used to avoid cracks between tube segments.\"\n"
40789 " short_help=\"Convert lines into tubes.\">The Tube filter\n"
40790 " creates tubes around the lines in the input polygonal\n"
40791 " dataset. The output is also polygonal.</Documentation>\n"
40792 " <InputProperty command=\"SetInputConnection\"\n"
40793 " name=\"Input\">\n"
40794 " <ProxyGroupDomain name=\"groups\">\n"
40795 " <Group name=\"sources\" />\n"
40796 " <Group name=\"filters\" />\n"
40797 " </ProxyGroupDomain>\n"
40798 " <DataTypeDomain name=\"input_type\">\n"
40799 " <DataType value=\"vtkPolyData\" />\n"
40800 " </DataTypeDomain>\n"
40801 " <InputArrayDomain attribute_type=\"point\"\n"
40802 " name=\"input_array1\"\n"
40803 " number_of_components=\"1\"\n"
40804 " optional=\"1\" />\n"
40805 " <InputArrayDomain attribute_type=\"point\"\n"
40806 " name=\"input_array2\"\n"
40807 " number_of_components=\"3\"\n"
40808 " optional=\"1\" />\n"
40809 " <Documentation>This property specifies the input to the Tube\n"
40810 " filter.</Documentation>\n"
40811 " </InputProperty>\n"
40812 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
40813 " element_types=\"0 0 0 0 2\"\n"
40814 " label=\"Scalars\"\n"
40815 " name=\"SelectInputScalars\"\n"
40816 " number_of_elements=\"5\">\n"
40817 " <ArrayListDomain attribute_type=\"Scalars\"\n"
40818 " input_domain_name=\"input_array1\"\n"
40819 " name=\"array_list\">\n"
40820 " <RequiredProperties>\n"
40821 " <Property function=\"Input\"\n"
40822 " name=\"Input\" />\n"
40823 " </RequiredProperties>\n"
40824 " </ArrayListDomain>\n"
40825 " <Documentation>This property indicates the name of the scalar array on\n"
40826 " which to operate. The indicated array may be used for scaling the\n"
40827 " tubes. (See the VaryRadius property.)</Documentation>\n"
40828 " </StringVectorProperty>\n"
40829 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
40830 " default_values=\"1\"\n"
40831 " element_types=\"0 0 0 0 2\"\n"
40832 " label=\"Vectors\"\n"
40833 " name=\"SelectInputVectors\"\n"
40834 " number_of_elements=\"5\">\n"
40835 " <!-- default value=1 so normals go to the right place -->\n"
40836 " <ArrayListDomain attribute_type=\"Vectors\"\n"
40837 " input_domain_name=\"input_array2\"\n"
40838 " name=\"array_list\">\n"
40839 " <RequiredProperties>\n"
40840 " <Property function=\"Input\"\n"
40841 " name=\"Input\" />\n"
40842 " </RequiredProperties>\n"
40843 " </ArrayListDomain>\n"
40844 " <Documentation>This property indicates the name of the vector array on\n"
40845 " which to operate. The indicated array may be used for scaling and/or\n"
40846 " orienting the tubes. (See the VaryRadius property.)</Documentation>\n"
40847 " </StringVectorProperty>\n"
40848 " <IntVectorProperty animateable=\"1\"\n"
40849 " command=\"SetNumberOfSides\"\n"
40850 " default_values=\"6\"\n"
40851 " label=\"Number of Sides\"\n"
40852 " name=\"NumberOfSides\"\n"
40853 " number_of_elements=\"1\">\n"
40854 " <IntRangeDomain min=\"3\"\n"
40855 " name=\"range\" />\n"
40856 " <Documentation>The value of this property indicates the number of faces\n"
40857 " around the circumference of the tube.</Documentation>\n"
40858 " </IntVectorProperty>\n"
40859 " <IntVectorProperty command=\"SetCapping\"\n"
40860 " default_values=\"1\"\n"
40861 " name=\"Capping\"\n"
40862 " number_of_elements=\"1\">\n"
40863 " <BooleanDomain name=\"bool\" />\n"
40864 " <Documentation>If this property is set to 1, endcaps will be drawn on\n"
40865 " the tube. Otherwise the ends of the tube will be open.</Documentation>\n"
40866 " </IntVectorProperty>\n"
40867 " <DoubleVectorProperty command=\"SetRadius\"\n"
40868 " default_values=\"1.0\"\n"
40869 " name=\"Radius\"\n"
40870 " number_of_elements=\"1\">\n"
40871 " <BoundsDomain mode=\"scaled_extent\"\n"
40872 " name=\"bounds\"\n"
40873 ;
40874 
40875 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filterscore.xml
40877 " scale_factor=\"0.01\">\n"
40878 " <RequiredProperties>\n"
40879 " <Property function=\"Input\"\n"
40880 " name=\"Input\" />\n"
40881 " </RequiredProperties>\n"
40882 " </BoundsDomain>\n"
40883 " <Documentation>The value of this property sets the radius of the tube.\n"
40884 " If the radius is varying (VaryRadius property), then this value is the\n"
40885 " minimum radius.</Documentation>\n"
40886 " </DoubleVectorProperty>\n"
40887 " <IntVectorProperty command=\"SetVaryRadius\"\n"
40888 " default_values=\"0\"\n"
40889 " name=\"VaryRadius\"\n"
40890 " number_of_elements=\"1\">\n"
40891 " <EnumerationDomain name=\"enum\">\n"
40892 " <Entry text=\"Off\"\n"
40893 " value=\"0\" />\n"
40894 " <Entry text=\"By Scalar\"\n"
40895 " value=\"1\" />\n"
40896 " <Entry text=\"By Vector\"\n"
40897 " value=\"2\" />\n"
40898 " <Entry text=\"By Absolute Scalar\"\n"
40899 " value=\"3\" />\n"
40900 " <Entry text=\"By Vector Norm\"\n"
40901 " value=\"4\" />\n"
40902 " </EnumerationDomain>\n"
40903 " <Documentation>The property determines whether/how to vary the radius\n"
40904 " of the tube. If varying by scalar, the tube radius linearly varies w.r.t\n"
40905 " point-based scalar values in the dataset. If the radius varies by vector, a mass flux preserving\n"
40906 " variation is used. If it varies by absolute scalar, the radius is equal to the scalar field\n"
40907 " (which thus must be positive!). If it varies by vector norm,\n"
40908 " the vector magnitude is used in varying the radius.</Documentation>\n"
40909 " </IntVectorProperty>\n"
40910 " <DoubleVectorProperty command=\"SetRadiusFactor\"\n"
40911 " default_values=\"10\"\n"
40912 " name=\"RadiusFactor\"\n"
40913 " number_of_elements=\"1\">\n"
40914 " <DoubleRangeDomain name=\"range\" />\n"
40915 " <Documentation>If varying the radius (VaryRadius property), the\n"
40916 " property sets the maximum tube radius in terms of a multiple of the\n"
40917 " minimum radius. If not varying the radius, this value has no\n"
40918 " effect.</Documentation>\n"
40919 " </DoubleVectorProperty>\n"
40920 " <IntVectorProperty command=\"SetUseDefaultNormal\"\n"
40921 " default_values=\"0\"\n"
40922 " name=\"UseDefaultNormal\"\n"
40923 " number_of_elements=\"1\">\n"
40924 " <BooleanDomain name=\"bool\" />\n"
40925 " <Documentation>If this property is set to 0, and the input contains no\n"
40926 " vector array, then default ribbon normals will be generated\n"
40927 " (DefaultNormal property); if a vector array has been set\n"
40928 " (SelectInputVectors property), the ribbon normals will be set from the\n"
40929 " specified array. If this property is set to 1, the default normal\n"
40930 " (DefaultNormal property) will be used, regardless of whether the\n"
40931 " SelectInputVectors property has been set.</Documentation>\n"
40932 " </IntVectorProperty>\n"
40933 " <DoubleVectorProperty command=\"SetDefaultNormal\"\n"
40934 " default_values=\"0 0 1\"\n"
40935 " name=\"DefaultNormal\"\n"
40936 " number_of_elements=\"3\">\n"
40937 " <DoubleRangeDomain name=\"range\" />\n"
40938 " <Documentation>The value of this property specifies the normal to use\n"
40939 " when the UseDefaultNormal property is set to 1 or the input contains no\n"
40940 " vector array (SelectInputVectors property).</Documentation>\n"
40941 " </DoubleVectorProperty>\n"
40942 " <!-- End TubeFilter -->\n"
40943 " </SourceProxy>\n"
40944 "\n"
40945 " </ProxyGroup>\n"
40946 "</ServerManagerConfiguration>\n"
40947 "\n";
40948 // Get single string
40950 {
40951 
40952  const size_t len0 = strlen(paraview_server_managerfilters_filterscoreInterface0);
40953  const size_t len1 = strlen(paraview_server_managerfilters_filterscoreInterface1);
40954  const size_t len2 = strlen(paraview_server_managerfilters_filterscoreInterface2);
40955  const size_t len3 = strlen(paraview_server_managerfilters_filterscoreInterface3);
40956  const size_t len4 = strlen(paraview_server_managerfilters_filterscoreInterface4);
40957  const size_t len5 = strlen(paraview_server_managerfilters_filterscoreInterface5);
40958  const size_t len6 = strlen(paraview_server_managerfilters_filterscoreInterface6);
40959  const size_t len7 = strlen(paraview_server_managerfilters_filterscoreInterface7);
40960  size_t len = ( 0
40961  + len0
40962  + len1
40963  + len2
40964  + len3
40965  + len4
40966  + len5
40967  + len6
40968  + len7 );
40969  char* res = new char[ len + 1];
40970  size_t offset = 0;
40979  assert(offset == len);
40980  res[offset] = 0;
40981  return res;
40982 }
40983 
40984 
40985 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_filterscore.xml
40987 "<ServerManagerConfiguration>\n"
40988 " <ProxyGroup name=\"sources\">\n"
40989 " <!-- ==================================================================== -->\n"
40990 " <SourceProxy class=\"vtkDataObjectGenerator\"\n"
40991 " label=\"Data Object Generator\"\n"
40992 " name=\"DataObjectGenerator\">\n"
40993 " <Documentation long_help=\"Parses a string to produce composite data objects consisting of simple templated datasets.\"\n"
40994 " short_help=\"Produces simple (composite or atomic) data sets for testing.\">\n"
40995 " vtkDataObjectGenerator parses a string and produces dataobjects from the\n"
40996 " dataobject template names it sees in the string. For example, if the\n"
40997 " string contains &quot;ID1&quot; the generator will create a vtkImageData.\n"
40998 " &quot;UF1&quot;, &quot;RG1&quot;, &quot;SG1&quot;, &quot;PD1&quot;, and\n"
40999 " &quot;UG1&quot; will produce vtkUniformGrid, vtkRectilinearGrid,\n"
41000 " vtkStructuredGrid, vtkPolyData and vtkUnstructuredGrid respectively.\n"
41001 " &quot;PD2&quot; will produce an alternate vtkPolyData. You can compose\n"
41002 " composite datasets from the atomic ones listed above - &quot;MB{}&quot;\n"
41003 " or &quot;HB[]&quot;. &quot;MB{ ID1 PD1 MB{} }&quot; for example will\n"
41004 " create a vtkMultiBlockDataSet consisting of three blocks: image data,\n"
41005 " poly data, multiblock (empty). Hierarchical Box data sets additionally\n"
41006 " require the notion of groups, declared within &quot;()&quot; braces, to\n"
41007 " specify AMR depth. &quot;HB[ (UF1)(UF1)(UF1) ]&quot; will create a\n"
41008 " vtkHierarchicalBoxDataSet representing an octree that is three levels\n"
41009 " deep, in which the first cell in each level is\n"
41010 " refined.</Documentation>\n"
41011 " <StringVectorProperty command=\"SetProgram\"\n"
41012 " default_values=\"ID1\"\n"
41013 " name=\"Program\"\n"
41014 " number_of_elements=\"1\">\n"
41015 " <Hints>\n"
41016 " <Widget type=\"multi_line\" />\n"
41017 " </Hints>\n"
41018 " <Documentation>This property contains the string that is parsed to\n"
41019 " determine the structured of the output data object to\n"
41020 " produce.</Documentation>\n"
41021 " </StringVectorProperty>\n"
41022 " <!-- End DataObjectGenerator -->\n"
41023 " </SourceProxy>\n"
41024 "\n"
41025 " </ProxyGroup>\n"
41026 "</ServerManagerConfiguration>\n"
41027 "\n";
41028 // Get single string
41030 {
41031 
41032  const size_t len0 = strlen(paraview_server_managersources_filterscoreInterface0);
41033  size_t len = ( 0
41034  + len0 );
41035  char* res = new char[ len + 1];
41036  size_t offset = 0;
41038  assert(offset == len);
41039  res[offset] = 0;
41040  return res;
41041 }
41042 
41043 
41044 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersextraction.xml
41046 "<ServerManagerConfiguration>\n"
41047 " <ProxyGroup name=\"filters\">\n"
41048 " <!-- ==================================================================== -->\n"
41049 " <SourceProxy class=\"vtkExtractBlock\"\n"
41050 " label=\"Extract Block\"\n"
41051 " name=\"ExtractBlock\">\n"
41052 " <Documentation long_help=\"This filter extracts a range of blocks from a multiblock dataset.\"\n"
41053 " short_help=\"Extract block.\">This filter extracts a range\n"
41054 " of groups from a multiblock dataset</Documentation>\n"
41055 " <InputProperty command=\"SetInputConnection\"\n"
41056 " name=\"Input\">\n"
41057 " <ProxyGroupDomain name=\"groups\">\n"
41058 " <Group name=\"sources\" />\n"
41059 " <Group name=\"filters\" />\n"
41060 " </ProxyGroupDomain>\n"
41061 " <DataTypeDomain name=\"input_type\">\n"
41062 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
41063 " </DataTypeDomain>\n"
41064 " <Documentation>This property specifies the input to the Extract Group\n"
41065 " filter.</Documentation>\n"
41066 " </InputProperty>\n"
41067 " <IntVectorProperty clean_command=\"RemoveAllIndices\"\n"
41068 " command=\"AddIndex\"\n"
41069 " name=\"BlockIndices\"\n"
41070 " number_of_elements_per_command=\"1\"\n"
41071 " panel_visibility=\"default\"\n"
41072 " repeat_command=\"1\">\n"
41073 " <CompositeTreeDomain mode=\"all\"\n"
41074 " name=\"tree\">\n"
41075 " <RequiredProperties>\n"
41076 " <Property function=\"Input\"\n"
41077 " name=\"Input\" />\n"
41078 " </RequiredProperties>\n"
41079 " </CompositeTreeDomain>\n"
41080 " <Hints>\n"
41081 " <WidgetHeight number_of_rows=\"20\" />\n"
41082 " </Hints>\n"
41083 " <Documentation>This property lists the ids of the blocks to extract\n"
41084 " from the input multiblock dataset.</Documentation>\n"
41085 " </IntVectorProperty>\n"
41086 " <IntVectorProperty command=\"SetPruneOutput\"\n"
41087 " default_values=\"1\"\n"
41088 " name=\"PruneOutput\"\n"
41089 " number_of_elements=\"1\">\n"
41090 " <BooleanDomain name=\"bool\" />\n"
41091 " <Documentation>When set, the output multiblock dataset will be pruned\n"
41092 " to remove empty nodes. On by default.</Documentation>\n"
41093 " </IntVectorProperty>\n"
41094 " <IntVectorProperty command=\"SetMaintainStructure\"\n"
41095 " default_values=\"0\"\n"
41096 " name=\"MaintainStructure\"\n"
41097 " number_of_elements=\"1\">\n"
41098 " <BooleanDomain name=\"bool\" />\n"
41099 " <Documentation>This is used only when PruneOutput is ON. By default,\n"
41100 " when pruning the output i.e. remove empty blocks, if node has only 1\n"
41101 " non-null child block, then that node is removed. To preserve these\n"
41102 " parent nodes, set this flag to true.</Documentation>\n"
41103 " </IntVectorProperty>\n"
41104 " <!-- End ExtractBlock -->\n"
41105 " </SourceProxy>\n"
41106 "\n"
41107 " <!-- ==================================================================== -->\n"
41108 " <SourceProxy class=\"vtkExtractDataSets\"\n"
41109 " label=\"Extract AMR Blocks\"\n"
41110 " name=\"ExtractHierarchicalDataSets\">\n"
41111 " <Documentation long_help=\"This filter extracts a list of datasets from hierarchical datasets.\"\n"
41112 " short_help=\"Extract datasets.\">This filter extracts a list\n"
41113 " of datasets from hierarchical datasets.</Documentation>\n"
41114 " <InputProperty command=\"SetInputConnection\"\n"
41115 " name=\"Input\">\n"
41116 " <ProxyGroupDomain name=\"groups\">\n"
41117 " <Group name=\"sources\" />\n"
41118 " <Group name=\"filters\" />\n"
41119 " </ProxyGroupDomain>\n"
41120 " <DataTypeDomain name=\"input_type\">\n"
41121 " <DataType value=\"vtkUniformGridAMR\" />\n"
41122 " </DataTypeDomain>\n"
41123 " <Documentation>This property specifies the input to the Extract\n"
41124 " Datasets filter.</Documentation>\n"
41125 " </InputProperty>\n"
41126 " <IntVectorProperty clean_command=\"ClearDataSetList\"\n"
41127 " command=\"AddDataSet\"\n"
41128 " name=\"SelectedDataSets\"\n"
41129 " number_of_elements_per_command=\"2\"\n"
41130 " repeat_command=\"1\">\n"
41131 " <CompositeTreeDomain mode=\"amr\"\n"
41132 " name=\"tree\">\n"
41133 " <RequiredProperties>\n"
41134 " <Property function=\"Input\"\n"
41135 " name=\"Input\" />\n"
41136 " </RequiredProperties>\n"
41137 " </CompositeTreeDomain>\n"
41138 " <Documentation>This property provides a list of datasets to\n"
41139 " extract.</Documentation>\n"
41140 " </IntVectorProperty>\n"
41141 " <!-- End ExtractDataSets -->\n"
41142 " </SourceProxy>\n"
41143 "\n"
41144 " <!-- ==================================================================== -->\n"
41145 " <SourceProxy class=\"vtkExtractEdges\"\n"
41146 " label=\"Extract Edges\"\n"
41147 " name=\"ExtractEdges\">\n"
41148 " <Documentation long_help=\"Extract edges of 2D and 3D cells as lines.\"\n"
41149 " short_help=\"Covert data to wireframe.\">The Extract Edges\n"
41150 " filter produces a wireframe version of the input dataset\n"
41151 " by extracting all the edges of the dataset's cells as\n"
41152 " lines. This filter operates on any type of data set and\n"
41153 " produces polygonal output.</Documentation>\n"
41154 " <InputProperty command=\"SetInputConnection\"\n"
41155 " name=\"Input\">\n"
41156 " <ProxyGroupDomain name=\"groups\">\n"
41157 " <Group name=\"sources\" />\n"
41158 " <Group name=\"filters\" />\n"
41159 " </ProxyGroupDomain>\n"
41160 " <DataTypeDomain name=\"input_type\">\n"
41161 " <DataType value=\"vtkDataSet\" />\n"
41162 " </DataTypeDomain>\n"
41163 " <Documentation>This property specifies the input to the Extract Edges\n"
41164 " filter.</Documentation>\n"
41165 " </InputProperty>\n"
41166 " <!-- End ExtractEdges -->\n"
41167 " </SourceProxy>\n"
41168 "\n"
41169 " <!-- ==================================================================== -->\n"
41170 " <SourceProxy class=\"vtkExtractGeometry\"\n"
41171 " label=\"Extract Cells By Region\"\n"
41172 " name=\"ExtractGeometry\">\n"
41173 " <Documentation long_help=\"This filter extracts cells that are inside/outside a region or at a region boundary.\"\n"
41174 " short_help=\"Extract cells that are inside/outside a region or at a region boundary.\">\n"
41175 " This filter extracts from its input dataset all cells that are either\n"
41176 " completely inside or outside of a specified region (implicit function).\n"
41177 " On output, the filter generates an unstructured grid. To use this filter\n"
41178 " you must specify a region (implicit function). You must also specify\n"
41179 " whether to extract cells lying inside or outside of the region. An\n"
41180 " option exists to extract cells that are neither inside or outside (i.e.,\n"
41181 " boundary).</Documentation>\n"
41182 " <InputProperty command=\"SetInputConnection\"\n"
41183 " name=\"Input\">\n"
41184 " <ProxyGroupDomain name=\"groups\">\n"
41185 " <Group name=\"sources\" />\n"
41186 " <Group name=\"filters\" />\n"
41187 " </ProxyGroupDomain>\n"
41188 " <DataTypeDomain name=\"input_type\">\n"
41189 " <DataType value=\"vtkDataSet\" />\n"
41190 " </DataTypeDomain>\n"
41191 " <Documentation>This property specifies the input to the Slice\n"
41192 " filter.</Documentation>\n"
41193 " </InputProperty>\n"
41194 " <ProxyProperty command=\"SetImplicitFunction\"\n"
41195 " label=\"Intersect With\"\n"
41196 " name=\"ImplicitFunction\">\n"
41197 " <ProxyGroupDomain name=\"groups\">\n"
41198 " <Group name=\"implicit_functions\" />\n"
41199 " </ProxyGroupDomain>\n"
41200 " <ProxyListDomain name=\"proxy_list\">\n"
41201 " <Proxy group=\"implicit_functions\"\n"
41202 " name=\"Plane\" />\n"
41203 " <Proxy group=\"implicit_functions\"\n"
41204 " name=\"Box\" />\n"
41205 " <Proxy group=\"implicit_functions\"\n"
41206 " name=\"Sphere\" />\n"
41207 " </ProxyListDomain>\n"
41208 " <Documentation>This property sets the region used to extract\n"
41209 " cells.</Documentation>\n"
41210 " </ProxyProperty>\n"
41211 " <DoubleVectorProperty information_only=\"1\"\n"
41212 " name=\"InputBounds\">\n"
41213 " <BoundsDomain name=\"bounds\">\n"
41214 " <RequiredProperties>\n"
41215 " <Property function=\"Input\"\n"
41216 " name=\"Input\" />\n"
41217 " </RequiredProperties>\n"
41218 " </BoundsDomain>\n"
41219 " </DoubleVectorProperty>\n"
41220 " <IntVectorProperty command=\"SetExtractInside\"\n"
41221 " default_values=\"1\"\n"
41222 " label=\"Extraction Side\"\n"
41223 " name=\"ExtractInside\"\n"
41224 " number_of_elements=\"1\">\n"
41225 " <EnumerationDomain name=\"enum\">\n"
41226 " <Entry text=\"outside\"\n"
41227 " value=\"0\" />\n"
41228 " <Entry text=\"inside\"\n"
41229 " value=\"1\" />\n"
41230 " </EnumerationDomain>\n"
41231 " <Documentation>This parameter controls whether to extract cells that\n"
41232 " are inside or outside the region.</Documentation>\n"
41233 " </IntVectorProperty>\n"
41234 " <IntVectorProperty command=\"SetExtractOnlyBoundaryCells\"\n"
41235 " default_values=\"0\"\n"
41236 " name=\"Extract only intersected\"\n"
41237 " number_of_elements=\"1\">\n"
41238 " <BooleanDomain name=\"bool\" />\n"
41239 " <Documentation>This parameter controls whether to extract only cells\n"
41240 " that are on the boundary of the region. If this parameter is set, the\n"
41241 " Extraction Side parameter is ignored. If Extract Intersected is off,\n"
41242 " this parameter has no effect.</Documentation>\n"
41243 " </IntVectorProperty>\n"
41244 " <IntVectorProperty command=\"SetExtractBoundaryCells\"\n"
41245 " default_values=\"0\"\n"
41246 " name=\"Extract intersected\"\n"
41247 " number_of_elements=\"1\">\n"
41248 " <BooleanDomain name=\"bool\" />\n"
41249 " <Documentation>This parameter controls whether to extract cells that\n"
41250 " are on the boundary of the region.</Documentation>\n"
41251 " </IntVectorProperty>\n"
41252 " <!-- End ExtractGeometry -->\n"
41253 " </SourceProxy>\n"
41254 "\n"
41255 " <!-- ==================================================================== -->\n"
41256 " <SourceProxy class=\"vtkExtractLevel\"\n"
41257 " label=\"Extract Level\"\n"
41258 " name=\"ExtractHierarchicalLevel\">\n"
41259 " <Documentation long_help=\"This filter extracts a range of groups from a hierarchical dataset.\"\n"
41260 " short_help=\"Extract level.\">This filter extracts a range\n"
41261 " of levels from a hierarchical dataset</Documentation>\n"
41262 " <InputProperty command=\"SetInputConnection\"\n"
41263 " name=\"Input\">\n"
41264 " <ProxyGroupDomain name=\"groups\">\n"
41265 " <Group name=\"sources\" />\n"
41266 " <Group name=\"filters\" />\n"
41267 " </ProxyGroupDomain>\n"
41268 " <DataTypeDomain name=\"input_type\">\n"
41269 " <DataType value=\"vtkUniformGridAMR\" />\n"
41270 " </DataTypeDomain>\n"
41271 " <Documentation>This property specifies the input to the Extract Group\n"
41272 " filter.</Documentation>\n"
41273 " </InputProperty>\n"
41274 " <IntVectorProperty clean_command=\"RemoveAllLevels\"\n"
41275 " command=\"AddLevel\"\n"
41276 " name=\"Levels\"\n"
41277 " number_of_elements_per_command=\"1\"\n"
41278 " panel_visibility=\"default\"\n"
41279 " repeat_command=\"1\">\n"
41280 " <CompositeTreeDomain mode=\"amr\"\n"
41281 " name=\"tree\">\n"
41282 " <RequiredProperties>\n"
41283 " <Property function=\"Input\"\n"
41284 " name=\"Input\" />\n"
41285 " </RequiredProperties>\n"
41286 " </CompositeTreeDomain>\n"
41287 " <Documentation>This property lists the levels to extract from the input\n"
41288 " hierarchical dataset.</Documentation>\n"
41289 " </IntVectorProperty>\n"
41290 " <!-- End ExtractHierarchicalLevel -->\n"
41291 " </SourceProxy>\n"
41292 "\n"
41293 " <!-- ==================================================================== -->\n"
41294 " <SourceProxy class=\"vtkExtractTimeSteps\"\n"
41295 " name=\"ExtractTimeSteps\"\n"
41296 " label=\"Extract Time Steps\">\n"
41297 " <Documentation short_help=\"Extract time steps from data.\">\n"
41298 " This filter extracts specified time steps from its input.\n"
41299 " </Documentation>\n"
41300 "\n"
41301 " <InputProperty command=\"SetInputConnection\"\n"
41302 " name=\"Input\">\n"
41303 " <ProxyGroupDomain name=\"groups\">\n"
41304 " <Group name=\"sources\" />\n"
41305 " <Group name=\"filters\" />\n"
41306 " </ProxyGroupDomain>\n"
41307 " <DataTypeDomain name=\"input_type\">\n"
41308 " <DataType value=\"vtkDataObject\" />\n"
41309 " </DataTypeDomain>\n"
41310 " </InputProperty>\n"
41311 "\n"
41312 " <IntVectorProperty command=\"SetUseRange\"\n"
41313 " name=\"SelectionMode\"\n"
41314 " number_of_elements=\"1\"\n"
41315 " default_values=\"0\">\n"
41316 " <EnumerationDomain name=\"enum\">\n"
41317 " <Entry text=\"Select Time Steps\"\n"
41318 " value=\"0\" />\n"
41319 " <Entry text=\"Select Time Range\"\n"
41320 " value=\"1\" />\n"
41321 " </EnumerationDomain>\n"
41322 " <Documentation>\n"
41323 " Extract time steps supports two ways to select the time steps to be extracted:\n"
41324 "\n"
41325 " - **Select Time Steps**: Specify time steps to be extracted by their index\n"
41326 "\n"
41327 " - **Select Time Range**: Specify the start and end time steps of a range by their index and optionally specify\n"
41328 " a stride to optionally take every nth timestep in the range.\n"
41329 " </Documentation>\n"
41330 " </IntVectorProperty>\n"
41331 " <IntVectorProperty animateable=\"1\"\n"
41332 " command=\"AddTimeStepIndex\"\n"
41333 " clean_command=\"ClearTimeStepIndices\"\n"
41334 " label=\"Time Step Indices\"\n"
41335 " name=\"TimeStepIndices\"\n"
41336 " number_of_elements=\"0\"\n"
41337 " number_of_elements_per_command=\"1\"\n"
41338 " repeat_command=\"1\">\n"
41339 " <TimeStepIndexDomain name=\"timestep_index_range\" default_mode=\"min\">\n"
41340 " <RequiredProperties>\n"
41341 " <Property function=\"Input\" name=\"Input\"/>\n"
41342 " </RequiredProperties>\n"
41343 " </TimeStepIndexDomain>\n"
41344 " <Documentation>\n"
41345 " This property specifies the indices of the time steps to extract.\n"
41346 " </Documentation>\n"
41347 " <Hints>\n"
41348 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"SelectionMode\" value=\"0\">\n"
41349 " </PropertyWidgetDecorator>\n"
41350 " </Hints>\n"
41351 " </IntVectorProperty>\n"
41352 " <DoubleVectorProperty information_only=\"1\"\n"
41353 " name=\"TimestepValues\">\n"
41354 " <TimeStepsInformationHelper />\n"
41355 " </DoubleVectorProperty>\n"
41356 "\n"
41357 " <IntVectorProperty command=\"SetRange\"\n"
41358 " name=\"TimeStepRange\"\n"
41359 " number_of_elements=\"2\"\n"
41360 " default_values=\"0 1\">\n"
41361 " <TimeStepIndexDomain name=\"timestep_index_range\" default_mode=\"min\">\n"
41362 " <RequiredProperties>\n"
41363 " <Property function=\"Input\" name=\"Input\"/>\n"
41364 ;
41365 
41366 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersextraction.xml
41368 " </RequiredProperties>\n"
41369 " </TimeStepIndexDomain>\n"
41370 " <Hints>\n"
41371 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"SelectionMode\" value=\"1\">\n"
41372 " </PropertyWidgetDecorator>\n"
41373 " </Hints>\n"
41374 " <Documentation>\n"
41375 " Select the beginning and end indices of the range of timesteps to extract.\n"
41376 " </Documentation>\n"
41377 " </IntVectorProperty>\n"
41378 "\n"
41379 " <IntVectorProperty command=\"SetTimeStepInterval\"\n"
41380 " name=\"TimeStepInterval\"\n"
41381 " number_of_elements=\"1\"\n"
41382 " default_values=\"1\">\n"
41383 " <IntRangeDomain name=\"range\" min=\"1\"/>\n"
41384 " <Hints>\n"
41385 " <PropertyWidgetDecorator type=\"GenericDecorator\" mode=\"visibility\" property=\"SelectionMode\" value=\"1\">\n"
41386 " </PropertyWidgetDecorator>\n"
41387 " </Hints>\n"
41388 " <Documentation>\n"
41389 " Select the stride to use when extracting the range of time steps (the n in every nth timestep).\n"
41390 " </Documentation>\n"
41391 " </IntVectorProperty>\n"
41392 "\n"
41393 " <PropertyGroup label=\"Time Step Indices\">\n"
41394 " <Property name=\"TimeStepIndices\" />\n"
41395 " </PropertyGroup>\n"
41396 "\n"
41397 " <IntVectorProperty command=\"SetTimeEstimationMode\"\n"
41398 " name=\"ApproximationMode\"\n"
41399 " number_of_elements=\"1\"\n"
41400 " default_values=\"2\"\n"
41401 " panel_visibility=\"advanced\">\n"
41402 " <EnumerationDomain name=\"enum\">\n"
41403 " <Entry text=\"Previous Time Step\"\n"
41404 " value=\"0\" />\n"
41405 " <Entry text=\"Next Time Step\"\n"
41406 " value=\"1\" />\n"
41407 " <Entry text=\"Nearest Time Step\"\n"
41408 " value=\"2\" />\n"
41409 " </EnumerationDomain>\n"
41410 " <Documentation>\n"
41411 " If the scene's time does not match the time in any of the timesteps selected (likely because something\n"
41412 " else in the scene has time steps at different times) this setting controls which timestep should\n"
41413 " be returned by the filter. The options are the previous time step, the nearest time step and the next\n"
41414 " time step.\n"
41415 " </Documentation>\n"
41416 " </IntVectorProperty>\n"
41417 " <!-- End ExtractTimeSteps -->\n"
41418 " </SourceProxy>\n"
41419 " </ProxyGroup>\n"
41420 "</ServerManagerConfiguration>\n"
41421 "\n";
41422 // Get single string
41424 {
41425 
41428  size_t len = ( 0
41429  + len0
41430  + len1 );
41431  char* res = new char[ len + 1];
41432  size_t offset = 0;
41435  assert(offset == len);
41436  res[offset] = 0;
41437  return res;
41438 }
41439 
41440 
41441 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersflowpaths.xml
41443 "<ServerManagerConfiguration>\n"
41444 " <ProxyGroup name=\"cell_locators\">\n"
41445 " <Proxy class=\"vtkModifiedBSPTree\"\n"
41446 " name=\"ModifiedBSPTree\"\n"
41447 " label=\"BSP Tree Cell Locator\"/>\n"
41448 " </ProxyGroup>\n"
41449 " <ProxyGroup name=\"filters\">\n"
41450 " <!-- ==================================================================== -->\n"
41451 " <SourceProxy class=\"vtkEvenlySpacedStreamlines2D\"\n"
41452 " label=\"Evenly Spaced Streamlines 2D\"\n"
41453 " name=\"EvenlySpacedStreamlines2D\">\n"
41454 " <Documentation long_help=\"Produce evenly spaced streamlines in a 2D vector field.\"\n"
41455 " short_help=\"Produce evenly spaced streamlines in a 2D vector field.\">\n"
41456 " This filter generates evenly spaced streamlines in a 2D\n"
41457 " vector field from a start position. Production of\n"
41458 " streamlines terminates if a streamline crosses the\n"
41459 " exterior boundary of the input dataset\n"
41460 " (ReasonForTermination=1), an initialization issue (ReasonForTermination=2),\n"
41461 " computing an unexpected value (ReasonForTermination=3),\n"
41462 " reached the Maximum Streamline Length input value\n"
41463 " (ReasonForTermination=4), reached the Maximum Steps\n"
41464 " input value (ReasonForTermination=5), velocity was\n"
41465 " lower than the Terminal Speed input value\n"
41466 " (ReasonForTermination=6), a streamline formed a loop\n"
41467 " (ReasonForTermination=7), and the streamline was too close to\n"
41468 " other streamlines (ReasonForTermination=8). This filter\n"
41469 " operates on a 2D dataset aligned with plane XY with\n"
41470 " point-centered vectors aligned with plane XY.\n"
41471 " The output is polygonal data containing polylines.\n"
41472 " </Documentation>\n"
41473 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
41474 " command=\"AddInputConnection\"\n"
41475 " name=\"Input\">\n"
41476 " <ProxyGroupDomain name=\"groups\">\n"
41477 " <Group name=\"sources\" />\n"
41478 " <Group name=\"filters\" />\n"
41479 " </ProxyGroupDomain>\n"
41480 " <DataTypeDomain composite_data_supported=\"1\"\n"
41481 " name=\"input_type\">\n"
41482 " <DataType value=\"vtkDataSet\" />\n"
41483 " </DataTypeDomain>\n"
41484 " <InputArrayDomain name=\"input_array\"\n"
41485 " number_of_components=\"3\" />\n"
41486 " <Documentation>This property specifies the input to the filter.</Documentation>\n"
41487 " </InputProperty>\n"
41488 " <StringVectorProperty animateable=\"0\"\n"
41489 " command=\"SetInputArrayToProcess\"\n"
41490 " element_types=\"0 0 0 0 2\"\n"
41491 " label=\"Vectors\"\n"
41492 " name=\"SelectInputVectors\"\n"
41493 " number_of_elements=\"5\">\n"
41494 " <ArrayListDomain attribute_type=\"Vectors\"\n"
41495 " name=\"array_list\">\n"
41496 " <RequiredProperties>\n"
41497 " <Property function=\"Input\"\n"
41498 " name=\"Input\" />\n"
41499 " </RequiredProperties>\n"
41500 " </ArrayListDomain>\n"
41501 " <Documentation>This property contains the name of the vector array from\n"
41502 " which to generate streamlines.</Documentation>\n"
41503 " </StringVectorProperty>\n"
41504 " <IntVectorProperty command=\"SetInterpolatorType\"\n"
41505 " default_values=\"0\"\n"
41506 " name=\"InterpolatorType\"\n"
41507 " number_of_elements=\"1\"\n"
41508 " panel_visibility=\"advanced\" >\n"
41509 " <EnumerationDomain name=\"enum\">\n"
41510 " <Entry text=\"Interpolator with Point Locator\"\n"
41511 " value=\"0\" />\n"
41512 " <Entry text=\"Interpolator with Cell Locator\"\n"
41513 " value=\"1\" />\n"
41514 " </EnumerationDomain>\n"
41515 " <Documentation>This property determines which interpolator to use for\n"
41516 " evaluating the velocity vector field. The first is faster though the\n"
41517 " second is more robust in locating cells during streamline\n"
41518 " integration.</Documentation>\n"
41519 " </IntVectorProperty>\n"
41520 " <IntVectorProperty command=\"SetIntegratorType\"\n"
41521 " default_values=\"1\"\n"
41522 " name=\"IntegratorType\"\n"
41523 " number_of_elements=\"1\">\n"
41524 " <EnumerationDomain name=\"enum\">\n"
41525 " <Entry text=\"Runge-Kutta 2\"\n"
41526 " value=\"0\" />\n"
41527 " <Entry text=\"Runge-Kutta 4\"\n"
41528 " value=\"1\" />\n"
41529 " </EnumerationDomain>\n"
41530 " <Documentation>This property determines which integrator (with\n"
41531 " increasing accuracy) to use for creating streamlines.</Documentation>\n"
41532 " </IntVectorProperty>\n"
41533 " <IntVectorProperty command=\"SetIntegrationStepUnit\"\n"
41534 " default_values=\"2\"\n"
41535 " label=\"Integration Step Unit\"\n"
41536 " name=\"IntegrationStepUnit\"\n"
41537 " number_of_elements=\"1\"\n"
41538 " panel_visibility=\"advanced\">\n"
41539 " <EnumerationDomain name=\"enum\">\n"
41540 " <Entry text=\"Length\"\n"
41541 " value=\"1\" />\n"
41542 " <Entry text=\"Cell Length\"\n"
41543 " value=\"2\" />\n"
41544 " </EnumerationDomain>\n"
41545 " <Documentation>This property specifies the unit for\n"
41546 " Initial integration step size. The Length unit refers\n"
41547 " to the arc length that a particle travels/advects within a single step.\n"
41548 " The Cell Length unit represents the step size as a number of\n"
41549 " cells.</Documentation>\n"
41550 " </IntVectorProperty>\n"
41551 " <DoubleVectorProperty command=\"SetInitialIntegrationStep\"\n"
41552 " default_values=\"0.2\"\n"
41553 " label=\"Initial Step Length\"\n"
41554 " name=\"InitialIntegrationStep\"\n"
41555 " number_of_elements=\"1\"\n"
41556 " panel_visibility=\"advanced\" >\n"
41557 " <DoubleRangeDomain name=\"range\" />\n"
41558 " <Documentation>This property specifies the initial integration step\n"
41559 " size. For non-adaptive integrators (Runge-Kutta 2 and Runge-Kutta 4),\n"
41560 " it is fixed (always equal to this initial value) throughout the\n"
41561 " integration.</Documentation>\n"
41562 " </DoubleVectorProperty>\n"
41563 " <IntVectorProperty command=\"SetMaximumNumberOfSteps\"\n"
41564 " default_values=\"2000\"\n"
41565 " label=\"Maximum Steps\"\n"
41566 " name=\"MaximumNumberOfSteps\"\n"
41567 " number_of_elements=\"1\"\n"
41568 " panel_visibility=\"advanced\">\n"
41569 " <IntRangeDomain name=\"range\" />\n"
41570 " <Documentation>This property specifies the maximum number of steps,\n"
41571 " beyond which streamline integration is terminated.</Documentation>\n"
41572 " </IntVectorProperty>\n"
41573 " <DoubleVectorProperty command=\"SetSeparatingDistance\"\n"
41574 " default_values=\"2\"\n"
41575 " label=\"Separating Distance\"\n"
41576 " name=\"SeparatingDistance\"\n"
41577 " number_of_elements=\"1\"\n"
41578 " panel_visibility=\"default\" >\n"
41579 " <DoubleRangeDomain name=\"range\" />\n"
41580 " <Documentation>Specify the separating distance between\n"
41581 " streamlines expressed in IntegrationStepUnit.</Documentation>\n"
41582 " </DoubleVectorProperty>\n"
41583 " <DoubleVectorProperty command=\"SetSeparatingDistanceRatio\"\n"
41584 " default_values=\"0.4\"\n"
41585 " label=\"Separating Distance Ratio\"\n"
41586 " name=\"SeparatingDistanceRatio\"\n"
41587 " number_of_elements=\"1\"\n"
41588 " panel_visibility=\"default\" >\n"
41589 " <DoubleRangeDomain name=\"range\" />\n"
41590 " <Documentation>Specifies SeparatingDistanceRatio. If streamlines\n"
41591 " get closer than SeparatingDistance * SeparatingDistanceRatio to\n"
41592 " other streamlines integration stops.</Documentation>\n"
41593 " </DoubleVectorProperty>\n"
41594 " <DoubleVectorProperty command=\"SetClosedLoopMaximumDistance\"\n"
41595 " default_values=\"0.2\"\n"
41596 " label=\"Closed Loop Maximum Distance\"\n"
41597 " name=\"ClosedLoopMaximumDistance\"\n"
41598 " number_of_elements=\"1\"\n"
41599 " panel_visibility=\"default\" >\n"
41600 " <DoubleRangeDomain name=\"range\" />\n"
41601 " <Documentation>Loops are considered closed if the have two points at\n"
41602 " distance less than this. This is expressed in IntegrationStepUnit.</Documentation>\n"
41603 " </DoubleVectorProperty>\n"
41604 " <DoubleVectorProperty command=\"SetStartPosition\"\n"
41605 " default_values=\"0 0 0 \"\n"
41606 " label=\"Start Position\"\n"
41607 " name=\"StartPosition\"\n"
41608 " number_of_elements=\"3\"\n"
41609 " panel_visibility=\"default\" >\n"
41610 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n"
41611 " <RequiredProperties>\n"
41612 " <Property function=\"Input\" name=\"Input\" />\n"
41613 " </RequiredProperties>\n"
41614 " </BoundsDomain>\n"
41615 " <Documentation>Specify the starting point (seed) of the first streamline\n"
41616 " in the global coordinate system.</Documentation>\n"
41617 " </DoubleVectorProperty>\n"
41618 " <DoubleVectorProperty command=\"SetTerminalSpeed\"\n"
41619 " default_values=\"0.000000000001\"\n"
41620 " label=\"Terminal Speed\"\n"
41621 " name=\"TerminalSpeed\"\n"
41622 " number_of_elements=\"1\"\n"
41623 " panel_visibility=\"advanced\" >\n"
41624 " <DoubleRangeDomain name=\"range\" />\n"
41625 " <Documentation>This property specifies the terminal speed, below which\n"
41626 " particle advection/integration is terminated.</Documentation>\n"
41627 " </DoubleVectorProperty>\n"
41628 " <IntVectorProperty command=\"SetComputeVorticity\"\n"
41629 " default_values=\"1\"\n"
41630 " name=\"ComputeVorticity\"\n"
41631 " number_of_elements=\"1\"\n"
41632 " panel_visibility=\"advanced\" >\n"
41633 " <BooleanDomain name=\"bool\" />\n"
41634 " <Documentation>Specify whether or not to compute\n"
41635 " vorticity.</Documentation>\n"
41636 " </IntVectorProperty>\n"
41637 "\n"
41638 " <PropertyGroup label=\"Streamline Parameters\">\n"
41639 " <Property name=\"StartPosition\" />\n"
41640 " <Property name=\"SeparatingDistance\" />\n"
41641 " <Property name=\"SeparatingDistanceRatio\" />\n"
41642 " <Property name=\"ClosedLoopMaximumDistance\" />\n"
41643 " <Property name=\"IntegratorType\" />\n"
41644 " <Property name=\"IntegrationStepUnit\" />\n"
41645 " <Property name=\"InitialIntegrationStep\" />\n"
41646 " <Property name=\"MaximumNumberOfSteps\" />\n"
41647 " <Property name=\"TerminalSpeed\" />\n"
41648 " </PropertyGroup>\n"
41649 "\n"
41650 " <Hints>\n"
41651 " <Visibility replace_input=\"2\" />\n"
41652 " </Hints>\n"
41653 " <!-- End EvenlySpacedStreamlines2D -->\n"
41654 " </SourceProxy>\n"
41655 "\n"
41656 " <!-- ==================================================================== -->\n"
41657 " <SourceProxy class=\"vtkParticlePathFilter\"\n"
41658 " name=\"ParticlePath\">\n"
41659 " <Documentation long_help=\"Trace Particle Paths through time in a vector field.\"\n"
41660 " short_help=\"Trace Particle Paths through time in a vector field.\">\n"
41661 " The Particle Trace filter generates pathlines in a vector\n"
41662 " field from a collection of seed points. The vector field\n"
41663 " used is selected from the Vectors menu, so the input data\n"
41664 " set is required to have point-centered vectors. The Seed\n"
41665 " portion of the interface allows you to select whether the\n"
41666 " seed points for this integration lie in a point cloud or\n"
41667 " along a line. Depending on which is selected, the\n"
41668 " appropriate 3D widget (point or line widget) is displayed\n"
41669 " along with traditional user interface controls for\n"
41670 " positioning the point cloud or line within the data set.\n"
41671 " Instructions for using the 3D widgets and the\n"
41672 " corresponding manual controls can be found in section 7.4.\n"
41673 " This filter operates on any type of data set, provided it\n"
41674 " has point-centered vectors. The output is polygonal data\n"
41675 " containing polylines. This filter is available on the\n"
41676 " Toolbar.</Documentation>\n"
41677 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
41678 " command=\"AddInputConnection\"\n"
41679 " multiple_input=\"1\"\n"
41680 " name=\"Input\">\n"
41681 " <ProxyGroupDomain name=\"groups\">\n"
41682 " <Group name=\"sources\" />\n"
41683 " <Group name=\"filters\" />\n"
41684 " </ProxyGroupDomain>\n"
41685 " <DataTypeDomain composite_data_supported=\"1\"\n"
41686 " name=\"input_type\">\n"
41687 " <DataType value=\"vtkDataObject\" />\n"
41688 " </DataTypeDomain>\n"
41689 " <InputArrayDomain attribute_type=\"point\"\n"
41690 " name=\"input_array\"\n"
41691 " number_of_components=\"3\" />\n"
41692 " <Documentation>Specify which is the Input of the StreamTracer\n"
41693 " filter.</Documentation>\n"
41694 " </InputProperty>\n"
41695 " <InputProperty clean_command=\"RemoveAllSources\"\n"
41696 " command=\"AddSourceConnection\"\n"
41697 " label=\"Seed Source\"\n"
41698 " multiple_input=\"1\"\n"
41699 " name=\"Source\">\n"
41700 " <ProxyGroupDomain name=\"groups\">\n"
41701 " <Group name=\"sources\" />\n"
41702 " <Group name=\"filters\" />\n"
41703 " </ProxyGroupDomain>\n"
41704 " <DataTypeDomain name=\"input_type\">\n"
41705 " <DataType value=\"vtkDataSet\" />\n"
41706 " </DataTypeDomain>\n"
41707 " <Documentation>Specify the seed dataset. Typically from where the\n"
41708 " vector field integration should begin. Usually a point/radius or a line\n"
41709 " with a given resolution.</Documentation>\n"
41710 " </InputProperty>\n"
41711 " <DoubleVectorProperty command=\"SetTerminationTime\"\n"
41712 " default_values=\"0.0\"\n"
41713 " name=\"TerminationTime\"\n"
41714 " number_of_elements=\"1\"\n"
41715 " panel_visibility=\"default\">\n"
41716 " <DoubleRangeDomain name=\"range\" />\n"
41717 " <Documentation>Setting TerminationTime to a positive value will cause\n"
41718 " particles to terminate when the time is reached. The units of time\n"
41719 " should be consistent with the primary time variable.</Documentation>\n"
41720 " </DoubleVectorProperty>\n"
41721 " <DoubleVectorProperty information_only=\"1\"\n"
41722 " name=\"TimestepValues\">\n"
41723 " <TimeStepsInformationHelper />\n"
41724 " </DoubleVectorProperty>\n"
41725 " <IntVectorProperty command=\"SetForceReinjectionEveryNSteps\"\n"
41726 " default_values=\"0\"\n"
41727 " name=\"ForceReinjectionEveryNSteps\"\n"
41728 ;
41729 
41730 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersflowpaths.xml
41732 " number_of_elements=\"1\">\n"
41733 " <IntRangeDomain name=\"range\" />\n"
41734 " <Documentation>When animating particles, it is nice to inject new ones\n"
41735 " every Nth step to produce a continuous flow. Setting\n"
41736 " ForceReinjectionEveryNSteps to a non zero value will cause the particle\n"
41737 " source to reinject particles every Nth step even if it is otherwise\n"
41738 " unchanged. Note that if the particle source is also animated, this flag\n"
41739 " will be redundant as the particles will be reinjected whenever the\n"
41740 " source changes anyway</Documentation>\n"
41741 " </IntVectorProperty>\n"
41742 " <IntVectorProperty command=\"SetStaticSeeds\"\n"
41743 " default_values=\"0\"\n"
41744 " name=\"StaticSeeds\"\n"
41745 " number_of_elements=\"1\">\n"
41746 " <BooleanDomain name=\"bool\" />\n"
41747 " <Documentation>If the input seeds are not changing, then this\n"
41748 " can be set to 1 to avoid having to do a repeated grid search\n"
41749 " that would return the exact same result.\n"
41750 " </Documentation>\n"
41751 " </IntVectorProperty>\n"
41752 " <IntVectorProperty command=\"SetStaticMesh\"\n"
41753 " default_values=\"0\"\n"
41754 " name=\"StaticMesh\"\n"
41755 " number_of_elements=\"1\">\n"
41756 " <BooleanDomain name=\"bool\" />\n"
41757 " <Documentation>If the input grid is not changing, then this\n"
41758 " can be set to 1 to avoid having to create cell locators for\n"
41759 " each update.\n"
41760 " </Documentation>\n"
41761 " </IntVectorProperty>\n"
41762 " <StringVectorProperty animateable=\"0\"\n"
41763 " command=\"SetInputArrayToProcess\"\n"
41764 " element_types=\"0 0 0 0 2\"\n"
41765 " name=\"SelectInputVectors\"\n"
41766 " number_of_elements=\"5\"\n"
41767 " panel_visibility=\"default\">\n"
41768 " <ArrayListDomain attribute_type=\"Vectors\"\n"
41769 " name=\"array_list\">\n"
41770 " <RequiredProperties>\n"
41771 " <Property function=\"Input\"\n"
41772 " name=\"Input\" />\n"
41773 " </RequiredProperties>\n"
41774 " </ArrayListDomain>\n"
41775 " <Documentation>Specify which vector array should be used for the\n"
41776 " integration through that filter.</Documentation>\n"
41777 " </StringVectorProperty>\n"
41778 " <IntVectorProperty command=\"SetComputeVorticity\"\n"
41779 " default_values=\"1\"\n"
41780 " name=\"ComputeVorticity\"\n"
41781 " number_of_elements=\"1\">\n"
41782 " <BooleanDomain name=\"bool\" />\n"
41783 " <Documentation>Compute vorticity and angular rotation of particles as\n"
41784 " they progress</Documentation>\n"
41785 " </IntVectorProperty>\n"
41786 " <DoubleVectorProperty command=\"SetTerminalSpeed\"\n"
41787 " default_values=\"0.000000000001\"\n"
41788 " label=\"Terminal Speed\"\n"
41789 " name=\"TerminalSpeed\"\n"
41790 " number_of_elements=\"1\"\n"
41791 " panel_visibility=\"advanced\" >\n"
41792 " <DoubleRangeDomain name=\"range\" />\n"
41793 " <Documentation>This property specifies the terminal speed, below which\n"
41794 " particle advection/integration is terminated.</Documentation>\n"
41795 " </DoubleVectorProperty>\n"
41796 " </SourceProxy>\n"
41797 "\n"
41798 " <!-- ==================================================================== -->\n"
41799 " <SourceProxy class=\"vtkParticleTracer\"\n"
41800 " name=\"ParticleTracer\">\n"
41801 " <Documentation long_help=\"Trace Particles through time in a vector field.\"\n"
41802 " short_help=\"Trace Particles through time in a vector field.\">\n"
41803 " The Particle Trace filter generates pathlines in a vector\n"
41804 " field from a collection of seed points. The vector field\n"
41805 " used is selected from the Vectors menu, so the input data\n"
41806 " set is required to have point-centered vectors. The Seed\n"
41807 " portion of the interface allows you to select whether the\n"
41808 " seed points for this integration lie in a point cloud or\n"
41809 " along a line. Depending on which is selected, the\n"
41810 " appropriate 3D widget (point or line widget) is displayed\n"
41811 " along with traditional user interface controls for\n"
41812 " positioning the point cloud or line within the data set.\n"
41813 " Instructions for using the 3D widgets and the\n"
41814 " corresponding manual controls can be found in section 7.4.\n"
41815 " This filter operates on any type of data set, provided it\n"
41816 " has point-centered vectors. The output is polygonal data\n"
41817 " containing polylines. This filter is available on the\n"
41818 " Toolbar.</Documentation>\n"
41819 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
41820 " command=\"AddInputConnection\"\n"
41821 " multiple_input=\"1\"\n"
41822 " name=\"Input\">\n"
41823 " <ProxyGroupDomain name=\"groups\">\n"
41824 " <Group name=\"sources\" />\n"
41825 " <Group name=\"filters\" />\n"
41826 " </ProxyGroupDomain>\n"
41827 " <DataTypeDomain composite_data_supported=\"1\"\n"
41828 " name=\"input_type\">\n"
41829 " <DataType value=\"vtkDataObject\" />\n"
41830 " </DataTypeDomain>\n"
41831 " <InputArrayDomain attribute_type=\"point\"\n"
41832 " name=\"input_array\"\n"
41833 " number_of_components=\"3\" />\n"
41834 " <Documentation>Specify which is the Input of the StreamTracer\n"
41835 " filter.</Documentation>\n"
41836 " </InputProperty>\n"
41837 " <InputProperty clean_command=\"RemoveAllSources\"\n"
41838 " command=\"AddSourceConnection\"\n"
41839 " label=\"Seed Source\"\n"
41840 " multiple_input=\"1\"\n"
41841 " name=\"Source\">\n"
41842 " <ProxyGroupDomain name=\"groups\">\n"
41843 " <Group name=\"sources\" />\n"
41844 " <Group name=\"filters\" />\n"
41845 " </ProxyGroupDomain>\n"
41846 " <DataTypeDomain name=\"input_type\">\n"
41847 " <DataType value=\"vtkDataSet\" />\n"
41848 " </DataTypeDomain>\n"
41849 " <Documentation>Specify the seed dataset. Typically from where the\n"
41850 " vector field integration should begin. Usually a point/radius or a line\n"
41851 " with a given resolution.</Documentation>\n"
41852 " </InputProperty>\n"
41853 " <IntVectorProperty command=\"SetStaticSeeds\"\n"
41854 " default_values=\"0\"\n"
41855 " name=\"StaticSeeds\"\n"
41856 " number_of_elements=\"1\">\n"
41857 " <BooleanDomain name=\"bool\" />\n"
41858 " <Documentation>If the input seeds are not changing, then this\n"
41859 " can be set to 1 to avoid having to do a repeated grid search\n"
41860 " that would return the exact same result.\n"
41861 " </Documentation>\n"
41862 " </IntVectorProperty>\n"
41863 " <IntVectorProperty command=\"SetStaticMesh\"\n"
41864 " default_values=\"0\"\n"
41865 " name=\"StaticMesh\"\n"
41866 " number_of_elements=\"1\">\n"
41867 " <BooleanDomain name=\"bool\" />\n"
41868 " <Documentation>If the input grid is not changing, then this\n"
41869 " can be set to 1 to avoid having to create cell locators for\n"
41870 " each update.\n"
41871 " </Documentation>\n"
41872 " </IntVectorProperty>\n"
41873 " <!--\n"
41874 " <DoubleVectorProperty\n"
41875 " name=\"TimeStepResolution\"\n"
41876 " command=\"SetTimeStepResolution\"\n"
41877 " number_of_elements=\"1\"\n"
41878 " default_values=\"1.0\" >\n"
41879 " <DoubleRangeDomain name=\"range\"/>\n"
41880 " </DoubleVectorProperty>\n"
41881 "-->\n"
41882 " <DoubleVectorProperty information_only=\"1\"\n"
41883 " name=\"TimestepValues\">\n"
41884 " <TimeStepsInformationHelper />\n"
41885 " </DoubleVectorProperty>\n"
41886 " <!-- <IntVectorProperty -->\n"
41887 " <!-- name=\"StaticSeeds\" -->\n"
41888 " <!-- command=\"SetStaticSeeds\" -->\n"
41889 " <!-- number_of_elements=\"1\" -->\n"
41890 " <!-- default_values=\"1\" > -->\n"
41891 " <!-- <BooleanDomain name=\"bool\"/> -->\n"
41892 " <!-- <Documentation> -->\n"
41893 " <!-- Force the use of static seed optimizations -->\n"
41894 " <!-- </Documentation> -->\n"
41895 " <!-- </IntVectorProperty> -->\n"
41896 " <!-- <IntVectorProperty -->\n"
41897 " <!-- name=\"StaticMesh\" -->\n"
41898 " <!-- command=\"SetStaticMesh\" -->\n"
41899 " <!-- number_of_elements=\"1\" -->\n"
41900 " <!-- default_values=\"0\" > -->\n"
41901 " <!-- <BooleanDomain name=\"bool\"/> -->\n"
41902 " <!-- <Documentation> -->\n"
41903 " <!-- Force the use of static mesh optimizations -->\n"
41904 " <!-- </Documentation> -->\n"
41905 " <!-- </IntVectorProperty> -->\n"
41906 " <!-- <DoubleVectorProperty -->\n"
41907 " <!-- name=\"InitialIntegrationStep\" -->\n"
41908 " <!-- command=\"SetInitialIntegrationStep\" -->\n"
41909 " <!-- number_of_elements=\"1\" -->\n"
41910 " <!-- default_values=\"0.25\" > -->\n"
41911 " <!-- <DoubleRangeDomain name=\"range\"/> -->\n"
41912 " <!-- <Documentation> -->\n"
41913 " <!-- Specify the Initial step size used for line integration, expressed in: -->\n"
41914 " <!-- LENGTH_UNIT = 1 -->\n"
41915 " <!-- CELL_LENGTH_UNIT = 2 -->\n"
41916 " <!-- (either the starting size for an adaptive integrator, e.g., RK45, -->\n"
41917 " <!-- or the constant / fixed size for non-adaptive ones, i.e., RK2 and RK4) -->\n"
41918 " <!-- </Documentation> -->\n"
41919 " <!-- </DoubleVectorProperty> -->\n"
41920 " <IntVectorProperty command=\"SetForceReinjectionEveryNSteps\"\n"
41921 " default_values=\"0\"\n"
41922 " name=\"ForceReinjectionEveryNSteps\"\n"
41923 " number_of_elements=\"1\">\n"
41924 " <IntRangeDomain name=\"range\" />\n"
41925 " <Documentation>When animating particles, it is nice to inject new ones\n"
41926 " every Nth step to produce a continuous flow. Setting\n"
41927 " ForceReinjectionEveryNSteps to a non zero value will cause the particle\n"
41928 " source to reinject particles every Nth step even if it is otherwise\n"
41929 " unchanged. Note that if the particle source is also animated, this flag\n"
41930 " will be redundant as the particles will be reinjected whenever the\n"
41931 " source changes anyway</Documentation>\n"
41932 " </IntVectorProperty>\n"
41933 " <StringVectorProperty animateable=\"0\"\n"
41934 " command=\"SetInputArrayToProcess\"\n"
41935 " element_types=\"0 0 0 0 2\"\n"
41936 " name=\"SelectInputVectors\"\n"
41937 " number_of_elements=\"5\"\n"
41938 " panel_visibility=\"default\">\n"
41939 " <ArrayListDomain attribute_type=\"Vectors\"\n"
41940 " name=\"array_list\">\n"
41941 " <RequiredProperties>\n"
41942 " <Property function=\"Input\"\n"
41943 " name=\"Input\" />\n"
41944 " </RequiredProperties>\n"
41945 " </ArrayListDomain>\n"
41946 " <Documentation>Specify which vector array should be used for the\n"
41947 " integration through that filter.</Documentation>\n"
41948 " </StringVectorProperty>\n"
41949 " <IntVectorProperty command=\"SetComputeVorticity\"\n"
41950 " default_values=\"1\"\n"
41951 " name=\"ComputeVorticity\"\n"
41952 " number_of_elements=\"1\">\n"
41953 " <BooleanDomain name=\"bool\" />\n"
41954 " <Documentation>Compute vorticity and angular rotation of particles as\n"
41955 " they progress</Documentation>\n"
41956 " </IntVectorProperty>\n"
41957 " <!-- End ParticleTracer -->\n"
41958 " </SourceProxy>\n"
41959 "\n"
41960 " <!-- ==================================================================== -->\n"
41961 " <SourceProxy class=\"vtkStreaklineFilter\"\n"
41962 " name=\"StreakLine\">\n"
41963 " <Documentation long_help=\"Trace Streak lines through time in a vector field.\"\n"
41964 " short_help=\"Trace Streak lines through time in a vector field.\">\n"
41965 " The Particle Trace filter generates pathlines in a vector\n"
41966 " field from a collection of seed points. The vector field\n"
41967 " used is selected from the Vectors menu, so the input data\n"
41968 " set is required to have point-centered vectors. The Seed\n"
41969 " portion of the interface allows you to select whether the\n"
41970 " seed points for this integration lie in a point cloud or\n"
41971 " along a line. Depending on which is selected, the\n"
41972 " appropriate 3D widget (point or line widget) is displayed\n"
41973 " along with traditional user interface controls for\n"
41974 " positioning the point cloud or line within the data set.\n"
41975 " Instructions for using the 3D widgets and the\n"
41976 " corresponding manual controls can be found in section 7.4.\n"
41977 " This filter operates on any type of data set, provided it\n"
41978 " has point-centered vectors. The output is polygonal data\n"
41979 " containing polylines. This filter is available on the\n"
41980 " Toolbar.</Documentation>\n"
41981 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
41982 " command=\"AddInputConnection\"\n"
41983 " multiple_input=\"1\"\n"
41984 " name=\"Input\">\n"
41985 " <ProxyGroupDomain name=\"groups\">\n"
41986 " <Group name=\"sources\" />\n"
41987 " <Group name=\"filters\" />\n"
41988 " </ProxyGroupDomain>\n"
41989 " <DataTypeDomain composite_data_supported=\"1\"\n"
41990 " name=\"input_type\">\n"
41991 " <DataType value=\"vtkDataObject\" />\n"
41992 " </DataTypeDomain>\n"
41993 " <InputArrayDomain attribute_type=\"point\"\n"
41994 " name=\"input_array\"\n"
41995 " number_of_components=\"3\" />\n"
41996 " <Documentation>Specify which is the Input of the StreamTracer\n"
41997 " filter.</Documentation>\n"
41998 " </InputProperty>\n"
41999 " <IntVectorProperty command=\"SetStaticSeeds\"\n"
42000 " default_values=\"0\"\n"
42001 " name=\"StaticSeeds\"\n"
42002 " number_of_elements=\"1\">\n"
42003 " <BooleanDomain name=\"bool\" />\n"
42004 " <Documentation>If the input seeds are not changing, then this\n"
42005 " can be set to 1 to avoid having to do a repeated grid search\n"
42006 " that would return the exact same result.\n"
42007 " </Documentation>\n"
42008 " </IntVectorProperty>\n"
42009 " <IntVectorProperty command=\"SetStaticMesh\"\n"
42010 " default_values=\"0\"\n"
42011 " name=\"StaticMesh\"\n"
42012 " number_of_elements=\"1\">\n"
42013 " <BooleanDomain name=\"bool\" />\n"
42014 " <Documentation>If the input grid is not changing, then this\n"
42015 " can be set to 1 to avoid having to create cell locators for\n"
42016 " each update.\n"
42017 " </Documentation>\n"
42018 " </IntVectorProperty>\n"
42019 " <InputProperty clean_command=\"RemoveAllSources\"\n"
42020 " command=\"AddSourceConnection\"\n"
42021 " label=\"Seed Source\"\n"
42022 " multiple_input=\"1\"\n"
42023 " name=\"Source\">\n"
42024 " <ProxyGroupDomain name=\"groups\">\n"
42025 " <Group name=\"sources\" />\n"
42026 " <Group name=\"filters\" />\n"
42027 ;
42028 
42029 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersflowpaths.xml
42031 " </ProxyGroupDomain>\n"
42032 " <DataTypeDomain name=\"input_type\">\n"
42033 " <DataType value=\"vtkDataSet\" />\n"
42034 " </DataTypeDomain>\n"
42035 " <Documentation>Specify the seed dataset. Typically from where the\n"
42036 " vector field integration should begin. Usually a point/radius or a line\n"
42037 " with a given resolution.</Documentation>\n"
42038 " </InputProperty>\n"
42039 " <DoubleVectorProperty command=\"SetTerminationTime\"\n"
42040 " default_values=\"0.0\"\n"
42041 " name=\"TerminationTime\"\n"
42042 " number_of_elements=\"1\"\n"
42043 " panel_visibility=\"default\">\n"
42044 " <DoubleRangeDomain name=\"range\" />\n"
42045 " <Documentation>Setting TerminationTime to a positive value will cause\n"
42046 " particles to terminate when the time is reached. The units of time\n"
42047 " should be consistent with the primary time variable.</Documentation>\n"
42048 " </DoubleVectorProperty>\n"
42049 " <DoubleVectorProperty information_only=\"1\"\n"
42050 " name=\"TimestepValues\">\n"
42051 " <TimeStepsInformationHelper />\n"
42052 " </DoubleVectorProperty>\n"
42053 " <IntVectorProperty command=\"SetForceReinjectionEveryNSteps\"\n"
42054 " default_values=\"1\"\n"
42055 " name=\"ForceReinjectionEveryNSteps\"\n"
42056 " number_of_elements=\"1\">\n"
42057 " <IntRangeDomain name=\"range\" />\n"
42058 " <Documentation>When animating particles, it is nice to inject new ones\n"
42059 " every Nth step to produce a continuous flow. Setting\n"
42060 " ForceReinjectionEveryNSteps to a non zero value will cause the particle\n"
42061 " source to reinject particles every Nth step even if it is otherwise\n"
42062 " unchanged. Note that if the particle source is also animated, this flag\n"
42063 " will be redundant as the particles will be reinjected whenever the\n"
42064 " source changes anyway</Documentation>\n"
42065 " </IntVectorProperty>\n"
42066 " <StringVectorProperty animateable=\"0\"\n"
42067 " command=\"SetInputArrayToProcess\"\n"
42068 " element_types=\"0 0 0 0 2\"\n"
42069 " name=\"SelectInputVectors\"\n"
42070 " number_of_elements=\"5\"\n"
42071 " panel_visibility=\"default\">\n"
42072 " <ArrayListDomain attribute_type=\"Vectors\"\n"
42073 " name=\"array_list\">\n"
42074 " <RequiredProperties>\n"
42075 " <Property function=\"Input\"\n"
42076 " name=\"Input\" />\n"
42077 " </RequiredProperties>\n"
42078 " </ArrayListDomain>\n"
42079 " <Documentation>Specify which vector array should be used for the\n"
42080 " integration through that filter.</Documentation>\n"
42081 " </StringVectorProperty>\n"
42082 " <IntVectorProperty command=\"SetComputeVorticity\"\n"
42083 " default_values=\"1\"\n"
42084 " name=\"ComputeVorticity\"\n"
42085 " number_of_elements=\"1\">\n"
42086 " <BooleanDomain name=\"bool\" />\n"
42087 " <Documentation>Compute vorticity and angular rotation of particles as\n"
42088 " they progress</Documentation>\n"
42089 " </IntVectorProperty>\n"
42090 " <IntVectorProperty command=\"SetDisableResetCache\"\n"
42091 " default_values=\"0\"\n"
42092 " name=\"DisableResetCache\"\n"
42093 " number_of_elements=\"1\"\n"
42094 " panel_visibility=\"never\">\n"
42095 " <BooleanDomain name=\"bool\" />\n"
42096 " <Documentation>Prevents cache from getting reset so that new computation\n"
42097 " always start from previous results.</Documentation>\n"
42098 " </IntVectorProperty>\n"
42099 " </SourceProxy>\n"
42100 "\n"
42101 " <!-- ==================================================================== -->\n"
42102 " <SourceProxy class=\"vtkStreamTracer\"\n"
42103 " label=\"Stream Tracer\"\n"
42104 " name=\"StreamTracer\">\n"
42105 " <Documentation long_help=\"Integrate streamlines in a vector field.\"\n"
42106 " short_help=\"Integrate streamlines in a vector field.\">The\n"
42107 " Stream Tracer filter generates streamlines in a vector\n"
42108 " field from a collection of seed points. Production of\n"
42109 " streamlines terminates if a streamline crosses the\n"
42110 " exterior boundary of the input dataset\n"
42111 " (ReasonForTermination=1). Other reasons for termination\n"
42112 " include an initialization issue (ReasonForTermination=2),\n"
42113 " computing an unexpected value (ReasonForTermination=3),\n"
42114 " reached the Maximum Streamline Length input value\n"
42115 " (ReasonForTermination=4), reached the Maximum Steps\n"
42116 " input value (ReasonForTermination=5), and velocity was\n"
42117 " lower than the Terminal Speed input value\n"
42118 " (ReasonForTermination=6). This filter operates on any\n"
42119 " type of dataset, provided it has point-centered vectors.\n"
42120 " The output is polygonal data containing polylines.\n"
42121 " </Documentation>\n"
42122 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
42123 " command=\"AddInputConnection\"\n"
42124 " name=\"Input\">\n"
42125 " <ProxyGroupDomain name=\"groups\">\n"
42126 " <Group name=\"sources\" />\n"
42127 " <Group name=\"filters\" />\n"
42128 " </ProxyGroupDomain>\n"
42129 " <DataTypeDomain composite_data_supported=\"1\"\n"
42130 " name=\"input_type\">\n"
42131 " <DataType value=\"vtkDataSet\" />\n"
42132 " </DataTypeDomain>\n"
42133 " <InputArrayDomain name=\"input_array\"\n"
42134 " number_of_components=\"3\" />\n"
42135 " <Documentation>This property specifies the input to the Stream Tracer\n"
42136 " filter.</Documentation>\n"
42137 " </InputProperty>\n"
42138 " <StringVectorProperty animateable=\"0\"\n"
42139 " command=\"SetInputArrayToProcess\"\n"
42140 " element_types=\"0 0 0 0 2\"\n"
42141 " label=\"Vectors\"\n"
42142 " name=\"SelectInputVectors\"\n"
42143 " number_of_elements=\"5\">\n"
42144 " <ArrayListDomain attribute_type=\"Vectors\"\n"
42145 " name=\"array_list\">\n"
42146 " <RequiredProperties>\n"
42147 " <Property function=\"Input\"\n"
42148 " name=\"Input\" />\n"
42149 " </RequiredProperties>\n"
42150 " </ArrayListDomain>\n"
42151 " <Documentation>This property contains the name of the vector array from\n"
42152 " which to generate streamlines.</Documentation>\n"
42153 " </StringVectorProperty>\n"
42154 " <IntVectorProperty command=\"SetInterpolatorType\"\n"
42155 " default_values=\"0\"\n"
42156 " name=\"InterpolatorType\"\n"
42157 " number_of_elements=\"1\"\n"
42158 " panel_visibility=\"advanced\" >\n"
42159 " <EnumerationDomain name=\"enum\">\n"
42160 " <Entry text=\"Interpolator with Point Locator\"\n"
42161 " value=\"0\" />\n"
42162 " <Entry text=\"Interpolator with Cell Locator\"\n"
42163 " value=\"1\" />\n"
42164 " </EnumerationDomain>\n"
42165 " <Documentation>This property determines which interpolator to use for\n"
42166 " evaluating the velocity vector field. The first is faster though the\n"
42167 " second is more robust in locating cells during streamline\n"
42168 " integration.</Documentation>\n"
42169 " </IntVectorProperty>\n"
42170 " <IntVectorProperty command=\"SetSurfaceStreamlines\"\n"
42171 " default_values=\"0\"\n"
42172 " name=\"Surface Streamlines\"\n"
42173 " number_of_elements=\"1\"\n"
42174 " panel_visibility=\"advanced\" >\n"
42175 " <BooleanDomain name=\"bool\" />\n"
42176 " <Documentation>Specify whether or not to compute surface\n"
42177 " streamlines.</Documentation>\n"
42178 " </IntVectorProperty>\n"
42179 " <IntVectorProperty command=\"SetIntegrationDirection\"\n"
42180 " default_values=\"2\"\n"
42181 " name=\"IntegrationDirection\"\n"
42182 " number_of_elements=\"1\">\n"
42183 " <EnumerationDomain name=\"enum\">\n"
42184 " <Entry text=\"FORWARD\"\n"
42185 " value=\"0\" />\n"
42186 " <Entry text=\"BACKWARD\"\n"
42187 " value=\"1\" />\n"
42188 " <Entry text=\"BOTH\"\n"
42189 " value=\"2\" />\n"
42190 " </EnumerationDomain>\n"
42191 " <Documentation>This property determines in which direction(s) a\n"
42192 " streamline is generated.</Documentation>\n"
42193 " </IntVectorProperty>\n"
42194 " <IntVectorProperty command=\"SetIntegratorType\"\n"
42195 " default_values=\"2\"\n"
42196 " name=\"IntegratorType\"\n"
42197 " number_of_elements=\"1\">\n"
42198 " <EnumerationDomain name=\"enum\">\n"
42199 " <Entry text=\"Runge-Kutta 2\"\n"
42200 " value=\"0\" />\n"
42201 " <Entry text=\"Runge-Kutta 4\"\n"
42202 " value=\"1\" />\n"
42203 " <Entry text=\"Runge-Kutta 4-5\"\n"
42204 " value=\"2\" />\n"
42205 " </EnumerationDomain>\n"
42206 " <Documentation>This property determines which integrator (with\n"
42207 " increasing accuracy) to use for creating streamlines.</Documentation>\n"
42208 " </IntVectorProperty>\n"
42209 " <IntVectorProperty command=\"SetIntegrationStepUnit\"\n"
42210 " default_values=\"2\"\n"
42211 " label=\"Integration Step Unit\"\n"
42212 " name=\"IntegrationStepUnit\"\n"
42213 " number_of_elements=\"1\"\n"
42214 " panel_visibility=\"advanced\">\n"
42215 " <EnumerationDomain name=\"enum\">\n"
42216 " <Entry text=\"Length\"\n"
42217 " value=\"1\" />\n"
42218 " <Entry text=\"Cell Length\"\n"
42219 " value=\"2\" />\n"
42220 " </EnumerationDomain>\n"
42221 " <Documentation>This property specifies the unit for\n"
42222 " Minimum/Initial/Maximum integration step size. The Length unit refers\n"
42223 " to the arc length that a particle travels/advects within a single step.\n"
42224 " The Cell Length unit represents the step size as a number of\n"
42225 " cells.</Documentation>\n"
42226 " </IntVectorProperty>\n"
42227 " <DoubleVectorProperty command=\"SetInitialIntegrationStep\"\n"
42228 " default_values=\"0.2\"\n"
42229 " label=\"Initial Step Length\"\n"
42230 " name=\"InitialIntegrationStep\"\n"
42231 " number_of_elements=\"1\"\n"
42232 " panel_visibility=\"advanced\" >\n"
42233 " <DoubleRangeDomain name=\"range\" />\n"
42234 " <Documentation>This property specifies the initial integration step\n"
42235 " size. For non-adaptive integrators (Runge-Kutta 2 and Runge-Kutta 4),\n"
42236 " it is fixed (always equal to this initial value) throughout the\n"
42237 " integration. For an adaptive integrator (Runge-Kutta 4-5), the actual\n"
42238 " step size varies such that the numerical error is less than a specified\n"
42239 " threshold.</Documentation>\n"
42240 " </DoubleVectorProperty>\n"
42241 " <DoubleVectorProperty command=\"SetMinimumIntegrationStep\"\n"
42242 " default_values=\"0.01\"\n"
42243 " label=\"Minimum Step Length\"\n"
42244 " name=\"MinimumIntegrationStep\"\n"
42245 " number_of_elements=\"1\"\n"
42246 " panel_visibility=\"advanced\" >\n"
42247 " <DoubleRangeDomain name=\"range\" />\n"
42248 " <Documentation>When using the Runge-Kutta 4-5 integrator, this property\n"
42249 " specifies the minimum integration step size.</Documentation>\n"
42250 " </DoubleVectorProperty>\n"
42251 " <DoubleVectorProperty command=\"SetMaximumIntegrationStep\"\n"
42252 " default_values=\"0.5\"\n"
42253 " label=\"Maximum Step Length\"\n"
42254 " name=\"MaximumIntegrationStep\"\n"
42255 " number_of_elements=\"1\"\n"
42256 " panel_visibility=\"advanced\">\n"
42257 " <DoubleRangeDomain name=\"range\" />\n"
42258 " <Documentation>When using the Runge-Kutta 4-5 integrator, this property\n"
42259 " specifies the maximum integration step size.</Documentation>\n"
42260 " </DoubleVectorProperty>\n"
42261 " <IntVectorProperty command=\"SetMaximumNumberOfSteps\"\n"
42262 " default_values=\"2000\"\n"
42263 " label=\"Maximum Steps\"\n"
42264 " name=\"MaximumNumberOfSteps\"\n"
42265 " number_of_elements=\"1\"\n"
42266 " panel_visibility=\"advanced\">\n"
42267 " <IntRangeDomain name=\"range\" />\n"
42268 " <Documentation>This property specifies the maximum number of steps,\n"
42269 " beyond which streamline integration is terminated.</Documentation>\n"
42270 " </IntVectorProperty>\n"
42271 " <DoubleVectorProperty command=\"SetMaximumPropagation\"\n"
42272 " default_values=\"1.0\"\n"
42273 " label=\"Maximum Streamline Length\"\n"
42274 " name=\"MaximumPropagation\"\n"
42275 " number_of_elements=\"1\">\n"
42276 " <BoundsDomain default_mode=\"max\"\n"
42277 " mode=\"scaled_extent\"\n"
42278 " name=\"bounds\"\n"
42279 " scale_factor=\"1.0\">\n"
42280 " <RequiredProperties>\n"
42281 " <Property function=\"Input\"\n"
42282 " name=\"Input\" />\n"
42283 " </RequiredProperties>\n"
42284 " </BoundsDomain>\n"
42285 " <Documentation>This property specifies the maximum streamline length\n"
42286 " (i.e., physical arc length), beyond which line integration is\n"
42287 " terminated.</Documentation>\n"
42288 " </DoubleVectorProperty>\n"
42289 " <DoubleVectorProperty command=\"SetTerminalSpeed\"\n"
42290 " default_values=\"0.000000000001\"\n"
42291 " label=\"Terminal Speed\"\n"
42292 " name=\"TerminalSpeed\"\n"
42293 " number_of_elements=\"1\"\n"
42294 " panel_visibility=\"advanced\" >\n"
42295 " <DoubleRangeDomain name=\"range\" />\n"
42296 " <Documentation>This property specifies the terminal speed, below which\n"
42297 " particle advection/integration is terminated.</Documentation>\n"
42298 " </DoubleVectorProperty>\n"
42299 " <DoubleVectorProperty command=\"SetMaximumError\"\n"
42300 " default_values=\"0.000001\"\n"
42301 " name=\"MaximumError\"\n"
42302 " number_of_elements=\"1\"\n"
42303 " panel_visibility=\"advanced\" >\n"
42304 " <DoubleRangeDomain name=\"range\" />\n"
42305 " <Documentation>This property specifies the maximum error (for\n"
42306 " Runge-Kutta 4-5) tolerated throughout streamline integration. The\n"
42307 " Runge-Kutta 4-5 integrator tries to adjust the step size such that the\n"
42308 " estimated error is less than this threshold.</Documentation>\n"
42309 " </DoubleVectorProperty>\n"
42310 " <IntVectorProperty command=\"SetComputeVorticity\"\n"
42311 " default_values=\"1\"\n"
42312 " name=\"ComputeVorticity\"\n"
42313 " number_of_elements=\"1\"\n"
42314 " panel_visibility=\"advanced\" >\n"
42315 " <BooleanDomain name=\"bool\" />\n"
42316 " <Documentation>Specify whether or not to compute\n"
42317 " vorticity.</Documentation>\n"
42318 " </IntVectorProperty>\n"
42319 "\n"
42320 " <InputProperty command=\"SetSourceConnection\"\n"
42321 ;
42322 
42323 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersflowpaths.xml
42325 " label=\"Seed Type\"\n"
42326 " name=\"Source\"\n"
42327 " panel_visibility=\"default\">\n"
42328 " <ProxyGroupDomain name=\"groups\">\n"
42329 " <Group name=\"sources\" />\n"
42330 " </ProxyGroupDomain>\n"
42331 " <ProxyListDomain name=\"proxy_list\">\n"
42332 " <Group name=\"seed_sources\"/>\n"
42333 " </ProxyListDomain>\n"
42334 " <Documentation>The value of this property determines how the seeds for\n"
42335 " the streamlines will be generated.</Documentation>\n"
42336 " </InputProperty>\n"
42337 "\n"
42338 " <PropertyGroup label=\"Seeds\">\n"
42339 " <Property name=\"Source\" />\n"
42340 " </PropertyGroup>\n"
42341 "\n"
42342 " <PropertyGroup label=\"Integration Parameters\">\n"
42343 " <Property name=\"IntegrationDirection\" />\n"
42344 " <Property name=\"IntegratorType\" />\n"
42345 " <Property name=\"IntegrationStepUnit\" />\n"
42346 " <Property name=\"InitialIntegrationStep\" />\n"
42347 " <Property name=\"MinimumIntegrationStep\" />\n"
42348 " <Property name=\"MaximumIntegrationStep\" />\n"
42349 " <Property name=\"MaximumError\" />\n"
42350 " </PropertyGroup>\n"
42351 "\n"
42352 " <PropertyGroup label=\"Streamline Parameters\" >\n"
42353 " <Property name=\"MaximumNumberOfSteps\" />\n"
42354 " <Property name=\"MaximumPropagation\" />\n"
42355 " <Property name=\"TerminalSpeed\" />\n"
42356 " </PropertyGroup>\n"
42357 "\n"
42358 " <Hints>\n"
42359 " <Visibility replace_input=\"2\" />\n"
42360 " </Hints>\n"
42361 " <!-- End StreamTracer -->\n"
42362 " </SourceProxy>\n"
42363 "\n"
42364 " <!-- ==================================================================== -->\n"
42365 " <SourceProxy class=\"vtkStreamTracer\"\n"
42366 " label=\"Stream Tracer With Custom Source\"\n"
42367 " name=\"ArbitrarySourceStreamTracer\">\n"
42368 " <Documentation long_help=\"Integrate streamlines in a vector field.\"\n"
42369 " short_help=\"Integrate streamlines in a vector field.\">The\n"
42370 " Stream Tracer With Custom Source filter generates streamlines\n"
42371 " in a vector field from a collection of seed points. Production\n"
42372 " of streamlines terminates if a streamline crosses the\n"
42373 " exterior boundary of the input dataset\n"
42374 " (ReasonForTermination=1). Other reasons for termination\n"
42375 " include an initialization issue (ReasonForTermination=2),\n"
42376 " computing an unexpected value (ReasonForTermination=3),\n"
42377 " reached the Maximum Streamline Length input value\n"
42378 " (ReasonForTermination=4), reached the Maximum Steps\n"
42379 " input value (ReasonForTermination=5), and velocity was\n"
42380 " lower than the Terminal Speed input value\n"
42381 " (ReasonForTermination=6). This filter operates on any\n"
42382 " type of dataset, provided it has point-centered vectors.\n"
42383 " The output is polygonal data containing polylines.\n"
42384 " This filter takes a Source input\n"
42385 " that provides the seed points.</Documentation>\n"
42386 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
42387 " command=\"AddInputConnection\"\n"
42388 " name=\"Input\">\n"
42389 " <ProxyGroupDomain name=\"groups\">\n"
42390 " <Group name=\"sources\" />\n"
42391 " <Group name=\"filters\" />\n"
42392 " </ProxyGroupDomain>\n"
42393 " <DataTypeDomain composite_data_supported=\"1\"\n"
42394 " name=\"input_type\">\n"
42395 " <DataType value=\"vtkDataSet\" />\n"
42396 " </DataTypeDomain>\n"
42397 " <InputArrayDomain attribute_type=\"point\"\n"
42398 " name=\"input_array\"\n"
42399 " number_of_components=\"3\" />\n"
42400 " <Documentation>This property specifies the input to the Stream Tracer\n"
42401 " filter.</Documentation>\n"
42402 " </InputProperty>\n"
42403 " <StringVectorProperty animateable=\"0\"\n"
42404 " command=\"SetInputArrayToProcess\"\n"
42405 " element_types=\"0 0 0 0 2\"\n"
42406 " label=\"Vectors\"\n"
42407 " name=\"SelectInputVectors\"\n"
42408 " number_of_elements=\"5\">\n"
42409 " <ArrayListDomain attribute_type=\"Vectors\"\n"
42410 " name=\"array_list\">\n"
42411 " <RequiredProperties>\n"
42412 " <Property function=\"Input\"\n"
42413 " name=\"Input\" />\n"
42414 " </RequiredProperties>\n"
42415 " </ArrayListDomain>\n"
42416 " <Documentation>This property contains the name of the vector array from\n"
42417 " which to generate streamlines.</Documentation>\n"
42418 " </StringVectorProperty>\n"
42419 " <IntVectorProperty command=\"SetInterpolatorType\"\n"
42420 " default_values=\"0\"\n"
42421 " name=\"InterpolatorType\"\n"
42422 " number_of_elements=\"1\"\n"
42423 " panel_visibility=\"advanced\" >\n"
42424 " <EnumerationDomain name=\"enum\">\n"
42425 " <Entry text=\"Interpolator with Point Locator\"\n"
42426 " value=\"0\" />\n"
42427 " <Entry text=\"Interpolator with Cell Locator\"\n"
42428 " value=\"1\" />\n"
42429 " </EnumerationDomain>\n"
42430 " <Documentation>This property determines which interpolator to use for\n"
42431 " evaluating the velocity vector field. The first is faster though the\n"
42432 " second is more robust in locating cells during streamline\n"
42433 " integration.</Documentation>\n"
42434 " </IntVectorProperty>\n"
42435 " <IntVectorProperty command=\"SetSurfaceStreamlines\"\n"
42436 " default_values=\"0\"\n"
42437 " name=\"Surface Streamlines\"\n"
42438 " number_of_elements=\"1\"\n"
42439 " panel_visibility=\"advanced\" >\n"
42440 " <BooleanDomain name=\"bool\" />\n"
42441 " <Documentation>Specify whether or not to compute surface\n"
42442 " streamlines.</Documentation>\n"
42443 " </IntVectorProperty>\n"
42444 " <IntVectorProperty command=\"SetIntegrationDirection\"\n"
42445 " default_values=\"2\"\n"
42446 " name=\"IntegrationDirection\"\n"
42447 " number_of_elements=\"1\">\n"
42448 " <EnumerationDomain name=\"enum\">\n"
42449 " <Entry text=\"FORWARD\"\n"
42450 " value=\"0\" />\n"
42451 " <Entry text=\"BACKWARD\"\n"
42452 " value=\"1\" />\n"
42453 " <Entry text=\"BOTH\"\n"
42454 " value=\"2\" />\n"
42455 " </EnumerationDomain>\n"
42456 " <Documentation>This property determines in which direction(s) a\n"
42457 " streamline is generated.</Documentation>\n"
42458 " </IntVectorProperty>\n"
42459 " <IntVectorProperty command=\"SetIntegratorType\"\n"
42460 " default_values=\"2\"\n"
42461 " name=\"IntegratorType\"\n"
42462 " number_of_elements=\"1\">\n"
42463 " <EnumerationDomain name=\"enum\">\n"
42464 " <Entry text=\"Runge-Kutta 2\"\n"
42465 " value=\"0\" />\n"
42466 " <Entry text=\"Runge-Kutta 4\"\n"
42467 " value=\"1\" />\n"
42468 " <Entry text=\"Runge-Kutta 4-5\"\n"
42469 " value=\"2\" />\n"
42470 " </EnumerationDomain>\n"
42471 " <Documentation>This property determines which integrator (with\n"
42472 " increasing accuracy) to use for creating streamlines.</Documentation>\n"
42473 " </IntVectorProperty>\n"
42474 " <IntVectorProperty command=\"SetIntegrationStepUnit\"\n"
42475 " default_values=\"2\"\n"
42476 " label=\"Integration Step Unit\"\n"
42477 " name=\"IntegrationStepUnit\"\n"
42478 " number_of_elements=\"1\"\n"
42479 " panel_visibility=\"advanced\">\n"
42480 " <EnumerationDomain name=\"enum\">\n"
42481 " <Entry text=\"Length\"\n"
42482 " value=\"1\" />\n"
42483 " <Entry text=\"Cell Length\"\n"
42484 " value=\"2\" />\n"
42485 " </EnumerationDomain>\n"
42486 " <Documentation>This property specifies the unit for\n"
42487 " Minimum/Initial/Maximum integration step size. The Length unit refers\n"
42488 " to the arc length that a particle travels/advects within a single step.\n"
42489 " The Cell Length unit represents the step size as a number of\n"
42490 " cells.</Documentation>\n"
42491 " </IntVectorProperty>\n"
42492 " <DoubleVectorProperty command=\"SetInitialIntegrationStep\"\n"
42493 " default_values=\"0.2\"\n"
42494 " label=\"Initial Step Length\"\n"
42495 " name=\"InitialIntegrationStep\"\n"
42496 " number_of_elements=\"1\"\n"
42497 " panel_visibility=\"advanced\">\n"
42498 " <DoubleRangeDomain name=\"range\" />\n"
42499 " <Documentation>This property specifies the initial integration step\n"
42500 " size. For non-adaptive integrators (Runge-Kutta 2 and Runge-Kutta 4),\n"
42501 " it is fixed (always equal to this initial value) throughout the\n"
42502 " integration. For an adaptive integrator (Runge-Kutta 4-5), the actual\n"
42503 " step size varies such that the numerical error is less than a specified\n"
42504 " threshold.</Documentation>\n"
42505 " </DoubleVectorProperty>\n"
42506 " <DoubleVectorProperty command=\"SetMinimumIntegrationStep\"\n"
42507 " default_values=\"0.01\"\n"
42508 " label=\"Minimum Step Length\"\n"
42509 " name=\"MinimumIntegrationStep\"\n"
42510 " number_of_elements=\"1\"\n"
42511 " panel_visibility=\"advanced\">\n"
42512 " <DoubleRangeDomain name=\"range\" />\n"
42513 " <Documentation>When using the Runge-Kutta 4-5 integrator, this property\n"
42514 " specifies the minimum integration step size.</Documentation>\n"
42515 " </DoubleVectorProperty>\n"
42516 " <DoubleVectorProperty command=\"SetMaximumIntegrationStep\"\n"
42517 " default_values=\"0.5\"\n"
42518 " label=\"Maximum Step Length\"\n"
42519 " name=\"MaximumIntegrationStep\"\n"
42520 " number_of_elements=\"1\"\n"
42521 " panel_visibility=\"advanced\">\n"
42522 " <DoubleRangeDomain name=\"range\" />\n"
42523 " <Documentation>When using the Runge-Kutta 4-5 integrator, this property\n"
42524 " specifies the maximum integration step size.</Documentation>\n"
42525 " </DoubleVectorProperty>\n"
42526 " <IntVectorProperty command=\"SetMaximumNumberOfSteps\"\n"
42527 " default_values=\"2000\"\n"
42528 " label=\"Maximum Steps\"\n"
42529 " name=\"MaximumNumberOfSteps\"\n"
42530 " number_of_elements=\"1\"\n"
42531 " panel_visibility=\"advanced\">\n"
42532 " <IntRangeDomain name=\"range\" />\n"
42533 " <Documentation>This property specifies the maximum number of steps,\n"
42534 " beyond which streamline integration is terminated.</Documentation>\n"
42535 " </IntVectorProperty>\n"
42536 " <DoubleVectorProperty command=\"SetMaximumPropagation\"\n"
42537 " default_values=\"1.0\"\n"
42538 " label=\"Maximum Streamline Length\"\n"
42539 " name=\"MaximumPropagation\"\n"
42540 " number_of_elements=\"1\"\n"
42541 " panel_visibility=\"advanced\">\n"
42542 " <BoundsDomain mode=\"scaled_extent\"\n"
42543 " name=\"bounds\"\n"
42544 " scale_factor=\"1.0\">\n"
42545 " <RequiredProperties>\n"
42546 " <Property function=\"Input\"\n"
42547 " name=\"Input\" />\n"
42548 " </RequiredProperties>\n"
42549 " </BoundsDomain>\n"
42550 " <Documentation>This property specifies the maximum streamline length\n"
42551 " (i.e., physical arc length), beyond which line integration is\n"
42552 " terminated.</Documentation>\n"
42553 " </DoubleVectorProperty>\n"
42554 " <DoubleVectorProperty command=\"SetTerminalSpeed\"\n"
42555 " default_values=\"0.000000000001\"\n"
42556 " label=\"Terminal Speed\"\n"
42557 " name=\"TerminalSpeed\"\n"
42558 " number_of_elements=\"1\"\n"
42559 " panel_visibility=\"advanced\">\n"
42560 " <DoubleRangeDomain name=\"range\" />\n"
42561 " <Documentation>This property specifies the terminal speed, below which\n"
42562 " particle advection/integration is terminated.</Documentation>\n"
42563 " </DoubleVectorProperty>\n"
42564 " <DoubleVectorProperty command=\"SetMaximumError\"\n"
42565 " default_values=\"0.000001\"\n"
42566 " name=\"MaximumError\"\n"
42567 " number_of_elements=\"1\"\n"
42568 " panel_visibility=\"advanced\">\n"
42569 " <DoubleRangeDomain name=\"range\" />\n"
42570 " <Documentation>This property specifies the maximum error (for\n"
42571 " Runge-Kutta 4-5) tolerated throughout streamline integration. The\n"
42572 " Runge-Kutta 4-5 integrator tries to adjust the step size such that the\n"
42573 " estimated error is less than this threshold.</Documentation>\n"
42574 " </DoubleVectorProperty>\n"
42575 " <IntVectorProperty command=\"SetComputeVorticity\"\n"
42576 " default_values=\"1\"\n"
42577 " name=\"ComputeVorticity\"\n"
42578 " number_of_elements=\"1\"\n"
42579 " panel_visibility=\"advanced\">\n"
42580 " <BooleanDomain name=\"bool\" />\n"
42581 " <Documentation>Specify whether or not to compute\n"
42582 " vorticity.</Documentation>\n"
42583 " </IntVectorProperty>\n"
42584 " <InputProperty command=\"SetSourceConnection\"\n"
42585 " label=\"Seed Source\"\n"
42586 " name=\"Source\">\n"
42587 " <ProxyGroupDomain name=\"groups\">\n"
42588 " <Group name=\"sources\" />\n"
42589 " </ProxyGroupDomain>\n"
42590 " <Documentation>This property specifies the input used to obtain the\n"
42591 " seed points.</Documentation>\n"
42592 " </InputProperty>\n"
42593 " <Hints>\n"
42594 " <Visibility replace_input=\"2\" />\n"
42595 " </Hints>\n"
42596 " <!-- End StreamTracer -->\n"
42597 " </SourceProxy>\n"
42598 "\n"
42599 " <!-- ==================================================================== -->\n"
42600 " <SourceProxy name=\"VortexCores\"\n"
42601 " class=\"vtkVortexCore\"\n"
42602 " label=\"Vortex Cores\">\n"
42603 " <Documentation long_help=\"Compute vortex cores\"\n"
42604 " short_help=\"Compute vortex cores of a vector field\">\n"
42605 " Compute vortex core lines using the parallel vectors method. By default, the \"Higher-Order\"\n"
42606 " approach of computing the parallel vector lines between the flow field's velocity and jerk\n"
42607 " is disabled in favor of computing the parallel vector lines between the velocity and\n"
42608 " acceleration. To further discriminate against spurious vortex cores, at each potential point\n"
42609 " value the Q-criterion, delta-criterion, lambda_ci, and lambda_2-criterion are checked. The Q-criterion\n"
42610 " and delta-criterion are used to prefilter cells prior to the execution of the parallel lines\n"
42611 " algorithm, and all criteria values are stored as point values on the output polylines.\n"
42612 " </Documentation>\n"
42613 "\n"
42614 " <InputProperty command=\"SetInputConnection\"\n"
42615 " name=\"Input\">\n"
42616 " <ProxyGroupDomain name=\"groups\">\n"
42617 " <Group name=\"sources\" />\n"
42618 " <Group name=\"filters\" />\n"
42619 " </ProxyGroupDomain>\n"
42620 " <DataTypeDomain name=\"input_type\">\n"
42621 " <DataType value=\"vtkDataSet\" />\n"
42622 " </DataTypeDomain>\n"
42623 " <InputArrayDomain name=\"input_array1\"\n"
42624 " number_of_components=\"3\"\n"
42625 ;
42626 
42627 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersflowpaths.xml
42629 " optional=\"0\" />\n"
42630 " <Documentation>The input.</Documentation>\n"
42631 " </InputProperty>\n"
42632 "\n"
42633 " <StringVectorProperty name=\"SelectInputArray\"\n"
42634 " command=\"SetInputArrayToProcess\"\n"
42635 " number_of_elements=\"5\"\n"
42636 " element_types=\"0 0 0 0 2\"\n"
42637 " label=\"Vector Field\" >\n"
42638 " <ArrayListDomain name=\"array_list\" attribute_type=\"Vectors\"\n"
42639 " input_domain_name=\"input_array1\">\n"
42640 " <RequiredProperties>\n"
42641 " <Property name=\"Input\" function=\"Input\" />\n"
42642 " </RequiredProperties>\n"
42643 " </ArrayListDomain>\n"
42644 " <Documentation>\n"
42645 " This property indicates the name of the vector array from which to compute vortex cores.\n"
42646 " </Documentation>\n"
42647 " </StringVectorProperty>\n"
42648 "\n"
42649 " <IntVectorProperty command=\"SetHigherOrderMethod\"\n"
42650 " name=\"UseHigherOrderMethod\"\n"
42651 " default_values=\"0\"\n"
42652 " number_of_elements=\"1\">\n"
42653 " <BooleanDomain name=\"bool\" />\n"
42654 " <Documentation>\n"
42655 " Use the flow field's jerk instead of acceleration as the second vector field during the\n"
42656 " parallel vector operation. Disabled by default.\n"
42657 " </Documentation>\n"
42658 " </IntVectorProperty>\n"
42659 "\n"
42660 " </SourceProxy>\n"
42661 " <!-- End VortexCores -->\n"
42662 " </ProxyGroup>\n"
42663 "</ServerManagerConfiguration>\n"
42664 "\n";
42665 // Get single string
42667 {
42668 
42674  size_t len = ( 0
42675  + len0
42676  + len1
42677  + len2
42678  + len3
42679  + len4 );
42680  char* res = new char[ len + 1];
42681  size_t offset = 0;
42687  assert(offset == len);
42688  res[offset] = 0;
42689  return res;
42690 }
42691 
42692 
42693 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneral.xml
42695 "<ServerManagerConfiguration>\n"
42696 " <ProxyGroup name=\"internal_filters\">\n"
42697 " <!-- ==================================================================== -->\n"
42698 " <SourceProxy class=\"vtkPassThrough\"\n"
42699 " name=\"PipelineConnection\"\n"
42700 " label=\"Pipeline Connection\">\n"
42701 " <Documentation>\n"
42702 " This proxy provides UI for selecting an existing pipeline connection.\n"
42703 " </Documentation>\n"
42704 " <InputProperty command=\"SetInputConnection\"\n"
42705 " name=\"Input\"\n"
42706 " panel_widget=\"input_selector\"\n"
42707 " null_on_empty=\"1\"\n"
42708 " panel_visibility=\"always\">\n"
42709 " <ProxyGroupDomain name=\"groups\">\n"
42710 " <Group name=\"sources\" />\n"
42711 " <Group name=\"filters\" />\n"
42712 " </ProxyGroupDomain>\n"
42713 " <DataTypeDomain name=\"input_type\">\n"
42714 " <DataType value=\"vtkDataSet\" />\n"
42715 " </DataTypeDomain>\n"
42716 " </InputProperty>\n"
42717 " <IntVectorProperty command=\"SetAllowNullInput\"\n"
42718 " name=\"AllowNullInput\"\n"
42719 " default_values=\"1\"\n"
42720 " number_of_elements=\"1\"\n"
42721 " panel_visibility=\"never\">\n"
42722 " <BooleanDomain name=\"bool\" />\n"
42723 " <Documentation>\n"
42724 " Allow the filter to execute successful, producing an empty polydata,\n"
42725 " when the input is not specified.\n"
42726 " </Documentation>\n"
42727 " </IntVectorProperty>\n"
42728 " <!-- End PipelineConnection -->\n"
42729 " </SourceProxy>\n"
42730 " <!-- End of internal_filters -->\n"
42731 " </ProxyGroup>\n"
42732 "\n"
42733 " <ProxyGroup name=\"filters\">\n"
42734 " <!-- ==================================================================== -->\n"
42735 " <SourceProxy class=\"vtkAppendLocationAttributes\"\n"
42736 " label=\"Append Location Attributes\"\n"
42737 " name=\"AppendLocationAttributes\">\n"
42738 " <Documentation long_help=\"Adds points and/or cell centers as point and/or cell data arrays.\"\n"
42739 " short_help=\"Optionally add point and cell centers as point and cell data arrays.\">\n"
42740 " This filter optionally adds point locations and cell centers to point and cell\n"
42741 " data, respectively. Point locations are added in an array named `PointLocations`.\n"
42742 " Cell centers are added in an array named `CellCenters`.</Documentation>\n"
42743 " <InputProperty command=\"SetInputConnection\"\n"
42744 " name=\"Input\">\n"
42745 " <ProxyGroupDomain name=\"groups\">\n"
42746 " <Group name=\"sources\" />\n"
42747 " <Group name=\"filters\" />\n"
42748 " </ProxyGroupDomain>\n"
42749 " <DataTypeDomain name=\"input_type\">\n"
42750 " <DataType value=\"vtkDataSet\" />\n"
42751 " </DataTypeDomain>\n"
42752 " <Documentation>This property specifies the input to the Append Location Attributes\n"
42753 " filter.</Documentation>\n"
42754 " </InputProperty>\n"
42755 " <IntVectorProperty command=\"SetAppendPointLocations\"\n"
42756 " default_values=\"1\"\n"
42757 " number_of_elements=\"1\"\n"
42758 " name=\"AppendPointLocations\"\n"
42759 " panel_visibility=\"default\">\n"
42760 " <BooleanDomain name=\"bool\" />\n"
42761 " <Documentation>Adds a point data array named `PointLocations` that is a copy of the point\n"
42762 " locations in the input.</Documentation>\n"
42763 " </IntVectorProperty>\n"
42764 " <IntVectorProperty command=\"SetAppendCellCenters\"\n"
42765 " default_values=\"1\"\n"
42766 " number_of_elements=\"1\"\n"
42767 " name=\"AppendCellCenters\"\n"
42768 " panel_visibility=\"default\">\n"
42769 " <BooleanDomain name=\"bool\" />\n"
42770 " <Documentation>Adds a cell data array named `CellCenters` that is stores the centers\n"
42771 " of cells in the input.</Documentation>\n"
42772 " </IntVectorProperty>\n"
42773 " <!-- End AppendLocationAttributes -->\n"
42774 " </SourceProxy>\n"
42775 "\n"
42776 " <!-- ==================================================================== -->\n"
42777 " <SourceProxy class=\"vtkBlockIdScalars\"\n"
42778 " label=\"Block Scalars\"\n"
42779 " name=\"BlockIdScalars\">\n"
42780 " <Documentation long_help=\"The Level Scalars filter uses colors to show levels of a multiblock dataset.\"\n"
42781 " short_help=\"Generate point scalars from level.\">The Level\n"
42782 " Scalars filter uses colors to show levels of a multiblock\n"
42783 " dataset.</Documentation>\n"
42784 " <InputProperty command=\"SetInputConnection\"\n"
42785 " name=\"Input\">\n"
42786 " <ProxyGroupDomain name=\"groups\">\n"
42787 " <Group name=\"sources\" />\n"
42788 " <Group name=\"filters\" />\n"
42789 " </ProxyGroupDomain>\n"
42790 " <DataTypeDomain name=\"input_type\">\n"
42791 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
42792 " </DataTypeDomain>\n"
42793 " <Documentation>This property specifies the input to the Level Scalars\n"
42794 " filter.</Documentation>\n"
42795 " </InputProperty>\n"
42796 " <!-- End GroupIdScalars -->\n"
42797 " </SourceProxy>\n"
42798 "\n"
42799 " <!-- ==================================================================== -->\n"
42800 " <SourceProxy class=\"vtkBrownianPoints\"\n"
42801 " label=\"Random Vectors\"\n"
42802 " name=\"BrownianPoints\">\n"
42803 " <Documentation long_help=\"This filter creates a new 3-component point data array and sets it as the default vector array. It uses a random number generator to create values.\"\n"
42804 " short_help=\"Create a new random vector array.\">The Random\n"
42805 " Vectors filter generates a point-centered array of random\n"
42806 " vectors. It uses a random number generator to determine\n"
42807 " the components of the vectors. This filter operates on any\n"
42808 " type of data set, and the output data set will be of the\n"
42809 " same type as the input.</Documentation>\n"
42810 " <InputProperty command=\"SetInputConnection\"\n"
42811 " name=\"Input\">\n"
42812 " <ProxyGroupDomain name=\"groups\">\n"
42813 " <Group name=\"sources\" />\n"
42814 " <Group name=\"filters\" />\n"
42815 " </ProxyGroupDomain>\n"
42816 " <DataTypeDomain name=\"input_type\">\n"
42817 " <DataType value=\"vtkDataSet\" />\n"
42818 " </DataTypeDomain>\n"
42819 " <Documentation>This property specifies the input to the Random Vectors\n"
42820 " filter.</Documentation>\n"
42821 " </InputProperty>\n"
42822 " <DoubleVectorProperty command=\"SetMinimumSpeed\"\n"
42823 " default_values=\"0\"\n"
42824 " name=\"MinimumSpeed\"\n"
42825 " number_of_elements=\"1\">\n"
42826 " <DoubleRangeDomain min=\"0\"\n"
42827 " name=\"range\" />\n"
42828 " <Documentation>This property specifies the minimum length of the random\n"
42829 " point vectors generated.</Documentation>\n"
42830 " </DoubleVectorProperty>\n"
42831 " <DoubleVectorProperty command=\"SetMaximumSpeed\"\n"
42832 " default_values=\"1\"\n"
42833 " name=\"MaximumSpeed\"\n"
42834 " number_of_elements=\"1\">\n"
42835 " <DoubleRangeDomain min=\"0\"\n"
42836 " name=\"range\" />\n"
42837 " <Documentation>This property specifies the maximum length of the random\n"
42838 " point vectors generated.</Documentation>\n"
42839 " </DoubleVectorProperty>\n"
42840 " <!-- End BrownianPoints -->\n"
42841 " </SourceProxy>\n"
42842 "\n"
42843 " <!-- ==================================================================== -->\n"
42844 " <SourceProxy class=\"vtkCellCenters\"\n"
42845 " label=\"Cell Centers\"\n"
42846 " name=\"CellCenters\">\n"
42847 " <Documentation long_help=\"Create a point (no geometry) at the center of each input cell.\"\n"
42848 " short_help=\"Convert cells to vertices.\">The Cell Centers\n"
42849 " filter places a point at the center of each cell in the\n"
42850 " input data set. The center computed is the parametric\n"
42851 " center of the cell, not necessarily the geometric or\n"
42852 " bounding box center. The cell attributes of the input will\n"
42853 " be associated with these newly created points of the\n"
42854 " output. You have the option of creating a vertex cell per\n"
42855 " point in the output. This is useful because vertex cells\n"
42856 " are rendered, but points are not. The points themselves\n"
42857 " could be used for placing glyphs (using the Glyph filter).\n"
42858 " The Cell Centers filter takes any type of data set as\n"
42859 " input and produces a polygonal data set as\n"
42860 " output.</Documentation>\n"
42861 " <InputProperty command=\"SetInputConnection\"\n"
42862 " name=\"Input\">\n"
42863 " <ProxyGroupDomain name=\"groups\">\n"
42864 " <Group name=\"sources\" />\n"
42865 " <Group name=\"filters\" />\n"
42866 " </ProxyGroupDomain>\n"
42867 " <DataTypeDomain name=\"input_type\">\n"
42868 " <DataType value=\"vtkDataSet\" />\n"
42869 " </DataTypeDomain>\n"
42870 " <Documentation>This property specifies the input to the Cell Centers\n"
42871 " filter.</Documentation>\n"
42872 " </InputProperty>\n"
42873 " <IntVectorProperty command=\"SetVertexCells\"\n"
42874 " default_values=\"0\"\n"
42875 " name=\"VertexCells\"\n"
42876 " number_of_elements=\"1\">\n"
42877 " <BooleanDomain name=\"bool\" />\n"
42878 " <Documentation>If set to 1, a vertex cell will be generated per point\n"
42879 " in the output. Otherwise only points will be generated.</Documentation>\n"
42880 " </IntVectorProperty>\n"
42881 " <!-- End CellCenters -->\n"
42882 " </SourceProxy>\n"
42883 "\n"
42884 " <!-- ==================================================================== -->\n"
42885 " <SourceProxy class=\"vtkCellDerivatives\"\n"
42886 " label=\"Compute Derivatives\"\n"
42887 " name=\"CellDerivatives\">\n"
42888 " <Documentation long_help=\"This filter computes derivatives of scalars and vectors.\"\n"
42889 " short_help=\"Computes derivatives of scalars/vectors.\">\n"
42890 " CellDerivatives is a filter that computes derivatives of\n"
42891 " scalars and vectors at the center of cells. You can choose\n"
42892 " to generate different output including the scalar gradient\n"
42893 " (a vector), computed tensor vorticity (a vector), gradient\n"
42894 " of input vectors (a tensor), and strain matrix of the\n"
42895 " input vectors (a tensor); or you may choose to pass data\n"
42896 " through to the output.</Documentation>\n"
42897 " <InputProperty command=\"SetInputConnection\"\n"
42898 " name=\"Input\">\n"
42899 " <ProxyGroupDomain name=\"groups\">\n"
42900 " <Group name=\"sources\" />\n"
42901 " <Group name=\"filters\" />\n"
42902 " </ProxyGroupDomain>\n"
42903 " <DataTypeDomain name=\"input_type\">\n"
42904 " <DataType value=\"vtkDataSet\" />\n"
42905 " </DataTypeDomain>\n"
42906 " <InputArrayDomain attribute_type=\"point\"\n"
42907 " name=\"input_array1\"\n"
42908 " number_of_components=\"1\"\n"
42909 " optional=\"1\" />\n"
42910 " <InputArrayDomain attribute_type=\"point\"\n"
42911 " name=\"input_array2\"\n"
42912 " number_of_components=\"3\"\n"
42913 " optional=\"1\" />\n"
42914 " <Documentation>This property specifies the input to the\n"
42915 " filter.</Documentation>\n"
42916 " </InputProperty>\n"
42917 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
42918 " element_types=\"0 0 0 0 2\"\n"
42919 " label=\"Scalars\"\n"
42920 " name=\"SelectInputScalars\"\n"
42921 " number_of_elements=\"5\">\n"
42922 " <ArrayListDomain attribute_type=\"Scalars\"\n"
42923 " input_domain_name=\"input_array1\"\n"
42924 " name=\"array_list\">\n"
42925 " <RequiredProperties>\n"
42926 " <Property function=\"Input\"\n"
42927 " name=\"Input\" />\n"
42928 " </RequiredProperties>\n"
42929 " </ArrayListDomain>\n"
42930 " <Documentation>This property indicates the name of the scalar array to\n"
42931 " differentiate.</Documentation>\n"
42932 " </StringVectorProperty>\n"
42933 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
42934 " default_values=\"1\"\n"
42935 " element_types=\"0 0 0 0 2\"\n"
42936 " label=\"Vectors\"\n"
42937 " name=\"SelectInputVectors\"\n"
42938 " number_of_elements=\"5\">\n"
42939 " <ArrayListDomain attribute_type=\"Vectors\"\n"
42940 " input_domain_name=\"input_array2\"\n"
42941 " name=\"array_list\">\n"
42942 " <RequiredProperties>\n"
42943 " <Property function=\"Input\"\n"
42944 " name=\"Input\" />\n"
42945 " </RequiredProperties>\n"
42946 " </ArrayListDomain>\n"
42947 " <Documentation>This property indicates the name of the vector array to\n"
42948 " differentiate.</Documentation>\n"
42949 " </StringVectorProperty>\n"
42950 " <IntVectorProperty command=\"SetVectorMode\"\n"
42951 " default_values=\"1\"\n"
42952 " name=\"OutputVectorType\"\n"
42953 " number_of_elements=\"1\">\n"
42954 " <EnumerationDomain name=\"enum\">\n"
42955 " <Entry text=\"Nothing\"\n"
42956 " value=\"0\" />\n"
42957 " <Entry text=\"Scalar Gradient\"\n"
42958 " value=\"1\" />\n"
42959 " <Entry text=\"Vorticity\"\n"
42960 " value=\"2\" />\n"
42961 " </EnumerationDomain>\n"
42962 " <Documentation>This property Controls how the filter works to generate\n"
42963 " vector cell data. You can choose to compute the gradient of the input\n"
42964 " scalars, or extract the vorticity of the computed vector gradient\n"
42965 " tensor. By default, the filter will take the gradient of the input\n"
42966 " scalar data.</Documentation>\n"
42967 " </IntVectorProperty>\n"
42968 " <IntVectorProperty command=\"SetTensorMode\"\n"
42969 " default_values=\"1\"\n"
42970 " name=\"OutputTensorType\"\n"
42971 " number_of_elements=\"1\">\n"
42972 " <EnumerationDomain name=\"enum\">\n"
42973 " <Entry text=\"Nothing\"\n"
42974 " value=\"0\" />\n"
42975 " <Entry text=\"Vector Gradient\"\n"
42976 " value=\"1\" />\n"
42977 " <Entry text=\"Strain\"\n"
42978 " value=\"2\" />\n"
42979 " </EnumerationDomain>\n"
42980 " <Documentation>This property controls how the filter works to generate\n"
42981 " tensor cell data. You can choose to compute the gradient of the input\n"
42982 " vectors, or compute the strain tensor of the vector gradient tensor. By\n"
42983 " default, the filter will take the gradient of the vector data to\n"
42984 " construct a tensor.</Documentation>\n"
42985 " </IntVectorProperty>\n"
42986 " <!-- End CellDerivatives -->\n"
42987 " </SourceProxy>\n"
42988 "\n"
42989 " <!-- ==================================================================== -->\n"
42990 " <SourceProxy class=\"vtkCellValidator\"\n"
42991 " label=\"Validate Cells\"\n"
42992 " name=\"ValidateCells\">\n"
42993 " <Documentation long_help=\"vtkCellValidator accepts as input a dataset and adds integral cell data\n"
42994 " to it corresponding to the validity of each cell. The validity field\n"
42995 ;
42996 
42997 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneral.xml
42999 " encodes a bitfield for identifying problems that prevent a cell from standard\n"
43000 " use, including:\n"
43001 "\n"
43002 " WrongNumberOfPoints: filters assume that a cell has access to the\n"
43003 " appropriate number of points that comprise it. This\n"
43004 " assumption is often tacit, resulting in unexpected\n"
43005 " behavior when the condition is not met. This check\n"
43006 " simply confirms that the cell has the minimum number\n"
43007 " of points needed to describe it.\n"
43008 "\n"
43009 " IntersectingEdges: cells that incorrectly describe the order of their\n"
43010 " points often manifest with intersecting edges or\n"
43011 " intersecting faces. Given a tolerance, this check\n"
43012 " ensures that two edges from a two-dimensional cell\n"
43013 " are separated by at least the tolerance (discounting\n"
43014 " end-to-end connections).\n"
43015 "\n"
43016 " IntersectingFaces: cells that incorrectly describe the order of their\n"
43017 " points often manifest with intersecting edges or\n"
43018 " intersecting faces. Given a tolerance, this check\n"
43019 " ensures that two faces from a three-dimensional cell\n"
43020 " do not intersect.\n"
43021 "\n"
43022 " NoncontiguousEdges: another symptom of incorrect point ordering within a\n"
43023 " cell is the presence of noncontiguous edges where\n"
43024 " contiguous edges are otherwise expected. Given a\n"
43025 " tolerance, this check ensures that edges around the\n"
43026 " perimeter of a two-dimensional cell are contiguous.\n"
43027 "\n"
43028 " Nonconvex: many algorithms implicitly require that all input three-\n"
43029 " dimensional cells be convex. This check uses the generic\n"
43030 " convexity checkers implemented in vtkPolygon and vtkPolyhedron\n"
43031 " to test this requirement.\n"
43032 "\n"
43033 " FacesAreOrientedIncorrectly: All three-dimensional cells have an implicit\n"
43034 " expectation for the orientation of their\n"
43035 " faces. While the convention is unfortunately\n"
43036 " inconsistent across cell types, it is usually\n"
43037 " required that cell faces point outward. This\n"
43038 " check tests that the faces of a cell point in\n"
43039 " the direction required by the cell type,\n"
43040 " taking into account the cell types with\n"
43041 " nonstandard orientation requirements.\n"
43042 "\"\n"
43043 " short_help=\"Compute cell validities.\"></Documentation>\n"
43044 " <InputProperty command=\"SetInputConnection\"\n"
43045 " name=\"Input\">\n"
43046 " <ProxyGroupDomain name=\"groups\">\n"
43047 " <Group name=\"sources\" />\n"
43048 " <Group name=\"filters\" />\n"
43049 " </ProxyGroupDomain>\n"
43050 " <DataTypeDomain name=\"input_type\">\n"
43051 " <DataType value=\"vtkDataSet\" />\n"
43052 " </DataTypeDomain>\n"
43053 " <Documentation>This property specifies the input to the Cell Validation filter.</Documentation>\n"
43054 " </InputProperty>\n"
43055 " <!-- End ValidateCells -->\n"
43056 " </SourceProxy>\n"
43057 "\n"
43058 " <!-- ==================================================================== -->\n"
43059 " <SourceProxy class=\"vtkCountFaces\"\n"
43060 " label=\"Count Cell Faces\"\n"
43061 " name=\"CountCellFaces\">\n"
43062 " <Documentation long_help=\"Counts the number of faces on each cell and appends a new cell data array.\"\n"
43063 " short_help=\"Adds a new cell data array containing the number of faces per cell.\">\n"
43064 " Adds a new cell data array containing the number of faces per cell.\n"
43065 " </Documentation>\n"
43066 " <InputProperty command=\"SetInputConnection\"\n"
43067 " name=\"Input\">\n"
43068 " <ProxyGroupDomain name=\"groups\">\n"
43069 " <Group name=\"sources\" />\n"
43070 " <Group name=\"filters\" />\n"
43071 " </ProxyGroupDomain>\n"
43072 " <DataTypeDomain name=\"input_type\">\n"
43073 " <DataType value=\"vtkDataSet\" />\n"
43074 " </DataTypeDomain>\n"
43075 " <Documentation>The input.</Documentation>\n"
43076 " </InputProperty>\n"
43077 " <StringVectorProperty animateable=\"0\"\n"
43078 " command=\"SetOutputArrayName\"\n"
43079 " name=\"OutputArrayName\"\n"
43080 " label=\"Faces Array Name\"\n"
43081 " default_values=\"Face Count\"\n"
43082 " number_of_elements=\"1\"\n"
43083 " panel_visibility=\"always\">\n"
43084 " <Documentation>\n"
43085 " This is the name of the array in the output containing the face counts.\n"
43086 " </Documentation>\n"
43087 " </StringVectorProperty>\n"
43088 " <!-- End of CountFaces -->\n"
43089 " </SourceProxy>\n"
43090 "\n"
43091 " <!-- ==================================================================== -->\n"
43092 " <SourceProxy class=\"vtkCountVertices\"\n"
43093 " label=\"Count Cell Vertices\"\n"
43094 " name=\"CountCellVertices\">\n"
43095 " <Documentation long_help=\"Counts the number of vertices on each cell and appends a new cell data array.\"\n"
43096 " short_help=\"Adds a new cell data array containing the number of vertices per cell.\">\n"
43097 " Adds a new cell data array containing the number of vertices per cell.\n"
43098 " </Documentation>\n"
43099 " <InputProperty command=\"SetInputConnection\"\n"
43100 " name=\"Input\">\n"
43101 " <ProxyGroupDomain name=\"groups\">\n"
43102 " <Group name=\"sources\" />\n"
43103 " <Group name=\"filters\" />\n"
43104 " </ProxyGroupDomain>\n"
43105 " <DataTypeDomain name=\"input_type\">\n"
43106 " <DataType value=\"vtkDataSet\" />\n"
43107 " </DataTypeDomain>\n"
43108 " <Documentation>The input.</Documentation>\n"
43109 " </InputProperty>\n"
43110 " <StringVectorProperty animateable=\"0\"\n"
43111 " command=\"SetOutputArrayName\"\n"
43112 " name=\"OutputArrayName\"\n"
43113 " label=\"Vertices Array Name\"\n"
43114 " default_values=\"Vertex Count\"\n"
43115 " number_of_elements=\"1\"\n"
43116 " panel_visibility=\"always\">\n"
43117 " <Documentation>\n"
43118 " This is the name of the array in the output containing the vertex counts.\n"
43119 " </Documentation>\n"
43120 " </StringVectorProperty>\n"
43121 " <!-- End of CountVertices -->\n"
43122 " </SourceProxy>\n"
43123 "\n"
43124 " <!-- ==================================================================== -->\n"
43125 " <SourceProxy class=\"vtkCurvatures\"\n"
43126 " label=\"Curvature\"\n"
43127 " name=\"Curvatures\">\n"
43128 " <Documentation long_help=\"This filter will compute the Gaussian or mean curvature of the mesh at each point.\"\n"
43129 " short_help=\"Compute the curvature at each point.\">The\n"
43130 " Curvature filter computes the curvature at each point in a\n"
43131 " polygonal data set. This filter supports both Gaussian and\n"
43132 " mean curvatures. ; the type can be selected from the\n"
43133 " Curvature type menu button.</Documentation>\n"
43134 " <InputProperty command=\"SetInputConnection\"\n"
43135 " name=\"Input\">\n"
43136 " <ProxyGroupDomain name=\"groups\">\n"
43137 " <Group name=\"sources\" />\n"
43138 " <Group name=\"filters\" />\n"
43139 " </ProxyGroupDomain>\n"
43140 " <DataTypeDomain name=\"input_type\">\n"
43141 " <DataType value=\"vtkPolyData\" />\n"
43142 " </DataTypeDomain>\n"
43143 " <Documentation>This property specifies the input to the Curvature\n"
43144 " filter.</Documentation>\n"
43145 " </InputProperty>\n"
43146 " <IntVectorProperty command=\"SetInvertMeanCurvature\"\n"
43147 " default_values=\"0\"\n"
43148 " name=\"InvertMeanCurvature\"\n"
43149 " number_of_elements=\"1\">\n"
43150 " <BooleanDomain name=\"bool\" />\n"
43151 " <Documentation>If this property is set to 1, the mean curvature\n"
43152 " calculation will be inverted. This is useful for meshes with\n"
43153 " inward-pointing normals.</Documentation>\n"
43154 " </IntVectorProperty>\n"
43155 " <IntVectorProperty command=\"SetCurvatureType\"\n"
43156 " default_values=\"0\"\n"
43157 " name=\"CurvatureType\"\n"
43158 " number_of_elements=\"1\">\n"
43159 " <EnumerationDomain name=\"enum\">\n"
43160 " <Entry text=\"Gaussian\"\n"
43161 " value=\"0\" />\n"
43162 " <Entry text=\"Mean\"\n"
43163 " value=\"1\" />\n"
43164 " </EnumerationDomain>\n"
43165 " <Documentation>This property specifies which type of curvature to\n"
43166 " compute.</Documentation>\n"
43167 " </IntVectorProperty>\n"
43168 " <!-- End Curvatures -->\n"
43169 " </SourceProxy>\n"
43170 "\n"
43171 " <!-- ==================================================================== -->\n"
43172 " <SourceProxy class=\"vtkDataSetTriangleFilter\"\n"
43173 " label=\"Tetrahedralize\"\n"
43174 " name=\"DataSetTriangleFilter\">\n"
43175 " <Documentation long_help=\"This filter converts 3-d cells to tetrahedrons and polygons to triangles. The output is always of type unstructured grid.\"\n"
43176 " short_help=\"Convert to tetrahedrons and triangles.\">The\n"
43177 " Tetrahedralize filter converts the 3D cells of any type of\n"
43178 " dataset to tetrahedrons and the 2D ones to triangles. This\n"
43179 " filter always produces unstructured grid\n"
43180 " output.</Documentation>\n"
43181 " <InputProperty command=\"SetInputConnection\"\n"
43182 " name=\"Input\">\n"
43183 " <ProxyGroupDomain name=\"groups\">\n"
43184 " <Group name=\"sources\" />\n"
43185 " <Group name=\"filters\" />\n"
43186 " </ProxyGroupDomain>\n"
43187 " <DataTypeDomain name=\"input_type\">\n"
43188 " <DataType value=\"vtkDataSet\" />\n"
43189 " </DataTypeDomain>\n"
43190 " <Documentation>This property specifies the input to the Tetrahedralize\n"
43191 " filter.</Documentation>\n"
43192 " </InputProperty>\n"
43193 " <!-- End DataSetTriangleFilter -->\n"
43194 " </SourceProxy>\n"
43195 "\n"
43196 " <!-- ==================================================================== -->\n"
43197 " <SourceProxy class=\"vtkDateToNumeric\" name=\"DateToNumeric\">\n"
43198 " <Documentation long_help=\"Convert string dates to numeric values.\"\n"
43199 " short_help=\"Convert dates to numeric values.\">\n"
43200 " The DateToNumeric filter looks at string arrays in\n"
43201 " the input data object and if they contain dates that can be\n"
43202 " converted numbers then they are converted to doubles and\n"
43203 " added as additional arrays of the same type (point/cell/field).\n"
43204 " The format string used to parse dates can be specified by the user.\n"
43205 " </Documentation>\n"
43206 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n"
43207 " <ProxyGroupDomain name=\"groups\">\n"
43208 " <Group name=\"sources\" />\n"
43209 " <Group name=\"filters\" />\n"
43210 " </ProxyGroupDomain>\n"
43211 " <DataTypeDomain name=\"input_type\">\n"
43212 " <DataType value=\"vtkDataObject\" />\n"
43213 " </DataTypeDomain>\n"
43214 " <InputArrayDomain name=\"point_arrays\" attribute_type=\"point\" optional=\"1\" />\n"
43215 " <InputArrayDomain name=\"cell_arrays\" attribute_type=\"cell\" optional=\"1\" />\n"
43216 " <InputArrayDomain name=\"field_arrays\" attribute_type=\"field\" optional=\"1\" />\n"
43217 " <InputArrayDomain name=\"vertex_arrays\" attribute_type=\"vertex\" optional=\"1\" />\n"
43218 " <InputArrayDomain name=\"edge_arrays\" attribute_type=\"edge\" optional=\"1\" />\n"
43219 " <InputArrayDomain name=\"row_arrays\" attribute_type=\"row\" optional=\"1\" />\n"
43220 " </InputProperty>\n"
43221 "\n"
43222 " <StringVectorProperty animateable=\"0\"\n"
43223 " command=\"SetDateFormat\"\n"
43224 " default_values=\"%Y-%m-%d %H:%M:%S\"\n"
43225 " name=\"DateFormat\"\n"
43226 " number_of_elements=\"1\"\n"
43227 " panel_visibility=\"always\">\n"
43228 " <Documentation>\n"
43229 " This property specifies the first format to try using to parse dates. It\n"
43230 " follows the standards of std::get_time.\n"
43231 " </Documentation>\n"
43232 " </StringVectorProperty>\n"
43233 " </SourceProxy>\n"
43234 "\n"
43235 " <!-- ==================================================================== -->\n"
43236 " <SourceProxy class=\"vtkGradientFilter\"\n"
43237 " label=\"Gradient Of Unstructured DataSet\"\n"
43238 " name=\"UnstructuredGradient\">\n"
43239 " <Documentation long_help=\"Estimate the gradient for each point or cell in any type of dataset.\"\n"
43240 " short_help=\"Compute gradients for any type of dataset.\">\n"
43241 " The Gradient (Unstructured) filter estimates the gradient\n"
43242 " vector at each point or cell. It operates on any type of\n"
43243 " vtkDataSet, and the output is the same type as the input.\n"
43244 " If the dataset is a vtkImageData, use the Gradient filter\n"
43245 " instead; it will be more efficient for this type of\n"
43246 " dataset.</Documentation>\n"
43247 " <InputProperty command=\"SetInputConnection\"\n"
43248 " name=\"Input\">\n"
43249 " <ProxyGroupDomain name=\"groups\">\n"
43250 " <Group name=\"sources\" />\n"
43251 " <Group name=\"filters\" />\n"
43252 " </ProxyGroupDomain>\n"
43253 " <DataTypeDomain name=\"input_type\">\n"
43254 " <DataType value=\"vtkDataSet\" />\n"
43255 " </DataTypeDomain>\n"
43256 " <InputArrayDomain name=\"input_array\" />\n"
43257 " <Documentation>This property specifies the input to the Gradient\n"
43258 " (Unstructured) filter.</Documentation>\n"
43259 " </InputProperty>\n"
43260 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
43261 " element_types=\"0 0 0 0 2\"\n"
43262 " label=\"Scalar Array\"\n"
43263 " name=\"SelectInputScalars\"\n"
43264 " number_of_elements=\"5\">\n"
43265 " <ArrayListDomain attribute_type=\"Scalars\"\n"
43266 " name=\"array_list\">\n"
43267 " <RequiredProperties>\n"
43268 " <Property function=\"Input\"\n"
43269 " name=\"Input\" />\n"
43270 " </RequiredProperties>\n"
43271 " </ArrayListDomain>\n"
43272 " <Documentation>This property lists the name of the scalar array from\n"
43273 " which to compute the gradient.</Documentation>\n"
43274 " </StringVectorProperty>\n"
43275 " <IntVectorProperty command=\"SetComputeGradient\"\n"
43276 " default_values=\"1\"\n"
43277 " name=\"ComputeGradient\"\n"
43278 " number_of_elements=\"1\"\n"
43279 " panel_visibility=\"advanced\">\n"
43280 " <BooleanDomain name=\"bool\" />\n"
43281 " <Documentation>When this flag is on, the gradient filter will compute\n"
43282 " the gradient of the input array.</Documentation>\n"
43283 " </IntVectorProperty>\n"
43284 " <StringVectorProperty command=\"SetResultArrayName\"\n"
43285 " default_values=\"Gradients\"\n"
43286 " name=\"ResultArrayName\"\n"
43287 " number_of_elements=\"1\">\n"
43288 " <Documentation>This property provides a name for the output array\n"
43289 " containing the gradient vectors.</Documentation>\n"
43290 ;
43291 
43292 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneral.xml
43294 " </StringVectorProperty>\n"
43295 " <IntVectorProperty command=\"SetFasterApproximation\"\n"
43296 " default_values=\"0\"\n"
43297 " name=\"FasterApproximation\"\n"
43298 " number_of_elements=\"1\"\n"
43299 " panel_visibility=\"advanced\">\n"
43300 " <BooleanDomain name=\"bool\" />\n"
43301 " <Documentation>When this flag is on, the gradient filter will provide a\n"
43302 " less accurate (but close) algorithm that performs fewer derivative\n"
43303 " calculations (and is therefore faster). The error contains some\n"
43304 " smoothing of the output data and some possible errors on the boundary.\n"
43305 " This parameter has no effect when performing the gradient of cell\n"
43306 " data or when the input grid is not a vtkUnstructuredGrid.</Documentation>\n"
43307 " </IntVectorProperty>\n"
43308 " <IntVectorProperty command=\"SetComputeDivergence\"\n"
43309 " default_values=\"0\"\n"
43310 " name=\"ComputeDivergence\"\n"
43311 " number_of_elements=\"1\"\n"
43312 " panel_visibility=\"advanced\">\n"
43313 " <BooleanDomain name=\"bool\" />\n"
43314 " <Documentation>When this flag is on, the gradient filter will compute\n"
43315 " the divergence of a 3 component array.</Documentation>\n"
43316 " </IntVectorProperty>\n"
43317 " <StringVectorProperty command=\"SetDivergenceArrayName\"\n"
43318 " default_values=\"Divergence\"\n"
43319 " name=\"DivergenceArrayName\"\n"
43320 " number_of_elements=\"1\"\n"
43321 " panel_visibility=\"advanced\">\n"
43322 " <Documentation>This property provides a name for the output array\n"
43323 " containing the divergence vector.</Documentation>\n"
43324 " </StringVectorProperty>\n"
43325 " <IntVectorProperty command=\"SetComputeVorticity\"\n"
43326 " default_values=\"0\"\n"
43327 " name=\"ComputeVorticity\"\n"
43328 " number_of_elements=\"1\"\n"
43329 " panel_visibility=\"advanced\">\n"
43330 " <BooleanDomain name=\"bool\" />\n"
43331 " <Documentation>When this flag is on, the gradient filter will compute\n"
43332 " the vorticity/curl of a 3 component array.</Documentation>\n"
43333 " </IntVectorProperty>\n"
43334 " <StringVectorProperty command=\"SetVorticityArrayName\"\n"
43335 " default_values=\"Vorticity\"\n"
43336 " name=\"VorticityArrayName\"\n"
43337 " number_of_elements=\"1\"\n"
43338 " panel_visibility=\"advanced\">\n"
43339 " <Documentation>This property provides a name for the output array\n"
43340 " containing the vorticity vector.</Documentation>\n"
43341 " </StringVectorProperty>\n"
43342 " <IntVectorProperty command=\"SetComputeQCriterion\"\n"
43343 " default_values=\"0\"\n"
43344 " name=\"ComputeQCriterion\"\n"
43345 " number_of_elements=\"1\"\n"
43346 " panel_visibility=\"advanced\">\n"
43347 " <BooleanDomain name=\"bool\" />\n"
43348 " <Documentation>When this flag is on, the gradient filter will compute\n"
43349 " the Q-criterion of a 3 component array.</Documentation>\n"
43350 " </IntVectorProperty>\n"
43351 " <StringVectorProperty command=\"SetQCriterionArrayName\"\n"
43352 " default_values=\"Q-criterion\"\n"
43353 " name=\"QCriterionArrayName\"\n"
43354 " number_of_elements=\"1\"\n"
43355 " panel_visibility=\"advanced\">\n"
43356 " <Documentation>This property provides a name for the output array\n"
43357 " containing Q criterion.</Documentation>\n"
43358 " </StringVectorProperty>\n"
43359 " <IntVectorProperty command=\"SetContributingCellOption\"\n"
43360 " default_values=\"2\"\n"
43361 " name=\"ContributingCellOption\"\n"
43362 " number_of_elements=\"1\"\n"
43363 " panel_visibility=\"advanced\">\n"
43364 " <EnumerationDomain name=\"enum\">\n"
43365 " <Entry text=\"All\"\n"
43366 " value=\"0\" />\n"
43367 " <Entry text=\"Patch\"\n"
43368 " value=\"1\" />\n"
43369 " <Entry text=\"Dataset Max\"\n"
43370 " value=\"2\" />\n"
43371 " </EnumerationDomain>\n"
43372 " <Documentation>Specify which dimensions of cells should be used\n"
43373 " when computing gradient quantities. Default is to use\n"
43374 " the dataset's maximum cell dimension.</Documentation>\n"
43375 " </IntVectorProperty>\n"
43376 " <IntVectorProperty command=\"SetReplacementValueOption\"\n"
43377 " default_values=\"1\"\n"
43378 " name=\"ReplacementValueOption\"\n"
43379 " number_of_elements=\"1\"\n"
43380 " panel_visibility=\"advanced\">\n"
43381 " <EnumerationDomain name=\"enum\">\n"
43382 " <Entry text=\"Zero\"\n"
43383 " value=\"0\" />\n"
43384 " <Entry text=\"NaN\"\n"
43385 " value=\"1\" />\n"
43386 " <Entry text=\"Data Type Min\"\n"
43387 " value=\"2\" />\n"
43388 " <Entry text=\"Data Type Max\"\n"
43389 " value=\"2\" />\n"
43390 " </EnumerationDomain>\n"
43391 " <Documentation>Specify what value to use for when the gradient quantities at a\n"
43392 " point can't be computed with the selected **ContributingCellOption**.</Documentation>\n"
43393 " </IntVectorProperty>\n"
43394 " <!-- End UnstructuredGradient -->\n"
43395 " </SourceProxy>\n"
43396 "\n"
43397 " <!-- ==================================================================== -->\n"
43398 " <SourceProxy class=\"vtkImageDataToPointSet\"\n"
43399 " label=\"Image Data to Point Set\"\n"
43400 " name=\"ImageDataToPointSet\">\n"
43401 " <Documentation long_help=\"Converts an Image Data to a Point Set\"\n"
43402 " short_help=\"Converts an Image Data to a Point Set\">The Image\n"
43403 " Data to Point Set filter takes an image data (uniform\n"
43404 " rectilinear grid) object and outputs an equivalent structured\n"
43405 " grid (which as a type of point set). This brings the data to a\n"
43406 " broader category of data storage but only adds a small amount of\n"
43407 " overhead. This filter can be helpful in applying filters that\n"
43408 " expect or manipulate point coordinates.</Documentation>\n"
43409 " <InputProperty command=\"SetInputConnection\"\n"
43410 " name=\"Input\">\n"
43411 " <ProxyGroupDomain name=\"groups\">\n"
43412 " <Group name=\"sources\" />\n"
43413 " <Group name=\"filters\" />\n"
43414 " </ProxyGroupDomain>\n"
43415 " <DataTypeDomain name=\"input_type\">\n"
43416 " <DataType value=\"vtkImageData\" />\n"
43417 " </DataTypeDomain>\n"
43418 " </InputProperty>\n"
43419 " </SourceProxy>\n"
43420 "\n"
43421 " <!-- ==================================================================== -->\n"
43422 " <SourceProxy class=\"vtkMultiBlockDataGroupFilter\"\n"
43423 " label=\"Group Datasets\"\n"
43424 " name=\"GroupDataSets\">\n"
43425 " <Documentation long_help=\"Group data sets.\"\n"
43426 " short_help=\"Group multiple inputs into one collection.\">\n"
43427 " Groups multiple datasets to create a multiblock\n"
43428 " dataset</Documentation>\n"
43429 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
43430 " command=\"AddInputConnection\"\n"
43431 " multiple_input=\"1\"\n"
43432 " name=\"Input\">\n"
43433 " <ProxyGroupDomain name=\"groups\">\n"
43434 " <Group name=\"sources\" />\n"
43435 " <Group name=\"filters\" />\n"
43436 " </ProxyGroupDomain>\n"
43437 " <DataTypeDomain composite_data_supported=\"1\"\n"
43438 " name=\"input_type\">\n"
43439 " <DataType value=\"vtkDataObject\" />\n"
43440 " <DataType value=\"vtkHyperTreeGrid\" />\n"
43441 " </DataTypeDomain>\n"
43442 " <Documentation>This property indicates the the inputs to the Group\n"
43443 " Datasets filter.</Documentation>\n"
43444 " </InputProperty>\n"
43445 " <Hints>\n"
43446 " <Visibility replace_input=\"1\" />\n"
43447 " </Hints>\n"
43448 " <!-- End GroupDataSets -->\n"
43449 " </SourceProxy>\n"
43450 "\n"
43451 " <!-- ==================================================================== -->\n"
43452 " <SourceProxy class=\"vtkMultiBlockFromTimeSeriesFilter\"\n"
43453 " label=\"Group Time Steps\"\n"
43454 " name=\"GroupTimeSteps\">\n"
43455 " <Documentation long_help=\"Group data set over time.\"\n"
43456 " short_help=\"Group all the time steps in the input into one collection with no time.\">\n"
43457 " Groups all the time steps in the input into a collection with no time information.\n"
43458 " Each timestep will become one block of the output.\n"
43459 " </Documentation>\n"
43460 " <InputProperty command=\"SetInputConnection\"\n"
43461 " name=\"Input\">\n"
43462 " <ProxyGroupDomain name=\"groups\">\n"
43463 " <Group name=\"sources\" />\n"
43464 " <Group name=\"filters\" />\n"
43465 " </ProxyGroupDomain>\n"
43466 " <Documentation>This property specifies the input dataset.</Documentation>\n"
43467 " </InputProperty>\n"
43468 " <Hints>\n"
43469 " <Visibility replace_input=\"1\" />\n"
43470 " </Hints>\n"
43471 " <!-- End GroupDataSets -->\n"
43472 " </SourceProxy>\n"
43473 "\n"
43474 " <!-- ==================================================================== -->\n"
43475 " <!-- this class is not compiled in VTK; need to check if it is indeed\n"
43476 " relevant at all\n"
43477 " <SourceProxy class=\"vtkNonOverlappingAMRLevelIdScalars\"\n"
43478 " label=\"Level Scalars(Non-Overlapping AMR)\"\n"
43479 " name=\"NonOverlappingLevelIdScalars\">\n"
43480 " <Documentation long_help=\"The Level Scalars filter uses colors to show levels of a hierarchical dataset.\"\n"
43481 " short_help=\"Generate point scalars from level.\">The Level\n"
43482 " Scalars filter uses colors to show levels of a\n"
43483 " hierarchical dataset.</Documentation>\n"
43484 " <InputProperty command=\"SetInputConnection\"\n"
43485 " name=\"Input\">\n"
43486 " <ProxyGroupDomain name=\"groups\">\n"
43487 " <Group name=\"sources\" />\n"
43488 " <Group name=\"filters\" />\n"
43489 " </ProxyGroupDomain>\n"
43490 " <DataTypeDomain name=\"input_type\">\n"
43491 " <DataType value=\"vtkNonOverlappingAMR\" />\n"
43492 " </DataTypeDomain>\n"
43493 " <Documentation>This property specifies the input to the Level Scalars\n"
43494 " filter.</Documentation>\n"
43495 " </InputProperty>\n"
43496 " </SourceProxy>\n"
43497 " -->\n"
43498 "\n"
43499 " <!-- ==================================================================== -->\n"
43500 " <SourceProxy class=\"vtkOverlappingAMRLevelIdScalars\"\n"
43501 " label=\"Level Scalars(Overlapping AMR)\"\n"
43502 " name=\"OverlappingLevelIdScalars\">\n"
43503 " <Documentation long_help=\"The Level Scalars filter uses colors to show levels of a hierarchical dataset.\"\n"
43504 " short_help=\"Generate point scalars from level.\">The Level\n"
43505 " Scalars filter uses colors to show levels of a\n"
43506 " hierarchical dataset.</Documentation>\n"
43507 " <InputProperty command=\"SetInputConnection\"\n"
43508 " name=\"Input\">\n"
43509 " <ProxyGroupDomain name=\"groups\">\n"
43510 " <Group name=\"sources\" />\n"
43511 " <Group name=\"filters\" />\n"
43512 " </ProxyGroupDomain>\n"
43513 " <DataTypeDomain name=\"input_type\">\n"
43514 " <DataType value=\"vtkOverlappingAMR\" />\n"
43515 " </DataTypeDomain>\n"
43516 " <Documentation>This property specifies the input to the Level Scalars\n"
43517 " filter.</Documentation>\n"
43518 " </InputProperty>\n"
43519 " <!-- End GroupIdScalars -->\n"
43520 " </SourceProxy>\n"
43521 "\n"
43522 " <!-- ==================================================================== -->\n"
43523 " <SourceProxy class=\"vtkPassSelectedArrays\" name=\"PassArrays\">\n"
43524 " <Documentation long_help=\"Pass specified point and cell data arrays.\"\n"
43525 " short_help=\"Pass specified point and cell data arrays.\">\n"
43526 " The Pass Arrays filter makes a shallow copy of the output\n"
43527 " data object from the input data object except for passing\n"
43528 " only the arrays specified to the output from the\n"
43529 " input.\n"
43530 " </Documentation>\n"
43531 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n"
43532 " <ProxyGroupDomain name=\"groups\">\n"
43533 " <Group name=\"sources\" />\n"
43534 " <Group name=\"filters\" />\n"
43535 " </ProxyGroupDomain>\n"
43536 " <DataTypeDomain name=\"input_type\">\n"
43537 " <DataType value=\"vtkDataObject\" />\n"
43538 " </DataTypeDomain>\n"
43539 " <InputArrayDomain name=\"point_arrays\" attribute_type=\"point\" optional=\"1\" />\n"
43540 " <InputArrayDomain name=\"cell_arrays\" attribute_type=\"cell\" optional=\"1\" />\n"
43541 " <InputArrayDomain name=\"field_arrays\" attribute_type=\"field\" optional=\"1\" />\n"
43542 " <InputArrayDomain name=\"vertex_arrays\" attribute_type=\"vertex\" optional=\"1\" />\n"
43543 " <InputArrayDomain name=\"edge_arrays\" attribute_type=\"edge\" optional=\"1\" />\n"
43544 " <InputArrayDomain name=\"row_arrays\" attribute_type=\"row\" optional=\"1\" />\n"
43545 " </InputProperty>\n"
43546 "\n"
43547 " <StringVectorProperty\n"
43548 " name=\"PointDataArrays\"\n"
43549 " command=\"GetPointDataArraySelection\"\n"
43550 " number_of_elements_per_command=\"1\"\n"
43551 " repeat_command=\"1\"\n"
43552 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
43553 " <ArrayListDomain name=\"array_list\" input_domain_name=\"point_arrays\">\n"
43554 " <RequiredProperties>\n"
43555 " <Property name=\"Input\" function=\"Input\" />\n"
43556 " </RequiredProperties>\n"
43557 " </ArrayListDomain>\n"
43558 " <Documentation>\n"
43559 " Select the point data arrays to pass through\n"
43560 " </Documentation>\n"
43561 " <Hints>\n"
43562 " <ArraySelectionWidget icon_type=\"point\"/>\n"
43563 " </Hints>\n"
43564 " </StringVectorProperty>\n"
43565 " <StringVectorProperty\n"
43566 " name=\"CellDataArrays\"\n"
43567 " command=\"GetCellDataArraySelection\"\n"
43568 " number_of_elements_per_command=\"1\"\n"
43569 " repeat_command=\"1\"\n"
43570 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
43571 " <ArrayListDomain name=\"array_list\" input_domain_name=\"cell_arrays\">\n"
43572 " <RequiredProperties>\n"
43573 " <Property name=\"Input\" function=\"Input\" />\n"
43574 " </RequiredProperties>\n"
43575 " </ArrayListDomain>\n"
43576 " <Documentation>\n"
43577 " Select the cell data arrays to pass through\n"
43578 " </Documentation>\n"
43579 " <Hints>\n"
43580 " <ArraySelectionWidget icon_type=\"cell\"/>\n"
43581 " </Hints>\n"
43582 " </StringVectorProperty>\n"
43583 " <StringVectorProperty\n"
43584 " name=\"FieldDataArrays\"\n"
43585 " command=\"GetFieldDataArraySelection\"\n"
43586 " number_of_elements_per_command=\"1\"\n"
43587 " repeat_command=\"1\"\n"
43588 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
43589 " <ArrayListDomain name=\"array_list\" input_domain_name=\"field_arrays\">\n"
43590 " <RequiredProperties>\n"
43591 " <Property name=\"Input\" function=\"Input\" />\n"
43592 " </RequiredProperties>\n"
43593 " </ArrayListDomain>\n"
43594 " <Documentation>\n"
43595 " Select the field data arrays to pass through\n"
43596 " </Documentation>\n"
43597 " <Hints>\n"
43598 " <ArraySelectionWidget icon_type=\"field\"/>\n"
43599 " </Hints>\n"
43600 " </StringVectorProperty>\n"
43601 " <StringVectorProperty\n"
43602 " name=\"VertexDataArrays\"\n"
43603 " command=\"GetVertexDataArraySelection\"\n"
43604 ;
43605 
43606 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneral.xml
43608 " number_of_elements_per_command=\"1\"\n"
43609 " repeat_command=\"1\"\n"
43610 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
43611 " <ArrayListDomain name=\"array_list\" input_domain_name=\"vertex_arrays\">\n"
43612 " <RequiredProperties>\n"
43613 " <Property name=\"Input\" function=\"Input\" />\n"
43614 " </RequiredProperties>\n"
43615 " </ArrayListDomain>\n"
43616 " <Documentation>\n"
43617 " Select the vertex data arrays to pass through\n"
43618 " </Documentation>\n"
43619 " <Hints>\n"
43620 " <ArraySelectionWidget icon_type=\"vertex\"/>\n"
43621 " </Hints>\n"
43622 " </StringVectorProperty>\n"
43623 " <StringVectorProperty\n"
43624 " name=\"EdgeDataArrays\"\n"
43625 " command=\"GetEdgeDataArraySelection\"\n"
43626 " number_of_elements_per_command=\"1\"\n"
43627 " repeat_command=\"1\"\n"
43628 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
43629 " <ArrayListDomain name=\"array_list\" input_domain_name=\"edge_arrays\">\n"
43630 " <RequiredProperties>\n"
43631 " <Property name=\"Input\" function=\"Input\" />\n"
43632 " </RequiredProperties>\n"
43633 " </ArrayListDomain>\n"
43634 " <Documentation>\n"
43635 " Select the edge data arrays to pass through\n"
43636 " </Documentation>\n"
43637 " <Hints>\n"
43638 " <ArraySelectionWidget icon_type=\"edge\"/>\n"
43639 " </Hints>\n"
43640 " </StringVectorProperty>\n"
43641 " <StringVectorProperty\n"
43642 " name=\"RowDataArrays\"\n"
43643 " command=\"GetRowDataArraySelection\"\n"
43644 " number_of_elements_per_command=\"1\"\n"
43645 " repeat_command=\"1\"\n"
43646 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
43647 " <ArrayListDomain name=\"array_list\" input_domain_name=\"row_arrays\">\n"
43648 " <RequiredProperties>\n"
43649 " <Property name=\"Input\" function=\"Input\" />\n"
43650 " </RequiredProperties>\n"
43651 " </ArrayListDomain>\n"
43652 " <Documentation>\n"
43653 " Select the row data arrays to pass through\n"
43654 " </Documentation>\n"
43655 " <Hints>\n"
43656 " <ArraySelectionWidget icon_type=\"row\"/>\n"
43657 " </Hints>\n"
43658 " </StringVectorProperty>\n"
43659 " </SourceProxy>\n"
43660 "\n"
43661 " <!-- ==================================================================== -->\n"
43662 " <SourceProxy class=\"vtkPassThrough\" label=\"Pass Through\" name=\"PassThrough\">\n"
43663 " <Documentation>\n"
43664 " A simple pass-through filter that doesn't transform data in any way.\n"
43665 " </Documentation>\n"
43666 " <InputProperty command=\"SetInputConnection\"\n"
43667 " name=\"Input\">\n"
43668 " <DataTypeDomain name=\"input_type\">\n"
43669 " <DataType value=\"vtkDataSet\" />\n"
43670 " </DataTypeDomain>\n"
43671 " <Documentation>This property specifies the input to the filter.</Documentation>\n"
43672 " </InputProperty>\n"
43673 " </SourceProxy>\n"
43674 "\n"
43675 " <!-- ================================================================== -->\n"
43676 " <SourceProxy class=\"vtkPassThrough\"\n"
43677 " label=\"Plot Data\"\n"
43678 " name=\"PlotAttributes\">\n"
43679 " <Documentation short_help=\"Plot data arrays from the input\">This filter\n"
43680 " prepare arbitrary data to be plotted in any of the plots. By default the\n"
43681 " data is shown in a XY line plot.</Documentation>\n"
43682 " <InputProperty command=\"SetInputConnection\"\n"
43683 " name=\"Input\">\n"
43684 " <ProxyGroupDomain name=\"groups\">\n"
43685 " <Group name=\"sources\" />\n"
43686 " <Group name=\"filters\" />\n"
43687 " </ProxyGroupDomain>\n"
43688 " <DataTypeDomain name=\"input_type\">\n"
43689 " <DataType value=\"vtkDataObject\" />\n"
43690 " </DataTypeDomain>\n"
43691 " <Documentation>The input.</Documentation>\n"
43692 " </InputProperty>\n"
43693 " <Hints>\n"
43694 " <View type=\"XYChartView\" />\n"
43695 " <Plotable />\n"
43696 " </Hints>\n"
43697 " <!-- End of PlotAttributes -->\n"
43698 " </SourceProxy>\n"
43699 "\n"
43700 " <!-- ==================================================================== -->\n"
43701 " <SourceProxy class=\"vtkPassThrough\"\n"
43702 " label=\"Scatter Plot\"\n"
43703 " name=\"ScatterPlot\">\n"
43704 " <Documentation long_help=\"Creates a scatter plot from a dataset.\"\n"
43705 " short_help=\"Creates a scatter plot from a dataset.\">This\n"
43706 " filter creates a scatter plot from a\n"
43707 " dataset.</Documentation>\n"
43708 " <InputProperty command=\"SetInputConnection\"\n"
43709 " name=\"Input\">\n"
43710 " <ProxyGroupDomain name=\"groups\">\n"
43711 " <Group name=\"sources\" />\n"
43712 " <Group name=\"filters\" />\n"
43713 " </ProxyGroupDomain>\n"
43714 " <DataTypeDomain name=\"input_type\">\n"
43715 " <DataType value=\"vtkDataSet\" />\n"
43716 " </DataTypeDomain>\n"
43717 " <Documentation>This property specifies the input to the\n"
43718 " filter.</Documentation>\n"
43719 " </InputProperty>\n"
43720 " <Hints>\n"
43721 " <Visibility replace_input=\"0\" />\n"
43722 " <!-- View can be used to specify the preferred view for the proxy -->\n"
43723 " <View type=\"PlotMatrixView\" />\n"
43724 " <Plotable />\n"
43725 " </Hints>\n"
43726 " <!-- End ScatterPlot -->\n"
43727 " </SourceProxy>\n"
43728 "\n"
43729 " <!-- ============================================================================ -->\n"
43730 " <SourceProxy class=\"vtkQuadraturePointInterpolator\"\n"
43731 " label=\"Interpolate to Quadrature Points\"\n"
43732 " name=\"QuadraturePointInterpolator\">\n"
43733 " <Documentation long_help=\"Create scalar/vector data arrays interpolated to quadrature points.\"\n"
43734 " short_help=\"Create scalar/vector data arrays interpolated to quadrature points.\">\n"
43735 " \"Create scalar/vector data arrays interpolated to quadrature\n"
43736 " points.\"</Documentation>\n"
43737 " <InputProperty command=\"SetInputConnection\"\n"
43738 " name=\"Input\">\n"
43739 " <ProxyGroupDomain name=\"groups\">\n"
43740 " <Group name=\"sources\" />\n"
43741 " <Group name=\"filters\" />\n"
43742 " </ProxyGroupDomain>\n"
43743 " <DataTypeDomain name=\"input_type\">\n"
43744 " <DataType value=\"vtkUnstructuredGrid\" />\n"
43745 " </DataTypeDomain>\n"
43746 " <InputArrayDomain attribute_type=\"cell\" name=\"input_array\" />\n"
43747 " <Documentation>This property specifies the input of the filter.</Documentation>\n"
43748 " </InputProperty>\n"
43749 " <StringVectorProperty animateable=\"0\"\n"
43750 " command=\"SetInputArrayToProcess\"\n"
43751 " element_types=\"0 0 0 0 2\"\n"
43752 " name=\"QuadratureSchemeDefinition\"\n"
43753 " label=\"Quadrature Scheme Def\"\n"
43754 " number_of_elements=\"5\">\n"
43755 " <Documentation>Specifies the offset array from which we interpolate\n"
43756 " values to quadrature points.</Documentation>\n"
43757 " <ArrayListDomain attribute_type=\"Scalars\"\n"
43758 " key_locations=\"vtkQuadratureSchemeDefinition\"\n"
43759 " key_names=\"DICTIONARY\"\n"
43760 " key_strategies=\"NEED_KEY\"\n"
43761 " name=\"array_list\">\n"
43762 " <RequiredProperties>\n"
43763 " <Property function=\"Input\" name=\"Input\" />\n"
43764 " </RequiredProperties>\n"
43765 " </ArrayListDomain>\n"
43766 " </StringVectorProperty>\n"
43767 " </SourceProxy>\n"
43768 "\n"
43769 " <!-- ============================================================================ -->\n"
43770 " <SourceProxy class=\"vtkQuadraturePointsGenerator\"\n"
43771 " label=\"Generate Quadrature Points\"\n"
43772 " name=\"QuadraturePointsGenerator\">\n"
43773 " <Documentation long_help=\"Create a point set with data at quadrature points.\"\n"
43774 " short_help=\"Create a point set with data at quadrature points.\">\n"
43775 " \"Create a point set with data at quadrature\n"
43776 " points.\"</Documentation>\n"
43777 " <OutputPort index=\"0\" name=\"Quadrature Points\" />\n"
43778 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n"
43779 " <ProxyGroupDomain name=\"groups\">\n"
43780 " <Group name=\"sources\" />\n"
43781 " <Group name=\"filters\" />\n"
43782 " </ProxyGroupDomain>\n"
43783 " <DataTypeDomain name=\"input_type\">\n"
43784 " <DataType value=\"vtkUnstructuredGrid\" />\n"
43785 " </DataTypeDomain>\n"
43786 " <InputArrayDomain attribute_type=\"cell\" name=\"input_array\" />\n"
43787 " <Documentation>This property specifies the input of the filter.</Documentation>\n"
43788 " </InputProperty>\n"
43789 " <!-- Source Array-->\n"
43790 " <StringVectorProperty animateable=\"0\"\n"
43791 " command=\"SetInputArrayToProcess\"\n"
43792 " element_types=\"0 0 0 0 2\"\n"
43793 " name=\"QuadratureSchemeDefinition\"\n"
43794 " label=\"Quadrature Scheme Def\"\n"
43795 " number_of_elements=\"5\">\n"
43796 " <Documentation>Specifies the offset array from which we generate\n"
43797 " quadrature points.</Documentation>\n"
43798 " <ArrayListDomain attribute_type=\"Scalars\"\n"
43799 " key_locations=\"vtkQuadratureSchemeDefinition\"\n"
43800 " key_names=\"DICTIONARY\"\n"
43801 " key_strategies=\"NEED_KEY\"\n"
43802 " name=\"array_list\">\n"
43803 " <RequiredProperties>\n"
43804 " <Property function=\"Input\" name=\"Input\" />\n"
43805 " </RequiredProperties>\n"
43806 " </ArrayListDomain>\n"
43807 " </StringVectorProperty>\n"
43808 " </SourceProxy>\n"
43809 "\n"
43810 " <!-- ============================================================================ -->\n"
43811 " <SourceProxy class=\"vtkQuadratureSchemeDictionaryGenerator\"\n"
43812 " label=\"Generate Quadrature Scheme Dictionary\"\n"
43813 " name=\"QuadratureSchemeDictionaryGenerator\">\n"
43814 " <Documentation long_help=\"Generate quadrature scheme dictionaries in data sets that do not have them.\"\n"
43815 " short_help=\"Generate quadrature scheme dictionaries in data sets that do not have them.\">\n"
43816 " Generate quadrature scheme dictionaries in data sets that do not have\n"
43817 " them.</Documentation>\n"
43818 " <InputProperty command=\"SetInputConnection\"\n"
43819 " name=\"Input\">\n"
43820 " <ProxyGroupDomain name=\"groups\">\n"
43821 " <Group name=\"sources\" />\n"
43822 " <Group name=\"filters\" />\n"
43823 " </ProxyGroupDomain>\n"
43824 " <DataTypeDomain name=\"input_type\">\n"
43825 " <DataType value=\"vtkUnstructuredGrid\" />\n"
43826 " </DataTypeDomain>\n"
43827 " <Documentation>This property specifies the input of the\n"
43828 " filter.</Documentation>\n"
43829 " </InputProperty>\n"
43830 " </SourceProxy>\n"
43831 "\n"
43832 " <!-- ==================================================================== -->\n"
43833 " <SourceProxy class=\"vtkRandomAttributeGenerator\"\n"
43834 " label=\"Random Attributes\"\n"
43835 " name=\"RandomAttributeGenerator\">\n"
43836 " <Documentation long_help=\n"
43837 " \"This filter creates a new random attribute\n"
43838 " array and sets it as the default array.\"\n"
43839 " short_help=\"Creates random data attributes.\">\n"
43840 " The Random Attributes filter creates random attributes\n"
43841 " including scalars and vectors. These attributes can be\n"
43842 " generated as point data or cell data. The generation of each\n"
43843 " component is normalized between a user-specified minimum and\n"
43844 " maximum value.\n"
43845 "\n"
43846 " This filter provides that capability to specify the data type\n"
43847 " of the attributes and the range for each of the components.\n"
43848 " </Documentation>\n"
43849 " <InputProperty command=\"SetInputConnection\"\n"
43850 " name=\"Input\">\n"
43851 " <ProxyGroupDomain name=\"groups\">\n"
43852 " <Group name=\"sources\" />\n"
43853 " <Group name=\"filters\" />\n"
43854 " </ProxyGroupDomain>\n"
43855 " <DataTypeDomain name=\"input_type\">\n"
43856 " <DataType value=\"vtkDataSet\" />\n"
43857 " </DataTypeDomain>\n"
43858 " <Documentation>This property specifies the input to the Random Scalars\n"
43859 " filter.</Documentation>\n"
43860 " </InputProperty>\n"
43861 " <IntVectorProperty\n"
43862 " name=\"DataType\"\n"
43863 " command=\"SetDataType\"\n"
43864 " number_of_elements=\"1\"\n"
43865 " default_values=\"3\">\n"
43866 " <EnumerationDomain name=\"enum\">\n"
43867 " <Entry value=\"1\" text=\"Bit\"/>\n"
43868 " <Entry value=\"2\" text=\"Char\"/>\n"
43869 " <Entry value=\"3\" text=\"UnsignedChar\"/>\n"
43870 " <Entry value=\"4\" text=\"Short\"/>\n"
43871 " <Entry value=\"5\" text=\"UnsignedShort\"/>\n"
43872 " <Entry value=\"6\" text=\"Int\"/>\n"
43873 " <Entry value=\"7\" text=\"UnsignedInt\"/>\n"
43874 " <Entry value=\"8\" text=\"Long\"/>\n"
43875 " <Entry value=\"9\" text=\"UnsignedLong\"/>\n"
43876 " <Entry value=\"10\" text=\"Float\"/>\n"
43877 " <Entry value=\"11\" text=\"Double\"/>\n"
43878 " <Entry value=\"12\" text=\"vtkIdType\"/>\n"
43879 " </EnumerationDomain>\n"
43880 " <Documentation>\n"
43881 " Specify the type of array to create (all components of this\n"
43882 " array are of this type). This holds true for all arrays that\n"
43883 " are created.\n"
43884 " </Documentation>\n"
43885 " </IntVectorProperty>\n"
43886 " <DoubleVectorProperty command=\"SetComponentRange\"\n"
43887 " default_values=\"0 255\"\n"
43888 " name=\"ComponentRange\"\n"
43889 " number_of_elements=\"2\">\n"
43890 " <Documentation>Set the range values (minimum and maximum) for\n"
43891 " each component. This applies to all data that is\n"
43892 " generated.</Documentation>\n"
43893 " </DoubleVectorProperty>\n"
43894 "\n"
43895 " <IntVectorProperty\n"
43896 " name=\"AttributesConstantPerBlock\"\n"
43897 " command=\"SetAttributesConstantPerBlock\"\n"
43898 " number_of_elements=\"1\"\n"
43899 " default_values=\"0\">\n"
43900 " <BooleanDomain name=\"bool\"/>\n"
43901 " <Documentation>Indicate that the generated attributes are\n"
43902 " constant within a block. This can be used to highlight\n"
43903 " blocks in a composite dataset.</Documentation>\n"
43904 " </IntVectorProperty>\n"
43905 " <IntVectorProperty\n"
43906 " name=\"GeneratePointScalars\"\n"
43907 " command=\"SetGeneratePointScalars\"\n"
43908 " number_of_elements=\"1\"\n"
43909 " default_values=\"0\">\n"
43910 " <BooleanDomain name=\"bool\"/>\n"
43911 " <Documentation>Indicate that point scalars are to be\n"
43912 " generated.</Documentation>\n"
43913 " </IntVectorProperty>\n"
43914 " <IntVectorProperty\n"
43915 " name=\"GeneratePointVectors\"\n"
43916 " command=\"SetGeneratePointVectors\"\n"
43917 " number_of_elements=\"1\"\n"
43918 " default_values=\"0\">\n"
43919 " <BooleanDomain name=\"bool\"/>\n"
43920 " <Documentation>Indicate that point vectors are to be\n"
43921 " generated.</Documentation>\n"
43922 " </IntVectorProperty>\n"
43923 "\n"
43924 " <IntVectorProperty\n"
43925 " name=\"GenerateCellScalars\"\n"
43926 " command=\"SetGenerateCellScalars\"\n"
43927 " number_of_elements=\"1\"\n"
43928 " default_values=\"0\">\n"
43929 " <BooleanDomain name=\"bool\"/>\n"
43930 " <Documentation>Indicate that point scalars are to be\n"
43931 " generated.</Documentation>\n"
43932 " </IntVectorProperty>\n"
43933 " <IntVectorProperty\n"
43934 " name=\"GenerateCellVectors\"\n"
43935 " command=\"SetGenerateCellVectors\"\n"
43936 " number_of_elements=\"1\"\n"
43937 " default_values=\"1\">\n"
43938 " <BooleanDomain name=\"bool\"/>\n"
43939 " <Documentation>Indicate that point vectors are to be\n"
43940 ;
43941 
43942 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneral.xml
43944 " generated.</Documentation>\n"
43945 " </IntVectorProperty>\n"
43946 " </SourceProxy>\n"
43947 "\n"
43948 " <!-- ==================================================================== -->\n"
43949 " <SourceProxy class=\"vtkRectilinearGridToPointSet\"\n"
43950 " label=\"Rectilinear Data to Point Set\"\n"
43951 " name=\"RectilinearGridToPointSet\">\n"
43952 " <Documentation short_help=\"Converts a rectilinear grid to an\n"
43953 " equivalend structured grid\">The Rectilinear Grid to Point Set\n"
43954 " filter takes an rectilinear grid object and outputs an\n"
43955 " equivalent Structured Grid (which is a type of point set). This\n"
43956 " brings the data to a broader category of data storage but only\n"
43957 " adds a small amount of overhead. This filter can be helpful in\n"
43958 " applying filters that expect or manipulate point\n"
43959 " coordinates.</Documentation>\n"
43960 " <InputProperty command=\"SetInputConnection\"\n"
43961 " name=\"Input\">\n"
43962 " <ProxyGroupDomain name=\"groups\">\n"
43963 " <Group name=\"sources\" />\n"
43964 " <Group name=\"filters\" />\n"
43965 " </ProxyGroupDomain>\n"
43966 " <DataTypeDomain name=\"input_type\">\n"
43967 " <DataType value=\"vtkRectilinearGrid\" />\n"
43968 " </DataTypeDomain>\n"
43969 " </InputProperty>\n"
43970 " </SourceProxy>\n"
43971 "\n"
43972 " <!-- ==================================================================== -->\n"
43973 " <SourceProxy class=\"vtkShrinkFilter\"\n"
43974 " label=\"Shrink\"\n"
43975 " name=\"ShrinkFilter\">\n"
43976 " <Documentation long_help=\"This filter shrinks each input cell so they pull away from their neighbors.\"\n"
43977 " short_help=\"Shrink each input cell.\">The Shrink filter\n"
43978 " causes the individual cells of a dataset to break apart\n"
43979 " from each other by moving each cell's points toward the\n"
43980 " centroid of the cell. (The centroid of a cell is the\n"
43981 " average position of its points.) This filter operates on\n"
43982 " any type of dataset and produces unstructured grid\n"
43983 " output.</Documentation>\n"
43984 " <InputProperty command=\"SetInputConnection\"\n"
43985 " name=\"Input\">\n"
43986 " <ProxyGroupDomain name=\"groups\">\n"
43987 " <Group name=\"sources\" />\n"
43988 " <Group name=\"filters\" />\n"
43989 " </ProxyGroupDomain>\n"
43990 " <DataTypeDomain name=\"input_type\">\n"
43991 " <DataType value=\"vtkDataSet\" />\n"
43992 " </DataTypeDomain>\n"
43993 " <Documentation>This property specifies the input to the Shrink\n"
43994 " filter.</Documentation>\n"
43995 " </InputProperty>\n"
43996 " <DoubleVectorProperty animateable=\"1\"\n"
43997 " command=\"SetShrinkFactor\"\n"
43998 " default_values=\"0.5\"\n"
43999 " name=\"ShrinkFactor\"\n"
44000 " number_of_elements=\"1\">\n"
44001 " <DoubleRangeDomain max=\"1\"\n"
44002 " min=\"0\"\n"
44003 " name=\"range\" />\n"
44004 " <Documentation>The value of this property determines how far the points\n"
44005 " will move. A value of 0 positions the points at the centroid of the\n"
44006 " cell; a value of 1 leaves them at their original\n"
44007 " positions.</Documentation>\n"
44008 " </DoubleVectorProperty>\n"
44009 " <!-- End ShrinkFilter -->\n"
44010 " </SourceProxy>\n"
44011 "\n"
44012 " <!-- ==================================================================== -->\n"
44013 " <SourceProxy class=\"vtkSynchronizeTimeFilter\"\n"
44014 " label=\"Synchronize Time\"\n"
44015 " name=\"SynchronizeTime\">\n"
44016 " <Documentation short_help=\"Set 'close' time step values from the source to the input\">\n"
44017 " Synchronize time step values in the first input (Input) to time step\n"
44018 " values in the second input (Source) that are considered close enough.\n"
44019 " The outputted data set is from the first input and the number of\n"
44020 " output time steps is also equal to the number of time steps in\n"
44021 " the first input. Time step values in the first input that are\n"
44022 " \"close\" to time step values in the second input are replaced\n"
44023 " with the value from the second input. Close is determined to\n"
44024 " be if the difference is less than RelativeTolerance multiplied\n"
44025 " by the time range of the first input.\n"
44026 " </Documentation>\n"
44027 " <InputProperty command=\"SetInputConnection\" name=\"DataToPass\">\n"
44028 " <ProxyGroupDomain name=\"groups\">\n"
44029 " <Group name=\"sources\" />\n"
44030 " <Group name=\"filters\" />\n"
44031 " </ProxyGroupDomain>\n"
44032 " <DataTypeDomain name=\"input_type\">\n"
44033 " <DataType value=\"vtkDataSet\" />\n"
44034 " <DataType value=\"vtkCompositeDataSet\" />\n"
44035 " </DataTypeDomain>\n"
44036 " <Documentation>This property specifies the dataset whose geometry and\n"
44037 " fields will be output.</Documentation>\n"
44038 " </InputProperty>\n"
44039 " <InputProperty command=\"SetSourceConnection\" name=\"TimeToSync\">\n"
44040 " <ProxyGroupDomain name=\"groups\">\n"
44041 " <Group name=\"sources\" />\n"
44042 " <Group name=\"filters\" />\n"
44043 " </ProxyGroupDomain>\n"
44044 " <DataTypeDomain name=\"input_type\">\n"
44045 " <DataType value=\"vtkDataSet\" />\n"
44046 " <DataType value=\"vtkCompositeDataSet\" />\n"
44047 " </DataTypeDomain>\n"
44048 " <Documentation>This property specifies the dataset from which to obtain\n"
44049 " the time step values.</Documentation>\n"
44050 " </InputProperty>\n"
44051 " <DoubleVectorProperty\n"
44052 " name=\"RelativeTolerance\"\n"
44053 " command=\"SetRelativeTolerance\"\n"
44054 " number_of_elements=\"1\"\n"
44055 " default_values=\"0.00001\"\n"
44056 " panel_visibility=\"advanced\">\n"
44057 " </DoubleVectorProperty>\n"
44058 " <DoubleVectorProperty information_only=\"1\"\n"
44059 " name=\"TimestepValues\">\n"
44060 " <TimeStepsInformationHelper />\n"
44061 " </DoubleVectorProperty>\n"
44062 " <Hints>\n"
44063 " <Visibility RelativeTolerance=\"1\" />\n"
44064 " </Hints>\n"
44065 " <!-- End vtkSynchronizeTimeFilter -->\n"
44066 " </SourceProxy>\n"
44067 "\n"
44068 " <!-- ==================================================================== -->\n"
44069 " <SourceProxy class=\"vtkTableToPolyData\"\n"
44070 " label=\"Table To Points\"\n"
44071 " name=\"TableToPolyData\">\n"
44072 " <Documentation long_help=\"Converts table to set of points.\"\n"
44073 " short_help=\"Converts table to set of points.\">The\n"
44074 " TableToPolyData filter converts a vtkTable to a set of\n"
44075 " points in a vtkPolyData. One must specifies the columns in\n"
44076 " the input table to use as the X, Y and Z coordinates for\n"
44077 " the points in the output.</Documentation>\n"
44078 " <InputProperty command=\"SetInputConnection\"\n"
44079 " name=\"Input\">\n"
44080 " <ProxyGroupDomain name=\"groups\">\n"
44081 " <Group name=\"sources\" />\n"
44082 " <Group name=\"filters\" />\n"
44083 " </ProxyGroupDomain>\n"
44084 " <InputArrayDomain attribute_type=\"row\"\n"
44085 " name=\"input_array\"\n"
44086 " number_of_components=\"1\" />\n"
44087 " <DataTypeDomain name=\"input_type\">\n"
44088 " <DataType value=\"vtkTable\" />\n"
44089 " </DataTypeDomain>\n"
44090 " <Documentation>This property specifies the input..</Documentation>\n"
44091 " </InputProperty>\n"
44092 " <StringVectorProperty command=\"SetXColumn\"\n"
44093 " name=\"XColumn\"\n"
44094 " number_of_elements=\"1\"\n"
44095 " panel_visibility=\"default\">\n"
44096 " <ArrayListDomain name=\"array_list\">\n"
44097 " <RequiredProperties>\n"
44098 " <Property function=\"Input\"\n"
44099 " name=\"Input\" />\n"
44100 " </RequiredProperties>\n"
44101 " </ArrayListDomain>\n"
44102 " <Documentation>This property specifies which data array is going to be\n"
44103 " used as the X coordinate in the generated polydata\n"
44104 " dataset.</Documentation>\n"
44105 " </StringVectorProperty>\n"
44106 " <StringVectorProperty command=\"SetYColumn\"\n"
44107 " name=\"YColumn\"\n"
44108 " number_of_elements=\"1\"\n"
44109 " panel_visibility=\"default\">\n"
44110 " <ArrayListDomain name=\"array_list\">\n"
44111 " <RequiredProperties>\n"
44112 " <Property function=\"Input\"\n"
44113 " name=\"Input\" />\n"
44114 " </RequiredProperties>\n"
44115 " </ArrayListDomain>\n"
44116 " <Documentation>This property specifies which data array is going to be\n"
44117 " used as the Y coordinate in the generated polydata\n"
44118 " dataset.</Documentation>\n"
44119 " </StringVectorProperty>\n"
44120 " <StringVectorProperty command=\"SetZColumn\"\n"
44121 " name=\"ZColumn\"\n"
44122 " number_of_elements=\"1\"\n"
44123 " panel_visibility=\"default\">\n"
44124 " <ArrayListDomain name=\"array_list\">\n"
44125 " <RequiredProperties>\n"
44126 " <Property function=\"Input\"\n"
44127 " name=\"Input\" />\n"
44128 " </RequiredProperties>\n"
44129 " </ArrayListDomain>\n"
44130 " <Documentation>This property specifies which data array is going to be\n"
44131 " used as the Z coordinate in the generated polydata\n"
44132 " dataset.</Documentation>\n"
44133 " </StringVectorProperty>\n"
44134 " <IntVectorProperty command=\"SetCreate2DPoints\"\n"
44135 " default_values=\"0\"\n"
44136 " label=\"2D Points\"\n"
44137 " name=\"Create2DPoints\"\n"
44138 " number_of_elements=\"1\">\n"
44139 " <BooleanDomain name=\"bool\" />\n"
44140 " <Documentation>Specify whether the points of the polydata are 3D or 2D.\n"
44141 " If this is set to true then the Z Column will be ignored and the z\n"
44142 " value of each point on the polydata will be set to 0. By default this\n"
44143 " will be off.</Documentation>\n"
44144 " </IntVectorProperty>\n"
44145 " <IntVectorProperty command=\"SetPreserveCoordinateColumnsAsDataArrays\"\n"
44146 " default_values=\"0\"\n"
44147 " name=\"KeepAllDataArrays\"\n"
44148 " number_of_elements=\"1\">\n"
44149 " <BooleanDomain name=\"bool\" />\n"
44150 " <Documentation>Allow user to keep columns specified as X,Y,Z as Data\n"
44151 " arrays. By default this will be off.</Documentation>\n"
44152 " </IntVectorProperty>\n"
44153 " </SourceProxy>\n"
44154 "\n"
44155 " <!-- ==================================================================== -->\n"
44156 " <SourceProxy class=\"vtkTableToStructuredGrid\"\n"
44157 " label=\"Table To Structured Grid\"\n"
44158 " name=\"TableToStructuredGrid\">\n"
44159 " <Documentation long_help=\"Converts to table to structured grid.\"\n"
44160 " short_help=\"Converts to table to structured grid.\">The\n"
44161 " TableToStructuredGrid filter converts a vtkTable to a\n"
44162 " vtkStructuredGrid. One must specifies the columns in the\n"
44163 " input table to use as the X, Y and Z coordinates for the\n"
44164 " points in the output, and the whole\n"
44165 " extent.</Documentation>\n"
44166 " <InputProperty command=\"SetInputConnection\"\n"
44167 " name=\"Input\">\n"
44168 " <ProxyGroupDomain name=\"groups\">\n"
44169 " <Group name=\"sources\" />\n"
44170 " <Group name=\"filters\" />\n"
44171 " </ProxyGroupDomain>\n"
44172 " <InputArrayDomain attribute_type=\"row\"\n"
44173 " name=\"input_array\"\n"
44174 " number_of_components=\"1\" />\n"
44175 " <DataTypeDomain name=\"input_type\">\n"
44176 " <DataType value=\"vtkTable\" />\n"
44177 " </DataTypeDomain>\n"
44178 " <Documentation>This property specifies the input..</Documentation>\n"
44179 " </InputProperty>\n"
44180 " <IntVectorProperty command=\"SetWholeExtent\"\n"
44181 " default_values=\"0 0 0 0 0 0\"\n"
44182 " name=\"WholeExtent\"\n"
44183 " number_of_elements=\"6\">\n"
44184 " <!--\n"
44185 " <ExtentDomain name=\"extent\">\n"
44186 " <RequiredProperties>\n"
44187 " <Property name=\"Input\" function=\"Input\"/>\n"
44188 " </RequiredProperties>\n"
44189 " </ExtentDomain>\n"
44190 " <Documentation>\n"
44191 " This property gives the minimum and maximum point index (extent) in\n"
44192 " each dimension for the output dataset.\n"
44193 " </Documentation>\n"
44194 " -->\n"
44195 " </IntVectorProperty>\n"
44196 " <StringVectorProperty command=\"SetXColumn\"\n"
44197 " name=\"XColumn\"\n"
44198 " number_of_elements=\"1\">\n"
44199 " <ArrayListDomain name=\"array_list\">\n"
44200 " <RequiredProperties>\n"
44201 " <Property function=\"Input\"\n"
44202 " name=\"Input\" />\n"
44203 " </RequiredProperties>\n"
44204 " </ArrayListDomain>\n"
44205 " <Documentation>This property specifies which data array is going to be\n"
44206 " used as the X coordinate in the generated polydata\n"
44207 " dataset.</Documentation>\n"
44208 " </StringVectorProperty>\n"
44209 " <StringVectorProperty command=\"SetYColumn\"\n"
44210 " name=\"YColumn\"\n"
44211 " number_of_elements=\"1\">\n"
44212 " <ArrayListDomain name=\"array_list\">\n"
44213 " <RequiredProperties>\n"
44214 " <Property function=\"Input\"\n"
44215 " name=\"Input\" />\n"
44216 " </RequiredProperties>\n"
44217 " </ArrayListDomain>\n"
44218 " <Documentation>This property specifies which data array is going to be\n"
44219 " used as the Y coordinate in the generated polydata\n"
44220 " dataset.</Documentation>\n"
44221 " </StringVectorProperty>\n"
44222 " <StringVectorProperty command=\"SetZColumn\"\n"
44223 " name=\"ZColumn\"\n"
44224 " number_of_elements=\"1\">\n"
44225 " <ArrayListDomain name=\"array_list\">\n"
44226 " <RequiredProperties>\n"
44227 " <Property function=\"Input\"\n"
44228 " name=\"Input\" />\n"
44229 " </RequiredProperties>\n"
44230 " </ArrayListDomain>\n"
44231 " <Documentation>This property specifies which data array is going to be\n"
44232 " used as the Z coordinate in the generated polydata\n"
44233 " dataset.</Documentation>\n"
44234 " </StringVectorProperty>\n"
44235 " </SourceProxy>\n"
44236 "\n"
44237 " <!-- ==================================================================== -->\n"
44238 " <!-- Legacy filter (renamed from \"Particle Pathlines\" to handle temporal\n"
44239 " particle data. We should consider writing a generic \"sweep\" filter\n"
44240 " that handles temporal particles, lines and surfaces.\n"
44241 " - Leo 12/30/2012 -->\n"
44242 "\n"
44243 " <SourceProxy name=\"ParticlePathLines\"\n"
44244 " class=\"vtkTemporalPathLineFilter\"\n"
44245 " label=\"Temporal Particles To Pathlines\">\n"
44246 " <Documentation\n"
44247 " long_help=\"Creates polylines representing pathlines of animating particles\"\n"
44248 " short_help=\"Particle Pathlines\">\n"
44249 " Particle Pathlines takes any dataset as input, it extracts the\n"
44250 " point locations of all cells over time to build up a polyline\n"
44251 " trail. The point number (index) is used as the 'key' if the points\n"
44252 " are randomly changing their respective order in the points list,\n"
44253 " then you should specify a scalar that represents the unique\n"
44254 " ID. This is intended to handle the output of a filter such as the\n"
44255 " TemporalStreamTracer.\n"
44256 " </Documentation>\n"
44257 "\n"
44258 " <OutputPort name=\"Pathlines\" index=\"0\" />\n"
44259 ;
44260 
44261 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneral.xml
44263 " <OutputPort name=\"Particles\" index=\"1\" />\n"
44264 "\n"
44265 " <InputProperty name=\"Input\" command=\"SetInputConnection\">\n"
44266 " <ProxyGroupDomain name=\"groups\">\n"
44267 " <Group name=\"sources\"/>\n"
44268 " <Group name=\"filters\"/>\n"
44269 " </ProxyGroupDomain>\n"
44270 " <DataTypeDomain name=\"input_type\">\n"
44271 " <DataType value=\"vtkPointSet\"/>\n"
44272 " </DataTypeDomain>\n"
44273 " <InputArrayDomain name=\"input_array\" attribute_type=\"point\"\n"
44274 " optional=\"1\"/>\n"
44275 " <Documentation>\n"
44276 " The input cells to create pathlines for.\n"
44277 " </Documentation>\n"
44278 " </InputProperty>\n"
44279 "\n"
44280 " <InputProperty name=\"Selection\" command=\"SetSelectionConnection\">\n"
44281 " <ProxyGroupDomain name=\"groups\">\n"
44282 " <Group name=\"sources\"/>\n"
44283 " <Group name=\"filters\"/>\n"
44284 " </ProxyGroupDomain>\n"
44285 " <DataTypeDomain name=\"input_type\">\n"
44286 " <DataType value=\"vtkDataSet\"/>\n"
44287 " </DataTypeDomain>\n"
44288 " <Hints>\n"
44289 " <Optional />\n"
44290 " </Hints>\n"
44291 " <Documentation>\n"
44292 " Set a second input, which is a selection. Particles with the same\n"
44293 " Id in the selection as the primary input will be chosen for\n"
44294 " pathlines Note that you must have the same IdChannelArray in the\n"
44295 " selection as the input\n"
44296 " </Documentation>\n"
44297 " </InputProperty>\n"
44298 "\n"
44299 " <IntVectorProperty name=\"MaskPoints\"\n"
44300 " command=\"SetMaskPoints\"\n"
44301 " number_of_elements=\"1\"\n"
44302 " default_values=\"100\" >\n"
44303 " <Documentation>\n"
44304 " Set the number of particles to track as a ratio of the input.\n"
44305 " Example: setting MaskPoints to 10 will track every 10th point.\n"
44306 " </Documentation>\n"
44307 " </IntVectorProperty>\n"
44308 "\n"
44309 " <IntVectorProperty name=\"MaxTrackLength\"\n"
44310 " command=\"SetMaxTrackLength\"\n"
44311 " number_of_elements=\"1\"\n"
44312 " default_values=\"25\" >\n"
44313 " <Documentation>\n"
44314 " If the Particles being traced animate for a long time, the trails\n"
44315 " or traces will become long and stringy. Setting the\n"
44316 " MaxTraceTimeLength will limit how much of the trace is\n"
44317 " displayed. Tracks longer then the Max will disappear and the\n"
44318 " trace will appear like a snake of fixed length which progresses\n"
44319 " as the particle moves. This length is given with respect to\n"
44320 " timesteps.\n"
44321 " </Documentation>\n"
44322 " </IntVectorProperty>\n"
44323 "\n"
44324 " <DoubleVectorProperty name=\"MaxStepDistance\"\n"
44325 " command=\"SetMaxStepDistance\"\n"
44326 " number_of_elements=\"3\"\n"
44327 " animateable=\"1\"\n"
44328 " default_values=\"1.0 1.0 1.0\" >\n"
44329 " <DoubleRangeDomain name=\"range\"/>\n"
44330 " <Documentation>\n"
44331 " If a particle disappears from one end of a simulation and\n"
44332 " reappears on the other side, the track left will be\n"
44333 " unrepresentative. Set a MaxStepDistance{x,y,z} which acts as a\n"
44334 " threshold above which if a step occurs larger than the value (for\n"
44335 " the dimension), the track will be dropped and restarted after the\n"
44336 " step. (ie the part before the wrap around will be dropped and the\n"
44337 " newer part kept).\n"
44338 " </Documentation>\n"
44339 " </DoubleVectorProperty>\n"
44340 "\n"
44341 " <StringVectorProperty name=\"IdChannelArray\"\n"
44342 " command=\"SetIdChannelArray\"\n"
44343 " number_of_elements=\"1\"\n"
44344 " default_values=\"Global or Local IDs\"\n"
44345 " animateable=\"0\">\n"
44346 " <ArrayListDomain\n"
44347 " name=\"array_list\" attribute_type=\"Scalars\"\n"
44348 " none_string=\"Global or Local IDs\">\n"
44349 " <RequiredProperties>\n"
44350 " <Property name=\"Input\" function=\"Input\"/>\n"
44351 " </RequiredProperties>\n"
44352 " </ArrayListDomain>\n"
44353 " <Documentation>\n"
44354 " Specify the name of a scalar array which will be used to fetch\n"
44355 " the index of each point. This is necessary only if the particles\n"
44356 " change position (Id order) on each time step. The Id can be used\n"
44357 " to identify particles at each step and hence track them properly.\n"
44358 " If this array is set to \"Global or Local IDs\", the global point\n"
44359 " ids are used if they exist or the point index is otherwise.\n"
44360 " </Documentation>\n"
44361 " </StringVectorProperty>\n"
44362 " <!-- End TemporalPathLineFilter -->\n"
44363 " </SourceProxy>\n"
44364 "\n"
44365 " <!-- ==================================================================== -->\n"
44366 " <SourceProxy class=\"vtkTemporalStatistics\"\n"
44367 " label=\"Temporal Statistics\"\n"
44368 " name=\"TemporalStatistics\">\n"
44369 " <Documentation long_help=\"Loads in all time steps of a data set and computes some statistics about how each point and cell variable changes over time.\"\n"
44370 " short_help=\"Compute Temporal Statistics\">Given an input\n"
44371 " that changes over time, vtkTemporalStatistics looks at the\n"
44372 " data for each time step and computes some statistical\n"
44373 " information of how a point or cell variable changes over\n"
44374 " time. For example, vtkTemporalStatistics can compute the\n"
44375 " average value of \"pressure\" over time of each point. Note\n"
44376 " that this filter will require the upstream filter to be\n"
44377 " run on every time step that it reports that it can\n"
44378 " compute. This may be a time consuming operation.\n"
44379 " vtkTemporalStatistics ignores the temporal spacing. Each\n"
44380 " timestep will be weighted the same regardless of how long\n"
44381 " of an interval it is to the next timestep. Thus, the\n"
44382 " average statistic may be quite different from an\n"
44383 " integration of the variable if the time spacing\n"
44384 " varies.</Documentation>\n"
44385 " <InputProperty command=\"SetInputConnection\"\n"
44386 " name=\"Input\">\n"
44387 " <ProxyGroupDomain name=\"groups\">\n"
44388 " <Group name=\"sources\" />\n"
44389 " <Group name=\"filters\" />\n"
44390 " </ProxyGroupDomain>\n"
44391 " <DataTypeDomain name=\"input_type\">\n"
44392 " <DataType value=\"vtkDataSet\" />\n"
44393 " </DataTypeDomain>\n"
44394 " <Documentation>Set the input to the Temporal Statistics\n"
44395 " filter.</Documentation>\n"
44396 " </InputProperty>\n"
44397 " <IntVectorProperty command=\"SetComputeAverage\"\n"
44398 " default_values=\"1\"\n"
44399 " name=\"ComputeAverage\"\n"
44400 " number_of_elements=\"1\">\n"
44401 " <BooleanDomain name=\"bool\" />\n"
44402 " <Documentation>Compute the average of each point and cell variable over\n"
44403 " time.</Documentation>\n"
44404 " </IntVectorProperty>\n"
44405 " <IntVectorProperty command=\"SetComputeMinimum\"\n"
44406 " default_values=\"1\"\n"
44407 " name=\"ComputeMinimum\"\n"
44408 " number_of_elements=\"1\">\n"
44409 " <BooleanDomain name=\"bool\" />\n"
44410 " <Documentation>Compute the minimum of each point and cell variable over\n"
44411 " time.</Documentation>\n"
44412 " </IntVectorProperty>\n"
44413 " <IntVectorProperty command=\"SetComputeMaximum\"\n"
44414 " default_values=\"1\"\n"
44415 " name=\"ComputeMaximum\"\n"
44416 " number_of_elements=\"1\">\n"
44417 " <BooleanDomain name=\"bool\" />\n"
44418 " <Documentation>Compute the maximum of each point and cell variable over\n"
44419 " time.</Documentation>\n"
44420 " </IntVectorProperty>\n"
44421 " <IntVectorProperty command=\"SetComputeStandardDeviation\"\n"
44422 " default_values=\"1\"\n"
44423 " name=\"ComputeStandardDeviation\"\n"
44424 " number_of_elements=\"1\">\n"
44425 " <BooleanDomain name=\"bool\" />\n"
44426 " <Documentation>Compute the standard deviation of each point and cell\n"
44427 " variable over time.</Documentation>\n"
44428 " </IntVectorProperty>\n"
44429 " <Hints>\n"
44430 " <WarnOnCreate title=\"Potentially slow operation\">\n"
44431 " **Temporal Statistics** filter needs to process all timesteps\n"
44432 " available in your dataset and can potentially take a long time to complete.\n"
44433 " Do you want to continue?\n"
44434 " </WarnOnCreate>\n"
44435 " </Hints>\n"
44436 " <!-- End TemporalStatistics -->\n"
44437 " </SourceProxy>\n"
44438 "\n"
44439 " <!-- ==================================================================== -->\n"
44440 " <SourceProxy class=\"vtkTessellatorFilter\"\n"
44441 " label=\"Tessellate\"\n"
44442 " name=\"TessellatorFilter\">\n"
44443 " <Documentation long_help=\"Tessellate nonlinear curves, surfaces, and volumes with lines, triangles, and tetrahedra.\"\n"
44444 " short_help=\"Polygonalize a mesh.\">The Tessellate filter\n"
44445 " tessellates cells with nonlinear geometry and/or scalar\n"
44446 " fields into a simplicial complex with linearly\n"
44447 " interpolated field values that more closely approximate\n"
44448 " the original field. This is useful for datasets containing\n"
44449 " quadratic cells.</Documentation>\n"
44450 " <InputProperty command=\"SetInputConnection\"\n"
44451 " name=\"Input\">\n"
44452 " <ProxyGroupDomain name=\"groups\">\n"
44453 " <Group name=\"sources\" />\n"
44454 " <Group name=\"filters\" />\n"
44455 " </ProxyGroupDomain>\n"
44456 " <DataTypeDomain name=\"input_type\">\n"
44457 " <DataType value=\"vtkPolyData\" />\n"
44458 " <DataType value=\"vtkDataSet\" />\n"
44459 " <DataType value=\"vtkUnstructuredGrid\" />\n"
44460 " </DataTypeDomain>\n"
44461 " <Documentation>This property specifies the input to the Tessellate\n"
44462 " filter.</Documentation>\n"
44463 " </InputProperty>\n"
44464 " <IntVectorProperty command=\"SetOutputDimension\"\n"
44465 " default_values=\"3\"\n"
44466 " name=\"OutputDimension\"\n"
44467 " number_of_elements=\"1\">\n"
44468 " <IntRangeDomain max=\"3\"\n"
44469 " min=\"1\"\n"
44470 " name=\"range\" />\n"
44471 " <Documentation>The value of this property sets the maximum\n"
44472 " dimensionality of the output tessellation. When the value of this\n"
44473 " property is 3, 3D cells produce tetrahedra, 2D cells produce triangles,\n"
44474 " and 1D cells produce line segments. When the value is 2, 3D cells will\n"
44475 " have their boundaries tessellated with triangles. When the value is 1,\n"
44476 " all cells except points produce line segments.</Documentation>\n"
44477 " </IntVectorProperty>\n"
44478 " <DoubleVectorProperty command=\"SetChordError\"\n"
44479 " default_values=\"1e-3\"\n"
44480 " name=\"ChordError\"\n"
44481 " number_of_elements=\"1\">\n"
44482 " <DoubleRangeDomain name=\"range\" />\n"
44483 " <Documentation>This property controls the maximum chord error allowed\n"
44484 " at any edge midpoint in the output tessellation. The chord error is\n"
44485 " measured as the distance between the midpoint of any output edge and\n"
44486 " the original nonlinear geometry.</Documentation>\n"
44487 " </DoubleVectorProperty>\n"
44488 " <DoubleVectorProperty command=\"SetFieldCriterion\"\n"
44489 " label=\"Field Error\"\n"
44490 " name=\"FieldError2\"\n"
44491 " number_of_elements_per_command=\"1\"\n"
44492 " repeat_command=\"1\"\n"
44493 " use_index=\"1\">\n"
44494 " <Documentation>This property controls the maximum field error allowed\n"
44495 " at any edge midpoint in the output tessellation. The field error is\n"
44496 " measured as the difference between a field value at the midpoint of an\n"
44497 " output edge and the value of the corresponding field in the original\n"
44498 " nonlinear geometry.</Documentation>\n"
44499 " </DoubleVectorProperty>\n"
44500 " <IntVectorProperty command=\"SetMaximumNumberOfSubdivisions\"\n"
44501 " default_values=\"3\"\n"
44502 " label=\"Maximum Number of Subdivisions\"\n"
44503 " name=\"MaximumNumberOfSubdivisions\"\n"
44504 " number_of_elements=\"1\">\n"
44505 " <IntRangeDomain max=\"8\"\n"
44506 " min=\"0\"\n"
44507 " name=\"range\" />\n"
44508 " <Documentation>This property specifies the maximum number of times an\n"
44509 " edge may be subdivided. Increasing this number allows further\n"
44510 " refinement but can drastically increase the computational and storage\n"
44511 " requirements, especially when the value of the OutputDimension property\n"
44512 " is 3.</Documentation>\n"
44513 " </IntVectorProperty>\n"
44514 " <IntVectorProperty command=\"SetMergePoints\"\n"
44515 " default_values=\"1\"\n"
44516 " name=\"MergePoints\"\n"
44517 " number_of_elements=\"1\">\n"
44518 " <BooleanDomain name=\"bool\" />\n"
44519 " <Documentation>If the value of this property is set to 1, coincident\n"
44520 " vertices will be merged after tessellation has occurred. Only geometry\n"
44521 " is considered during the merge and the first vertex encountered is the\n"
44522 " one whose point attributes will be used. Any discontinuities in point\n"
44523 " fields will be lost. On the other hand, many operations, such as\n"
44524 " streamline generation, require coincident vertices to be merged. Toggle\n"
44525 " whether to merge coincident vertices.</Documentation>\n"
44526 " </IntVectorProperty>\n"
44527 " <Property command=\"ResetFieldCriteria\"\n"
44528 " immediate_update=\"1\"\n"
44529 " name=\"ResetFieldCriteria\"></Property>\n"
44530 " <!-- End TessellatorFilter -->\n"
44531 " </SourceProxy>\n"
44532 "\n"
44533 " <!-- ==================================================================== -->\n"
44534 " <SourceProxy class=\"vtkTransformFilter\"\n"
44535 " label=\"Transform\"\n"
44536 " name=\"TransformFilter\">\n"
44537 " <Documentation long_help=\"This filter applies transformation to the polygons.\"\n"
44538 " short_help=\"Transform polygonal data.\">The Transform\n"
44539 " filter allows you to specify the position, size, and\n"
44540 " orientation of polygonal, unstructured grid, and\n"
44541 " curvilinear data sets.</Documentation>\n"
44542 " <InputProperty command=\"SetInputConnection\"\n"
44543 " name=\"Input\"\n"
44544 " panel_visibility=\"default\">\n"
44545 " <ProxyGroupDomain name=\"groups\">\n"
44546 " <Group name=\"sources\" />\n"
44547 " <Group name=\"filters\" />\n"
44548 " </ProxyGroupDomain>\n"
44549 " <DataTypeDomain name=\"input_type\">\n"
44550 " <DataType value=\"vtkPointSet\" />\n"
44551 " <DataType value=\"vtkImageData\" />\n"
44552 " <DataType value=\"vtkRectilinearGrid\" />\n"
44553 " </DataTypeDomain>\n"
44554 " <Documentation>This property specifies the input to the Transform\n"
44555 " filter.</Documentation>\n"
44556 " </InputProperty>\n"
44557 " <ProxyProperty command=\"SetTransform\"\n"
44558 " name=\"Transform\"\n"
44559 ;
44560 
44561 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneral.xml
44563 " panel_visibility=\"default\">\n"
44564 " <ProxyGroupDomain name=\"groups\">\n"
44565 " <Group name=\"transforms\" />\n"
44566 " </ProxyGroupDomain>\n"
44567 " <ProxyListDomain name=\"proxy_list\">\n"
44568 " <Proxy group=\"extended_sources\"\n"
44569 " name=\"Transform3\" />\n"
44570 " </ProxyListDomain>\n"
44571 " <Documentation>The values in this property allow you to specify the\n"
44572 " transform (translation, rotation, and scaling) to apply to the input\n"
44573 " dataset.</Documentation>\n"
44574 " </ProxyProperty>\n"
44575 " <IntVectorProperty command=\"SetTransformAllInputVectors\"\n"
44576 " default_values=\"1\"\n"
44577 " name=\"TransformAllInputVectors\"\n"
44578 " number_of_elements=\"1\">\n"
44579 " <BooleanDomain name=\"bool\" />\n"
44580 " <Documentation> If off, only Vectors and Normals will be transformed.\n"
44581 " If on, all 3-component data arrays (considered as 3D vectors) will be transformed.\n"
44582 " All other arrays won't be flipped and will only be copied.</Documentation>\n"
44583 " </IntVectorProperty>\n"
44584 " <!-- End TransformFilter -->\n"
44585 " </SourceProxy>\n"
44586 "\n"
44587 " <!-- ==================================================================== -->\n"
44588 " <SourceProxy class=\"vtkWarpScalar\"\n"
44589 " label=\"Warp By Scalar\"\n"
44590 " name=\"WarpScalar\">\n"
44591 " <Documentation long_help=\"This filter moves point coordinates along a vector scaled by a point attribute. It can be used to produce carpet plots.\"\n"
44592 " short_help=\"Warp point scalars into a spatial elevation plot.\">\n"
44593 " The Warp (scalar) filter translates the points of the\n"
44594 " input data set along a vector by a distance determined by\n"
44595 " the specified scalars. This filter operates on polygonal,\n"
44596 " curvilinear, and unstructured grid data sets containing\n"
44597 " single-component scalar arrays. Because it only changes\n"
44598 " the positions of the points, the output data set type is\n"
44599 " the same as that of the input. Any scalars in the input\n"
44600 " dataset are copied to the output, so the data can be\n"
44601 " colored by them.</Documentation>\n"
44602 " <InputProperty command=\"SetInputConnection\"\n"
44603 " name=\"Input\">\n"
44604 " <ProxyGroupDomain name=\"groups\">\n"
44605 " <Group name=\"sources\" />\n"
44606 " <Group name=\"filters\" />\n"
44607 " </ProxyGroupDomain>\n"
44608 " <DataTypeDomain name=\"input_type\">\n"
44609 " <DataType value=\"vtkPointSet\" />\n"
44610 " <DataType value=\"vtkImageData\" />\n"
44611 " <DataType value=\"vtkRectilinearGrid\" />\n"
44612 " </DataTypeDomain>\n"
44613 " <InputArrayDomain attribute_type=\"point\"\n"
44614 " name=\"input_array\"\n"
44615 " number_of_components=\"1\" />\n"
44616 " <Documentation>This property specifies the input to the Warp (scalar)\n"
44617 " filter.</Documentation>\n"
44618 " </InputProperty>\n"
44619 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
44620 " element_types=\"0 0 0 0 2\"\n"
44621 " label=\"Scalars\"\n"
44622 " name=\"SelectInputScalars\"\n"
44623 " number_of_elements=\"5\"\n"
44624 " panel_visibility=\"default\">\n"
44625 " <ArrayListDomain attribute_type=\"Scalars\"\n"
44626 " name=\"array_list\">\n"
44627 " <RequiredProperties>\n"
44628 " <Property function=\"Input\"\n"
44629 " name=\"Input\" />\n"
44630 " </RequiredProperties>\n"
44631 " </ArrayListDomain>\n"
44632 " <Documentation>This property contains the name of the scalar array by\n"
44633 " which to warp the dataset.</Documentation>\n"
44634 " </StringVectorProperty>\n"
44635 " <DoubleVectorProperty animateable=\"1\"\n"
44636 " command=\"SetScaleFactor\"\n"
44637 " default_values=\"1.0\"\n"
44638 " name=\"ScaleFactor\"\n"
44639 " number_of_elements=\"1\"\n"
44640 " panel_visibility=\"default\">\n"
44641 " <BoundsDomain name=\"range\" mode=\"array_scaled_extent\">\n"
44642 " <RequiredProperties>\n"
44643 " <Property function=\"Input\" name=\"Input\" />\n"
44644 " <Property function=\"ArraySelection\" name=\"SelectInputScalars\" />\n"
44645 " </RequiredProperties>\n"
44646 " </BoundsDomain>\n"
44647 " <Hints>\n"
44648 " <NoDefault/>\n"
44649 " </Hints>\n"
44650 " <Documentation>The scalar value at a given point is multiplied by the\n"
44651 " value of this property to determine the magnitude of the change vector\n"
44652 " for that point.</Documentation>\n"
44653 " </DoubleVectorProperty>\n"
44654 " <DoubleVectorProperty command=\"SetNormal\"\n"
44655 " default_values=\"0 0 1\"\n"
44656 " name=\"Normal\"\n"
44657 " number_of_elements=\"3\">\n"
44658 " <DoubleRangeDomain name=\"range\" />\n"
44659 " <Documentation>The values of this property specify the direction along\n"
44660 " which to warp the dataset if any normals contained in the input dataset\n"
44661 " are not being used for this purpose. (See the UseNormal\n"
44662 " property.)</Documentation>\n"
44663 " </DoubleVectorProperty>\n"
44664 " <IntVectorProperty command=\"SetUseNormal\"\n"
44665 " default_values=\"0\"\n"
44666 " name=\"UseNormal\"\n"
44667 " number_of_elements=\"1\">\n"
44668 " <BooleanDomain name=\"bool\" />\n"
44669 " <Documentation>If point normals are present in the dataset, the value\n"
44670 " of this property toggles whether to use a single normal value (value =\n"
44671 " 1) or the normals from the dataset (value = 0).</Documentation>\n"
44672 " </IntVectorProperty>\n"
44673 " <IntVectorProperty command=\"SetXYPlane\"\n"
44674 " default_values=\"0\"\n"
44675 " label=\"XY Plane\"\n"
44676 " name=\"XYPlane\"\n"
44677 " number_of_elements=\"1\">\n"
44678 " <BooleanDomain name=\"bool\" />\n"
44679 " <Documentation>If the value of this property is 1, then the\n"
44680 " Z-coordinates from the input are considered to be the scalar values,\n"
44681 " and the displacement is along the Z axis. This is useful for creating\n"
44682 " carpet plots.</Documentation>\n"
44683 " </IntVectorProperty>\n"
44684 " <!-- End WarpScalar -->\n"
44685 " </SourceProxy>\n"
44686 "\n"
44687 " <!-- ==================================================================== -->\n"
44688 " <SourceProxy class=\"vtkWarpVector\"\n"
44689 " label=\"Warp By Vector\"\n"
44690 " name=\"WarpVector\">\n"
44691 " <Documentation long_help=\"This filter displaces point coordinates along a vector attribute. It is useful for showing mechanical deformation.\"\n"
44692 " short_help=\"Warp (displace) the geometry with a given vector field.\">\n"
44693 " The Warp (vector) filter translates the points of the\n"
44694 " input dataset using a specified vector array. The vector\n"
44695 " array chosen specifies a vector per point in the input.\n"
44696 " Each point is translated along its vector by a given scale\n"
44697 " factor. This filter operates on polygonal, curvilinear,\n"
44698 " and unstructured grid datasets. Because this filter only\n"
44699 " changes the positions of the points, the output dataset\n"
44700 " type is the same as that of the input.</Documentation>\n"
44701 " <InputProperty command=\"SetInputConnection\"\n"
44702 " name=\"Input\">\n"
44703 " <ProxyGroupDomain name=\"groups\">\n"
44704 " <Group name=\"sources\" />\n"
44705 " <Group name=\"filters\" />\n"
44706 " </ProxyGroupDomain>\n"
44707 " <DataTypeDomain name=\"input_type\">\n"
44708 " <DataType value=\"vtkPointSet\" />\n"
44709 " <DataType value=\"vtkImageData\" />\n"
44710 " <DataType value=\"vtkRectilinearGrid\" />\n"
44711 " </DataTypeDomain>\n"
44712 " <InputArrayDomain attribute_type=\"point\"\n"
44713 " name=\"input_array\"\n"
44714 " number_of_components=\"3\" />\n"
44715 " <Documentation>This property specifies the input to the Warp (vector)\n"
44716 " filter.</Documentation>\n"
44717 " </InputProperty>\n"
44718 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
44719 " element_types=\"0 0 0 0 2\"\n"
44720 " label=\"Vectors\"\n"
44721 " name=\"SelectInputVectors\"\n"
44722 " number_of_elements=\"5\"\n"
44723 " panel_visibility=\"default\">\n"
44724 " <ArrayListDomain attribute_type=\"Vectors\"\n"
44725 " name=\"array_list\">\n"
44726 " <RequiredProperties>\n"
44727 " <Property function=\"Input\"\n"
44728 " name=\"Input\" />\n"
44729 " </RequiredProperties>\n"
44730 " </ArrayListDomain>\n"
44731 " <Documentation>The value of this property contains the name of the\n"
44732 " vector array by which to warp the dataset's point\n"
44733 " coordinates.</Documentation>\n"
44734 " </StringVectorProperty>\n"
44735 " <DoubleVectorProperty command=\"SetScaleFactor\"\n"
44736 " default_values=\"1.0\"\n"
44737 " name=\"ScaleFactor\"\n"
44738 " number_of_elements=\"1\"\n"
44739 " panel_visibility=\"default\">\n"
44740 " <BoundsDomain name=\"range\" mode=\"array_scaled_extent\">\n"
44741 " <RequiredProperties>\n"
44742 " <Property function=\"Input\" name=\"Input\" />\n"
44743 " <Property function=\"ArraySelection\" name=\"SelectInputVectors\" />\n"
44744 " </RequiredProperties>\n"
44745 " </BoundsDomain>\n"
44746 " <Hints>\n"
44747 " <NoDefault/>\n"
44748 " </Hints>\n"
44749 " <Documentation>Each component of the selected vector array will be\n"
44750 " multiplied by the value of this property before being used to compute\n"
44751 " new point coordinates.</Documentation>\n"
44752 " </DoubleVectorProperty>\n"
44753 " <!-- End WarpVector -->\n"
44754 " </SourceProxy>\n"
44755 "\n"
44756 " <!-- ==================================================================== -->\n"
44757 " <SourceProxy class=\"vtkYoungsMaterialInterface\"\n"
44758 " label=\"Youngs Material Interface\"\n"
44759 " name=\"YoungsMaterialInterface\">\n"
44760 " <Documentation long_help=\"Computes linear material interfaces in 2D or 3D mixed cells produced by eulerian or ALE simulation codes\"\n"
44761 " short_help=\"Youngs material interface reconstruction\">\n"
44762 " Computes linear material interfaces in 2D or 3D mixed\n"
44763 " cells produced by Eulerian or ALE simulation\n"
44764 " codes</Documentation>\n"
44765 " <InputProperty command=\"SetInputConnection\"\n"
44766 " name=\"Input\">\n"
44767 " <ProxyGroupDomain name=\"groups\">\n"
44768 " <Group name=\"sources\" />\n"
44769 " <Group name=\"filters\" />\n"
44770 " </ProxyGroupDomain>\n"
44771 " <DataTypeDomain name=\"input_type\">\n"
44772 " <DataType value=\"vtkCompositeDataSet\" />\n"
44773 " </DataTypeDomain>\n"
44774 " <InputArrayDomain attribute_type=\"cell\"\n"
44775 " name=\"input_array1\"\n"
44776 " number_of_components=\"1\"></InputArrayDomain>\n"
44777 " <InputArrayDomain attribute_type=\"cell\"\n"
44778 " name=\"input_array3\"\n"
44779 " number_of_components=\"3\"\n"
44780 " optional=\"1\"></InputArrayDomain>\n"
44781 " </InputProperty>\n"
44782 " <IntVectorProperty command=\"SetInverseNormal\"\n"
44783 " default_values=\"0\"\n"
44784 " name=\"InverseNormal\"\n"
44785 " number_of_elements=\"1\">\n"
44786 " <BooleanDomain name=\"bool\" />\n"
44787 " </IntVectorProperty>\n"
44788 " <IntVectorProperty command=\"SetReverseMaterialOrder\"\n"
44789 " default_values=\"0\"\n"
44790 " name=\"ReverseMaterialOrder\"\n"
44791 " number_of_elements=\"1\">\n"
44792 " <BooleanDomain name=\"bool\" />\n"
44793 " </IntVectorProperty>\n"
44794 " <IntVectorProperty command=\"SetOnionPeel\"\n"
44795 " default_values=\"1\"\n"
44796 " name=\"OnionPeel\"\n"
44797 " number_of_elements=\"1\">\n"
44798 " <BooleanDomain name=\"bool\" />\n"
44799 " </IntVectorProperty>\n"
44800 " <IntVectorProperty command=\"SetAxisSymetric\"\n"
44801 " default_values=\"1\"\n"
44802 " name=\"AxisSymetric\"\n"
44803 " number_of_elements=\"1\">\n"
44804 " <BooleanDomain name=\"bool\" />\n"
44805 " </IntVectorProperty>\n"
44806 " <IntVectorProperty command=\"SetFillMaterial\"\n"
44807 " default_values=\"1\"\n"
44808 " name=\"FillMaterial\"\n"
44809 " number_of_elements=\"1\">\n"
44810 " <BooleanDomain name=\"bool\" />\n"
44811 " </IntVectorProperty>\n"
44812 " <IntVectorProperty command=\"SetUseFractionAsDistance\"\n"
44813 " default_values=\"0\"\n"
44814 " name=\"UseFractionAsDistance\"\n"
44815 " number_of_elements=\"1\">\n"
44816 " <BooleanDomain name=\"bool\" />\n"
44817 " </IntVectorProperty>\n"
44818 " <DoubleVectorProperty command=\"SetVolumeFractionRange\"\n"
44819 " default_values=\"0.01 0.99\"\n"
44820 " name=\"VolumeFractionRange\"\n"
44821 " number_of_elements=\"2\">\n"
44822 " <DoubleRangeDomain max=\"1\"\n"
44823 " min=\"0\"\n"
44824 " name=\"range\" />\n"
44825 " </DoubleVectorProperty>\n"
44826 " <IntVectorProperty command=\"GetNumberOfDomains\"\n"
44827 " information_only=\"1\"\n"
44828 " name=\"NumberOfDomainsInformation\">\n"
44829 " <SimpleIntInformationHelper />\n"
44830 " </IntVectorProperty>\n"
44831 " <StringVectorProperty command=\"SetMaterialVolumeFractionArray\"\n"
44832 " name=\"VolumeFractionArrays\"\n"
44833 " repeat_command=\"1\"\n"
44834 " set_number_command=\"SetNumberOfMaterials\"\n"
44835 " use_index=\"1\">\n"
44836 " <ArrayListDomain attribute_type=\"Scalars\"\n"
44837 " input_domain_name=\"input_array1\"\n"
44838 " name=\"array_list\">\n"
44839 " <RequiredProperties>\n"
44840 " <Property function=\"Input\"\n"
44841 " name=\"Input\" />\n"
44842 " </RequiredProperties>\n"
44843 " </ArrayListDomain>\n"
44844 " </StringVectorProperty>\n"
44845 " <StringVectorProperty command=\"SetMaterialNormalArray\"\n"
44846 " element_types=\"2 2\"\n"
44847 " name=\"NormalArrays\"\n"
44848 " number_of_elements_per_command=\"2\"\n"
44849 " repeat_command=\"1\">\n"
44850 " <ArrayListDomain attribute_type=\"Vectors\"\n"
44851 " none_string=\"None\"\n"
44852 " input_domain_name=\"input_array3\"\n"
44853 " name=\"array_list\">\n"
44854 " <RequiredProperties>\n"
44855 " <Property function=\"Input\"\n"
44856 " name=\"Input\" />\n"
44857 " </RequiredProperties>\n"
44858 " </ArrayListDomain>\n"
44859 " <Hints>\n"
44860 " <NoDefault />\n"
44861 " </Hints>\n"
44862 " </StringVectorProperty>\n"
44863 " <StringVectorProperty command=\"SetMaterialOrderingArray\"\n"
44864 ;
44865 
44866 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneral.xml
44868 " element_types=\"2 2\"\n"
44869 " name=\"OrderingArrays\"\n"
44870 " number_of_elements_per_command=\"2\"\n"
44871 " repeat_command=\"1\">\n"
44872 " <ArrayListDomain attribute_type=\"Scalars\"\n"
44873 " none_string=\"None\"\n"
44874 " input_domain_name=\"input_array1\"\n"
44875 " name=\"array_list\">\n"
44876 " <RequiredProperties>\n"
44877 " <Property function=\"Input\"\n"
44878 " name=\"Input\" />\n"
44879 " </RequiredProperties>\n"
44880 " </ArrayListDomain>\n"
44881 " <Hints>\n"
44882 " <NoDefault />\n"
44883 " </Hints>\n"
44884 " </StringVectorProperty>\n"
44885 " <PropertyGroup panel_widget=\"YoungsMaterial\">\n"
44886 " <Property name=\"VolumeFractionArrays\" function=\"VolumeFractionArrays\" />\n"
44887 " <Property name=\"OrderingArrays\" function=\"OrderingArrays\" />\n"
44888 " <Property name=\"NormalArrays\" function=\"NormalArrays\" />\n"
44889 " </PropertyGroup>\n"
44890 " <!-- End of YoungsMaterialInterface -->\n"
44891 " </SourceProxy>\n"
44892 "\n"
44893 " <!-- ==================================================================== -->\n"
44894 " <SourceProxy class=\"vtkDeflectNormals\"\n"
44895 " label=\"Deflect Normals\"\n"
44896 " name=\"DeflectNormals\">\n"
44897 " <Documentation long_help=\"This filter deflects normal orientation along a vector attribute.\"\n"
44898 " short_help=\"Deflects the normals with a given vector field.\" />\n"
44899 " <InputProperty command=\"SetInputConnection\"\n"
44900 " name=\"Input\">\n"
44901 " <ProxyGroupDomain name=\"groups\">\n"
44902 " <Group name=\"sources\" />\n"
44903 " <Group name=\"filters\" />\n"
44904 " </ProxyGroupDomain>\n"
44905 " <DataTypeDomain name=\"input_type\">\n"
44906 " <DataType value=\"vtkDataSet\" />\n"
44907 " </DataTypeDomain>\n"
44908 " <InputArrayDomain attribute_type=\"point\"\n"
44909 " name=\"input_array\"\n"
44910 " number_of_components=\"3\" />\n"
44911 " <Documentation>This property specifies the input to the filter.</Documentation>\n"
44912 " </InputProperty>\n"
44913 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
44914 " element_types=\"0 0 0 0 2\"\n"
44915 " label=\"Vectors\"\n"
44916 " name=\"SelectInputVectors\"\n"
44917 " number_of_elements=\"5\"\n"
44918 " panel_visibility=\"default\">\n"
44919 " <ArrayListDomain attribute_type=\"Vectors\"\n"
44920 " name=\"array_list\">\n"
44921 " <RequiredProperties>\n"
44922 " <Property function=\"Input\"\n"
44923 " name=\"Input\" />\n"
44924 " </RequiredProperties>\n"
44925 " </ArrayListDomain>\n"
44926 " <Documentation>The value of this property contains the name of the\n"
44927 " vector array by which to deflect the dataset's normals.</Documentation>\n"
44928 " </StringVectorProperty>\n"
44929 " <DoubleVectorProperty command=\"SetScaleFactor\"\n"
44930 " default_values=\"1.0\"\n"
44931 " name=\"ScaleFactor\"\n"
44932 " number_of_elements=\"1\"\n"
44933 " panel_visibility=\"default\"\n"
44934 " animateable=\"1\">\n"
44935 " <Documentation>Normal deflection factor.</Documentation>\n"
44936 " </DoubleVectorProperty>\n"
44937 " <IntVectorProperty command=\"SetUseUserNormal\"\n"
44938 " name=\"UseUserNormal\"\n"
44939 " default_values=\"0\"\n"
44940 " number_of_elements=\"1\"\n"
44941 " panel_visibility=\"default\">\n"
44942 " <BooleanDomain name=\"bool\" />\n"
44943 " <Documentation>\n"
44944 " Use a user specified normal instead of the existing point normals.\n"
44945 " </Documentation>\n"
44946 " </IntVectorProperty>\n"
44947 " <DoubleVectorProperty command=\"SetUserNormal\"\n"
44948 " default_values=\"0 0 1\"\n"
44949 " name=\"UserNormal\"\n"
44950 " number_of_elements=\"3\"\n"
44951 " panel_visibility=\"default\">\n"
44952 " <Documentation>Specify the user constant normal.</Documentation>\n"
44953 " </DoubleVectorProperty>\n"
44954 " <!-- End WarpVector -->\n"
44955 " </SourceProxy>\n"
44956 "\n"
44957 " </ProxyGroup>\n"
44958 "</ServerManagerConfiguration>\n"
44959 "\n";
44960 // Get single string
44962 {
44963 
44964  const size_t len0 = strlen(paraview_server_managerfilters_filtersgeneralInterface0);
44965  const size_t len1 = strlen(paraview_server_managerfilters_filtersgeneralInterface1);
44966  const size_t len2 = strlen(paraview_server_managerfilters_filtersgeneralInterface2);
44967  const size_t len3 = strlen(paraview_server_managerfilters_filtersgeneralInterface3);
44968  const size_t len4 = strlen(paraview_server_managerfilters_filtersgeneralInterface4);
44969  const size_t len5 = strlen(paraview_server_managerfilters_filtersgeneralInterface5);
44970  const size_t len6 = strlen(paraview_server_managerfilters_filtersgeneralInterface6);
44971  const size_t len7 = strlen(paraview_server_managerfilters_filtersgeneralInterface7);
44972  size_t len = ( 0
44973  + len0
44974  + len1
44975  + len2
44976  + len3
44977  + len4
44978  + len5
44979  + len6
44980  + len7 );
44981  char* res = new char[ len + 1];
44982  size_t offset = 0;
44991  assert(offset == len);
44992  res[offset] = 0;
44993  return res;
44994 }
44995 
44996 
44997 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_filtersgeneral.xml
44999 "<ServerManagerConfiguration>\n"
45000 " <ProxyGroup name=\"sources\">\n"
45001 " <!-- ==================================================================== -->\n"
45002 " <SourceProxy class=\"vtkAxes\"\n"
45003 " label=\"Axes\"\n"
45004 " name=\"Axes\">\n"
45005 " <Documentation long_help=\"Three lines representing the axes - red line along X, green line along Y, and blue line along Z\"\n"
45006 " short_help=\"Create three lines representing X, Y and Z axes\">\n"
45007 " The Axes source can be used to add a representation of the\n"
45008 " coordinate system axes to the 3D scene. The X axis will be\n"
45009 " drawn as a blue line, the Y axis as a green line, and the\n"
45010 " Z axis as a red line. The axes can be drawn either as\n"
45011 " three lines drawn in the positive direction from the\n"
45012 " origin or as three lines crossing at the origin (drawn in\n"
45013 " both the positive and negative directions). The output of\n"
45014 " the Axes source is polygonal data. This polygonal data has\n"
45015 " a scalar per line so that the lines can be colored. It\n"
45016 " also has normals defined.</Documentation>\n"
45017 " <DoubleVectorProperty command=\"SetScaleFactor\"\n"
45018 " default_values=\"1.0\"\n"
45019 " name=\"ScaleFactor\"\n"
45020 " number_of_elements=\"1\">\n"
45021 " <DoubleRangeDomain min=\"0\"\n"
45022 " name=\"range\" />\n"
45023 " <Documentation>By default the axes lines have a length of 1 (or 1 in\n"
45024 " each direction, for a total length of 2, if value of the Symmetric\n"
45025 " property is 1). Increasing or decreasing the value of this property\n"
45026 " will make the axes larger or smaller, respectively.</Documentation>\n"
45027 " </DoubleVectorProperty>\n"
45028 " <DoubleVectorProperty command=\"SetOrigin\"\n"
45029 " default_values=\"0.0 0.0 0.0\"\n"
45030 " name=\"Origin\"\n"
45031 " number_of_elements=\"3\"\n"
45032 " panel_visibility=\"default\">\n"
45033 " <DoubleRangeDomain name=\"range\" />\n"
45034 " <Documentation>The values of this property set the X, Y, and Z\n"
45035 " coordinates of the origin of the axes.</Documentation>\n"
45036 " </DoubleVectorProperty>\n"
45037 " <IntVectorProperty command=\"SetSymmetric\"\n"
45038 " default_values=\"0\"\n"
45039 " name=\"Symmetric\"\n"
45040 " number_of_elements=\"1\">\n"
45041 " <BooleanDomain name=\"bool\" />\n"
45042 " <Documentation>When this property is set to 1, the axes extend along\n"
45043 " each of the positive and negative directions for a distance equal to\n"
45044 " the value of the Scale Factor property. When set to 0, the axes extend\n"
45045 " only in the positive direction.</Documentation>\n"
45046 " </IntVectorProperty>\n"
45047 " <!-- End Axes -->\n"
45048 " </SourceProxy>\n"
45049 "\n"
45050 " <!-- ==================================================================== -->\n"
45051 " <SourceProxy class=\"vtkTimeSourceExample\"\n"
45052 " label=\"Time Source\"\n"
45053 " name=\"TimeSource\">\n"
45054 " <Documentation long_help=\"Produces a single cell uniform grid with data values that vary over a sin(t) wave from t=0 to t=1 (radian).\"\n"
45055 " short_help=\"Produces a sine wave over time\">Produces a\n"
45056 " single cell uniform grid with data values that vary over a\n"
45057 " sin(t) wave from t=0 to t=1 (radian).</Documentation>\n"
45058 " <IntVectorProperty command=\"SetAnalytic\"\n"
45059 " default_values=\"0\"\n"
45060 " name=\"Analytic\"\n"
45061 " number_of_elements=\"1\">\n"
45062 " <BooleanDomain name=\"bool\" />\n"
45063 " <Documentation>Makes the time source produce discrete steps of or an\n"
45064 " analytic sin wave.</Documentation>\n"
45065 " </IntVectorProperty>\n"
45066 " <DoubleVectorProperty command=\"SetXAmplitude\"\n"
45067 " default_values=\"0.0\"\n"
45068 " name=\"X Amplitude\"\n"
45069 " number_of_elements=\"1\">\n"
45070 " <DoubleRangeDomain name=\"range\" />\n"
45071 " <Documentation>Controls how far the data set moves along X over\n"
45072 " time.</Documentation>\n"
45073 " </DoubleVectorProperty>\n"
45074 " <DoubleVectorProperty command=\"SetYAmplitude\"\n"
45075 " default_values=\"0.0\"\n"
45076 " name=\"Y Amplitude\"\n"
45077 " number_of_elements=\"1\">\n"
45078 " <DoubleRangeDomain name=\"range\" />\n"
45079 " <Documentation>Controls how far the data set moves along Y over\n"
45080 " time.</Documentation>\n"
45081 " </DoubleVectorProperty>\n"
45082 " <IntVectorProperty command=\"SetGrowing\"\n"
45083 " default_values=\"0\"\n"
45084 " name=\"Growing\"\n"
45085 " number_of_elements=\"1\">\n"
45086 " <BooleanDomain name=\"bool\" />\n"
45087 " <Documentation>Makes the time source grow and shrink along Y over\n"
45088 " time.</Documentation>\n"
45089 " </IntVectorProperty>\n"
45090 " <DoubleVectorProperty information_only=\"1\"\n"
45091 " name=\"TimestepValues\"\n"
45092 " repeatable=\"1\">\n"
45093 " <TimeStepsInformationHelper />\n"
45094 " </DoubleVectorProperty>\n"
45095 " <!-- End of TimeSource -->\n"
45096 " </SourceProxy>\n"
45097 " </ProxyGroup>\n"
45098 "</ServerManagerConfiguration>\n"
45099 "\n";
45100 // Get single string
45102 {
45103 
45104  const size_t len0 = strlen(paraview_server_managersources_filtersgeneralInterface0);
45105  size_t len = ( 0
45106  + len0 );
45107  char* res = new char[ len + 1];
45108  size_t offset = 0;
45110  assert(offset == len);
45111  res[offset] = 0;
45112  return res;
45113 }
45114 
45115 
45116 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_plotonintersectioncurves.xml
45118 "<ServerManagerConfiguration>\n"
45119 " <ProxyGroup name=\"filters\">\n"
45120 " <!-- ==================================================================== -->\n"
45121 " <CompoundSourceProxy label=\"Plot On Intersection Curves\"\n"
45122 " name=\"PlotOnIntersectionCurves\">\n"
45123 " <Documentation long_help=\"Extracts the edges in a 2D plane and plots them\"\n"
45124 " short_help=\"Extracts the edges in a 2D plane and plots them\">\n"
45125 " Extracts the surface, intersect it with a 2D plane. Plot\n"
45126 " the resulting polylines.</Documentation>\n"
45127 " <Proxy compound_name=\"ExtractSurface1\"\n"
45128 " group=\"filters\"\n"
45129 " id=\"374\"\n"
45130 " servers=\"1\"\n"
45131 " type=\"DataSetSurfaceFilter\">\n"
45132 " <Property id=\"374.Input\"\n"
45133 " name=\"Input\"\n"
45134 " number_of_elements=\"1\">\n"
45135 " <Domain id=\"374.Input.groups\"\n"
45136 " name=\"groups\">\n"
45137 " <Group value=\"sources\" />\n"
45138 " <Group value=\"filters\" />\n"
45139 " </Domain>\n"
45140 " <Domain id=\"374.Input.input_type\"\n"
45141 " name=\"input_type\">\n"
45142 " <DataType value=\"vtkDataSet\" />\n"
45143 " </Domain>\n"
45144 " </Property>\n"
45145 " <Property id=\"374.PieceInvariant\"\n"
45146 " name=\"PieceInvariant\"\n"
45147 " number_of_elements=\"1\">\n"
45148 " <Element index=\"0\"\n"
45149 " value=\"1\" />\n"
45150 " <Domain id=\"374.PieceInvariant.bool\"\n"
45151 " name=\"bool\" />\n"
45152 " </Property>\n"
45153 " </Proxy>\n"
45154 " <Proxy compound_name=\"PlotEdges1\"\n"
45155 " group=\"filters\"\n"
45156 " id=\"971\"\n"
45157 " servers=\"1\"\n"
45158 " type=\"PlotOnSortedLines\">\n"
45159 " <Property id=\"971.Input\"\n"
45160 " name=\"Input\"\n"
45161 " number_of_elements=\"1\">\n"
45162 " <Proxy output_port=\"0\"\n"
45163 " value=\"667\" />\n"
45164 " <Domain id=\"971.Input.groups\"\n"
45165 " name=\"groups\">\n"
45166 " <Group value=\"sources\" />\n"
45167 " <Group value=\"filters\" />\n"
45168 " </Domain>\n"
45169 " <Domain id=\"971.Input.input_type\"\n"
45170 " name=\"input_type\">\n"
45171 " <DataType value=\"vtkPolyData\" />\n"
45172 " </Domain>\n"
45173 " </Property>\n"
45174 " </Proxy>\n"
45175 " <Proxy compound_name=\"Slice1\"\n"
45176 " group=\"filters\"\n"
45177 " id=\"667\"\n"
45178 " servers=\"1\"\n"
45179 " type=\"Cut\">\n"
45180 " <Property id=\"667.ContourValues\"\n"
45181 " name=\"ContourValues\"\n"
45182 " number_of_elements=\"1\">\n"
45183 " <Element index=\"0\"\n"
45184 " value=\"0\" />\n"
45185 " <Domain id=\"667.ContourValues.bounds\"\n"
45186 " name=\"bounds\">\n"
45187 " <Min index=\"0\"\n"
45188 " value=\"-0.718069\" />\n"
45189 " <Max index=\"0\"\n"
45190 " value=\"0.718069\" />\n"
45191 " </Domain>\n"
45192 " </Property>\n"
45193 " <Property id=\"667.CutFunction\"\n"
45194 " name=\"CutFunction\"\n"
45195 " number_of_elements=\"1\">\n"
45196 " <Proxy value=\"670\" />\n"
45197 " <Domain id=\"667.CutFunction.groups\"\n"
45198 " name=\"groups\">\n"
45199 " <Group value=\"implicit_functions\" />\n"
45200 " </Domain>\n"
45201 " <Domain id=\"667.CutFunction.proxy_list\"\n"
45202 " name=\"proxy_list\">\n"
45203 " <Proxy value=\"670\" />\n"
45204 " <Proxy value=\"671\" />\n"
45205 " <Proxy value=\"672\" />\n"
45206 " </Domain>\n"
45207 " </Property>\n"
45208 " <Property id=\"667.Input\"\n"
45209 " name=\"Input\"\n"
45210 " number_of_elements=\"1\">\n"
45211 " <Proxy output_port=\"0\"\n"
45212 " value=\"374\" />\n"
45213 " <Domain id=\"667.Input.groups\"\n"
45214 " name=\"groups\">\n"
45215 " <Group value=\"sources\" />\n"
45216 " <Group value=\"filters\" />\n"
45217 " </Domain>\n"
45218 " <Domain id=\"667.Input.input_type\"\n"
45219 " name=\"input_type\">\n"
45220 " <DataType value=\"vtkDataSet\" />\n"
45221 " </Domain>\n"
45222 " </Property>\n"
45223 " <Property id=\"667.InputBounds\"\n"
45224 " name=\"InputBounds\">\n"
45225 " <Domain id=\"667.InputBounds.bounds\"\n"
45226 " name=\"bounds\">\n"
45227 " <Min index=\"0\"\n"
45228 " value=\"-0.5\" />\n"
45229 " <Min index=\"1\"\n"
45230 " value=\"-0.124991\" />\n"
45231 " <Min index=\"2\"\n"
45232 " value=\"-0.5\" />\n"
45233 " <Max index=\"0\"\n"
45234 " value=\"0.5\" />\n"
45235 " <Max index=\"1\"\n"
45236 " value=\"0.124991\" />\n"
45237 " <Max index=\"2\"\n"
45238 " value=\"0.5\" />\n"
45239 " </Domain>\n"
45240 " </Property>\n"
45241 " </Proxy>\n"
45242 " <Proxy compound_name=\"auto_670\"\n"
45243 " group=\"implicit_functions\"\n"
45244 " id=\"670\"\n"
45245 " servers=\"1\"\n"
45246 " type=\"Plane\">\n"
45247 " <Property id=\"670.Normal\"\n"
45248 " name=\"Normal\"\n"
45249 " number_of_elements=\"3\">\n"
45250 " <Element index=\"0\"\n"
45251 " value=\"1\" />\n"
45252 " <Element index=\"1\"\n"
45253 " value=\"0\" />\n"
45254 " <Element index=\"2\"\n"
45255 " value=\"0\" />\n"
45256 " <Domain id=\"670.Normal.range\"\n"
45257 " name=\"range\" />\n"
45258 " </Property>\n"
45259 " <Property id=\"670.Offset\"\n"
45260 " name=\"Offset\"\n"
45261 " number_of_elements=\"1\">\n"
45262 " <Element index=\"0\"\n"
45263 " value=\"0\" />\n"
45264 " <Domain id=\"670.Offset.range\"\n"
45265 " name=\"range\">\n"
45266 " <Min index=\"0\"\n"
45267 " value=\"0\" />\n"
45268 " <Max index=\"0\"\n"
45269 " value=\"0\" />\n"
45270 " </Domain>\n"
45271 " </Property>\n"
45272 " <Property id=\"670.Origin\"\n"
45273 " name=\"Origin\"\n"
45274 " number_of_elements=\"3\">\n"
45275 " <Element index=\"0\"\n"
45276 " value=\"0\" />\n"
45277 " <Element index=\"1\"\n"
45278 " value=\"0\" />\n"
45279 " <Element index=\"2\"\n"
45280 " value=\"0\" />\n"
45281 " <Domain id=\"670.Origin.range\"\n"
45282 " name=\"range\">\n"
45283 " <Min index=\"0\"\n"
45284 " value=\"-0.5\" />\n"
45285 " <Min index=\"1\"\n"
45286 " value=\"-0.124991\" />\n"
45287 " <Min index=\"2\"\n"
45288 " value=\"-0.5\" />\n"
45289 " <Max index=\"0\"\n"
45290 " value=\"0.5\" />\n"
45291 " <Max index=\"1\"\n"
45292 " value=\"0.124991\" />\n"
45293 " <Max index=\"2\"\n"
45294 " value=\"0.5\" />\n"
45295 " </Domain>\n"
45296 " </Property>\n"
45297 " </Proxy>\n"
45298 " <ExposedProperties>\n"
45299 " <Property exposed_name=\"Input\"\n"
45300 " name=\"Input\"\n"
45301 " proxy_name=\"ExtractSurface1\" />\n"
45302 " <Property exposed_name=\"Slice Type\"\n"
45303 " name=\"CutFunction\"\n"
45304 " proxy_name=\"Slice1\" />\n"
45305 " </ExposedProperties>\n"
45306 " <OutputPort name=\"Output\"\n"
45307 " port_index=\"0\"\n"
45308 " proxy=\"PlotEdges1\" />\n"
45309 " <Hints>\n"
45310 " <!-- View can be used to specify the preferred view for the proxy -->\n"
45311 " <View type=\"XYChartView\" />\n"
45312 " <Plotable />\n"
45313 " </Hints>\n"
45314 " </CompoundSourceProxy>\n"
45315 " </ProxyGroup>\n"
45316 "</ServerManagerConfiguration>\n"
45317 "\n";
45318 // Get single string
45320 {
45321 
45323  size_t len = ( 0
45324  + len0 );
45325  char* res = new char[ len + 1];
45326  size_t offset = 0;
45328  assert(offset == len);
45329  res[offset] = 0;
45330  return res;
45331 }
45332 
45333 
45334 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_normalglyphs.xml
45336 "<ServerManagerConfiguration>\n"
45337 " <ProxyGroup name=\"filters\">\n"
45338 " <!-- ==================================================================== -->\n"
45339 " <CompoundSourceProxy label=\"Normal Glyphs\"\n"
45340 " name=\"NormalGlyphs\">\n"
45341 " <Documentation long_help=\"Filter computing surface normals.\"\n"
45342 " short_help=\"Filter computing surface normals.\">Filter\n"
45343 " computing surface normals.</Documentation>\n"
45344 " <Proxy compound_name=\"ExtractSurface2\"\n"
45345 " group=\"filters\"\n"
45346 " id=\"1013\"\n"
45347 " servers=\"1\"\n"
45348 " type=\"DataSetSurfaceFilter\">\n"
45349 " <Property id=\"1013.Input\"\n"
45350 " name=\"Input\"\n"
45351 " number_of_elements=\"1\">\n"
45352 " <Domain id=\"1013.Input.groups\"\n"
45353 " name=\"groups\">\n"
45354 " <Group value=\"sources\" />\n"
45355 " <Group value=\"filters\" />\n"
45356 " </Domain>\n"
45357 " <Domain id=\"1013.Input.input_type\"\n"
45358 " name=\"input_type\">\n"
45359 " <DataType value=\"vtkDataSet\" />\n"
45360 " </Domain>\n"
45361 " </Property>\n"
45362 " <Property id=\"1013.PieceInvariant\"\n"
45363 " name=\"PieceInvariant\"\n"
45364 " number_of_elements=\"1\">\n"
45365 " <Element index=\"0\"\n"
45366 " value=\"1\" />\n"
45367 " <Domain id=\"1013.PieceInvariant.bool\"\n"
45368 " name=\"bool\" />\n"
45369 " </Property>\n"
45370 " </Proxy>\n"
45371 " <Proxy compound_name=\"GenerateSurfaceNormals1\"\n"
45372 " group=\"filters\"\n"
45373 " id=\"1224\"\n"
45374 " servers=\"1\"\n"
45375 " type=\"PolyDataNormals\">\n"
45376 " <Property id=\"1224.ComputeCellNormals\"\n"
45377 " name=\"ComputeCellNormals\"\n"
45378 " number_of_elements=\"1\">\n"
45379 " <Element index=\"0\"\n"
45380 " value=\"1\" />\n"
45381 " <Domain id=\"1224.ComputeCellNormals.bool\"\n"
45382 " name=\"bool\" />\n"
45383 " </Property>\n"
45384 " <Property id=\"1224.Consistency\"\n"
45385 " name=\"Consistency\"\n"
45386 " number_of_elements=\"1\">\n"
45387 " <Element index=\"0\"\n"
45388 " value=\"0\" />\n"
45389 " <Domain id=\"1224.Consistency.bool\"\n"
45390 " name=\"bool\" />\n"
45391 " </Property>\n"
45392 " <Property id=\"1224.FeatureAngle\"\n"
45393 " name=\"FeatureAngle\"\n"
45394 " number_of_elements=\"1\">\n"
45395 " <Element index=\"0\"\n"
45396 " value=\"30\" />\n"
45397 " <Domain id=\"1224.FeatureAngle.range\"\n"
45398 " name=\"range\">\n"
45399 " <Min index=\"0\"\n"
45400 " value=\"0\" />\n"
45401 " <Max index=\"0\"\n"
45402 " value=\"180\" />\n"
45403 " </Domain>\n"
45404 " </Property>\n"
45405 " <Property id=\"1224.FlipNormals\"\n"
45406 " name=\"FlipNormals\"\n"
45407 " number_of_elements=\"1\">\n"
45408 " <Element index=\"0\"\n"
45409 " value=\"0\" />\n"
45410 " <Domain id=\"1224.FlipNormals.bool\"\n"
45411 " name=\"bool\" />\n"
45412 " </Property>\n"
45413 " <Property id=\"1224.Input\"\n"
45414 " name=\"Input\"\n"
45415 " number_of_elements=\"1\">\n"
45416 " <Proxy output_port=\"0\"\n"
45417 " value=\"1013\" />\n"
45418 " <Domain id=\"1224.Input.groups\"\n"
45419 " name=\"groups\">\n"
45420 " <Group value=\"sources\" />\n"
45421 " <Group value=\"filters\" />\n"
45422 " </Domain>\n"
45423 " <Domain id=\"1224.Input.input_type\"\n"
45424 " name=\"input_type\">\n"
45425 " <DataType value=\"vtkPolyData\" />\n"
45426 " </Domain>\n"
45427 " </Property>\n"
45428 " <Property id=\"1224.NonManifoldTraversal\"\n"
45429 " name=\"NonManifoldTraversal\"\n"
45430 " number_of_elements=\"1\">\n"
45431 " <Element index=\"0\"\n"
45432 " value=\"1\" />\n"
45433 " <Domain id=\"1224.NonManifoldTraversal.bool\"\n"
45434 " name=\"bool\" />\n"
45435 " </Property>\n"
45436 " <Property id=\"1224.PieceInvariant\"\n"
45437 " name=\"PieceInvariant\"\n"
45438 " number_of_elements=\"1\">\n"
45439 " <Element index=\"0\"\n"
45440 " value=\"1\" />\n"
45441 " <Domain id=\"1224.PieceInvariant.bool\"\n"
45442 " name=\"bool\" />\n"
45443 " </Property>\n"
45444 " <Property id=\"1224.Splitting\"\n"
45445 " name=\"Splitting\"\n"
45446 " number_of_elements=\"1\">\n"
45447 " <Element index=\"0\"\n"
45448 " value=\"0\" />\n"
45449 " <Domain id=\"1224.Splitting.bool\"\n"
45450 " name=\"bool\" />\n"
45451 " </Property>\n"
45452 " </Proxy>\n"
45453 " <Proxy compound_name=\"CellCenters1\"\n"
45454 " group=\"filters\"\n"
45455 " id=\"3392\"\n"
45456 " servers=\"1\"\n"
45457 " type=\"CellCenters\">\n"
45458 " <Property id=\"3392.Input\"\n"
45459 " name=\"Input\"\n"
45460 " number_of_elements=\"1\">\n"
45461 " <Proxy output_port=\"0\"\n"
45462 " value=\"1224\" />\n"
45463 " <Domain id=\"3392.Input.groups\"\n"
45464 " name=\"groups\">\n"
45465 " <Group value=\"sources\" />\n"
45466 " <Group value=\"filters\" />\n"
45467 " </Domain>\n"
45468 " <Domain id=\"3392.Input.input_type\"\n"
45469 " name=\"input_type\">\n"
45470 " <DataType value=\"vtkDataSet\" />\n"
45471 " </Domain>\n"
45472 " </Property>\n"
45473 " <Property id=\"3392.VertexCells\"\n"
45474 " name=\"VertexCells\"\n"
45475 " number_of_elements=\"1\">\n"
45476 " <Element index=\"0\"\n"
45477 " value=\"1\" />\n"
45478 " <Domain id=\"3392.VertexCells.bool\"\n"
45479 " name=\"bool\" />\n"
45480 " </Property>\n"
45481 " </Proxy>\n"
45482 " <Proxy compound_name=\"Glyph1\"\n"
45483 " group=\"filters\"\n"
45484 " id=\"2429\"\n"
45485 " servers=\"1\"\n"
45486 " type=\"Glyph\">\n"
45487 " <Property id=\"2429.Input\"\n"
45488 " name=\"Input\"\n"
45489 " number_of_elements=\"1\">\n"
45490 " <Proxy output_port=\"0\"\n"
45491 " value=\"3392\" />\n"
45492 " <Domain id=\"2429.Input.groups\"\n"
45493 " name=\"groups\">\n"
45494 " <Group value=\"sources\" />\n"
45495 " <Group value=\"filters\" />\n"
45496 " </Domain>\n"
45497 " <Domain id=\"2429.Input.input_array1\"\n"
45498 " name=\"input_array1\">\n"
45499 " <InputArray attribute_type=\"point\"\n"
45500 " number_of_components=\"1\" />\n"
45501 " </Domain>\n"
45502 " <Domain id=\"2429.Input.input_array2\"\n"
45503 " name=\"input_array2\">\n"
45504 " <InputArray attribute_type=\"point\"\n"
45505 " number_of_components=\"3\" />\n"
45506 " </Domain>\n"
45507 " <Domain id=\"2429.Input.input_type\"\n"
45508 " name=\"input_type\">\n"
45509 " <DataType value=\"vtkDataSet\" />\n"
45510 " </Domain>\n"
45511 " </Property>\n"
45512 " <Property name=\"GlyphMode\"\n"
45513 " id=\"2429.GlyphMode\"\n"
45514 " number_of_elements=\"1\">\n"
45515 " <Element index=\"0\" value=\"0\"/>\n"
45516 " </Property>\n"
45517 " <Property id=\"2429.ScaleArray\"\n"
45518 " name=\"ScalarArray\"\n"
45519 " number_of_elements=\"5\">\n"
45520 " <Element index=\"0\"\n"
45521 " value=\"\" />\n"
45522 " <Element index=\"1\"\n"
45523 " value=\"\" />\n"
45524 " <Element index=\"2\"\n"
45525 " value=\"\" />\n"
45526 " <Element index=\"3\"\n"
45527 " value=\"\" />\n"
45528 " <Element index=\"4\"\n"
45529 " value=\"\" />\n"
45530 " </Property>\n"
45531 " <Property id=\"2429.OrientationArray\"\n"
45532 " name=\"OrientationArray\"\n"
45533 " number_of_elements=\"5\">\n"
45534 " <Element index=\"0\"\n"
45535 " value=\"1\" />\n"
45536 " <Element index=\"1\"\n"
45537 " value=\"\" />\n"
45538 " <Element index=\"2\"\n"
45539 " value=\"\" />\n"
45540 " <Element index=\"3\"\n"
45541 " value=\"\" />\n"
45542 " <Element index=\"4\"\n"
45543 " value=\"Normals\" />\n"
45544 " </Property>\n"
45545 " <Property id=\"2429.SetScaleFactor\"\n"
45546 " name=\"SetScaleFactor\"\n"
45547 " number_of_elements=\"1\">\n"
45548 " <Element index=\"0\"\n"
45549 " value=\"1.0\" />\n"
45550 " </Property>\n"
45551 " <!--\n"
45552 " <Property id=\"2429.ScaleMode\"\n"
45553 " name=\"ScaleMode\"\n"
45554 " number_of_elements=\"1\">\n"
45555 " <Element index=\"0\"\n"
45556 " value=\"3\" />\n"
45557 " </Property>\n"
45558 " -->\n"
45559 " <Property id=\"2429.Source\"\n"
45560 " name=\"Source\"\n"
45561 " number_of_elements=\"1\">\n"
45562 " <Proxy output_port=\"0\"\n"
45563 " value=\"2432\" />\n"
45564 " <Domain id=\"2429.Source.groups\"\n"
45565 " name=\"groups\">\n"
45566 " <Group value=\"sources\" />\n"
45567 " <Group value=\"glyph_sources\" />\n"
45568 " </Domain>\n"
45569 " <Domain id=\"2429.Source.input_type\"\n"
45570 " name=\"input_type\">\n"
45571 " <DataType value=\"vtkPolyData\" />\n"
45572 " </Domain>\n"
45573 " <Domain id=\"2429.Source.proxy_list\"\n"
45574 " name=\"proxy_list\">\n"
45575 " <Proxy value=\"2432\" />\n"
45576 " </Domain>\n"
45577 " </Property>\n"
45578 " </Proxy>\n"
45579 " <Proxy compound_name=\"ArrowSource\"\n"
45580 " group=\"sources\"\n"
45581 " id=\"2432\"\n"
45582 " servers=\"1\"\n"
45583 " type=\"ArrowSource\">\n"
45584 " <Property id=\"2432.ShaftRadius\"\n"
45585 " name=\"ShaftRadius\"\n"
45586 " number_of_elements=\"1\">\n"
45587 " <Element index=\"0\"\n"
45588 " value=\"0.03\" />\n"
45589 " <Domain id=\"2432.ShaftRadius.range\"\n"
45590 " name=\"range\">\n"
45591 " <Min index=\"0\"\n"
45592 " value=\"0\" />\n"
45593 " <Max index=\"0\"\n"
45594 " value=\"5\" />\n"
45595 " </Domain>\n"
45596 " </Property>\n"
45597 " <Property id=\"2432.ShaftResolution\"\n"
45598 " name=\"ShaftResolution\"\n"
45599 " number_of_elements=\"1\">\n"
45600 " <Element index=\"0\"\n"
45601 " value=\"6\" />\n"
45602 " <Domain id=\"2432.ShaftResolution.range\"\n"
45603 " name=\"range\">\n"
45604 " <Min index=\"0\"\n"
45605 " value=\"0\" />\n"
45606 " <Max index=\"0\"\n"
45607 " value=\"128\" />\n"
45608 " </Domain>\n"
45609 " </Property>\n"
45610 " <Property id=\"2432.TipLength\"\n"
45611 " name=\"TipLength\"\n"
45612 " number_of_elements=\"1\">\n"
45613 " <Element index=\"0\"\n"
45614 " value=\"0.35\" />\n"
45615 " <Domain id=\"2432.TipLength.range\"\n"
45616 " name=\"range\">\n"
45617 " <Min index=\"0\"\n"
45618 " value=\"0\" />\n"
45619 " <Max index=\"0\"\n"
45620 " value=\"1\" />\n"
45621 " </Domain>\n"
45622 " </Property>\n"
45623 " <Property id=\"2432.TipRadius\"\n"
45624 " name=\"TipRadius\"\n"
45625 " number_of_elements=\"1\">\n"
45626 " <Element index=\"0\"\n"
45627 " value=\"0.1\" />\n"
45628 " <Domain id=\"2432.TipRadius.range\"\n"
45629 " name=\"range\">\n"
45630 " <Min index=\"0\"\n"
45631 " value=\"0\" />\n"
45632 " <Max index=\"0\"\n"
45633 " value=\"10\" />\n"
45634 " </Domain>\n"
45635 " </Property>\n"
45636 " <Property id=\"2432.TipResolution\"\n"
45637 " name=\"TipResolution\"\n"
45638 " number_of_elements=\"1\">\n"
45639 " <Element index=\"0\"\n"
45640 " value=\"6\" />\n"
45641 " <Domain id=\"2432.TipResolution.range\"\n"
45642 " name=\"range\">\n"
45643 " <Min index=\"0\"\n"
45644 " value=\"1\" />\n"
45645 " <Max index=\"0\"\n"
45646 " value=\"128\" />\n"
45647 " </Domain>\n"
45648 " </Property>\n"
45649 " </Proxy>\n"
45650 " <ExposedProperties>\n"
45651 " <Property exposed_name=\"Consistency\"\n"
45652 " name=\"Consistency\"\n"
45653 " proxy_name=\"GenerateSurfaceNormals1\" />\n"
45654 " <Property exposed_name=\"Glyph Max. Points\"\n"
45655 " name=\"MaximumNumberOfSamplePoints\"\n"
45656 " proxy_name=\"Glyph1\" />\n"
45657 " <Property exposed_name=\"Glyph Scale Factor\"\n"
45658 " name=\"ScaleFactor\"\n"
45659 " proxy_name=\"Glyph1\" />\n"
45660 " <Property exposed_name=\"Input\"\n"
45661 " name=\"Input\"\n"
45662 " proxy_name=\"ExtractSurface2\" />\n"
45663 " <Property exposed_name=\"InvertArrow\"\n"
45664 " name=\"Invert\"\n"
45665 " proxy_name=\"ArrowSource\" />\n"
45666 " </ExposedProperties>\n"
45667 " <OutputPort name=\"Output\"\n"
45668 " port_index=\"0\"\n"
45669 " proxy=\"Glyph1\" />\n"
45670 "\n"
45671 " <!-- FIXME: PropertyGroup doesn't work for compound proxies, it seems.\n"
45672 " <PropertyGroup label=\"Normals Generator Parameters\">\n"
45673 " <Property name=\"Consistency\" />\n"
45674 " </PropertyGroup>\n"
45675 " <PropertyGroup label=\"Glyph Parameters\">\n"
45676 " <Property name=\"Glyph Max. Points\" />\n"
45677 " <Property name=\"Glyph Scale Factor\" />\n"
45678 " </PropertyGroup>\n"
45679 " <PropertyGroup label=\"Arrow Source Parameters\">\n"
45680 " <Property name=\"InvertArrow\" />\n"
45681 " </PropertyGroup>\n"
45682 " -->\n"
45683 " <Hints>\n"
45684 " <!-- Visibility Element can be used to suggest the GUI about\n"
45685 " visibility of this filter (or its input) on creation.\n"
45686 " replace_input=\"0\" implies that the input visibility is not\n"
45687 " changed on creation of this filter (defaults to \"1\")\n"
45688 " -->\n"
45689 " <Visibility replace_input=\"0\" />\n"
45690 " </Hints>\n"
45691 " </CompoundSourceProxy>\n"
45692 " </ProxyGroup>\n"
45693 "</ServerManagerConfiguration>\n"
45694 "\n";
45695 // Get single string
45697 {
45698 
45699  const size_t len0 = strlen(paraview_server_managerfilters_normalglyphsInterface0);
45700  size_t len = ( 0
45701  + len0 );
45702  char* res = new char[ len + 1];
45703  size_t offset = 0;
45705  assert(offset == len);
45706  res[offset] = 0;
45707  return res;
45708 }
45709 
45710 
45711 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneric.xml
45713 "<ServerManagerConfiguration>\n"
45714 " <ProxyGroup name=\"filters\">\n"
45715 " <!-- ==================================================================== -->\n"
45716 " <SourceProxy class=\"vtkGenericClip\"\n"
45717 " label=\"Clip Generic Dataset\"\n"
45718 " name=\"GenericClip\">\n"
45719 " <Documentation long_help=\"Clip with an implicit plane, sphere or with scalars. Clipping does not reduce the dimensionality of the data set. This output data type of this filter is always an unstructured grid.\"\n"
45720 " short_help=\"Clip with an implicit plane, sphere or with scalars.\">\n"
45721 " The Generic Clip filter cuts away a portion of the input\n"
45722 " data set using a plane, a sphere, a box, or a scalar\n"
45723 " value. The menu in the Clip Function portion of the\n"
45724 " interface allows the user to select which implicit\n"
45725 " function to use or whether to clip using a scalar value.\n"
45726 " Making this selection loads the appropriate user\n"
45727 " interface. For the implicit functions, the appropriate 3D\n"
45728 " widget (plane, sphere, or box) is also displayed. The use\n"
45729 " of these 3D widgets, including their user interface\n"
45730 " components, is discussed in section 7.4. If an implicit\n"
45731 " function is selected, the clip filter returns that portion\n"
45732 " of the input data set that lies inside the function. If\n"
45733 " Scalars is selected, then the user must specify a scalar\n"
45734 " array to clip according to. The clip filter will return\n"
45735 " the portions of the data set whose value in the selected\n"
45736 " Scalars array is larger than the Clip value. Regardless of\n"
45737 " the selection from the Clip Function menu, if the Inside\n"
45738 " Out option is checked, the opposite portions of the data\n"
45739 " set will be returned. This filter operates on all types of\n"
45740 " data sets, and it returns unstructured grid data on\n"
45741 " output.</Documentation>\n"
45742 " <InputProperty command=\"SetInputConnection\"\n"
45743 " name=\"Input\">\n"
45744 " <ProxyGroupDomain name=\"groups\">\n"
45745 " <Group name=\"sources\" />\n"
45746 " <Group name=\"filters\" />\n"
45747 " </ProxyGroupDomain>\n"
45748 " <DataTypeDomain name=\"input_type\">\n"
45749 " <DataType value=\"vtkGenericDataSet\" />\n"
45750 " </DataTypeDomain>\n"
45751 " <InputArrayDomain attribute_type=\"point\"\n"
45752 " name=\"input_array\"\n"
45753 " optional=\"1\" />\n"
45754 " <Documentation>Set the input to the Generic Clip\n"
45755 " filter.</Documentation>\n"
45756 " </InputProperty>\n"
45757 " <ProxyProperty command=\"SetClipFunction\"\n"
45758 " label=\"Clip Type\"\n"
45759 " name=\"ClipFunction\">\n"
45760 " <ProxyGroupDomain name=\"groups\">\n"
45761 " <Group name=\"implicit_functions\" />\n"
45762 " </ProxyGroupDomain>\n"
45763 " <ProxyListDomain name=\"proxy_list\">\n"
45764 " <Proxy group=\"implicit_functions\"\n"
45765 " name=\"Plane\" />\n"
45766 " <Proxy group=\"implicit_functions\"\n"
45767 " name=\"Box\" />\n"
45768 " <Proxy group=\"implicit_functions\"\n"
45769 " name=\"Sphere\" />\n"
45770 " <Proxy group=\"implicit_functions\"\n"
45771 " name=\"Scalar\" />\n"
45772 " </ProxyListDomain>\n"
45773 " <Documentation>Set the parameters of the clip function.</Documentation>\n"
45774 " </ProxyProperty>\n"
45775 " <DoubleVectorProperty information_only=\"1\"\n"
45776 " name=\"InputBounds\">\n"
45777 " <BoundsDomain name=\"bounds\">\n"
45778 " <RequiredProperties>\n"
45779 " <Property function=\"Input\"\n"
45780 " name=\"Input\" />\n"
45781 " </RequiredProperties>\n"
45782 " </BoundsDomain>\n"
45783 " </DoubleVectorProperty>\n"
45784 " <StringVectorProperty animateable=\"0\"\n"
45785 " command=\"SetInputArrayToProcess\"\n"
45786 " element_types=\"0 0 0 0 2\"\n"
45787 " label=\"Scalars\"\n"
45788 " name=\"SelectInputScalars\"\n"
45789 " number_of_elements=\"5\">\n"
45790 " <ArrayListDomain attribute_type=\"Scalars\"\n"
45791 " name=\"array_list\">\n"
45792 " <RequiredProperties>\n"
45793 " <Property function=\"Input\"\n"
45794 " name=\"Input\" />\n"
45795 " </RequiredProperties>\n"
45796 " </ArrayListDomain>\n"
45797 " <Documentation>If clipping with scalars, this property specifies the\n"
45798 " name of the scalar array on which to perform the clip\n"
45799 " operation.</Documentation>\n"
45800 " </StringVectorProperty>\n"
45801 " <IntVectorProperty command=\"SetInsideOut\"\n"
45802 " default_values=\"0\"\n"
45803 " name=\"InsideOut\"\n"
45804 " number_of_elements=\"1\">\n"
45805 " <BooleanDomain name=\"bool\" />\n"
45806 " <Documentation>Choose which portion of the dataset should be clipped\n"
45807 " away.</Documentation>\n"
45808 " </IntVectorProperty>\n"
45809 " <DoubleVectorProperty command=\"SetValue\"\n"
45810 " default_values=\"0.0\"\n"
45811 " name=\"Value\"\n"
45812 " number_of_elements=\"1\">\n"
45813 " <ArrayRangeDomain name=\"scalar_range\">\n"
45814 " <RequiredProperties>\n"
45815 " <Property function=\"Input\"\n"
45816 " name=\"Input\" />\n"
45817 " <Property function=\"ArraySelection\"\n"
45818 " name=\"SelectInputScalars\" />\n"
45819 " </RequiredProperties>\n"
45820 " </ArrayRangeDomain>\n"
45821 " <DoubleRangeDomain name=\"range\" />\n"
45822 " <Documentation>If clipping with a scalar array, choose the clipping\n"
45823 " value.</Documentation>\n"
45824 " </DoubleVectorProperty>\n"
45825 " <Hints>\n"
45826 " <Visibility replace_input=\"2\" />\n"
45827 " </Hints>\n"
45828 " <!-- End GenericClip -->\n"
45829 " </SourceProxy>\n"
45830 "\n"
45831 " <!-- ==================================================================== -->\n"
45832 " <SourceProxy class=\"vtkGenericContourFilter\"\n"
45833 " label=\"Contour Generic Dataset\"\n"
45834 " name=\"GenericContour\">\n"
45835 " <Documentation long_help=\"Generate isolines or isosurfaces using point scalars.\"\n"
45836 " short_help=\"Generate isolines or isosurfaces.\">The Generic\n"
45837 " Contour filter computes isolines or isosurfaces using a\n"
45838 " selected point-centered scalar array. The available scalar\n"
45839 " arrays are listed in the Scalars menu. The scalar range of\n"
45840 " the selected array will be displayed. The interface for\n"
45841 " adding contour values is very similar to the one for\n"
45842 " selecting cut offsets (in the Cut filter). To add a single\n"
45843 " contour value, select the value from the New Value slider\n"
45844 " in the Add value portion of the interface and click the\n"
45845 " Add button, or press Enter. To instead add several evenly\n"
45846 " spaced contours, use the controls in the Generate range of\n"
45847 " values section. Select the number of contour values to\n"
45848 " generate using the Number of Values slider. The Range\n"
45849 " slider controls the interval in which to generate the\n"
45850 " contour values. Once the number of values and range have\n"
45851 " been selected, click the Generate button. The new values\n"
45852 " will be added to the Contour Values list. To delete a\n"
45853 " value from the Contour Values list, select the value and\n"
45854 " click the Delete button. (If no value is selected, the\n"
45855 " last value in the list will be removed.) Clicking the\n"
45856 " Delete All button removes all the values in the list. If\n"
45857 " no values are in the Contour Values list when Accept is\n"
45858 " pressed, the current value of the New Value slider will be\n"
45859 " used. In addition to selecting contour values, you can\n"
45860 " also select additional computations to perform. If any of\n"
45861 " Compute Normals, Compute Gradients, or Compute Scalars is\n"
45862 " selected, the appropriate computation will be performed,\n"
45863 " and a corresponding point-centered array will be added to\n"
45864 " the output. The Generic Contour filter operates on a\n"
45865 " generic data set, but the input is required to have at\n"
45866 " least one point-centered scalar (single-component) array.\n"
45867 " The output of this filter is polygonal.</Documentation>\n"
45868 " <InputProperty command=\"SetInputConnection\"\n"
45869 " name=\"Input\">\n"
45870 " <ProxyGroupDomain name=\"groups\">\n"
45871 " <Group name=\"sources\" />\n"
45872 " <Group name=\"filters\" />\n"
45873 " </ProxyGroupDomain>\n"
45874 " <DataTypeDomain name=\"input_type\">\n"
45875 " <DataType value=\"vtkGenericDataSet\" />\n"
45876 " </DataTypeDomain>\n"
45877 " <InputArrayDomain attribute_type=\"point\"\n"
45878 " name=\"input_array\"\n"
45879 " number_of_components=\"1\"\n"
45880 " optional=\"1\" />\n"
45881 " <Documentation>Set the input to the Generic Contour\n"
45882 " filter.</Documentation>\n"
45883 " </InputProperty>\n"
45884 " <StringVectorProperty animateable=\"0\"\n"
45885 " command=\"SetInputArrayToProcess\"\n"
45886 " element_types=\"0 0 0 0 2\"\n"
45887 " label=\"Contour By\"\n"
45888 " name=\"SelectInputScalars\"\n"
45889 " number_of_elements=\"5\">\n"
45890 " <ArrayListDomain attribute_type=\"Scalars\"\n"
45891 " name=\"array_list\">\n"
45892 " <RequiredProperties>\n"
45893 " <Property function=\"Input\"\n"
45894 " name=\"Input\" />\n"
45895 " </RequiredProperties>\n"
45896 " </ArrayListDomain>\n"
45897 " <Documentation>This property specifies the name of the scalar array\n"
45898 " from which the contour filter will compute isolines and/or\n"
45899 " isosurfaces.</Documentation>\n"
45900 " </StringVectorProperty>\n"
45901 " <IntVectorProperty animateable=\"0\"\n"
45902 " command=\"SetComputeNormals\"\n"
45903 " default_values=\"1\"\n"
45904 " name=\"ComputeNormals\"\n"
45905 " number_of_elements=\"1\">\n"
45906 " <BooleanDomain name=\"bool\" />\n"
45907 " <Hints>\n"
45908 " <PropertyWidgetDecorator type=\"InputDataTypeDecorator\"\n"
45909 " name=\"vtkPolyData\"\n"
45910 " mode=\"enabled_state\"\n"
45911 " exclude=\"1\" />\n"
45912 " </Hints>\n"
45913 " <Documentation>Select whether to compute normals.</Documentation>\n"
45914 " </IntVectorProperty>\n"
45915 " <IntVectorProperty animateable=\"0\"\n"
45916 " command=\"SetComputeGradients\"\n"
45917 " default_values=\"0\"\n"
45918 " name=\"ComputeGradients\"\n"
45919 " number_of_elements=\"1\">\n"
45920 " <BooleanDomain name=\"bool\" />\n"
45921 " <Hints>\n"
45922 " <PropertyWidgetDecorator type=\"StructuredInputDecorator\" />\n"
45923 " </Hints>\n"
45924 " <Documentation>Select whether to compute gradients.</Documentation>\n"
45925 " </IntVectorProperty>\n"
45926 " <IntVectorProperty animateable=\"0\"\n"
45927 " command=\"SetComputeScalars\"\n"
45928 " default_values=\"0\"\n"
45929 " name=\"ComputeScalars\"\n"
45930 " number_of_elements=\"1\">\n"
45931 " <BooleanDomain name=\"bool\" />\n"
45932 " <Documentation>Select whether to compute scalars.</Documentation>\n"
45933 " </IntVectorProperty>\n"
45934 " <DoubleVectorProperty animateable=\"1\"\n"
45935 " command=\"SetValue\"\n"
45936 " label=\"Isosurfaces\"\n"
45937 " name=\"ContourValues\"\n"
45938 " number_of_elements=\"0\"\n"
45939 " number_of_elements_per_command=\"1\"\n"
45940 " repeat_command=\"1\"\n"
45941 " set_number_command=\"SetNumberOfContours\"\n"
45942 " use_index=\"1\">\n"
45943 " <ArrayRangeDomain name=\"scalar_range\">\n"
45944 " <RequiredProperties>\n"
45945 " <Property function=\"Input\"\n"
45946 " name=\"Input\" />\n"
45947 " <Property function=\"ArraySelection\"\n"
45948 " name=\"SelectInputScalars\" />\n"
45949 " </RequiredProperties>\n"
45950 " </ArrayRangeDomain>\n"
45951 " <Documentation>This property specifies the values at which to compute\n"
45952 " isosurfaces/isolines and also the number of such\n"
45953 " values.</Documentation>\n"
45954 " </DoubleVectorProperty>\n"
45955 " <Hints>\n"
45956 " <Visibility replace_input=\"0\" />\n"
45957 " </Hints>\n"
45958 " <!-- incremental point locator begin -->\n"
45959 " <ProxyProperty command=\"SetLocator\"\n"
45960 " label=\"Point Merge Method\"\n"
45961 " name=\"Locator\">\n"
45962 " <ProxyGroupDomain name=\"groups\">\n"
45963 " <Group name=\"incremental_point_locators\" />\n"
45964 " </ProxyGroupDomain>\n"
45965 " <ProxyListDomain name=\"proxy_list\">\n"
45966 " <Proxy group=\"incremental_point_locators\"\n"
45967 " name=\"MergePoints\" />\n"
45968 " <Proxy group=\"incremental_point_locators\"\n"
45969 " name=\"IncrementalOctreeMergePoints\" />\n"
45970 " <Proxy group=\"incremental_point_locators\"\n"
45971 " name=\"NonMergingPointLocator\" />\n"
45972 " </ProxyListDomain>\n"
45973 " <Documentation>This property specifies an incremental point locator for\n"
45974 " merging duplicate / coincident points.</Documentation>\n"
45975 " </ProxyProperty>\n"
45976 " <!-- incremental point locator end -->\n"
45977 "\n"
45978 " <PropertyGroup label=\"Isosurfaces\">\n"
45979 " <Property name=\"ContourValues\" />\n"
45980 " </PropertyGroup>\n"
45981 " <PropertyGroup label=\"Point Locator\">\n"
45982 " <Property name=\"Locator\" />\n"
45983 " </PropertyGroup>\n"
45984 "\n"
45985 " <!-- End GenericContour -->\n"
45986 " </SourceProxy>\n"
45987 "\n"
45988 " <!-- ==================================================================== -->\n"
45989 " <SourceProxy class=\"vtkGenericCutter\"\n"
45990 " label=\"Slice Generic Dataset\"\n"
45991 " name=\"GenericCut\">\n"
45992 " <Documentation long_help=\"This filter cuts a data set with a plane or sphere. Cutting is similar to a contour. It creates surfaces from volumes and lines from surfaces.\"\n"
45993 " short_help=\"Cut datasets with planes or spheres.\">The\n"
45994 " Generic Cut filter extracts the portion of the input data\n"
45995 " set that lies along the specified plane or sphere. From\n"
45996 " the Cut Function menu, you can select whether cutting will\n"
45997 " be performed with a plane or a sphere. The appropriate 3D\n"
45998 " widget (plane widget or sphere widget) will be displayed.\n"
45999 " The parameters of the cut function can be specified\n"
46000 " interactively using the 3D widget or manually using the\n"
46001 ;
46002 
46003 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneric.xml
46005 " traditional user interface controls. Instructions for\n"
46006 " using these 3D widgets and their corresponding user\n"
46007 " interfaces are found in section 7.4. By default, the cut\n"
46008 " lies on the specified plane or sphere. Using the Cut\n"
46009 " Offset Values portion of the interface, it is also\n"
46010 " possible to cut the data set at some offset from the\n"
46011 " original cut function. The Cut Offset Values are in the\n"
46012 " spatial units of the data set. To add a single offset,\n"
46013 " select the value from the New Value slider in the Add\n"
46014 " value portion of the interface and click the Add button,\n"
46015 " or press Enter. To instead add several evenly spaced\n"
46016 " offsets, use the controls in the Generate range of values\n"
46017 " section. Select the number of offsets to generate using\n"
46018 " the Number of Values slider. The Range slider controls the\n"
46019 " interval in which to generate the offsets. Once the number\n"
46020 " of values and range have been selected, click the Generate\n"
46021 " button. The new offsets will be added to the Offset Values\n"
46022 " list. To delete a value from the Cut Offset Values list,\n"
46023 " select the value and click the Delete button. (If no value\n"
46024 " is selected, the last value in the list will be removed.)\n"
46025 " Clicking the Delete All button removes all the values in\n"
46026 " the list. The Generic Cut filter takes a generic dataset\n"
46027 " as input. Use the Input menu to choose a data set to cut.\n"
46028 " The output of this filter is polygonal\n"
46029 " data.</Documentation>\n"
46030 " <InputProperty command=\"SetInputConnection\"\n"
46031 " name=\"Input\">\n"
46032 " <ProxyGroupDomain name=\"groups\">\n"
46033 " <Group name=\"sources\" />\n"
46034 " <Group name=\"filters\" />\n"
46035 " </ProxyGroupDomain>\n"
46036 " <DataTypeDomain name=\"input_type\">\n"
46037 " <DataType value=\"vtkGenericDataSet\" />\n"
46038 " </DataTypeDomain>\n"
46039 " <Documentation>Set the input to the Generic Cut filter.</Documentation>\n"
46040 " </InputProperty>\n"
46041 " <ProxyProperty command=\"SetCutFunction\"\n"
46042 " label=\"Cut Type\"\n"
46043 " name=\"CutFunction\">\n"
46044 " <ProxyGroupDomain name=\"groups\">\n"
46045 " <Group name=\"implicit_functions\" />\n"
46046 " </ProxyGroupDomain>\n"
46047 " <ProxyListDomain name=\"proxy_list\">\n"
46048 " <Proxy group=\"implicit_functions\"\n"
46049 " name=\"Plane\" />\n"
46050 " <Proxy group=\"implicit_functions\"\n"
46051 " name=\"Box\" />\n"
46052 " <Proxy group=\"implicit_functions\"\n"
46053 " name=\"Sphere\" />\n"
46054 " </ProxyListDomain>\n"
46055 " <Documentation>Set the parameters to the implicit function used for\n"
46056 " cutting.</Documentation>\n"
46057 " </ProxyProperty>\n"
46058 " <DoubleVectorProperty information_only=\"1\"\n"
46059 " name=\"InputBounds\">\n"
46060 " <BoundsDomain name=\"bounds\">\n"
46061 " <RequiredProperties>\n"
46062 " <Property function=\"Input\"\n"
46063 " name=\"Input\" />\n"
46064 " </RequiredProperties>\n"
46065 " </BoundsDomain>\n"
46066 " </DoubleVectorProperty>\n"
46067 " <DoubleVectorProperty animateable=\"1\"\n"
46068 " command=\"SetValue\"\n"
46069 " label=\"Slice Offset Values\"\n"
46070 " name=\"ContourValues\"\n"
46071 " number_of_elements_per_command=\"1\"\n"
46072 " repeat_command=\"1\"\n"
46073 " set_number_command=\"SetNumberOfContours\"\n"
46074 " use_index=\"1\"\n"
46075 " panel_visibility=\"advanced\">\n"
46076 " <BoundsDomain mode=\"magnitude\"\n"
46077 " name=\"bounds\">\n"
46078 " <RequiredProperties>\n"
46079 " <Property function=\"Input\"\n"
46080 " name=\"Input\" />\n"
46081 " </RequiredProperties>\n"
46082 " </BoundsDomain>\n"
46083 " <Documentation>The values in this property specify a list of current\n"
46084 " offset values. This can be used to create multiple slices with\n"
46085 " different centers. Each entry represents a new slice with its center\n"
46086 " shifted by the offset value.</Documentation>\n"
46087 " </DoubleVectorProperty>\n"
46088 " <Hints>\n"
46089 " <Visibility replace_input=\"2\" />\n"
46090 " </Hints>\n"
46091 " <!-- End GenericCut -->\n"
46092 " </SourceProxy>\n"
46093 "\n"
46094 " <!-- ==================================================================== -->\n"
46095 " <SourceProxy class=\"vtkGenericDataSetTessellator\"\n"
46096 " label=\"Tessellate Generic Dataset\"\n"
46097 " name=\"GenericTessellator\">\n"
46098 " <Documentation long_help=\"Tessellate a higher-order dataset\"\n"
46099 " short_help=\"Tessellate a higher-order dataset\">Tessellate\n"
46100 " a higher-order dataset.</Documentation>\n"
46101 " <InputProperty command=\"SetInputConnection\"\n"
46102 " name=\"Input\">\n"
46103 " <ProxyGroupDomain name=\"groups\">\n"
46104 " <Group name=\"sources\" />\n"
46105 " <Group name=\"filters\" />\n"
46106 " </ProxyGroupDomain>\n"
46107 " <DataTypeDomain name=\"input_type\">\n"
46108 " <DataType value=\"vtkGenericDataSet\" />\n"
46109 " </DataTypeDomain>\n"
46110 " <Documentation>Set the input to the Generic Tessellator\n"
46111 " filter.</Documentation>\n"
46112 " </InputProperty>\n"
46113 " <!-- End GenericTessellator -->\n"
46114 " </SourceProxy>\n"
46115 "\n"
46116 " <!-- ==================================================================== -->\n"
46117 " <SourceProxy class=\"vtkGenericGeometryFilter\"\n"
46118 " label=\"Extract Generic Dataset Surface\"\n"
46119 " name=\"GenericGeometryFilter\">\n"
46120 " <Documentation long_help=\"Extract geometry from a higher-order dataset\"\n"
46121 " short_help=\"Extract geometry from a higher-order dataset\">\n"
46122 " Extract geometry from a higher-order\n"
46123 " dataset.</Documentation>\n"
46124 " <InputProperty command=\"SetInputConnection\"\n"
46125 " name=\"Input\">\n"
46126 " <ProxyGroupDomain name=\"groups\">\n"
46127 " <Group name=\"sources\" />\n"
46128 " <Group name=\"filters\" />\n"
46129 " </ProxyGroupDomain>\n"
46130 " <DataTypeDomain name=\"input_type\">\n"
46131 " <DataType value=\"vtkGenericDataSet\" />\n"
46132 " </DataTypeDomain>\n"
46133 " <Documentation>Set the input to the Generic Geometry\n"
46134 " Filter.</Documentation>\n"
46135 " </InputProperty>\n"
46136 " <IntVectorProperty animateable=\"0\"\n"
46137 " command=\"SetPassThroughCellIds\"\n"
46138 " default_values=\"1\"\n"
46139 " name=\"PassThroughCellIds\"\n"
46140 " number_of_elements=\"1\">\n"
46141 " <BooleanDomain name=\"bool\" />\n"
46142 " <Documentation>Select whether to forward original ids.</Documentation>\n"
46143 " </IntVectorProperty>\n"
46144 " <!-- End GenericGeometryFilter -->\n"
46145 " </SourceProxy>\n"
46146 "\n"
46147 " <!-- ==================================================================== -->\n"
46148 " <SourceProxy class=\"vtkGenericOutlineFilter\"\n"
46149 " label=\"Outline Generic DataSet\"\n"
46150 " name=\"GenericOutlineFilter\">\n"
46151 " <Documentation long_help=\"This filter generates a bounding box representation of the input.\"\n"
46152 " short_help=\"Generates a bounding box.\">The Generic Outline\n"
46153 " filter generates an axis-aligned bounding box for the\n"
46154 " input data set. The Input menu specifies the data set for\n"
46155 " which to create a bounding box. This filter operates on\n"
46156 " generic data sets and produces polygonal\n"
46157 " output.</Documentation>\n"
46158 " <InputProperty command=\"SetInputConnection\"\n"
46159 " name=\"Input\">\n"
46160 " <ProxyGroupDomain name=\"groups\">\n"
46161 " <Group name=\"sources\" />\n"
46162 " <Group name=\"filters\" />\n"
46163 " </ProxyGroupDomain>\n"
46164 " <DataTypeDomain name=\"input_type\">\n"
46165 " <DataType value=\"vtkGenericDataSet\" />\n"
46166 " </DataTypeDomain>\n"
46167 " <Documentation>Set the input to the Generic Outline\n"
46168 " filter.</Documentation>\n"
46169 " </InputProperty>\n"
46170 " <Hints>\n"
46171 " <Visibility replace_input=\"0\" />\n"
46172 " </Hints>\n"
46173 " <!-- End GenericOutlineFilter -->\n"
46174 " </SourceProxy>\n"
46175 "\n"
46176 " <!-- ==================================================================== -->\n"
46177 " <SourceProxy class=\"vtkGenericStreamTracer\"\n"
46178 " label=\"Stream Tracer For Generic Datasets\"\n"
46179 " name=\"GenericStreamTracer\">\n"
46180 " <Documentation long_help=\"Integrate streamlines in a vector field.\"\n"
46181 " short_help=\"Integrate streamlines in a vector field.\">The\n"
46182 " Generic Stream Tracer filter generates streamlines in a\n"
46183 " vector field from a collection of seed points. The vector\n"
46184 " field used is selected from the Vectors menu, so the input\n"
46185 " data set is required to have point-centered vectors. The\n"
46186 " Seed portion of the interface allows you to select whether\n"
46187 " the seed points for this integration lie in a point cloud\n"
46188 " or along a line. Depending on which is selected, the\n"
46189 " appropriate 3D widget (point or line widget) is displayed\n"
46190 " along with traditional user interface controls for\n"
46191 " positioning the point cloud or line within the data set.\n"
46192 " Instructions for using the 3D widgets and the\n"
46193 " corresponding manual controls can be found in section 7.4.\n"
46194 " The Max. Propagation entry box allows you to specify the\n"
46195 " maximum length of the streamlines. From the Max.\n"
46196 " Propagation menu, you can select the units to be either\n"
46197 " Time (the time a particle would travel with steady flow)\n"
46198 " or Length (in the data set's spatial coordinates). The\n"
46199 " Init. Step Len. menu and entry specify the initial step\n"
46200 " size for integration. (For non-adaptive integrators,\n"
46201 " Runge-Kutta 2 and 4, the initial step size is used\n"
46202 " throughout the integration.) The menu allows you to\n"
46203 " specify the units. Time and Length have the same meaning\n"
46204 " as for Max. Propagation. Cell Length specifies the step\n"
46205 " length as a number of cells. The Integration Direction\n"
46206 " menu determines in which direction(s) the stream trace\n"
46207 " will be generated: FORWARD, BACKWARD, or BOTH. The\n"
46208 " Integrator Type section of the interface determines which\n"
46209 " calculation to use for integration: Runge-Kutta 2,\n"
46210 " Runge-Kutta 4, or Runge-Kutta 4-5. If Runge-Kutta 4-5 is\n"
46211 " selected, controls are displayed for specifying the\n"
46212 " minimum and maximum step length and the maximum error. The\n"
46213 " controls for specifying Min. Step Len. and Max. Step Len.\n"
46214 " are the same as those for Init. Step Len. The Runge-Kutta\n"
46215 " 4-5 integrator tries to choose the step size so that the\n"
46216 " estimated error is less than the value of the Maximum\n"
46217 " Error entry. If the integration takes more than Max. Steps\n"
46218 " to complete, if the speed goes below Term. Speed, if Max.\n"
46219 " Propagation is reached, or if a boundary of the input data\n"
46220 " set is crossed, integration terminates. This filter\n"
46221 " operates on any type of data set, provided it has\n"
46222 " point-centered vectors. The output is polygonal data\n"
46223 " containing polylines.</Documentation>\n"
46224 " <InputProperty clean_command=\"RemoveAllInputs\"\n"
46225 " command=\"AddInputConnection\"\n"
46226 " multiple_input=\"1\"\n"
46227 " name=\"Input\">\n"
46228 " <ProxyGroupDomain name=\"groups\">\n"
46229 " <Group name=\"sources\" />\n"
46230 " <Group name=\"filters\" />\n"
46231 " </ProxyGroupDomain>\n"
46232 " <DataTypeDomain name=\"input_type\">\n"
46233 " <DataType value=\"vtkGenericDataSet\" />\n"
46234 " </DataTypeDomain>\n"
46235 " <InputArrayDomain attribute_type=\"point\"\n"
46236 " name=\"input_array\"\n"
46237 " number_of_components=\"3\" />\n"
46238 " <Documentation>Set the input to the Generic Stream Tracer\n"
46239 " filter.</Documentation>\n"
46240 " </InputProperty>\n"
46241 " <InputProperty command=\"SetSourceConnection\"\n"
46242 " label=\"Seed Type\"\n"
46243 " name=\"Source\">\n"
46244 " <ProxyGroupDomain name=\"groups\">\n"
46245 " <Group name=\"sources\" />\n"
46246 " </ProxyGroupDomain>\n"
46247 " <ProxyListDomain name=\"proxy_list\">\n"
46248 " <Group name=\"seed_sources\"/>\n"
46249 " </ProxyListDomain>\n"
46250 " <Documentation>The value of this property determines how the seeds for\n"
46251 " the streamlines will be generated.</Documentation>\n"
46252 " </InputProperty>\n"
46253 " <StringVectorProperty animateable=\"0\"\n"
46254 " command=\"SetInputArrayToProcess\"\n"
46255 " element_types=\"0 0 0 0 2\"\n"
46256 " label=\"Vectors\"\n"
46257 " name=\"SelectInputVectors\"\n"
46258 " number_of_elements=\"5\">\n"
46259 " <ArrayListDomain attribute_type=\"Vectors\"\n"
46260 " name=\"array_list\">\n"
46261 " <RequiredProperties>\n"
46262 " <Property function=\"Input\"\n"
46263 " name=\"Input\" />\n"
46264 " </RequiredProperties>\n"
46265 " </ArrayListDomain>\n"
46266 " <Documentation>This property contains the name of the vector array from\n"
46267 " which to generate streamlines.</Documentation>\n"
46268 " </StringVectorProperty>\n"
46269 " <DoubleVectorProperty command=\"SetMaximumPropagation\"\n"
46270 " default_values=\"1.0\"\n"
46271 " name=\"MaximumPropagation\"\n"
46272 " number_of_elements=\"1\">\n"
46273 " <BoundsDomain mode=\"scaled_extent\"\n"
46274 " name=\"bounds\"\n"
46275 " scale_factor=\"1.0\">\n"
46276 " <RequiredProperties>\n"
46277 " <Property function=\"Input\"\n"
46278 " name=\"Input\" />\n"
46279 " </RequiredProperties>\n"
46280 " </BoundsDomain>\n"
46281 " <Documentation>Specify the maximum streamline length.</Documentation>\n"
46282 " </DoubleVectorProperty>\n"
46283 " <DoubleVectorProperty command=\"SetInitialIntegrationStep\"\n"
46284 " default_values=\"0.5\"\n"
46285 " name=\"InitialIntegrationStep\"\n"
46286 " number_of_elements=\"1\">\n"
46287 " <DoubleRangeDomain name=\"range\" />\n"
46288 " <Documentation>Specify the initial integration step.</Documentation>\n"
46289 ;
46290 
46291 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeneric.xml
46293 " </DoubleVectorProperty>\n"
46294 " <IntVectorProperty command=\"SetIntegrationDirection\"\n"
46295 " default_values=\"2\"\n"
46296 " name=\"IntegrationDirection\"\n"
46297 " number_of_elements=\"1\">\n"
46298 " <EnumerationDomain name=\"enum\">\n"
46299 " <Entry text=\"FORWARD\"\n"
46300 " value=\"0\" />\n"
46301 " <Entry text=\"BACKWARD\"\n"
46302 " value=\"1\" />\n"
46303 " <Entry text=\"BOTH\"\n"
46304 " value=\"2\" />\n"
46305 " </EnumerationDomain>\n"
46306 " <Documentation>This property determines in which direction(s) a\n"
46307 " streamline is generated.</Documentation>\n"
46308 " </IntVectorProperty>\n"
46309 " <IntVectorProperty command=\"SetIntegratorType\"\n"
46310 " default_values=\"2\"\n"
46311 " name=\"IntegratorType\"\n"
46312 " number_of_elements=\"1\">\n"
46313 " <EnumerationDomain name=\"enum\">\n"
46314 " <Entry text=\"Runge-Kutta 2\"\n"
46315 " value=\"0\" />\n"
46316 " <Entry text=\"Runge-Kutta 4\"\n"
46317 " value=\"1\" />\n"
46318 " <Entry text=\"Runge-Kutta 4-5\"\n"
46319 " value=\"2\" />\n"
46320 " </EnumerationDomain>\n"
46321 " <Documentation>This property determines which integrator (with\n"
46322 " increasing accuracy) to use for creating streamlines.</Documentation>\n"
46323 " </IntVectorProperty>\n"
46324 " <DoubleVectorProperty command=\"SetMaximumError\"\n"
46325 " default_values=\"0.000001\"\n"
46326 " name=\"MaximumError\"\n"
46327 " number_of_elements=\"1\">\n"
46328 " <DoubleRangeDomain name=\"range\" />\n"
46329 " <Documentation>Set the maximum error allowed in the integration. The\n"
46330 " meaning of this value depends on the integrator chosen.</Documentation>\n"
46331 " </DoubleVectorProperty>\n"
46332 " <DoubleVectorProperty command=\"SetMinimumIntegrationStep\"\n"
46333 " default_values=\"0.01\"\n"
46334 " name=\"MinimumIntegrationStep\"\n"
46335 " number_of_elements=\"1\">\n"
46336 " <DoubleRangeDomain name=\"range\" />\n"
46337 " <Documentation>Specify the minimum integration step.</Documentation>\n"
46338 " </DoubleVectorProperty>\n"
46339 " <IntVectorProperty command=\"SetIntegrationStepUnit\"\n"
46340 " default_values=\"2\"\n"
46341 " name=\"IntegrationStepUnit\"\n"
46342 " number_of_elements=\"1\">\n"
46343 " <EnumerationDomain name=\"enum\">\n"
46344 " <Entry text=\"Time\"\n"
46345 " value=\"0\" />\n"
46346 " <Entry text=\"Length\"\n"
46347 " value=\"1\" />\n"
46348 " <Entry text=\"Cell Length\"\n"
46349 " value=\"2\" />\n"
46350 " </EnumerationDomain>\n"
46351 " <Documentation>Choose the unit to use for the integration\n"
46352 " step.</Documentation>\n"
46353 " </IntVectorProperty>\n"
46354 " <DoubleVectorProperty command=\"SetMaximumIntegrationStep\"\n"
46355 " default_values=\"0.01\"\n"
46356 " name=\"MaximumIntegrationStep\"\n"
46357 " number_of_elements=\"1\">\n"
46358 " <DoubleRangeDomain name=\"range\" />\n"
46359 " <Documentation>Specify the maximum integration step.</Documentation>\n"
46360 " </DoubleVectorProperty>\n"
46361 " <IntVectorProperty command=\"SetMaximumNumberOfSteps\"\n"
46362 " default_values=\"2000\"\n"
46363 " name=\"MaximumNumberOfSteps\"\n"
46364 " number_of_elements=\"1\">\n"
46365 " <IntRangeDomain name=\"range\" />\n"
46366 " <Documentation>Specify the maximum number of steps used in the\n"
46367 " integration.</Documentation>\n"
46368 " </IntVectorProperty>\n"
46369 " <DoubleVectorProperty command=\"SetTerminalSpeed\"\n"
46370 " default_values=\"0.000000000001\"\n"
46371 " name=\"TerminalSpeed\"\n"
46372 " number_of_elements=\"1\">\n"
46373 " <DoubleRangeDomain name=\"range\" />\n"
46374 " <Documentation>If at any point the speed is below this value, the\n"
46375 " integration is terminated.</Documentation>\n"
46376 " </DoubleVectorProperty>\n"
46377 " <Hints>\n"
46378 " <Visibility replace_input=\"2\" />\n"
46379 " </Hints>\n"
46380 " <!-- End GenericStreamTracer -->\n"
46381 " </SourceProxy>\n"
46382 " </ProxyGroup>\n"
46383 "</ServerManagerConfiguration>\n"
46384 "\n";
46385 // Get single string
46387 {
46388 
46389  const size_t len0 = strlen(paraview_server_managerfilters_filtersgenericInterface0);
46390  const size_t len1 = strlen(paraview_server_managerfilters_filtersgenericInterface1);
46391  const size_t len2 = strlen(paraview_server_managerfilters_filtersgenericInterface2);
46392  size_t len = ( 0
46393  + len0
46394  + len1
46395  + len2 );
46396  char* res = new char[ len + 1];
46397  size_t offset = 0;
46401  assert(offset == len);
46402  res[offset] = 0;
46403  return res;
46404 }
46405 
46406 
46407 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersgeometry.xml
46409 "<ServerManagerConfiguration>\n"
46410 " <ProxyGroup name=\"filters\">\n"
46411 " <!-- ==================================================================== -->\n"
46412 " <SourceProxy class=\"vtkDataSetRegionSurfaceFilter\"\n"
46413 " label=\"Extract Region Surface\"\n"
46414 " name=\"DataSetRegionSurfaceFilter\">\n"
46415 " <Documentation long_help=\"Extract a 2D boundary surface using neighbor relations to eliminate internal faces.\"\n"
46416 " short_help=\"Extract 2D boundary surface.\">The Extract\n"
46417 " Surface filter extracts the polygons forming the outer\n"
46418 " surface of the input dataset. This filter operates on any\n"
46419 " type of data and produces polygonal data as\n"
46420 " output.</Documentation>\n"
46421 " <InputProperty command=\"SetInputConnection\"\n"
46422 " name=\"Input\">\n"
46423 " <ProxyGroupDomain name=\"groups\">\n"
46424 " <Group name=\"sources\" />\n"
46425 " <Group name=\"filters\" />\n"
46426 " </ProxyGroupDomain>\n"
46427 " <DataTypeDomain name=\"input_type\">\n"
46428 " <DataType value=\"vtkDataSet\" />\n"
46429 " </DataTypeDomain>\n"
46430 " <Documentation>This property specifies the input to the Extract Surface\n"
46431 " filter.</Documentation>\n"
46432 " </InputProperty>\n"
46433 " <IntVectorProperty command=\"SetPieceInvariant\"\n"
46434 " default_values=\"1\"\n"
46435 " name=\"PieceInvariant\"\n"
46436 " number_of_elements=\"1\">\n"
46437 " <BooleanDomain name=\"bool\" />\n"
46438 " <Documentation>If the value of this property is set to 1, internal\n"
46439 " surfaces along process boundaries will be removed. NOTE: Enabling this\n"
46440 " option might cause multiple executions of the data source because more\n"
46441 " information is needed to remove internal surfaces.</Documentation>\n"
46442 " </IntVectorProperty>\n"
46443 " <IntVectorProperty command=\"SetNonlinearSubdivisionLevel\"\n"
46444 " default_values=\"1\"\n"
46445 " name=\"NonlinearSubdivisionLevel\"\n"
46446 " number_of_elements=\"1\">\n"
46447 " <IntRangeDomain max=\"4\"\n"
46448 " min=\"0\"\n"
46449 " name=\"range\" />\n"
46450 " <Documentation>If the input is an unstructured grid with nonlinear\n"
46451 " faces, this parameter determines how many times the face is subdivided\n"
46452 " into linear faces. If 0, the output is the equivalent of its linear\n"
46453 " counterpart (and the midpoints determining the nonlinear interpolation\n"
46454 " are discarded). If 1, the nonlinear face is triangulated based on the\n"
46455 " midpoints. If greater than 1, the triangulated pieces are recursively\n"
46456 " subdivided to reach the desired subdivision. Setting the value to\n"
46457 " greater than 1 may cause some point data to not be passed even if no\n"
46458 " quadratic faces exist. This option has no effect if the input is not an\n"
46459 " unstructured grid.</Documentation>\n"
46460 " </IntVectorProperty>\n"
46461 "\n"
46462 " <StringVectorProperty command=\"SetRegionArrayName\"\n"
46463 " default_values=\"material\"\n"
46464 " name=\"RegionArrayName\"\n"
46465 " number_of_elements=\"1\">\n"
46466 " <Documentation>This property specifies the name of the material\n"
46467 " array for generating parts.</Documentation>\n"
46468 " </StringVectorProperty>\n"
46469 "\n"
46470 " <IntVectorProperty command=\"SetSingleSided\"\n"
46471 " default_values=\"1\"\n"
46472 " name=\"SingleSided\"\n"
46473 " number_of_elements=\"1\">\n"
46474 " <BooleanDomain name=\"bool\" />\n"
46475 " <Documentation>If the value of this property is set to 1 (the default),\n"
46476 " surfaces along the boundary are 1 layer thick. Otherwise there is\n"
46477 " a surface for the material on each side.</Documentation>\n"
46478 " </IntVectorProperty>\n"
46479 "\n"
46480 " <StringVectorProperty command=\"SetMaterialPropertiesName\"\n"
46481 " default_values=\"material_properties\"\n"
46482 " name=\"MaterialPropertiesName\"\n"
46483 " number_of_elements=\"1\"\n"
46484 " panel_visibility=\"advanced\">\n"
46485 " <Documentation>This the name of the input material property field data array</Documentation>\n"
46486 " </StringVectorProperty>\n"
46487 "\n"
46488 " <StringVectorProperty command=\"SetMaterialIDsName\"\n"
46489 " default_values=\"material_ids\"\n"
46490 " name=\"MaterialIDsName\"\n"
46491 " number_of_elements=\"1\"\n"
46492 " panel_visibility=\"advanced\">\n"
46493 " <Documentation>This the name of the input and output material id field data array</Documentation>\n"
46494 " </StringVectorProperty>\n"
46495 "\n"
46496 " <StringVectorProperty command=\"SetMaterialPIDsName\"\n"
46497 " default_values=\"material_ancestors\"\n"
46498 " name=\"MaterialPIDsName\"\n"
46499 " number_of_elements=\"1\"\n"
46500 " panel_visibility=\"advanced\">\n"
46501 " <Documentation>This the name of the output material ancestry id field data array</Documentation>\n"
46502 " </StringVectorProperty>\n"
46503 "\n"
46504 " <StringVectorProperty command=\"SetInterfaceIDsName\"\n"
46505 " default_values=\"interface_ids\"\n"
46506 " name=\"InterfaceIDsName\"\n"
46507 " number_of_elements=\"1\"\n"
46508 " panel_visibility=\"advanced\">\n"
46509 " <Documentation>This the name of the input and output interface id field data array</Documentation>\n"
46510 " </StringVectorProperty>\n"
46511 "\n"
46512 " <!-- End DataSetRegionSurfaceFilter -->\n"
46513 " </SourceProxy>\n"
46514 "\n"
46515 " <!-- ==================================================================== -->\n"
46516 " <SourceProxy class=\"vtkDataSetSurfaceFilter\"\n"
46517 " label=\"Extract Surface\"\n"
46518 " name=\"DataSetSurfaceFilter\">\n"
46519 " <Documentation long_help=\"Extract a 2D boundary surface using neighbor relations to eliminate internal faces.\"\n"
46520 " short_help=\"Extract 2D boundary surface.\">The Extract\n"
46521 " Surface filter extracts the polygons forming the outer\n"
46522 " surface of the input dataset. This filter operates on any\n"
46523 " type of data and produces polygonal data as\n"
46524 " output.</Documentation>\n"
46525 " <InputProperty command=\"SetInputConnection\"\n"
46526 " name=\"Input\">\n"
46527 " <ProxyGroupDomain name=\"groups\">\n"
46528 " <Group name=\"sources\" />\n"
46529 " <Group name=\"filters\" />\n"
46530 " </ProxyGroupDomain>\n"
46531 " <DataTypeDomain name=\"input_type\">\n"
46532 " <DataType value=\"vtkDataSet\" />\n"
46533 " </DataTypeDomain>\n"
46534 " <Documentation>This property specifies the input to the Extract Surface\n"
46535 " filter.</Documentation>\n"
46536 " </InputProperty>\n"
46537 " <IntVectorProperty command=\"SetPieceInvariant\"\n"
46538 " default_values=\"1\"\n"
46539 " name=\"PieceInvariant\"\n"
46540 " number_of_elements=\"1\">\n"
46541 " <BooleanDomain name=\"bool\" />\n"
46542 " <Documentation>If the value of this property is set to 1, internal\n"
46543 " surfaces along process boundaries will be removed. NOTE: Enabling this\n"
46544 " option might cause multiple executions of the data source because more\n"
46545 " information is needed to remove internal surfaces.</Documentation>\n"
46546 " </IntVectorProperty>\n"
46547 " <IntVectorProperty command=\"SetNonlinearSubdivisionLevel\"\n"
46548 " default_values=\"1\"\n"
46549 " name=\"NonlinearSubdivisionLevel\"\n"
46550 " number_of_elements=\"1\">\n"
46551 " <IntRangeDomain max=\"4\"\n"
46552 " min=\"0\"\n"
46553 " name=\"range\" />\n"
46554 " <Documentation>If the input is an unstructured grid with nonlinear\n"
46555 " faces, this parameter determines how many times the face is subdivided\n"
46556 " into linear faces. If 0, the output is the equivalent of its linear\n"
46557 " counterpart (and the midpoints determining the nonlinear interpolation\n"
46558 " are discarded). If 1, the nonlinear face is triangulated based on the\n"
46559 " midpoints. If greater than 1, the triangulated pieces are recursively\n"
46560 " subdivided to reach the desired subdivision. Setting the value to\n"
46561 " greater than 1 may cause some point data to not be passed even if no\n"
46562 " quadratic faces exist. This option has no effect if the input is not an\n"
46563 " unstructured grid.</Documentation>\n"
46564 " </IntVectorProperty>\n"
46565 " <!-- End DataSetSurfaceFilter -->\n"
46566 " </SourceProxy>\n"
46567 "\n"
46568 " <!-- ==================================================================== -->\n"
46569 " <SourceProxy class=\"vtkImageDataToUniformGrid\"\n"
46570 " label=\"Image Data To Uniform Grid\"\n"
46571 " name=\"ImageDataToUniformGrid\">\n"
46572 " <Documentation long_help=\"Create a uniform grid from an image data by specified blanking arrays.\"\n"
46573 " short_help=\"Create a uniform grid from an image data.\">\n"
46574 " Create a vtkUniformGrid from a vtkImageData by passing in arrays to be used\n"
46575 " for point and/or cell blanking. By default, values of 0 in the specified\n"
46576 " array will result in a point or cell being blanked. Use Reverse to switch this.\n"
46577 " </Documentation>\n"
46578 " <InputProperty command=\"SetInputConnection\"\n"
46579 " name=\"Input\">\n"
46580 " <ProxyGroupDomain name=\"groups\">\n"
46581 " <Group name=\"sources\" />\n"
46582 " <Group name=\"filters\" />\n"
46583 " </ProxyGroupDomain>\n"
46584 " <DataTypeDomain name=\"input_type\">\n"
46585 " <DataType value=\"vtkImageData\"/>\n"
46586 " <DataType value=\"vtkCompositeDataSet\" child_match=\"any\">\n"
46587 " <DataType value=\"vtkImageData\" />\n"
46588 " </DataType>\n"
46589 " </DataTypeDomain>\n"
46590 " <InputArrayDomain name=\"input_array\"\n"
46591 " number_of_components=\"1\" />\n"
46592 " </InputProperty>\n"
46593 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
46594 " element_types=\"0 0 0 0 2\"\n"
46595 " name=\"SelectInputScalars\"\n"
46596 " number_of_elements=\"5\">\n"
46597 " <ArrayListDomain attribute_type=\"Scalars\"\n"
46598 " name=\"array_list\">\n"
46599 " <RequiredProperties>\n"
46600 " <Property function=\"Input\"\n"
46601 " name=\"Input\" />\n"
46602 " </RequiredProperties>\n"
46603 " </ArrayListDomain>\n"
46604 " <Documentation>Specify the array to use for blanking.</Documentation>\n"
46605 " </StringVectorProperty>\n"
46606 " <IntVectorProperty command=\"SetReverse\"\n"
46607 " default_values=\"0\"\n"
46608 " name=\"Reverse\"\n"
46609 " number_of_elements=\"1\">\n"
46610 " <Documentation>Reverse the array value to whether or not a point or cell is blanked.</Documentation>\n"
46611 " <BooleanDomain name=\"bool\" />\n"
46612 " </IntVectorProperty>\n"
46613 " <!-- End ImageDataToUniformGrid -->\n"
46614 " </SourceProxy>\n"
46615 "\n"
46616 " <!-- ==================================================================== -->\n"
46617 " <SourceProxy class=\"vtkRectilinearGridGeometryFilter\"\n"
46618 " name=\"RectilinearGridGeometryFilter\">\n"
46619 " <Documentation long_help=\"Extracts geometry for a rectilinear grid. Output is a polydata dataset.\"\n"
46620 " short_help=\"Extracts geometry for a rectilinear grid.\">\n"
46621 " RectilinearGridGeometryFilter is a filter that extracts\n"
46622 " geometry from a rectilinear grid. By specifying\n"
46623 " appropriate i-j-k indices, it is possible to extract a\n"
46624 " point, a curve, a surface, or a \"volume\". The volume is\n"
46625 " actually a (n x m x o) region of points. The extent\n"
46626 " specification is zero-offset. That is, the first k-plane\n"
46627 " in a 50x50x50 rectilinear grid is given by (0,49, 0,49,\n"
46628 " 0,0).</Documentation>\n"
46629 " <InputProperty command=\"SetInputConnection\"\n"
46630 " name=\"Input\">\n"
46631 " <ProxyGroupDomain name=\"groups\">\n"
46632 " <Group name=\"sources\" />\n"
46633 " <Group name=\"filters\" />\n"
46634 " </ProxyGroupDomain>\n"
46635 " <DataTypeDomain name=\"input_type\">\n"
46636 " <DataType value=\"vtkDataSet\" />\n"
46637 " </DataTypeDomain>\n"
46638 " <Documentation>Set the input to the Rectilinear Grid Geometry\n"
46639 " filter.</Documentation>\n"
46640 " </InputProperty>\n"
46641 " <!-- End RectilinearGridGeometryFilter -->\n"
46642 " </SourceProxy>\n"
46643 " </ProxyGroup>\n"
46644 "</ServerManagerConfiguration>\n"
46645 "\n";
46646 // Get single string
46648 {
46649 
46651  size_t len = ( 0
46652  + len0 );
46653  char* res = new char[ len + 1];
46654  size_t offset = 0;
46656  assert(offset == len);
46657  res[offset] = 0;
46658  return res;
46659 }
46660 
46661 
46662 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersparallel.xml
46664 "<ServerManagerConfiguration>\n"
46665 " <!-- filters in VTK::FiltersParallel module -->\n"
46666 " <ProxyGroup name=\"internal_filters\">\n"
46667 " <!-- ==================================================================== -->\n"
46668 " <SourceProxy class=\"vtkPProbeFilter\"\n"
46669 " name=\"ProbeLine\">\n"
46670 " <Documentation>Internal filter used by (filters, ProbeLine). The Plot\n"
46671 " Over Line filter samples the data set attributes of the current data set\n"
46672 " at the points along a line. The values of the point-centered variables\n"
46673 " along that line will be displayed in an XY Plot. This filter uses\n"
46674 " interpolation to determine the values at the selected point, whether or\n"
46675 " not it lies at an input point. The Probe filter operates on any type of\n"
46676 " data and produces polygonal output (a line).</Documentation>\n"
46677 " <InputProperty command=\"SetSourceConnection\"\n"
46678 " name=\"Input\">\n"
46679 " <ProxyGroupDomain name=\"groups\">\n"
46680 " <Group name=\"sources\" />\n"
46681 " <Group name=\"filters\" />\n"
46682 " </ProxyGroupDomain>\n"
46683 " <DataTypeDomain name=\"input_type\">\n"
46684 " <DataType value=\"vtkDataSet\" />\n"
46685 " <DataType value=\"vtkCompositeDataSet\" />\n"
46686 " </DataTypeDomain>\n"
46687 " <InputArrayDomain name=\"input_array\" />\n"
46688 " <Documentation>This property specifies the dataset from which to obtain\n"
46689 " probe values.</Documentation>\n"
46690 " </InputProperty>\n"
46691 " <InputProperty command=\"SetInputConnection\"\n"
46692 " label=\"Probe Type\"\n"
46693 " name=\"Source\"\n"
46694 " panel_visibility=\"default\">\n"
46695 " <ProxyGroupDomain name=\"groups\">\n"
46696 " <Group name=\"sources\" />\n"
46697 " </ProxyGroupDomain>\n"
46698 " <ProxyListDomain name=\"proxy_list\">\n"
46699 " <Proxy group=\"extended_sources\"\n"
46700 " name=\"HighResLineSource\" />\n"
46701 " </ProxyListDomain>\n"
46702 " <Documentation>This property specifies the dataset whose geometry will\n"
46703 " be used in determining positions to probe.</Documentation>\n"
46704 " </InputProperty>\n"
46705 " <IntVectorProperty command=\"SetPassPartialArrays\"\n"
46706 " default_values=\"1\"\n"
46707 " name=\"PassPartialArrays\"\n"
46708 " number_of_elements=\"1\"\n"
46709 " panel_visibility=\"advanced\">\n"
46710 " <Documentation>When dealing with composite datasets, partial arrays are\n"
46711 " common i.e. data-arrays that are not available in all of the blocks. By\n"
46712 " default, this filter only passes those point and cell data-arrays that\n"
46713 " are available in all the blocks i.e. partial array are removed. When\n"
46714 " PassPartialArrays is turned on, this behavior is changed to take a\n"
46715 " union of all arrays present thus partial arrays are passed as well.\n"
46716 " However, for composite dataset input, this filter still produces a\n"
46717 " non-composite output. For all those locations in a block of where a\n"
46718 " particular data array is missing, this filter uses vtkMath::Nan() for\n"
46719 " double and float arrays, while 0 for all other types of arrays i.e int,\n"
46720 " char etc.</Documentation>\n"
46721 " <BooleanDomain name=\"bool\" />\n"
46722 " </IntVectorProperty>\n"
46723 " <IntVectorProperty command=\"SetPassCellArrays\"\n"
46724 " default_values=\"0\"\n"
46725 " name=\"PassCellArrays\"\n"
46726 " number_of_elements=\"1\"\n"
46727 " panel_visibility=\"advanced\">\n"
46728 " <Documentation>\n"
46729 " When set the input's cell data arrays are shallow copied to the output.\n"
46730 " </Documentation>\n"
46731 " <BooleanDomain name=\"bool\" />\n"
46732 " </IntVectorProperty>\n"
46733 " <IntVectorProperty command=\"SetPassPointArrays\"\n"
46734 " default_values=\"0\"\n"
46735 " name=\"PassPointArrays\"\n"
46736 " number_of_elements=\"1\"\n"
46737 " panel_visibility=\"advanced\">\n"
46738 " <Documentation>\n"
46739 " When set the input's point data arrays are shallow copied to the output.\n"
46740 " </Documentation>\n"
46741 " <BooleanDomain name=\"bool\" />\n"
46742 " </IntVectorProperty>\n"
46743 "\n"
46744 " <IntVectorProperty command=\"SetPassFieldArrays\"\n"
46745 " default_values=\"1\"\n"
46746 " name=\"PassFieldArrays\"\n"
46747 " number_of_elements=\"1\"\n"
46748 " panel_visibility=\"advanced\">\n"
46749 " <Documentation>\n"
46750 " Set whether to pass the field-data arrays from the Input i.e. the input\n"
46751 " providing the geometry to the output. On by default.\n"
46752 " </Documentation>\n"
46753 " <BooleanDomain name=\"bool\" />\n"
46754 " </IntVectorProperty>\n"
46755 "\n"
46756 " <IntVectorProperty command=\"SetComputeTolerance\"\n"
46757 " default_values=\"1\"\n"
46758 " name=\"ComputeTolerance\"\n"
46759 " number_of_elements=\"1\"\n"
46760 " panel_visibility=\"advanced\">\n"
46761 " <Documentation>\n"
46762 " Set whether to compute the tolerance or to use a user provided\n"
46763 " value. On by default.\n"
46764 " </Documentation>\n"
46765 " <BooleanDomain name=\"bool\" />\n"
46766 " </IntVectorProperty>\n"
46767 "\n"
46768 " <DoubleVectorProperty command=\"SetTolerance\"\n"
46769 " default_values=\"2.2204460492503131e-16\"\n"
46770 " name=\"Tolerance\"\n"
46771 " number_of_elements=\"1\"\n"
46772 " panel_visibility=\"advanced\">\n"
46773 " <DoubleRangeDomain min=\"2.2204460492503131e-16\"\n"
46774 " name=\"range\" />\n"
46775 " <Hints>\n"
46776 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
46777 " <Property name=\"ComputeTolerance\" function=\"boolean_invert\" />\n"
46778 " </PropertyWidgetDecorator>\n"
46779 " </Hints>\n"
46780 " <Documentation>Set the tolerance to use for\n"
46781 " vtkDataSet::FindCell</Documentation>\n"
46782 " </DoubleVectorProperty>\n"
46783 " <!-- End ProbeLine -->\n"
46784 " </SourceProxy>\n"
46785 " </ProxyGroup>\n"
46786 " <ProxyGroup name=\"filters\">\n"
46787 " <!-- ==================================================================== -->\n"
46788 " <SourceProxy class=\"vtkPProbeFilter\"\n"
46789 " label=\"Probe Location\"\n"
46790 " name=\"ProbePoint\">\n"
46791 " <Documentation long_help=\"Sample data attributes at the points in a point cloud.\"\n"
46792 " short_help=\"Sample data values at the points in a point cloud.\">\n"
46793 " The Probe filter samples the data set attributes of the\n"
46794 " current data set at the points in a point cloud. The Probe\n"
46795 " filter uses interpolation to determine the values at the\n"
46796 " selected point, whether or not it lies at an input point.\n"
46797 " The Probe filter operates on any type of data and produces\n"
46798 " polygonal output (a point cloud).</Documentation>\n"
46799 " <InputProperty command=\"SetSourceConnection\"\n"
46800 " name=\"Input\">\n"
46801 " <ProxyGroupDomain name=\"groups\">\n"
46802 " <Group name=\"sources\" />\n"
46803 " <Group name=\"filters\" />\n"
46804 " </ProxyGroupDomain>\n"
46805 " <DataTypeDomain name=\"input_type\">\n"
46806 " <DataType value=\"vtkDataSet\" />\n"
46807 " <DataType value=\"vtkCompositeDataSet\" />\n"
46808 " </DataTypeDomain>\n"
46809 " <InputArrayDomain name=\"input_array\" />\n"
46810 " <Documentation>This property specifies the dataset from which to obtain\n"
46811 " probe values.</Documentation>\n"
46812 " </InputProperty>\n"
46813 " <InputProperty command=\"SetInputConnection\"\n"
46814 " label=\"Probe Type\"\n"
46815 " name=\"Source\">\n"
46816 " <ProxyGroupDomain name=\"groups\">\n"
46817 " <Group name=\"sources\" />\n"
46818 " </ProxyGroupDomain>\n"
46819 " <ProxyListDomain name=\"proxy_list\">\n"
46820 " <Proxy group=\"extended_sources\"\n"
46821 " name=\"FixedRadiusPointSource\" />\n"
46822 " </ProxyListDomain>\n"
46823 " <Documentation>This property specifies the dataset whose geometry will\n"
46824 " be used in determining positions to probe.</Documentation>\n"
46825 " </InputProperty>\n"
46826 "\n"
46827 " <IntVectorProperty command=\"SetPassFieldArrays\"\n"
46828 " default_values=\"1\"\n"
46829 " name=\"PassFieldArrays\"\n"
46830 " number_of_elements=\"1\"\n"
46831 " panel_visibility=\"advanced\">\n"
46832 " <Documentation>\n"
46833 " Set whether to pass the field-data arrays from the Input i.e. the input\n"
46834 " providing the geometry to the output. On by default.\n"
46835 " </Documentation>\n"
46836 " <BooleanDomain name=\"bool\" />\n"
46837 " </IntVectorProperty>\n"
46838 "\n"
46839 " <IntVectorProperty command=\"SetComputeTolerance\"\n"
46840 " default_values=\"1\"\n"
46841 " name=\"ComputeTolerance\"\n"
46842 " number_of_elements=\"1\"\n"
46843 " panel_visibility=\"advanced\">\n"
46844 " <Documentation>\n"
46845 " Set whether to compute the tolerance or to use a user provided\n"
46846 " value. On by default.\n"
46847 " </Documentation>\n"
46848 " <BooleanDomain name=\"bool\" />\n"
46849 " </IntVectorProperty>\n"
46850 "\n"
46851 " <DoubleVectorProperty command=\"SetTolerance\"\n"
46852 " default_values=\"2.2204460492503131e-16\"\n"
46853 " name=\"Tolerance\"\n"
46854 " number_of_elements=\"1\"\n"
46855 " panel_visibility=\"advanced\">\n"
46856 " <DoubleRangeDomain min=\"2.2204460492503131e-16\"\n"
46857 " name=\"range\" />\n"
46858 " <Hints>\n"
46859 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
46860 " <Property name=\"ComputeTolerance\" function=\"boolean_invert\" />\n"
46861 " </PropertyWidgetDecorator>\n"
46862 " </Hints>\n"
46863 " <Documentation>Set the tolerance to use for\n"
46864 " vtkDataSet::FindCell</Documentation>\n"
46865 " </DoubleVectorProperty>\n"
46866 "\n"
46867 " <Hints>\n"
46868 " <Visibility replace_input=\"0\" />\n"
46869 " <View type=\"SpreadSheetView\" />\n"
46870 " </Hints>\n"
46871 " <!-- End ProbePoint -->\n"
46872 " </SourceProxy>\n"
46873 " <!-- ==================================================================== -->\n"
46874 " <CompoundSourceProxy label=\"Plot Over Line\"\n"
46875 " name=\"ProbeLine\">\n"
46876 " <Documentation long_help=\"Sample data attributes at the points along a line. Probed lines will be displayed in a graph of the attributes.\"\n"
46877 " short_help=\"Sample data values at the points along a line.\">\n"
46878 " The Plot Over Line filter samples the data set attributes\n"
46879 " of the current data set at the points along a line. The\n"
46880 " values of the point-centered variables along that line\n"
46881 " will be displayed in an XY Plot. This filter uses\n"
46882 " interpolation to determine the values at the selected\n"
46883 " point, whether or not it lies at an input point. The Probe\n"
46884 " filter operates on any type of data and produces polygonal\n"
46885 " output (a line).</Documentation>\n"
46886 " <Proxy compound_name=\"PlotOverLine1\"\n"
46887 " group=\"internal_filters\"\n"
46888 " id=\"491\"\n"
46889 " servers=\"1\"\n"
46890 " type=\"ProbeLine\" />\n"
46891 " <Proxy compound_name=\"AppendArcLength1\"\n"
46892 " group=\"filters\"\n"
46893 " id=\"588\"\n"
46894 " servers=\"1\"\n"
46895 " type=\"AppendArcLength\">\n"
46896 " <Property id=\"588.Input\"\n"
46897 " name=\"Input\"\n"
46898 " number_of_elements=\"1\">\n"
46899 " <Proxy output_port=\"0\"\n"
46900 " value=\"491\" />\n"
46901 " </Property>\n"
46902 " </Proxy>\n"
46903 " <ExposedProperties>\n"
46904 " <Property exposed_name=\"Input\"\n"
46905 " name=\"Input\"\n"
46906 " proxy_name=\"PlotOverLine1\" />\n"
46907 " <Property exposed_name=\"Source\"\n"
46908 " name=\"Source\"\n"
46909 " proxy_name=\"PlotOverLine1\" />\n"
46910 " <Property exposed_name=\"PassPartialArrays\"\n"
46911 " name=\"PassPartialArrays\"\n"
46912 " proxy_name=\"PlotOverLine1\" />\n"
46913 " <Property exposed_name=\"ComputeTolerance\"\n"
46914 " name=\"ComputeTolerance\"\n"
46915 " proxy_name=\"PlotOverLine1\" />\n"
46916 " <Property exposed_name=\"Tolerance\"\n"
46917 " name=\"Tolerance\"\n"
46918 " proxy_name=\"PlotOverLine1\" />\n"
46919 " </ExposedProperties>\n"
46920 " <OutputPort name=\"Output\"\n"
46921 " port_index=\"0\"\n"
46922 " proxy=\"AppendArcLength1\" />\n"
46923 " <Hints>\n"
46924 " <Visibility replace_input=\"0\" />\n"
46925 " <!-- View can be used to specify the preferred view for the proxy -->\n"
46926 " <View type=\"XYChartView\" also_show_in_current_view=\"1\" />\n"
46927 " <Plotable />\n"
46928 " </Hints>\n"
46929 " <!-- End ProbeLine -->\n"
46930 " </CompoundSourceProxy>\n"
46931 " <!-- ==================================================================== -->\n"
46932 " <SourceProxy class=\"vtkPProbeFilter\"\n"
46933 " label=\"Legacy Resample With Dataset\"\n"
46934 " name=\"Probe\">\n"
46935 " <Documentation long_help=\"Sample data attributes at the points of a dataset.\"\n"
46936 " short_help=\"Sample data values at the points of a dataset.\">\n"
46937 " Probe is a filter that computes point attributes at\n"
46938 " specified point positions. The filter has two inputs: the\n"
46939 " Input and Source. The 'Source' geometric structure is passed\n"
46940 " through the filter. The point attributes are computed at\n"
46941 " the 'Source' point positions by interpolating into the\n"
46942 " 'Input' data. For example, we can compute data values on a plane\n"
46943 " (plane specified as Source) from a volume (Input). The\n"
46944 " cell data of the Input data is copied to the output based\n"
46945 " on in which Input cell each Source point is. If an array\n"
46946 " of the same name exists both in Input's point and cell\n"
46947 " data, only the one from the point data is\n"
46948 " probed. This is the implementation of the\n"
46949 " 'Resample With Dataset' filter available in ParaView\n"
46950 " version 5.1 and earlier. </Documentation>\n"
46951 " <Deprecated deprecated_in=\"5.2\" to_remove_in=\"5.3\">\n"
46952 " This has been replaced by 'Resample With Dataset'. Please consider\n"
46953 " using that instead.\n"
46954 " </Deprecated>\n"
46955 " <InputProperty command=\"SetSourceConnection\"\n"
46956 " name=\"Input\">\n"
46957 " <ProxyGroupDomain name=\"groups\">\n"
46958 " <Group name=\"sources\" />\n"
46959 " <Group name=\"filters\" />\n"
46960 " </ProxyGroupDomain>\n"
46961 " <DataTypeDomain name=\"input_type\">\n"
46962 " <DataType value=\"vtkDataSet\" />\n"
46963 " <DataType value=\"vtkCompositeDataSet\" />\n"
46964 " </DataTypeDomain>\n"
46965 " <InputArrayDomain name=\"input_array\" />\n"
46966 " <Documentation>This property specifies the dataset from which to obtain\n"
46967 " probe values. The data attributes come from this dataset.</Documentation>\n"
46968 " </InputProperty>\n"
46969 " <InputProperty command=\"SetInputConnection\"\n"
46970 ;
46971 
46972 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersparallel.xml
46974 " name=\"Source\">\n"
46975 " <ProxyGroupDomain name=\"groups\">\n"
46976 " <Group name=\"sources\" />\n"
46977 " <Group name=\"filters\" />\n"
46978 " </ProxyGroupDomain>\n"
46979 " <DataTypeDomain name=\"input_type\">\n"
46980 " <DataType value=\"vtkDataSet\" />\n"
46981 " </DataTypeDomain>\n"
46982 " <Documentation>This property specifies the dataset whose geometry will\n"
46983 " be used in determining positions to probe. The mesh comes from this\n"
46984 " dataset.</Documentation>\n"
46985 " </InputProperty>\n"
46986 " <IntVectorProperty command=\"SetPassCellArrays\"\n"
46987 " default_values=\"0\"\n"
46988 " name=\"PassCellArrays\"\n"
46989 " number_of_elements=\"1\"\n"
46990 " panel_visibility=\"advanced\">\n"
46991 " <Documentation>\n"
46992 " When set the input's cell data arrays are shallow copied to the output.\n"
46993 " </Documentation>\n"
46994 " <BooleanDomain name=\"bool\" />\n"
46995 " </IntVectorProperty>\n"
46996 " <IntVectorProperty command=\"SetPassPointArrays\"\n"
46997 " default_values=\"0\"\n"
46998 " name=\"PassPointArrays\"\n"
46999 " number_of_elements=\"1\"\n"
47000 " panel_visibility=\"advanced\">\n"
47001 " <Documentation>\n"
47002 " When set the input's point data arrays are shallow copied to the output.\n"
47003 " </Documentation>\n"
47004 " <BooleanDomain name=\"bool\" />\n"
47005 " </IntVectorProperty>\n"
47006 "\n"
47007 " <IntVectorProperty command=\"SetPassFieldArrays\"\n"
47008 " default_values=\"1\"\n"
47009 " name=\"PassFieldArrays\"\n"
47010 " number_of_elements=\"1\"\n"
47011 " panel_visibility=\"advanced\">\n"
47012 " <Documentation>\n"
47013 " Set whether to pass the field-data arrays from the Input i.e. the input\n"
47014 " providing the geometry to the output. On by default.\n"
47015 " </Documentation>\n"
47016 " <BooleanDomain name=\"bool\" />\n"
47017 " </IntVectorProperty>\n"
47018 "\n"
47019 " <IntVectorProperty command=\"SetComputeTolerance\"\n"
47020 " default_values=\"1\"\n"
47021 " name=\"ComputeTolerance\"\n"
47022 " number_of_elements=\"1\"\n"
47023 " panel_visibility=\"advanced\">\n"
47024 " <Documentation>\n"
47025 " Set whether to compute the tolerance or to use a user provided\n"
47026 " value. On by default.\n"
47027 " </Documentation>\n"
47028 " <BooleanDomain name=\"bool\" />\n"
47029 " </IntVectorProperty>\n"
47030 "\n"
47031 " <DoubleVectorProperty command=\"SetTolerance\"\n"
47032 " default_values=\"2.2204460492503131e-16\"\n"
47033 " name=\"Tolerance\"\n"
47034 " number_of_elements=\"1\"\n"
47035 " panel_visibility=\"advanced\">\n"
47036 " <DoubleRangeDomain min=\"2.2204460492503131e-16\"\n"
47037 " name=\"range\" />\n"
47038 " <Hints>\n"
47039 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
47040 " <Property name=\"ComputeTolerance\" function=\"boolean_invert\" />\n"
47041 " </PropertyWidgetDecorator>\n"
47042 " </Hints>\n"
47043 " <Documentation>Set the tolerance to use for\n"
47044 " vtkDataSet::FindCell</Documentation>\n"
47045 " </DoubleVectorProperty>\n"
47046 "\n"
47047 " <Hints>\n"
47048 " <Visibility replace_input=\"1\" />\n"
47049 " </Hints>\n"
47050 " <!-- End Probe -->\n"
47051 " </SourceProxy>\n"
47052 "\n"
47053 " <!-- ==================================================================== -->\n"
47054 " <SourceProxy class=\"vtkPResampleFilter\"\n"
47055 " name=\"ImageResampling\">\n"
47056 " <Documentation long_help=\"Sample data attributes using a 3D image as probing mesh.\"\n"
47057 " short_help=\"Sample data values using a 3D image.\"/>\n"
47058 " <Deprecated deprecated_in=\"5.1\" to_remove_in=\"5.2\">Please use \"Resample To Image\" instead instead of \"ImageResampling\" filter.</Deprecated>\n"
47059 " <InputProperty command=\"SetInputConnection\" name=\"Input\">\n"
47060 " <ProxyGroupDomain name=\"groups\">\n"
47061 " <Group name=\"sources\" />\n"
47062 " <Group name=\"filters\" />\n"
47063 " </ProxyGroupDomain>\n"
47064 " <DataTypeDomain name=\"input_type\">\n"
47065 " <DataType value=\"vtkDataSet\" />\n"
47066 " <DataType value=\"vtkCompositeDataSet\" />\n"
47067 " </DataTypeDomain>\n"
47068 " <Documentation>This property specifies the dataset whose data will\n"
47069 " be probed</Documentation>\n"
47070 " </InputProperty>\n"
47071 " <IntVectorProperty command=\"SetSamplingDimension\"\n"
47072 " default_values=\"10 10 10\"\n"
47073 " name=\"SamplingDimension\"\n"
47074 " number_of_elements=\"3\"\n"
47075 " panel_visibility=\"default\">\n"
47076 " <IntRangeDomain name=\"range\" min=\"2 2 2\" max=\"10000 10000 10000\"/>\n"
47077 " <Documentation>\n"
47078 " How many linear resampling we want along each axis\n"
47079 " </Documentation>\n"
47080 " </IntVectorProperty>\n"
47081 " <IntVectorProperty command=\"SetUseInputBounds\"\n"
47082 " default_values=\"1\"\n"
47083 " name=\"UseInputBounds\"\n"
47084 " number_of_elements=\"1\"\n"
47085 " panel_visibility=\"default\">\n"
47086 " <Documentation>\n"
47087 " Do we use input bounds or custom ones?\n"
47088 " </Documentation>\n"
47089 " <BooleanDomain name=\"bool\" />\n"
47090 " </IntVectorProperty>\n"
47091 " <DoubleVectorProperty command=\"SetCustomSamplingBounds\"\n"
47092 " default_values=\"0 1 0 1 0 1\"\n"
47093 " name=\"CustomSamplingBounds\"\n"
47094 " number_of_elements=\"6\"\n"
47095 " panel_visibility=\"default\">\n"
47096 " <Documentation>\n"
47097 " Custom probing bounds if needed\n"
47098 " </Documentation>\n"
47099 " </DoubleVectorProperty>\n"
47100 "\n"
47101 " <!-- End ImageResampling -->\n"
47102 " </SourceProxy>\n"
47103 "\n"
47104 " <!-- ==================================================================== -->\n"
47105 " <SourceProxy class=\"vtkAggregateDataSetFilter\"\n"
47106 " label=\"Aggregate Dataset\"\n"
47107 " name=\"AggregateDataSet\">\n"
47108 " <Documentation long_help=\"This filter aggregates a dataset onto a subset of processes.\"\n"
47109 " short_help=\"Aggregate a dataset onto a subset of processes.\">\n"
47110 " This filter aggregates a dataset onto a subset of processes.\n"
47111 " </Documentation>\n"
47112 " <InputProperty command=\"SetInputConnection\"\n"
47113 " name=\"Input\">\n"
47114 " <ProxyGroupDomain name=\"groups\">\n"
47115 " <Group name=\"sources\" />\n"
47116 " <Group name=\"filters\" />\n"
47117 " </ProxyGroupDomain>\n"
47118 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n"
47119 " <DataType value=\"vtkDataSet\" />\n"
47120 " </DataTypeDomain>\n"
47121 " <Documentation>This property specifies the input to the filter.\n"
47122 " </Documentation>\n"
47123 " </InputProperty>\n"
47124 " <IntVectorProperty command=\"SetNumberOfTargetProcesses\"\n"
47125 " default_values=\"1\"\n"
47126 " name=\"NumberOfTargetProcesses\"\n"
47127 " number_of_elements=\"1\">\n"
47128 " <Documentation>This property specifies the number of target processes to\n"
47129 " aggregate the dataset onto.</Documentation>\n"
47130 " </IntVectorProperty>\n"
47131 " <!-- End AggregateDataSet -->\n"
47132 " </SourceProxy>\n"
47133 "\n"
47134 " <!-- ==================================================================== -->\n"
47135 " <SourceProxy class=\"vtkAngularPeriodicFilter\"\n"
47136 " label=\"Angular Periodic Filter\"\n"
47137 " name=\"AngularPeriodicFilter\">\n"
47138 " <Documentation long_help=\"This filter generate a periodic multiblock dataset.\"\n"
47139 " short_help=\"Periodic Filter.\">This filter generate a periodic\n"
47140 " multiblock dataset</Documentation>\n"
47141 " <InputProperty command=\"SetInputConnection\"\n"
47142 " name=\"Input\">\n"
47143 " <ProxyGroupDomain name=\"groups\">\n"
47144 " <Group name=\"sources\" />\n"
47145 " <Group name=\"filters\" />\n"
47146 " </ProxyGroupDomain>\n"
47147 " <DataTypeDomain name=\"input_type\">\n"
47148 " <DataType value=\"vtkDataSet\" />\n"
47149 " </DataTypeDomain>\n"
47150 " <Documentation>This property specifies the input to the Periodic filter.\n"
47151 " </Documentation>\n"
47152 " </InputProperty>\n"
47153 " <IntVectorProperty clean_command=\"RemoveAllIndices\"\n"
47154 " command=\"AddIndex\"\n"
47155 " name=\"BlockIndices\"\n"
47156 " number_of_elements_per_command=\"1\"\n"
47157 " panel_visibility=\"default\"\n"
47158 " repeat_command=\"1\">\n"
47159 " <CompositeTreeDomain mode=\"leaves\"\n"
47160 " name=\"tree\">\n"
47161 " <RequiredProperties>\n"
47162 " <Property function=\"Input\"\n"
47163 " name=\"Input\" />\n"
47164 " </RequiredProperties>\n"
47165 " </CompositeTreeDomain>\n"
47166 " <Hints>\n"
47167 " <WidgetHeight number_of_rows=\"20\" />\n"
47168 " </Hints>\n"
47169 " <Documentation>This property lists the ids of the blocks to make periodic\n"
47170 " from the input multiblock dataset.</Documentation>\n"
47171 " </IntVectorProperty>\n"
47172 "\n"
47173 " <IntVectorProperty command=\"SetIterationMode\"\n"
47174 " default_values=\"1\"\n"
47175 " name=\"IterationMode\"\n"
47176 " number_of_elements=\"1\">\n"
47177 " <EnumerationDomain name=\"enum\">\n"
47178 " <Entry text=\"Manual\"\n"
47179 " value=\"0\" />\n"
47180 " <Entry text=\"Maximum\"\n"
47181 " value=\"1\" />\n"
47182 " </EnumerationDomain>\n"
47183 " <Documentation>This property specifies the mode of iteration, either a user-provided number\n"
47184 " of periods, or the maximum number of periods to rotate to 360 degrees.</Documentation>\n"
47185 " </IntVectorProperty>\n"
47186 "\n"
47187 " <IntVectorProperty command=\"SetNumberOfPeriods\"\n"
47188 " default_values=\"3\"\n"
47189 " name=\"NumberOfPeriods\"\n"
47190 " number_of_elements=\"1\">\n"
47191 " <Hints>\n"
47192 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
47193 " mode=\"visibility\"\n"
47194 " property=\"IterationMode\"\n"
47195 " value=\"0\" />\n"
47196 " <!-- show this widget when IterationMode==0 -->\n"
47197 " </Hints>\n"
47198 " <Documentation>This property specifies the number of iteration</Documentation>\n"
47199 " </IntVectorProperty>\n"
47200 "\n"
47201 " <IntVectorProperty command=\"SetRotationMode\"\n"
47202 " default_values=\"0\"\n"
47203 " name=\"RotationMode\"\n"
47204 " number_of_elements=\"1\">\n"
47205 " <EnumerationDomain name=\"enum\">\n"
47206 " <Entry text=\"Direct Angle\"\n"
47207 " value=\"0\" />\n"
47208 " <Entry text=\"Array Value\"\n"
47209 " value=\"1\" />\n"
47210 " </EnumerationDomain>\n"
47211 " <Documentation>This property specifies the mode of rotation, either from a user provided\n"
47212 " angle or from an array in the data.</Documentation>\n"
47213 "\n"
47214 " </IntVectorProperty>\n"
47215 "\n"
47216 " <DoubleVectorProperty command=\"SetRotationAngle\"\n"
47217 " default_values=\"10\"\n"
47218 " name=\"RotationAngle\"\n"
47219 " number_of_elements=\"1\">\n"
47220 " <Hints>\n"
47221 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
47222 " mode=\"visibility\"\n"
47223 " property=\"RotationMode\"\n"
47224 " value=\"0\" />\n"
47225 " <!-- show this widget when RotationMode==0 -->\n"
47226 " </Hints>\n"
47227 " <Documentation>Rotation angle in degree.\n"
47228 " </Documentation>\n"
47229 " </DoubleVectorProperty>\n"
47230 "\n"
47231 " <StringVectorProperty command=\"SetRotationArrayName\"\n"
47232 " name=\"RotationArrayName\"\n"
47233 " default_values=\"periodic angle\"\n"
47234 " number_of_elements=\"1\">\n"
47235 " <Hints>\n"
47236 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
47237 " mode=\"visibility\"\n"
47238 " property=\"RotationMode\"\n"
47239 " value=\"1\" />\n"
47240 " <!-- show this widget when RotationMode==1 -->\n"
47241 " </Hints>\n"
47242 " <Documentation>Field array name that contains the rotation angle in radians.\n"
47243 " </Documentation>\n"
47244 " </StringVectorProperty>\n"
47245 "\n"
47246 " <IntVectorProperty command=\"SetRotationAxis\"\n"
47247 " default_values=\"0\"\n"
47248 " name=\"Axis\"\n"
47249 " number_of_elements=\"1\">\n"
47250 " <EnumerationDomain name=\"enum\">\n"
47251 " <Entry text=\"Axis X\"\n"
47252 " value=\"0\" />\n"
47253 " <Entry text=\"Axis Y\"\n"
47254 " value=\"1\" />\n"
47255 " <Entry text=\"Axis Z\"\n"
47256 " value=\"2\" />\n"
47257 " </EnumerationDomain>\n"
47258 " <Documentation>This property specifies the axis of rotation</Documentation>\n"
47259 " </IntVectorProperty>\n"
47260 "\n"
47261 " <DoubleVectorProperty animateable=\"1\"\n"
47262 " command=\"SetCenter\"\n"
47263 " default_values=\"0.0 0.0 0.0\"\n"
47264 " name=\"Center\"\n"
47265 " number_of_elements=\"3\"\n"
47266 " panel_visibility=\"default\">\n"
47267 " <DoubleRangeDomain name=\"range\" />\n"
47268 " <Documentation>This property specifies the 3D coordinates for the\n"
47269 " center of the rotation.</Documentation>\n"
47270 " </DoubleVectorProperty>\n"
47271 " <IntVectorProperty command=\"SetComputeRotationsOnTheFly\"\n"
47272 " default_values=\"1\"\n"
47273 " name=\"ComputeRotationsOnTheFly\"\n"
47274 " number_of_elements=\"1\"\n"
47275 " panel_visibility=\"default\">\n"
47276 " <Documentation>\n"
47277 " Specify whether the rotations should be computed on-the-fly, which is\n"
47278 " compute intensive, or if the arrays should be explicitly generated and\n"
47279 " stored, at the cost of using more memory.\n"
47280 " </Documentation>\n"
47281 " <BooleanDomain name=\"bool\" />\n"
47282 " </IntVectorProperty>\n"
47283 " <Hints>\n"
47284 " <RepresentationType view=\"RenderView\" type=\"Outline\" />\n"
47285 " </Hints>\n"
47286 " <!-- End AngularPeriodicFilter -->\n"
47287 " </SourceProxy>\n"
47288 "\n"
47289 " <!-- ==================================================================== -->\n"
47290 " <SourceProxy class=\"vtkDistributedDataFilter\"\n"
47291 " label=\"D3\"\n"
47292 " name=\"D3\">\n"
47293 " <Documentation long_help=\"Repartition a data set into load-balanced spatially convex regions. Create ghost cells if requested.\"\n"
47294 " short_help=\"Repartition a data set.\">The D3 filter is\n"
47295 " available when ParaView is run in parallel. It operates on\n"
47296 " any type of data set to evenly divide it across the\n"
47297 " processors into spatially contiguous regions. The output\n"
47298 " of this filter is of type unstructured\n"
47299 " grid.</Documentation>\n"
47300 " <InputProperty command=\"SetInputConnection\"\n"
47301 " name=\"Input\">\n"
47302 " <ProxyGroupDomain name=\"groups\">\n"
47303 ;
47304 
47305 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersparallel.xml
47307 " <Group name=\"sources\" />\n"
47308 " <Group name=\"filters\" />\n"
47309 " </ProxyGroupDomain>\n"
47310 " <DataTypeDomain name=\"input_type\">\n"
47311 " <DataType value=\"vtkDataSet\" />\n"
47312 " </DataTypeDomain>\n"
47313 " <Documentation>This property specifies the input to the D3\n"
47314 " filter.</Documentation>\n"
47315 " </InputProperty>\n"
47316 " <IntVectorProperty command=\"SetBoundaryMode\"\n"
47317 " default_values=\"0\"\n"
47318 " name=\"BoundaryMode\"\n"
47319 " number_of_elements=\"1\">\n"
47320 " <EnumerationDomain name=\"enum\">\n"
47321 " <Entry text=\"Assign cells uniquely\"\n"
47322 " value=\"0\" />\n"
47323 " <Entry text=\"Duplicate cells\"\n"
47324 " value=\"1\" />\n"
47325 " <Entry text=\"Divide cells\"\n"
47326 " value=\"2\" />\n"
47327 " </EnumerationDomain>\n"
47328 " <Documentation>This property determines how cells that lie on processor\n"
47329 " boundaries are handled. The \"Assign cells uniquely\" option assigns each\n"
47330 " boundary cell to exactly one process, which is useful for isosurfacing.\n"
47331 " Selecting \"Duplicate cells\" causes the cells on the boundaries to be\n"
47332 " copied to each process that shares that boundary. The \"Divide cells\"\n"
47333 " option breaks cells across process boundary lines so that pieces of the\n"
47334 " cell lie in different processes. This option is useful for volume\n"
47335 " rendering.</Documentation>\n"
47336 " </IntVectorProperty>\n"
47337 " <IntVectorProperty command=\"SetUseMinimalMemory\"\n"
47338 " default_values=\"0\"\n"
47339 " label=\"Minimal Memory\"\n"
47340 " name=\"UseMinimalMemory\"\n"
47341 " number_of_elements=\"1\">\n"
47342 " <BooleanDomain name=\"bool\" />\n"
47343 " <Documentation>If this property is set to 1, the D3 filter requires\n"
47344 " communication routines to use minimal memory than without this\n"
47345 " restriction.</Documentation>\n"
47346 " </IntVectorProperty>\n"
47347 " <IntVectorProperty command=\"SetMinimumGhostLevel\"\n"
47348 " default_values=\"0\"\n"
47349 " label=\"Minimum Number Of Ghost Levels\"\n"
47350 " name=\"MinimumGhostLevel\"\n"
47351 " number_of_elements=\"1\">\n"
47352 " <Documentation>The minimum number of ghost levels to add to each\n"
47353 " processor's output. If the pipeline also requests ghost levels, the\n"
47354 " larger value will be used.</Documentation>\n"
47355 " </IntVectorProperty>\n"
47356 " <!-- End D3 -->\n"
47357 " </SourceProxy>\n"
47358 "\n"
47359 " <!-- ==================================================================== -->\n"
47360 " <SourceProxy class=\"vtkExtractCTHPart\"\n"
47361 " label=\"Extract CTH Parts\"\n"
47362 " name=\"CTHPart\">\n"
47363 " <Documentation long_help=\"Create a surface from a CTH volume fraction.\"\n"
47364 " short_help=\"Extract a part from a CTH dataset.\">Extract\n"
47365 " CTH Parts is a specialized filter for visualizing the data\n"
47366 " from a CTH simulation. It first converts the selected\n"
47367 " cell-centered arrays to point-centered ones. It then\n"
47368 " contours each array at a value of 0.5. The user has the\n"
47369 " option of clipping the resulting surface(s) with a plane.\n"
47370 " This filter only operates on unstructured data. It\n"
47371 " produces polygonal output.</Documentation>\n"
47372 " <InputProperty command=\"SetInputConnection\"\n"
47373 " name=\"Input\">\n"
47374 " <ProxyGroupDomain name=\"groups\">\n"
47375 " <Group name=\"sources\" />\n"
47376 " <Group name=\"filters\" />\n"
47377 " </ProxyGroupDomain>\n"
47378 " <DataTypeDomain name=\"input_type\">\n"
47379 " <DataType value=\"vtkDataSet\" />\n"
47380 " </DataTypeDomain>\n"
47381 " <InputArrayDomain attribute_type=\"cell\"\n"
47382 " name=\"input_array\"\n"
47383 " number_of_components=\"1\" />\n"
47384 " <Documentation>This property specifies the input to the Extract CTH\n"
47385 " Parts filter.</Documentation>\n"
47386 " </InputProperty>\n"
47387 " <ProxyProperty command=\"SetClipPlane\"\n"
47388 " label=\"Clip Type\"\n"
47389 " name=\"ClipPlane\">\n"
47390 " <ProxyGroupDomain name=\"groups\">\n"
47391 " <Group name=\"implicit_functions\" />\n"
47392 " </ProxyGroupDomain>\n"
47393 " <ProxyListDomain name=\"proxy_list\">\n"
47394 " <Proxy group=\"implicit_functions\"\n"
47395 " name=\"None\" />\n"
47396 " <Proxy group=\"implicit_functions\"\n"
47397 " name=\"Plane\" />\n"
47398 " </ProxyListDomain>\n"
47399 " <Documentation>This property specifies whether to clip the dataset, and\n"
47400 " if so, it also specifies the parameters of the plane with which to\n"
47401 " clip.</Documentation>\n"
47402 " </ProxyProperty>\n"
47403 " <StringVectorProperty clean_command=\"RemoveVolumeArrayNames\"\n"
47404 " command=\"AddVolumeArrayName\"\n"
47405 " label=\"Volume Arrays\"\n"
47406 " name=\"VolumeArrays\"\n"
47407 " number_of_elements_per_command=\"1\"\n"
47408 " repeat_command=\"1\">\n"
47409 " <Documentation>This property specifies the name(s) of the volume\n"
47410 " fraction array(s) for generating parts.</Documentation>\n"
47411 " <ArrayListDomain attribute_type=\"Scalars\"\n"
47412 " name=\"array_list\">\n"
47413 " <RequiredProperties>\n"
47414 " <Property function=\"Input\"\n"
47415 " name=\"Input\" />\n"
47416 " </RequiredProperties>\n"
47417 " </ArrayListDomain>\n"
47418 " <Hints>\n"
47419 " <NoDefault />\n"
47420 " </Hints>\n"
47421 " </StringVectorProperty>\n"
47422 " <DoubleVectorProperty command=\"SetVolumeFractionSurfaceValue\"\n"
47423 " default_values=\"0.45\"\n"
47424 " label=\"Volume Fraction Value\"\n"
47425 " name=\"VolumeFractionSurfaceValue\"\n"
47426 " number_of_elements=\"1\">\n"
47427 " <DoubleRangeDomain max=\"1\"\n"
47428 " min=\"0\"\n"
47429 " name=\"range\" />\n"
47430 " <Documentation>The value of this property is the volume fraction value\n"
47431 " for the surface.</Documentation>\n"
47432 " </DoubleVectorProperty>\n"
47433 " <IntVectorProperty name=\"CapSurfaces\"\n"
47434 " command=\"SetCapping\"\n"
47435 " number_of_elements=\"1\"\n"
47436 " default_values=\"1\"\n"
47437 " panel_visibility=\"advanced\" >\n"
47438 " <BooleanDomain name=\"bool\" />\n"
47439 " <Documentation>\n"
47440 " When enabled, volume surfaces are capped to produce visually closed\n"
47441 " surface.\n"
47442 " </Documentation>\n"
47443 " </IntVectorProperty>\n"
47444 " <IntVectorProperty name=\"RemoveGhostCells\"\n"
47445 " command=\"SetRemoveGhostCells\"\n"
47446 " number_of_elements=\"1\"\n"
47447 " default_values=\"1\"\n"
47448 " panel_visibility=\"advanced\" >\n"
47449 " <BooleanDomain name=\"bool\" />\n"
47450 " <Documentation>\n"
47451 " When set to false, the output surfaces will not hide contours\n"
47452 " extracted from ghost cells. This results in overlapping contours but\n"
47453 " overcomes holes. Default is set to true.\n"
47454 " </Documentation>\n"
47455 " </IntVectorProperty>\n"
47456 " <IntVectorProperty name=\"GenerateTriangles\"\n"
47457 " command=\"SetGenerateTriangles\"\n"
47458 " number_of_elements=\"1\"\n"
47459 " default_values=\"0\"\n"
47460 " panel_visibility=\"advanced\" >\n"
47461 " <BooleanDomain name=\"bool\" />\n"
47462 " <Documentation>\n"
47463 " Triangulate results. When set to false, the internal cut and contour filters\n"
47464 " are told not to triangulate results if possible.\n"
47465 " </Documentation>\n"
47466 " </IntVectorProperty>\n"
47467 " <IntVectorProperty name=\"GenerateSolidGeometry\"\n"
47468 " command=\"SetGenerateSolidGeometry\"\n"
47469 " number_of_elements=\"1\"\n"
47470 " default_values=\"0\"\n"
47471 " panel_visibility=\"advanced\" >\n"
47472 " <BooleanDomain name=\"bool\" />\n"
47473 " <Documentation>\n"
47474 " Generate solid output with 3D cells. When set to false, 2D contours are generated.\n"
47475 " </Documentation>\n"
47476 " </IntVectorProperty>\n"
47477 " <!-- End CTHPart -->\n"
47478 " </SourceProxy>\n"
47479 "\n"
47480 " <!-- ==================================================================== -->\n"
47481 " <SourceProxy class=\"vtkHyperTreeGridGhostCellsGenerator\"\n"
47482 " label=\"Hyper Tree Grid Ghost Cells Generator\"\n"
47483 " name=\"HyperTreeGridGhostCellsGenerator\">\n"
47484 " <Documentation long_help=\"Generate Ghost Cells for HyperTreeGrid.\"\n"
47485 " short_help=\"Generate Ghost Cells for HyperTreeGrid.\">\n"
47486 " This filter generates ghost cells for hyper tree grid for multi processing purposes.\n"
47487 " </Documentation>\n"
47488 " <InputProperty command=\"SetInputConnection\"\n"
47489 " name=\"Input\">\n"
47490 " <ProxyGroupDomain name=\"groups\">\n"
47491 " <Group name=\"sources\" />\n"
47492 " <Group name=\"filters\" />\n"
47493 " </ProxyGroupDomain>\n"
47494 " <DataTypeDomain name=\"input_types\">\n"
47495 " <DataType value=\"vtkHyperTreeGrid\" />\n"
47496 " </DataTypeDomain>\n"
47497 " <Documentation>This property specified the input to the ghost cell generator.</Documentation>\n"
47498 " </InputProperty>\n"
47499 " <!-- End vtkHyperTreeGridGhostCellsGenerator -->\n"
47500 " </SourceProxy>\n"
47501 "\n"
47502 " <!-- ==================================================================== -->\n"
47503 " <SourceProxy class=\"vtkIntegrateAttributes\"\n"
47504 " label=\"Integrate Variables\"\n"
47505 " name=\"IntegrateAttributes\">\n"
47506 " <Documentation long_help=\"This filter integrates cell and point attributes.\"\n"
47507 " short_help=\"Integrates over lines, surfaces or vectors.\">\n"
47508 " The Integrate Attributes filter integrates point and cell\n"
47509 " data over lines and surfaces. It also computes length of\n"
47510 " lines, area of surface, or volume.</Documentation>\n"
47511 " <InputProperty command=\"SetInputConnection\"\n"
47512 " name=\"Input\">\n"
47513 " <ProxyGroupDomain name=\"groups\">\n"
47514 " <Group name=\"sources\" />\n"
47515 " <Group name=\"filters\" />\n"
47516 " </ProxyGroupDomain>\n"
47517 " <DataTypeDomain name=\"input_type\">\n"
47518 " <DataType value=\"vtkDataSet\" />\n"
47519 " </DataTypeDomain>\n"
47520 " <Documentation>This property specifies the input to the Integrate\n"
47521 " Attributes filter.</Documentation>\n"
47522 " </InputProperty>\n"
47523 " <IntVectorProperty command=\"SetDivideAllCellDataByVolume\"\n"
47524 " name=\"DivideCellDataByVolume\"\n"
47525 " default_values=\"0\"\n"
47526 " number_of_elements=\"1\">\n"
47527 " <Documentation>\n"
47528 " This property specifies if the output data will be divided by the\n"
47529 " volume/area computed for the integrated cells. If it is on, then each\n"
47530 " value in the output cell data will be divided by the area/volume.\n"
47531 " </Documentation>\n"
47532 " <BooleanDomain name=\"bool\"/>\n"
47533 " </IntVectorProperty>\n"
47534 "\n"
47535 " <Hints>\n"
47536 " <Visibility replace_input=\"0\" />\n"
47537 " <!-- View can be used to specify the preferred view for the proxy -->\n"
47538 " <View type=\"SpreadSheetView\" />\n"
47539 " <Plotable />\n"
47540 " </Hints>\n"
47541 " <!-- End IntegrateAttributes -->\n"
47542 " </SourceProxy>\n"
47543 "\n"
47544 " <!-- ==================================================================== -->\n"
47545 " <SourceProxy class=\"vtkPCellDataToPointData\"\n"
47546 " label=\"Cell Data to Point Data\"\n"
47547 " name=\"CellDataToPointData\">\n"
47548 " <Documentation long_help=\"Create point attributes by averaging cell attributes.\"\n"
47549 " short_help=\"Convert cell data to point data.\">The Cell\n"
47550 " Data to Point Data filter averages the values of the cell\n"
47551 " attributes of the cells surrounding a point to compute\n"
47552 " point attributes. The Cell Data to Point Data filter\n"
47553 " operates on any type of data set, and the output data set\n"
47554 " is of the same type as the input.</Documentation>\n"
47555 " <InputProperty command=\"SetInputConnection\"\n"
47556 " name=\"Input\">\n"
47557 " <ProxyGroupDomain name=\"groups\">\n"
47558 " <Group name=\"sources\" />\n"
47559 " <Group name=\"filters\" />\n"
47560 " </ProxyGroupDomain>\n"
47561 " <DataTypeDomain name=\"input_type\">\n"
47562 " <DataType value=\"vtkDataSet\" />\n"
47563 " </DataTypeDomain>\n"
47564 " <InputArrayDomain attribute_type=\"cell\"\n"
47565 " name=\"input_array\" />\n"
47566 " <Documentation>This property specifies the input to the Cell Data to\n"
47567 " Point Data filter.</Documentation>\n"
47568 " </InputProperty>\n"
47569 " <IntVectorProperty command=\"SetProcessAllArrays\"\n"
47570 " default_values=\"1\"\n"
47571 " name=\"ProcessAllArrays\"\n"
47572 " number_of_elements=\"1\">\n"
47573 " <BooleanDomain name=\"bool\" />\n"
47574 " <Documentation>The value of this property controls whether all input\n"
47575 " cell arrays will be processed and converted into point arrays.</Documentation>\n"
47576 " </IntVectorProperty>\n"
47577 " <StringVectorProperty clean_command=\"ClearCellDataArrays\"\n"
47578 " command=\"AddCellDataArray\"\n"
47579 " name=\"CellDataArrays\"\n"
47580 " label=\"Cell Data Array to process\"\n"
47581 " number_of_elements_per_command=\"1\"\n"
47582 " repeat_command=\"1\">\n"
47583 " <Documentation>Add a cell array by name to be converted to point array.</Documentation>\n"
47584 " <ArrayListDomain input_domain_name=\"input_array\" name=\"array_list\">\n"
47585 " <RequiredProperties>\n"
47586 " <Property function=\"Input\" name=\"Input\" />\n"
47587 " </RequiredProperties>\n"
47588 " </ArrayListDomain>\n"
47589 " <Hints>\n"
47590 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
47591 " <Property name=\"ProcessAllArrays\" function=\"boolean_invert\" />\n"
47592 " </PropertyWidgetDecorator>\n"
47593 " </Hints>\n"
47594 " </StringVectorProperty>\n"
47595 " <IntVectorProperty command=\"SetPassCellData\"\n"
47596 " default_values=\"0\"\n"
47597 " name=\"PassCellData\"\n"
47598 " number_of_elements=\"1\">\n"
47599 " <BooleanDomain name=\"bool\" />\n"
47600 " <Documentation>If this property is set to 1, then the input cell data\n"
47601 " is passed through to the output; otherwise, only the generated point\n"
47602 " data will be available in the output.</Documentation>\n"
47603 " </IntVectorProperty>\n"
47604 " <IntVectorProperty command=\"SetPieceInvariant\"\n"
47605 " default_values=\"0\"\n"
47606 " name=\"PieceInvariant\"\n"
47607 " number_of_elements=\"1\">\n"
47608 " <BooleanDomain name=\"bool\" />\n"
47609 " <Documentation>If the value of this property is set to 1, this filter\n"
47610 ;
47611 
47612 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersparallel.xml
47614 " will request ghost levels so that the values at boundary points match\n"
47615 " across processes. NOTE: Enabling this option might cause multiple\n"
47616 " executions of the data source because more information is needed to\n"
47617 " remove internal surfaces.</Documentation>\n"
47618 " </IntVectorProperty>\n"
47619 " <!-- End CellDataToPointData -->\n"
47620 " </SourceProxy>\n"
47621 "\n"
47622 " <!-- ==================================================================== -->\n"
47623 " <SourceProxy class=\"vtkAdaptiveTemporalInterpolator\"\n"
47624 " label=\"Temporal Interpolator\"\n"
47625 " name=\"TemporalInterpolator\">\n"
47626 " <Documentation long_help=\"Interpolate between time steps.\"\n"
47627 " short_help=\"Interpolate between time steps.\">The Temporal\n"
47628 " Interpolator converts data that is defined at discrete\n"
47629 " time steps to one that is defined over a continuum of time\n"
47630 " by linearly interpolating the data's field data between\n"
47631 " two adjacent time steps. The interpolated values are a\n"
47632 " simple approximation and should not be interpreted as\n"
47633 " anything more. The Temporal Interpolator assumes that the\n"
47634 " topology between adjacent time steps does not\n"
47635 " change.</Documentation>\n"
47636 " <InputProperty command=\"SetInputConnection\"\n"
47637 " name=\"Input\">\n"
47638 " <ProxyGroupDomain name=\"groups\">\n"
47639 " <Group name=\"sources\" />\n"
47640 " <Group name=\"filters\" />\n"
47641 " </ProxyGroupDomain>\n"
47642 " <DataTypeDomain composite_data_supported=\"1\"\n"
47643 " name=\"input_type\">\n"
47644 " <DataType value=\"vtkDataObject\" />\n"
47645 " </DataTypeDomain>\n"
47646 " <Documentation>This property specifies the input of the Temporal\n"
47647 " Interpolator.</Documentation>\n"
47648 " </InputProperty>\n"
47649 " <DoubleVectorProperty command=\"SetDiscreteTimeStepInterval\"\n"
47650 " default_values=\"0.0\"\n"
47651 " name=\"DiscreteTimeStepInterval\"\n"
47652 " number_of_elements=\"1\">\n"
47653 " <DoubleRangeDomain name=\"range\" />\n"
47654 " <Documentation>If Discrete Time Step Interval is set to 0, then the\n"
47655 " Temporal Interpolator will provide a continuous region of time on its\n"
47656 " output. If set to anything else, then the output will define a finite\n"
47657 " set of time points on its output, each spaced by the Discrete Time Step\n"
47658 " Interval. The output will have (time range)/(discrete time step\n"
47659 " interval) time steps. (Note that the time range is defined by the time\n"
47660 " range of the data of the input filter, which may be different from\n"
47661 " other pipeline objects or the range defined in the animation\n"
47662 " inspector.) This is a useful option to use if you have a dataset with\n"
47663 " one missing time step and wish to 'fill in' the missing data with an\n"
47664 " interpolated value from the steps on either side.</Documentation>\n"
47665 " </DoubleVectorProperty>\n"
47666 " <DoubleVectorProperty information_only=\"1\"\n"
47667 " name=\"TimestepValues\">\n"
47668 " <TimeStepsInformationHelper />\n"
47669 " </DoubleVectorProperty>\n"
47670 " <DoubleVectorProperty information_only=\"1\"\n"
47671 " name=\"TimeRange\">\n"
47672 " <TimeRangeInformationHelper />\n"
47673 " </DoubleVectorProperty>\n"
47674 "\n"
47675 " <IntVectorProperty command=\"SetResampleFactor\"\n"
47676 " default_values=\"1\"\n"
47677 " name=\"ResampleFactor\"\n"
47678 " number_of_elements=\"1\">\n"
47679 " <IntRangeDomain min=\"1\" name=\"range\" />\n"
47680 " <Documentation>When ResampleFactor is a non zero positive integer, each pair\n"
47681 " of input time steps will be interpolated between with the number\n"
47682 " of steps specified. For example an input of 1,2,3,4,5 and a resample factor\n"
47683 " of 10, will produce steps 0f 1.0, 1.1, 1.2, ..., 1.9, 2.0.\n"
47684 " Irregular input steps will produce irregular output steps.\n"
47685 " Resample factor will only be used if DiscreteTimeStepInterval is zero,\n"
47686 " otherwise the DiscreteTimeStepInterval takes precedence</Documentation>\n"
47687 " </IntVectorProperty>\n"
47688 " <!-- End TemporalInterpolator -->\n"
47689 " </SourceProxy>\n"
47690 "\n"
47691 " <!-- ==================================================================== -->\n"
47692 " <SourceProxy class=\"vtkPMaskPoints\"\n"
47693 " label=\"Mask Points\"\n"
47694 " name=\"MaskPoints\">\n"
47695 " <Documentation long_help=\"Reduce the number of points. This filter is often used before glyphing. Generating vertices is an option.\"\n"
47696 " short_help=\"Reduce the number of points.\">The Mask Points\n"
47697 " filter reduces the number of points in the dataset. It\n"
47698 " operates on any type of dataset, but produces only points\n"
47699 " / vertices as output.</Documentation>\n"
47700 " <InputProperty command=\"SetInputConnection\"\n"
47701 " name=\"Input\">\n"
47702 " <ProxyGroupDomain name=\"groups\">\n"
47703 " <Group name=\"sources\" />\n"
47704 " <Group name=\"filters\" />\n"
47705 " </ProxyGroupDomain>\n"
47706 " <DataTypeDomain name=\"input_type\">\n"
47707 " <DataType value=\"vtkDataSet\" />\n"
47708 " </DataTypeDomain>\n"
47709 " <Documentation>This property specifies the input to the Mask Points\n"
47710 " filter.</Documentation>\n"
47711 " </InputProperty>\n"
47712 " <IntVectorProperty command=\"SetOnRatio\"\n"
47713 " default_values=\"2\"\n"
47714 " name=\"OnRatio\"\n"
47715 " number_of_elements=\"1\">\n"
47716 " <IntRangeDomain min=\"1\"\n"
47717 " name=\"range\" />\n"
47718 " <Documentation>The value of this property specifies that every\n"
47719 " OnStride-th points will be retained in the output when not using Random\n"
47720 " (the skip or stride size for point ids). (For example, if the on ratio\n"
47721 " is 3, then the output will contain every 3rd point, up to the the\n"
47722 " maximum number of points.)</Documentation>\n"
47723 " </IntVectorProperty>\n"
47724 " <IntVectorProperty command=\"SetMaximumNumberOfPoints\"\n"
47725 " default_values=\"5000\"\n"
47726 " label=\"Maximum Number of Points\"\n"
47727 " name=\"MaximumNumberOfPoints\"\n"
47728 " number_of_elements=\"1\">\n"
47729 " <IntRangeDomain min=\"0\"\n"
47730 " name=\"range\" />\n"
47731 " <Documentation>The value of this property indicates the maximum number\n"
47732 " of points in the output dataset.</Documentation>\n"
47733 " </IntVectorProperty>\n"
47734 " <IntVectorProperty command=\"SetProportionalMaximumNumberOfPoints\"\n"
47735 " default_values=\"0\"\n"
47736 " label=\"Proportionally Distribute Maximum Number Of Points\"\n"
47737 " name=\"ProportionalMaximumNumberOfPoints\"\n"
47738 " number_of_elements=\"1\"\n"
47739 " panel_visibility=\"advanced\">\n"
47740 " <BooleanDomain name=\"bool\" />\n"
47741 " <Documentation>When this is off, the maximum number of points is taken\n"
47742 " per processor when running in parallel (total number of points = number\n"
47743 " of processors * maximum number of points). When this is on, the maximum\n"
47744 " number of points is proportionally distributed across processors\n"
47745 " depending on the number of points per processor\n"
47746 " (\"total number of points\" is the same as \"maximum number of points\"\n"
47747 " maximum number of points per processor = number of points on a processor\n"
47748 " * maximum number of points / total number of points across all processors\n"
47749 " ).\n"
47750 " </Documentation>\n"
47751 " </IntVectorProperty>\n"
47752 " <IntVectorProperty animateable=\"1\"\n"
47753 " command=\"SetOffset\"\n"
47754 " default_values=\"0\"\n"
47755 " name=\"Offset\"\n"
47756 " number_of_elements=\"1\"\n"
47757 " panel_visibility=\"advanced\">\n"
47758 " <IntRangeDomain min=\"0\"\n"
47759 " name=\"range\" />\n"
47760 " <Documentation>The value of this property indicates the starting point\n"
47761 " id in the ordered list of input points from which to start\n"
47762 " masking.</Documentation>\n"
47763 " </IntVectorProperty>\n"
47764 " <IntVectorProperty command=\"SetRandomMode\"\n"
47765 " default_values=\"0\"\n"
47766 " label=\"Random Sampling\"\n"
47767 " name=\"RandomMode\"\n"
47768 " number_of_elements=\"1\"\n"
47769 " panel_visibility=\"advanced\">\n"
47770 " <BooleanDomain name=\"bool\" />\n"
47771 " <Documentation>If the value of this property is set to true, then the\n"
47772 " points in the output will be randomly selected from the input in\n"
47773 " various ways set by Random Mode; otherwise this filter will subsample\n"
47774 " point ids regularly.</Documentation>\n"
47775 " </IntVectorProperty>\n"
47776 " <IntVectorProperty command=\"SetRandomModeType\"\n"
47777 " default_values=\"0\"\n"
47778 " label=\"Random Sampling Mode\"\n"
47779 " name=\"RandomModeType\"\n"
47780 " number_of_elements=\"1\"\n"
47781 " panel_visibility=\"advanced\">\n"
47782 " <EnumerationDomain name=\"enum\">\n"
47783 " <Entry text=\"Randomized Id Strides\"\n"
47784 " value=\"0\" />\n"
47785 " <Entry text=\"Random Sampling\"\n"
47786 " value=\"1\" />\n"
47787 " <Entry text=\"Spatially Stratified Random Sampling\"\n"
47788 " value=\"2\" />\n"
47789 " <Entry text=\"Uniform Spatial Distribution (Bounds Based)\"\n"
47790 " value=\"3\"/>\n"
47791 " <Entry text=\"Uniform Spatial Distribution (Surface Sampling)\"\n"
47792 " value=\"4\"/>\n"
47793 " <Entry text=\"Uniform Spatial Distribution (Volume Sampling)\"\n"
47794 " value=\"5\"/>\n"
47795 " </EnumerationDomain>\n"
47796 " <Documentation>Randomized Id Strides picks points with random id\n"
47797 " increments starting at Offset (the output probably isn't a\n"
47798 " statistically random sample). Random Sampling generates a statistically\n"
47799 " random sample of the input, ignoring Offset (fast - O(sample size)).\n"
47800 " Spatially Stratified Random Sampling is a variant of random sampling\n"
47801 " that splits the points into equal sized spatial strata before randomly\n"
47802 " sampling (slow - O(N log N)). The Uniform Spatial Distribution (Bound\n"
47803 " based) samples points using random poisitions inside the bounds of\n"
47804 " the data set and a point locator. The Uniform Spatial Distribution\n"
47805 " (Surface Sampling) samples points randomly via an inverse transform on\n"
47806 " surface area of each cell (3D cells are ignored). The Uniform Spatial\n"
47807 " Distribution (Volume Sampling) samples points randomly sampled via an\n"
47808 " inverse transform on volume area of each cell (2D cells are ignored).\n"
47809 " </Documentation>\n"
47810 " </IntVectorProperty>\n"
47811 " <IntVectorProperty command=\"SetGenerateVertices\"\n"
47812 " default_values=\"0\"\n"
47813 " name=\"GenerateVertices\"\n"
47814 " number_of_elements=\"1\"\n"
47815 " panel_visibility=\"advanced\">\n"
47816 " <BooleanDomain name=\"bool\" />\n"
47817 " <Documentation>This property specifies whether to generate vertex cells\n"
47818 " as the topography of the output. If set to 1, the geometry (vertices)\n"
47819 " will be displayed in the rendering window; otherwise no geometry will\n"
47820 " be displayed.</Documentation>\n"
47821 " </IntVectorProperty>\n"
47822 " <IntVectorProperty command=\"SetSingleVertexPerCell\"\n"
47823 " default_values=\"0\"\n"
47824 " name=\"SingleVertexPerCell\"\n"
47825 " number_of_elements=\"1\"\n"
47826 " panel_visibility=\"advanced\">\n"
47827 " <BooleanDomain name=\"bool\" />\n"
47828 " <Documentation>Tell filter to only generate one vertex per cell instead\n"
47829 " of multiple vertices in one cell.</Documentation>\n"
47830 " </IntVectorProperty>\n"
47831 " <!-- End MaskPoints -->\n"
47832 " </SourceProxy>\n"
47833 "\n"
47834 " <!-- ==================================================================== -->\n"
47835 " <SourceProxy class=\"vtkPOutlineCornerFilter\"\n"
47836 " label=\"Outline Corners\"\n"
47837 " name=\"OutlineCornerFilter\">\n"
47838 " <Documentation long_help=\"This filter generates a bounding box representation of the input. It only displays the corners of the bounding box.\"\n"
47839 " short_help=\"Generates corners of a bounding box.\">The\n"
47840 " Outline Corners filter generates the corners of a bounding\n"
47841 " box for the input dataset. This filter operates on any\n"
47842 " type of dataset and produces polygonal\n"
47843 " output.</Documentation>\n"
47844 " <InputProperty command=\"SetInputConnection\"\n"
47845 " name=\"Input\">\n"
47846 " <ProxyGroupDomain name=\"groups\">\n"
47847 " <Group name=\"sources\" />\n"
47848 " <Group name=\"filters\" />\n"
47849 " </ProxyGroupDomain>\n"
47850 " <DataTypeDomain name=\"input_type\">\n"
47851 " <DataType value=\"vtkDataSet\" />\n"
47852 " </DataTypeDomain>\n"
47853 " <Documentation>This property specifies the input to the Outline Corners\n"
47854 " filter.</Documentation>\n"
47855 " </InputProperty>\n"
47856 " <DoubleVectorProperty command=\"SetCornerFactor\"\n"
47857 " default_values=\"0.2\"\n"
47858 " name=\"CornerFactor\"\n"
47859 " number_of_elements=\"1\">\n"
47860 " <DoubleRangeDomain max=\"0.5\"\n"
47861 " min=\"0.001\"\n"
47862 " name=\"range\" />\n"
47863 " <Documentation>The value of this property sets the size of the corners\n"
47864 " as a percentage of the length of the corresponding bounding box\n"
47865 " edge.</Documentation>\n"
47866 " </DoubleVectorProperty>\n"
47867 " <Hints>\n"
47868 " <Visibility replace_input=\"0\" />\n"
47869 " </Hints>\n"
47870 " <!-- End OutlineCornerFilter -->\n"
47871 " </SourceProxy>\n"
47872 "\n"
47873 " <!-- ==================================================================== -->\n"
47874 " <SourceProxy class=\"vtkPOutlineFilter\"\n"
47875 " label=\"Outline\"\n"
47876 " name=\"OutlineFilter\">\n"
47877 " <Documentation long_help=\"This filter generates a bounding box representation of the input.\"\n"
47878 " short_help=\"Generates a bounding box.\">The Outline filter\n"
47879 " generates an axis-aligned bounding box for the input\n"
47880 " dataset. This filter operates on any type of dataset and\n"
47881 " produces polygonal output.</Documentation>\n"
47882 " <InputProperty command=\"SetInputConnection\"\n"
47883 " name=\"Input\">\n"
47884 " <ProxyGroupDomain name=\"groups\">\n"
47885 " <Group name=\"sources\" />\n"
47886 " <Group name=\"filters\" />\n"
47887 " </ProxyGroupDomain>\n"
47888 " <DataTypeDomain name=\"input_type\">\n"
47889 " <DataType value=\"vtkDataSet\" />\n"
47890 " <DataType value=\"vtkGraph\" />\n"
47891 " </DataTypeDomain>\n"
47892 " <Documentation>This property specifies the input to the Outline\n"
47893 " filter.</Documentation>\n"
47894 ;
47895 
47896 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersparallel.xml
47898 " </InputProperty>\n"
47899 " <Hints>\n"
47900 " <Visibility replace_input=\"0\" />\n"
47901 " </Hints>\n"
47902 " <!-- End OutlineFilter -->\n"
47903 " </SourceProxy>\n"
47904 "\n"
47905 " <!-- ==================================================================== -->\n"
47906 " <SourceProxy class=\"vtkPPolyDataNormals\"\n"
47907 " label=\"Generate Surface Normals\"\n"
47908 " name=\"PolyDataNormals\">\n"
47909 " <Documentation long_help=\"This filter will produce surface normals used for smooth shading. Splitting is used to avoid smoothing across feature edges.\"\n"
47910 " short_help=\"Produce surface point normals.\">This filter\n"
47911 " generates surface normals at the points of the input\n"
47912 " polygonal dataset to provide smooth shading of the\n"
47913 " dataset. The resulting dataset is also polygonal. The\n"
47914 " filter works by calculating a normal vector for each\n"
47915 " polygon in the dataset and then averaging the normals at\n"
47916 " the shared points.</Documentation>\n"
47917 " <InputProperty command=\"SetInputConnection\"\n"
47918 " name=\"Input\">\n"
47919 " <ProxyGroupDomain name=\"groups\">\n"
47920 " <Group name=\"sources\" />\n"
47921 " <Group name=\"filters\" />\n"
47922 " </ProxyGroupDomain>\n"
47923 " <DataTypeDomain name=\"input_type\">\n"
47924 " <DataType value=\"vtkPolyData\" />\n"
47925 " </DataTypeDomain>\n"
47926 " <Documentation>This property specifies the input to the Normals\n"
47927 " Generation filter.</Documentation>\n"
47928 " </InputProperty>\n"
47929 " <DoubleVectorProperty command=\"SetFeatureAngle\"\n"
47930 " default_values=\"30\"\n"
47931 " name=\"FeatureAngle\"\n"
47932 " number_of_elements=\"1\">\n"
47933 " <DoubleRangeDomain max=\"180\"\n"
47934 " min=\"0\"\n"
47935 " name=\"range\" />\n"
47936 " <Documentation>The value of this property defines a feature edge. If\n"
47937 " the surface normal between two adjacent triangles is at least as large\n"
47938 " as this Feature Angle, a feature edge exists. If Splitting is on,\n"
47939 " points are duplicated along these feature edges. (See the Splitting\n"
47940 " property.)</Documentation>\n"
47941 " </DoubleVectorProperty>\n"
47942 " <IntVectorProperty command=\"SetSplitting\"\n"
47943 " default_values=\"1\"\n"
47944 " name=\"Splitting\"\n"
47945 " number_of_elements=\"1\">\n"
47946 " <BooleanDomain name=\"bool\" />\n"
47947 " <Documentation>This property controls the splitting of sharp edges. If\n"
47948 " sharp edges are split (property value = 1), then points are duplicated\n"
47949 " along these edges, and separate normals are computed for both sets of\n"
47950 " points to give crisp (rendered) surface definition.</Documentation>\n"
47951 " </IntVectorProperty>\n"
47952 " <IntVectorProperty command=\"SetConsistency\"\n"
47953 " default_values=\"1\"\n"
47954 " name=\"Consistency\"\n"
47955 " number_of_elements=\"1\">\n"
47956 " <BooleanDomain name=\"bool\" />\n"
47957 " <Documentation>The value of this property controls whether consistent\n"
47958 " polygon ordering is enforced. Generally the normals for a data set\n"
47959 " should either all point inward or all point outward. If the value of\n"
47960 " this property is 1, then this filter will reorder the points of cells\n"
47961 " that whose normal vectors are oriented the opposite direction from the\n"
47962 " rest of those in the data set.</Documentation>\n"
47963 " </IntVectorProperty>\n"
47964 " <IntVectorProperty command=\"SetFlipNormals\"\n"
47965 " default_values=\"0\"\n"
47966 " name=\"FlipNormals\"\n"
47967 " number_of_elements=\"1\">\n"
47968 " <BooleanDomain name=\"bool\" />\n"
47969 " <Documentation>If the value of this property is 1, this filter will\n"
47970 " reverse the normal direction (and reorder the points accordingly) for\n"
47971 " all polygons in the data set; this changes front-facing polygons to\n"
47972 " back-facing ones, and vice versa. You might want to do this if your\n"
47973 " viewing position will be inside the data set instead of outside of\n"
47974 " it.</Documentation>\n"
47975 " </IntVectorProperty>\n"
47976 " <IntVectorProperty command=\"SetNonManifoldTraversal\"\n"
47977 " default_values=\"1\"\n"
47978 " label=\"Non-Manifold Traversal\"\n"
47979 " name=\"NonManifoldTraversal\"\n"
47980 " number_of_elements=\"1\">\n"
47981 " <BooleanDomain name=\"bool\" />\n"
47982 " <Documentation>Turn on/off traversal across non-manifold edges. Not\n"
47983 " traversing non-manifold edges will prevent problems where the\n"
47984 " consistency of polygonal ordering is corrupted due to topological\n"
47985 " loops.</Documentation>\n"
47986 " </IntVectorProperty>\n"
47987 " <IntVectorProperty command=\"SetComputeCellNormals\"\n"
47988 " default_values=\"0\"\n"
47989 " name=\"ComputeCellNormals\"\n"
47990 " number_of_elements=\"1\">\n"
47991 " <BooleanDomain name=\"bool\" />\n"
47992 " <Documentation>This filter computes the normals at the points in the\n"
47993 " data set. In the process of doing this it computes polygon normals too.\n"
47994 " If you want these normals to be passed to the output of this filter,\n"
47995 " set the value of this property to 1.</Documentation>\n"
47996 " </IntVectorProperty>\n"
47997 " <IntVectorProperty command=\"SetPieceInvariant\"\n"
47998 " default_values=\"1\"\n"
47999 " name=\"PieceInvariant\"\n"
48000 " number_of_elements=\"1\">\n"
48001 " <BooleanDomain name=\"bool\" />\n"
48002 " <Documentation>Turn this option to to produce the same results\n"
48003 " regardless of the number of processors used (i.e., avoid seams along\n"
48004 " processor boundaries). Turn this off if you do want to process ghost\n"
48005 " levels and do not mind seams.</Documentation>\n"
48006 " </IntVectorProperty>\n"
48007 " <!-- End PolyDataNormals -->\n"
48008 " </SourceProxy>\n"
48009 "\n"
48010 " <!-- ==================================================================== -->\n"
48011 " <SourceProxy class=\"vtkPReflectionFilter\"\n"
48012 " label=\"Reflect\"\n"
48013 " name=\"ReflectionFilter\">\n"
48014 " <Documentation long_help=\"This filter takes the union of the input and its reflection over an axis-aligned plane.\"\n"
48015 " short_help=\"Reflect input over an axis aligned plane.\">The\n"
48016 " Reflect filter reflects the input dataset across the\n"
48017 " specified plane. This filter operates on any type of data\n"
48018 " set and produces an unstructured grid\n"
48019 " output.</Documentation>\n"
48020 " <InputProperty command=\"SetInputConnection\"\n"
48021 " name=\"Input\">\n"
48022 " <ProxyGroupDomain name=\"groups\">\n"
48023 " <Group name=\"sources\" />\n"
48024 " <Group name=\"filters\" />\n"
48025 " </ProxyGroupDomain>\n"
48026 " <DataTypeDomain name=\"input_type\">\n"
48027 " <DataType value=\"vtkDataSet\" />\n"
48028 " </DataTypeDomain>\n"
48029 " <Documentation>This property specifies the input to the Reflect\n"
48030 " filter.</Documentation>\n"
48031 " </InputProperty>\n"
48032 " <IntVectorProperty command=\"SetPlane\"\n"
48033 " default_values=\"0\"\n"
48034 " name=\"Plane\"\n"
48035 " number_of_elements=\"1\">\n"
48036 " <EnumerationDomain name=\"enum\">\n"
48037 " <Entry text=\"X Min\"\n"
48038 " value=\"0\" />\n"
48039 " <Entry text=\"Y Min\"\n"
48040 " value=\"1\" />\n"
48041 " <Entry text=\"Z Min\"\n"
48042 " value=\"2\" />\n"
48043 " <Entry text=\"X Max\"\n"
48044 " value=\"3\" />\n"
48045 " <Entry text=\"Y Max\"\n"
48046 " value=\"4\" />\n"
48047 " <Entry text=\"Z Max\"\n"
48048 " value=\"5\" />\n"
48049 " <Entry text=\"X\"\n"
48050 " value=\"6\" />\n"
48051 " <Entry text=\"Y\"\n"
48052 " value=\"7\" />\n"
48053 " <Entry text=\"Z\"\n"
48054 " value=\"8\" />\n"
48055 " </EnumerationDomain>\n"
48056 " <Documentation>The value of this property determines which plane to\n"
48057 " reflect across. If the value is X, Y, or Z, the value of the Center\n"
48058 " property determines where the plane is placed along the specified axis.\n"
48059 " The other six options (X Min, X Max, etc.) place the reflection plane\n"
48060 " at the specified face of the bounding box of the input\n"
48061 " dataset.</Documentation>\n"
48062 " </IntVectorProperty>\n"
48063 " <DoubleVectorProperty animateable=\"1\"\n"
48064 " command=\"SetCenter\"\n"
48065 " default_values=\"0.0\"\n"
48066 " name=\"Center\"\n"
48067 " number_of_elements=\"1\">\n"
48068 " <DoubleRangeDomain name=\"range\" />\n"
48069 " <Documentation>If the value of the Plane property is X, Y, or Z, then\n"
48070 " the value of this property specifies the center of the reflection\n"
48071 " plane.</Documentation>\n"
48072 " </DoubleVectorProperty>\n"
48073 " <IntVectorProperty command=\"SetCopyInput\"\n"
48074 " default_values=\"1\"\n"
48075 " name=\"CopyInput\"\n"
48076 " number_of_elements=\"1\">\n"
48077 " <BooleanDomain name=\"bool\" />\n"
48078 " <Documentation>If this property is set to 1, the output will contain\n"
48079 " the union of the input dataset and its reflection. Otherwise the output\n"
48080 " will contain only the reflection of the input data.</Documentation>\n"
48081 " </IntVectorProperty>\n"
48082 " <IntVectorProperty command=\"SetFlipAllInputArrays\"\n"
48083 " default_values=\"1\"\n"
48084 " name=\"FlipAllInputArrays\"\n"
48085 " number_of_elements=\"1\">\n"
48086 " <BooleanDomain name=\"bool\" />\n"
48087 " <Documentation> If off, only Vectors, Normals and Tensors will be flipped.\n"
48088 " If on, all 3-component data arrays ( considered as 3D vectors),\n"
48089 " 6-component data arrays (considered as symmetric tensors),\n"
48090 " 9-component data arrays (considered as tensors ) of signed type will be flipped.\n"
48091 " All other arrays won't be flipped and will only be copied.</Documentation>\n"
48092 " </IntVectorProperty>\n"
48093 " <!-- End ReflectionFilter -->\n"
48094 " </SourceProxy>\n"
48095 "\n"
48096 " <!-- ==================================================================== -->\n"
48097 " <SourceProxy class=\"vtkProcessIdScalars\"\n"
48098 " label=\"Process Id Scalars\"\n"
48099 " name=\"ProcessIdScalars\">\n"
48100 " <Documentation long_help=\"This filter uses colors to show how data is partitioned across processes.\"\n"
48101 " short_help=\"Generate point scalars from process id.\">The\n"
48102 " Process Id Scalars filter assigns a unique scalar value to\n"
48103 " each piece of the input according to which processor it\n"
48104 " resides on. This filter operates on any type of data when\n"
48105 " ParaView is run in parallel. It is useful for determining\n"
48106 " whether your data is load-balanced across the processors\n"
48107 " being used. The output data set type is the same as that\n"
48108 " of the input.</Documentation>\n"
48109 " <InputProperty command=\"SetInputConnection\"\n"
48110 " name=\"Input\">\n"
48111 " <ProxyGroupDomain name=\"groups\">\n"
48112 " <Group name=\"sources\" />\n"
48113 " <Group name=\"filters\" />\n"
48114 " </ProxyGroupDomain>\n"
48115 " <DataTypeDomain name=\"input_type\">\n"
48116 " <DataType value=\"vtkDataSet\" />\n"
48117 " </DataTypeDomain>\n"
48118 " <Documentation>This property specifies the input to the Process Id\n"
48119 " Scalars filter.</Documentation>\n"
48120 " </InputProperty>\n"
48121 " <IntVectorProperty command=\"SetRandomMode\"\n"
48122 " default_values=\"0\"\n"
48123 " name=\"RandomMode\"\n"
48124 " number_of_elements=\"1\">\n"
48125 " <BooleanDomain name=\"bool\" />\n"
48126 " <Documentation>The value of this property determines whether to use\n"
48127 " random id values for the various pieces. If set to 1, the unique value\n"
48128 " per piece will be chosen at random; otherwise the unique value will\n"
48129 " match the id of the process.</Documentation>\n"
48130 " </IntVectorProperty>\n"
48131 " <!-- End ProcessIdScalars -->\n"
48132 " </SourceProxy>\n"
48133 "\n"
48134 " <!-- ==================================================================== -->\n"
48135 " <SourceProxy class=\"vtkPTextureMapToSphere\"\n"
48136 " label=\"Texture Map to Sphere\"\n"
48137 " name=\"TextureMapToSphere\">\n"
48138 " <Documentation long_help=\"Generate texture coordinates by mapping points to sphere.\"\n"
48139 " short_help=\"Generate texture coordinates by mapping points to sphere.\">\n"
48140 " This is a filter that generates 2D texture coordinates by\n"
48141 " mapping input dataset points onto a sphere. The sphere is\n"
48142 " generated automatically. The sphere is generated\n"
48143 " automatically by computing the center i.e. averaged\n"
48144 " coordinates, of the sphere. Note that the generated\n"
48145 " texture coordinates range between (0,1). The s-coordinate\n"
48146 " lies in the angular direction around the z-axis, measured\n"
48147 " counter-clockwise from the x-axis. The t-coordinate lies\n"
48148 " in the angular direction measured down from the north pole\n"
48149 " towards the south pole.</Documentation>\n"
48150 " <InputProperty command=\"SetInputConnection\"\n"
48151 " name=\"Input\">\n"
48152 " <ProxyGroupDomain name=\"groups\">\n"
48153 " <Group name=\"sources\" />\n"
48154 " <Group name=\"filters\" />\n"
48155 " </ProxyGroupDomain>\n"
48156 " <DataTypeDomain name=\"input_type\">\n"
48157 " <DataType value=\"vtkDataSet\" />\n"
48158 " </DataTypeDomain>\n"
48159 " <Documentation>Set the input to the Texture Map to Sphere\n"
48160 " filter.</Documentation>\n"
48161 " </InputProperty>\n"
48162 " <IntVectorProperty command=\"SetPreventSeam\"\n"
48163 " default_values=\"1\"\n"
48164 " name=\"PreventSeam\"\n"
48165 " number_of_elements=\"1\">\n"
48166 " <BooleanDomain name=\"bool\" />\n"
48167 " <Documentation>Control how the texture coordinates are generated. If\n"
48168 " Prevent Seam is set, the s-coordinate ranges from 0-&gt;1 and 1-&gt;0\n"
48169 " corresponding to the theta angle variation between 0-&gt;180 and\n"
48170 " 180-&gt;0 degrees. Otherwise, the s-coordinate ranges from 0-&gt;1\n"
48171 " between 0-&gt;360 degrees.</Documentation>\n"
48172 " </IntVectorProperty>\n"
48173 " <!-- End TextureMapToSphere -->\n"
48174 " </SourceProxy>\n"
48175 "\n"
48176 " <!-- ==================================================================== -->\n"
48177 " <SourceProxy class=\"vtkRemoveGhosts\"\n"
48178 " label=\"Remove Ghost Information\"\n"
48179 " name=\"RemoveGhostInformation\">\n"
48180 " <Documentation long_help=\"Removes ghost information.\"\n"
48181 " short_help=\"Removes ghost information.\">Removes ghost\n"
48182 " cells and point data and cell data ghost arrays.</Documentation>\n"
48183 " <InputProperty command=\"SetInputConnection\"\n"
48184 ;
48185 
48186 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersparallel.xml
48188 " name=\"Input\">\n"
48189 " <ProxyGroupDomain name=\"groups\">\n"
48190 " <Group name=\"sources\" />\n"
48191 " <Group name=\"filters\" />\n"
48192 " </ProxyGroupDomain>\n"
48193 " <DataTypeDomain name=\"input_type\">\n"
48194 " <DataType value=\"vtkPolyData\" />\n"
48195 " <DataType value=\"vtkUnstructuredGrid\" />\n"
48196 " </DataTypeDomain>\n"
48197 " <Documentation>This property specifies the input to the remove ghost\n"
48198 " information filter.</Documentation>\n"
48199 " </InputProperty>\n"
48200 " </SourceProxy>\n"
48201 "\n"
48202 " <!-- ==================================================================== -->\n"
48203 " <SourceProxy class=\"vtkUnstructuredGridGhostCellsGenerator\"\n"
48204 " label=\"Ghost Cells Generator\"\n"
48205 " name=\"GhostCellsGenerator\">\n"
48206 " <Documentation long_help=\"Generate ghost cells for unstructured grids.\"\n"
48207 " short_help=\"Generate ghost cells for unstructured grids.\">\n"
48208 " The GhostCellGenerator operates on unstructured grids only.\n"
48209 " This filter does not redistribute the input data, it only\n"
48210 " generates ghost cells at processor boundaries by fetching\n"
48211 " topological and geometrical information of those cells on\n"
48212 " neighbor ranks. The filter can take advantage of global point\n"
48213 " ids if they are available - if so it will perform faster,\n"
48214 " otherwise point coordinates will be exchanged and processed.\n"
48215 " </Documentation>\n"
48216 " <InputProperty command=\"SetInputConnection\"\n"
48217 " name=\"Input\">\n"
48218 " <ProxyGroupDomain name=\"groups\">\n"
48219 " <Group name=\"sources\" />\n"
48220 " <Group name=\"filters\" />\n"
48221 " </ProxyGroupDomain>\n"
48222 " <DataTypeDomain name=\"input_type\" composite_data_supported=\"0\">\n"
48223 " <DataType value=\"vtkUnstructuredGrid\" />\n"
48224 " </DataTypeDomain>\n"
48225 " <Documentation>This property specifies the input to the ghost cells\n"
48226 " generator.</Documentation>\n"
48227 " </InputProperty>\n"
48228 " <IntVectorProperty command=\"SetBuildIfRequired\"\n"
48229 " default_values=\"0\"\n"
48230 " name=\"BuildIfRequired\"\n"
48231 " number_of_elements=\"1\">\n"
48232 " <Documentation>Specify if the filter must generate the ghost cells only\n"
48233 " if required by the pipeline downstream. To force at least a fixed level\n"
48234 " of ghosts, this must be set to 0 (unchecked).</Documentation>\n"
48235 " <BooleanDomain name=\"bool\" />\n"
48236 " </IntVectorProperty>\n"
48237 " <IntVectorProperty command=\"SetMinimumNumberOfGhostLevels\"\n"
48238 " number_of_elements=\"1\"\n"
48239 " default_values=\"1\"\n"
48240 " name=\"MinimumNumberOfGhostLevels\">\n"
48241 " <IntRangeDomain name=\"range\" min=\"1\" max=\"10\" />\n"
48242 " <Documentation>\n"
48243 " When **BuildIfRequired** if off, use this to specify the minimum number of\n"
48244 " ghost cells to request. The filter may request more ghost levels than indicated if a\n"
48245 " downstream filter asked for more ghost levels.\n"
48246 " </Documentation>\n"
48247 " <Hints>\n"
48248 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
48249 " mode=\"enabled_state\"\n"
48250 " property=\"BuildIfRequired\"\n"
48251 " value=\"0\" />\n"
48252 " <!-- if BuildIfRequired !=0 , we disable this property -->\n"
48253 " </Hints>\n"
48254 " </IntVectorProperty>\n"
48255 " <IntVectorProperty command=\"SetUseGlobalPointIds\"\n"
48256 " default_values=\"1\"\n"
48257 " name=\"UseGlobalIds\"\n"
48258 " number_of_elements=\"1\"\n"
48259 " panel_visibility=\"advanced\">\n"
48260 " <Documentation>Specify if the filter must take benefit of global point\n"
48261 " ids if they exist or if point coordinates should be used instead.\n"
48262 " </Documentation>\n"
48263 " <BooleanDomain name=\"bool\" />\n"
48264 " </IntVectorProperty>\n"
48265 " <StringVectorProperty command=\"SetGlobalPointIdsArrayName\"\n"
48266 " default_values=\"GlobalNodeIds\"\n"
48267 " name=\"GlobalPointIdsArrayName\"\n"
48268 " number_of_elements=\"1\"\n"
48269 " panel_visibility=\"never\">\n"
48270 " <Documentation>This property provides the name for the input array\n"
48271 " containing the global point ids if the GlobalIds array of the point\n"
48272 " data if not set. Default is GlobalNodeIds.</Documentation>\n"
48273 " <Hints>\n"
48274 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
48275 " <Property name=\"UseGlobalIds\" function=\"boolean\" />\n"
48276 " </PropertyWidgetDecorator>\n"
48277 " </Hints>\n"
48278 " </StringVectorProperty>\n"
48279 " <!-- End vtkPUnstructuredGridGhostCellsGenerator -->\n"
48280 " </SourceProxy>\n"
48281 "\n"
48282 " <!-- ==================================================================== -->\n"
48283 " <SourceProxy class=\"vtkPExtractExodusGlobalTemporalVariables\"\n"
48284 " label=\"Plot Global Variables Over Time\"\n"
48285 " name=\"ExtractFieldDataOverTime\">\n"
48286 " <Documentation long_help=\"Extracts and plots data in field data over time.\"\n"
48287 " short_help=\"Extracts and plots data in field data over time.\">\n"
48288 " This filter extracts the variables that reside in a\n"
48289 " dataset's field data and are defined for all timesteps. Such variables\n"
48290 " are generated by certain readers, like the Exodus reader.\n"
48291 " </Documentation>\n"
48292 " <InputProperty command=\"SetInputConnection\"\n"
48293 " name=\"Input\">\n"
48294 " <ProxyGroupDomain name=\"groups\">\n"
48295 " <Group name=\"sources\" />\n"
48296 " <Group name=\"filters\" />\n"
48297 " </ProxyGroupDomain>\n"
48298 " <DataTypeDomain name=\"input_type\">\n"
48299 " <DataType value=\"vtkDataSet\" />\n"
48300 " </DataTypeDomain>\n"
48301 " <Documentation>The input from which the selection is\n"
48302 " extracted.</Documentation>\n"
48303 " </InputProperty>\n"
48304 " <Hints>\n"
48305 " <!-- View can be used to specify the preferred view for the proxy -->\n"
48306 " <View type=\"XYChartView\" />\n"
48307 " <Plotable />\n"
48308 " <InitializationHelper class=\"vtkSMExtractSelectionProxyInitializationHelper\" />\n"
48309 " </Hints>\n"
48310 " <!-- End ExtractFieldDatasOverTime -->\n"
48311 " </SourceProxy>\n"
48312 "\n"
48313 " <!-- ==================================================================== -->\n"
48314 " <SourceProxy class=\"vtkPExtractSelectedArraysOverTime\"\n"
48315 " label=\"Plot Selection Over Time\"\n"
48316 " name=\"ExtractSelectionOverTime\">\n"
48317 " <Documentation long_help=\"Extracts selection over time and then plots it.\"\n"
48318 " short_help=\"Extracts selection over time and then plots it.\">\n"
48319 " This filter extracts the selection over time, i.e. cell\n"
48320 " and/or point variables at a cells/point selected are\n"
48321 " extracted over time The output multiblock consists of 1D\n"
48322 " rectilinear grids where the x coordinate corresponds to\n"
48323 " time (the same array is also copied to a point array named\n"
48324 " Time or TimeData (if Time exists in the input)). If\n"
48325 " selection input is a Location based selection then the\n"
48326 " point values are interpolated from the nearby cells, ie\n"
48327 " those of the cell the location lies in.</Documentation>\n"
48328 " <InputProperty command=\"SetInputConnection\"\n"
48329 " name=\"Input\"\n"
48330 " panel_visibility=\"default\">\n"
48331 " <ProxyGroupDomain name=\"groups\">\n"
48332 " <Group name=\"sources\" />\n"
48333 " <Group name=\"filters\" />\n"
48334 " </ProxyGroupDomain>\n"
48335 " <DataTypeDomain name=\"input_type\">\n"
48336 " <DataType value=\"vtkDataSet\" />\n"
48337 " <DataType value=\"vtkTable\" />\n"
48338 " <DataType value=\"vtkCompositeDataSet\" />\n"
48339 " </DataTypeDomain>\n"
48340 " <Documentation>The input from which the selection is\n"
48341 " extracted.</Documentation>\n"
48342 " </InputProperty>\n"
48343 " <InputProperty command=\"SetSelectionConnection\"\n"
48344 " name=\"Selection\"\n"
48345 " panel_visibility=\"default\">\n"
48346 " <ProxyGroupDomain name=\"groups\">\n"
48347 " <Group name=\"sources\" />\n"
48348 " <Group name=\"filters\" />\n"
48349 " </ProxyGroupDomain>\n"
48350 " <DataTypeDomain name=\"input_type\">\n"
48351 " <DataType value=\"vtkSelection\" />\n"
48352 " </DataTypeDomain>\n"
48353 " <Documentation>The input that provides the selection\n"
48354 " object.</Documentation>\n"
48355 " <Hints>\n"
48356 " <!-- This tag alerts the auto-generated panels and input selection\n"
48357 " that this input is a selection. It should use the special\n"
48358 " selection GUI. -->\n"
48359 " <SelectionInput />\n"
48360 " </Hints>\n"
48361 " </InputProperty>\n"
48362 " <IntVectorProperty command=\"SetReportStatisticsOnly\"\n"
48363 " default_values=\"1\"\n"
48364 " name=\"Only Report Selection Statistics\"\n"
48365 " number_of_elements=\"1\">\n"
48366 " <BooleanDomain name=\"bool\" />\n"
48367 " <Documentation>If this property is set to 1, the min, max,\n"
48368 " inter-quartile ranges, and (for numeric arrays) mean and standard\n"
48369 " deviation of all the selected points or cells within each time step\n"
48370 " are reported -- instead of breaking each selected point's or cell's\n"
48371 " attributes out into separate time history tables.</Documentation>\n"
48372 " </IntVectorProperty>\n"
48373 "\n"
48374 " <SubProxy command=\"SetSelectionExtractor\">\n"
48375 " <Proxy name=\"SetSelectionExtractor\" class=\"vtkPVExtractSelection\" />\n"
48376 " </SubProxy>\n"
48377 "\n"
48378 " <Hints>\n"
48379 " <!-- View can be used to specify the preferred view for the proxy -->\n"
48380 " <PipelineIcon name=\"XYChartView\" />\n"
48381 " <View type=\"QuartileChartView\" />\n"
48382 " <WarnOnCreate title=\"Potentially slow operation\">\n"
48383 " **Plot Selection Over Time** filter needs to process all timesteps\n"
48384 " available in your dataset and can potentially take a long time to complete.\n"
48385 " Do you want to continue?\n"
48386 " </WarnOnCreate>\n"
48387 " <InitializationHelper class=\"vtkSMExtractSelectionProxyInitializationHelper\" />\n"
48388 " </Hints>\n"
48389 " <!-- End of ExtractSelectionOverTime -->\n"
48390 " </SourceProxy>\n"
48391 "\n"
48392 " <!-- ==================================================================== -->\n"
48393 " <SourceProxy class=\"vtkPExtractDataArraysOverTime\"\n"
48394 " label=\"Plot Data Over Time\"\n"
48395 " name=\"PlotDataOverTime\">\n"
48396 " <InputProperty command=\"SetInputConnection\"\n"
48397 " name=\"Input\"\n"
48398 " panel_visibility=\"default\">\n"
48399 " <ProxyGroupDomain name=\"groups\">\n"
48400 " <Group name=\"sources\" />\n"
48401 " <Group name=\"filters\" />\n"
48402 " </ProxyGroupDomain>\n"
48403 " <DataTypeDomain name=\"input_type\">\n"
48404 " <DataType value=\"vtkDataSet\" />\n"
48405 " <DataType value=\"vtkTable\" />\n"
48406 " <DataType value=\"vtkCompositeDataSet\" />\n"
48407 " </DataTypeDomain>\n"
48408 " <Documentation>The input from which the selection is\n"
48409 " extracted.</Documentation>\n"
48410 " </InputProperty>\n"
48411 " <IntVectorProperty command=\"SetFieldAssociation\"\n"
48412 " default_values=\"0\"\n"
48413 " name=\"FieldAssociation\"\n"
48414 " number_of_elements=\"1\">\n"
48415 " <Documentation>Select the attribute data to pass.</Documentation>\n"
48416 " <EnumerationDomain name=\"enum\">\n"
48417 " <Entry text=\"Points\" value=\"0\" />\n"
48418 " <Entry text=\"Cells\" value=\"1\" />\n"
48419 " <Entry text=\"Vertices\" value=\"4\" />\n"
48420 " <Entry text=\"Edges\" value=\"5\" />\n"
48421 " <Entry text=\"Rows\" value=\"6\" />\n"
48422 " </EnumerationDomain>\n"
48423 " </IntVectorProperty>\n"
48424 "\n"
48425 " <IntVectorProperty command=\"SetReportStatisticsOnly\"\n"
48426 " default_values=\"1\"\n"
48427 " name=\"Only Report Selection Statistics\"\n"
48428 " number_of_elements=\"1\">\n"
48429 " <BooleanDomain name=\"bool\" />\n"
48430 " <Documentation>If this property is set to 1, the min, max,\n"
48431 " inter-quartile ranges, and (for numeric arrays) mean and standard\n"
48432 " deviation of all the selected points or cells within each time step\n"
48433 " are reported -- instead of breaking each selected point's or cell's\n"
48434 " attributes out into separate time history tables.</Documentation>\n"
48435 " </IntVectorProperty>\n"
48436 " <Hints>\n"
48437 " <!-- View can be used to specify the preferred view for the proxy -->\n"
48438 " <PipelineIcon name=\"XYChartView\" />\n"
48439 " <View type=\"QuartileChartView\" />\n"
48440 " <WarnOnCreate title=\"Potentially slow operation\">\n"
48441 " **Plot Data Over Time** filter needs to process all timesteps\n"
48442 " available in your dataset and can potentially take a long time to complete.\n"
48443 " Do you want to continue?\n"
48444 " </WarnOnCreate>\n"
48445 " </Hints>\n"
48446 " <!-- End of PlotDataOverTime -->\n"
48447 " </SourceProxy>\n"
48448 "\n"
48449 " </ProxyGroup>\n"
48450 "</ServerManagerConfiguration>\n"
48451 "\n";
48452 // Get single string
48454 {
48455 
48462  size_t len = ( 0
48463  + len0
48464  + len1
48465  + len2
48466  + len3
48467  + len4
48468  + len5 );
48469  char* res = new char[ len + 1];
48470  size_t offset = 0;
48477  assert(offset == len);
48478  res[offset] = 0;
48479  return res;
48480 }
48481 
48482 
48483 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersparallelmpi.xml
48485 "<ServerManagerConfiguration>\n"
48486 " <ProxyGroup name=\"filters\">\n"
48487 " <!-- ==================================================================== -->\n"
48488 " <SourceProxy class=\"vtkDistributedPointCloudFilter\"\n"
48489 " name=\"DistributePoints\"\n"
48490 " label=\"Distribute Points\">\n"
48491 " <Documentation long_help=\"Fairly distribute points over processors into spatially contiguous regions.\"\n"
48492 " short_help=\"Distribute points over processors.\">\n"
48493 " This filter fairly distributes points over processors into contiguous spatial regions.\n"
48494 " The output is a PolyData which does not contain any cell.\n"
48495 " Distribution is done using a Kd-tree.\n"
48496 " </Documentation>\n"
48497 " <InputProperty name=\"Input\"\n"
48498 " command=\"SetInputConnection\">\n"
48499 " <ProxyGroupDomain name=\"groups\">\n"
48500 " <Group name=\"sources\"/>\n"
48501 " <Group name=\"filters\"/>\n"
48502 " </ProxyGroupDomain>\n"
48503 " <DataTypeDomain name=\"input_type\">\n"
48504 " <DataType value=\"vtkPointSet\"/>\n"
48505 " </DataTypeDomain>\n"
48506 " </InputProperty>\n"
48507 " <!-- End DistributePointCloud -->\n"
48508 " </SourceProxy>\n"
48509 "\n"
48510 " </ProxyGroup>\n"
48511 "</ServerManagerConfiguration>\n"
48512 "\n";
48513 // Get single string
48515 {
48516 
48518  size_t len = ( 0
48519  + len0 );
48520  char* res = new char[ len + 1];
48521  size_t offset = 0;
48523  assert(offset == len);
48524  res[offset] = 0;
48525  return res;
48526 }
48527 
48528 
48529 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtershybrid.xml
48531 "<ServerManagerConfiguration>\n"
48532 " <ProxyGroup name=\"filters\">\n"
48533 " <!-- ==================================================================== -->\n"
48534 " <SourceProxy name=\"ForceTime\"\n"
48535 " class=\"vtkForceTime\"\n"
48536 " label=\"Force Time\">\n"
48537 " <Documentation>\n"
48538 " Filter used to explicitly request a specific time from the pipeline.\n"
48539 " </Documentation>\n"
48540 " <InputProperty\n"
48541 " name=\"Input\"\n"
48542 " command=\"SetInputConnection\">\n"
48543 " <ProxyGroupDomain name=\"groups\">\n"
48544 " <Group name=\"sources\"/>\n"
48545 " <Group name=\"filters\"/>\n"
48546 " </ProxyGroupDomain>\n"
48547 " <DataTypeDomain name=\"input_type\">\n"
48548 " <DataType value=\"vtkDataSet\"/>\n"
48549 " </DataTypeDomain>\n"
48550 " <Documentation>\n"
48551 " This property specifies the input to the ForceTime filter.\n"
48552 " </Documentation>\n"
48553 " </InputProperty>\n"
48554 " <IntVectorProperty name=\"IgnorePipelineTime\"\n"
48555 " command=\"SetIgnorePipelineTime\"\n"
48556 " number_of_elements=\"1\"\n"
48557 " animatable=\"1\"\n"
48558 " default_values=\"1\">\n"
48559 " <BooleanDomain name=\"bool\"/>\n"
48560 " <Documentation>\n"
48561 " If set to 0, this filter will do nothing, only shallow copy the\n"
48562 " input to the output. If set to 1, this filter will always request the\n"
48563 " ForcedTime to the pipeline, ignoring time requests.\n"
48564 " </Documentation>\n"
48565 " </IntVectorProperty>\n"
48566 " <DoubleVectorProperty\n"
48567 " name=\"ForcedTime\"\n"
48568 " command=\"SetForcedTime\"\n"
48569 " number_of_elements=\"1\"\n"
48570 " animatable=\"1\"\n"
48571 " default_values=\"0.0\">\n"
48572 " <DoubleRangeDomain name=\"range\"/>\n"
48573 " <Documentation>\n"
48574 " This property specifies the time to request.\n"
48575 " If the IgnorePipelineTime property is set, then this value will override any time request in the VTK pipeline.\n"
48576 " </Documentation>\n"
48577 " <Hints>\n"
48578 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
48579 " mode=\"enabled_state\"\n"
48580 " property=\"IgnorePipelineTime\"\n"
48581 " value=\"1\" />\n"
48582 " </Hints>\n"
48583 " </DoubleVectorProperty>\n"
48584 " <!-- End ForceTime -->\n"
48585 " </SourceProxy>\n"
48586 "\n"
48587 " <!-- ==================================================================== -->\n"
48588 " <SourceProxy name=\"TemporalArrayOperator\"\n"
48589 " label=\"Temporal Array Operator\"\n"
48590 " class=\"vtkTemporalArrayOperatorFilter\">\n"
48591 " <Documentation>\n"
48592 " Filter used to perform an operation on a data array at 2 different timesteps.\n"
48593 " </Documentation>\n"
48594 " <InputProperty\n"
48595 " name=\"Input\"\n"
48596 " command=\"SetInputConnection\">\n"
48597 " <ProxyGroupDomain name=\"groups\">\n"
48598 " <Group name=\"sources\"/>\n"
48599 " <Group name=\"filters\"/>\n"
48600 " </ProxyGroupDomain>\n"
48601 " <DataTypeDomain name=\"input_type\">\n"
48602 " <DataType value=\"vtkDataSet\"/>\n"
48603 " </DataTypeDomain>\n"
48604 " <InputArrayDomain attribute_type=\"any\"\n"
48605 " name=\"input_array\"/>\n"
48606 " <Documentation>\n"
48607 " This property specifies the input to the TemporalArrayOperator filter.\n"
48608 " </Documentation>\n"
48609 " </InputProperty>\n"
48610 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
48611 " element_types=\"0 0 0 0 2\"\n"
48612 " name=\"SelectInputArray\"\n"
48613 " number_of_elements=\"5\">\n"
48614 " <ArrayListDomain name=\"array_list\"\n"
48615 " input_domain_name=\"input_array\">\n"
48616 " <RequiredProperties>\n"
48617 " <Property function=\"Input\"\n"
48618 " name=\"Input\" />\n"
48619 " </RequiredProperties>\n"
48620 " </ArrayListDomain>\n"
48621 " <Documentation>This property lists the name of the array from which to\n"
48622 " use.</Documentation>\n"
48623 " </StringVectorProperty>\n"
48624 " <IntVectorProperty\n"
48625 " name=\"FirstTimeStepIndex\"\n"
48626 " command=\"SetFirstTimeStepIndex\"\n"
48627 " number_of_elements=\"1\"\n"
48628 " animatable=\"1\"\n"
48629 " default_values=\"0\">\n"
48630 " <IntRangeDomain name=\"range\"/>\n"
48631 " <Documentation>\n"
48632 " This property specifies the timestep index to use in the first part of the comparison computation\n"
48633 " </Documentation>\n"
48634 " </IntVectorProperty>\n"
48635 " <IntVectorProperty command=\"SetOperator\"\n"
48636 " default_values=\"0\"\n"
48637 " name=\"Operator\"\n"
48638 " number_of_elements=\"1\">\n"
48639 " <EnumerationDomain name=\"enum\">\n"
48640 " <Entry text=\"+\"\n"
48641 " value=\"0\" />\n"
48642 " <Entry text=\"-\"\n"
48643 " value=\"1\" />\n"
48644 " <Entry text=\"*\"\n"
48645 " value=\"2\" />\n"
48646 " <Entry text=\"/\"\n"
48647 " value=\"3\" />\n"
48648 " </EnumerationDomain>\n"
48649 " <Documentation>The property determines the operation to compute\n"
48650 " between the first and second timestep data.</Documentation>\n"
48651 " </IntVectorProperty>\n"
48652 " <IntVectorProperty\n"
48653 " name=\"SecondTimeStepIndex\"\n"
48654 " command=\"SetSecondTimeStepIndex\"\n"
48655 " number_of_elements=\"1\"\n"
48656 " animatable=\"1\"\n"
48657 " default_values=\"0\">\n"
48658 " <IntRangeDomain name=\"range\"/>\n"
48659 " <Documentation>\n"
48660 " This property specifies the timestep index to use in the second part of the comparison computation\n"
48661 " </Documentation>\n"
48662 " </IntVectorProperty>\n"
48663 " <StringVectorProperty command=\"SetOutputArrayNameSuffix\"\n"
48664 " name=\"OutputArrayNameSuffix\"\n"
48665 " number_of_elements=\"1\"\n"
48666 " panel_visibility=\"advanced\">\n"
48667 " <Documentation>This property set the suffix to be append to the output array name.\n"
48668 " If empty, output will be suffixed with '_' and the operation type.\n"
48669 " </Documentation>\n"
48670 " </StringVectorProperty>\n"
48671 " <!-- End TemporalArrayOperator -->\n"
48672 " </SourceProxy>\n"
48673 "\n"
48674 " <!-- ==================================================================== -->\n"
48675 " <SourceProxy class=\"vtkTemporalDataSetCache\"\n"
48676 " label=\"Temporal Cache\"\n"
48677 " name=\"TemporalCache\">\n"
48678 " <Documentation long_help=\"Saves a copy of the data set for a fixed number of time steps.\"\n"
48679 " short_help=\"Caches data per time step.\">The Temporal Cache\n"
48680 " can be used to save multiple copies of a data set at\n"
48681 " different time steps to prevent thrashing in the pipeline\n"
48682 " caused by downstream filters that adjust the requested\n"
48683 " time step. For example, assume that there is a downstream\n"
48684 " Temporal Interpolator filter. This filter will (usually)\n"
48685 " request two time steps from the upstream filters, which in\n"
48686 " turn (usually) causes the upstream filters to run twice,\n"
48687 " once for each time step. The next time the interpolator\n"
48688 " requests the same two time steps, they might force the\n"
48689 " upstream filters to re-evaluate the same two time steps.\n"
48690 " The Temporal Cache can keep copies of both of these time\n"
48691 " steps and provide the requested data without having to run\n"
48692 " upstream filters.</Documentation>\n"
48693 " <InputProperty command=\"SetInputConnection\"\n"
48694 " name=\"Input\">\n"
48695 " <ProxyGroupDomain name=\"groups\">\n"
48696 " <Group name=\"sources\" />\n"
48697 " <Group name=\"filters\" />\n"
48698 " </ProxyGroupDomain>\n"
48699 " <DataTypeDomain composite_data_supported=\"1\"\n"
48700 " name=\"input_type\">\n"
48701 " <DataType value=\"vtkDataObject\" />\n"
48702 " </DataTypeDomain>\n"
48703 " <Documentation>This property specifies the input of the Temporal Cache\n"
48704 " filter.</Documentation>\n"
48705 " </InputProperty>\n"
48706 " <IntVectorProperty command=\"SetCacheSize\"\n"
48707 " default_values=\"2\"\n"
48708 " name=\"CacheSize\"\n"
48709 " number_of_elements=\"1\">\n"
48710 " <IntRangeDomain max=\"10\"\n"
48711 " min=\"2\"\n"
48712 " name=\"range\" />\n"
48713 " <Documentation>The cache size determines the number of time steps that\n"
48714 " can be cached at one time. The maximum number is 10. The minimum is 2\n"
48715 " (since it makes little sense to cache less than that).</Documentation>\n"
48716 " </IntVectorProperty>\n"
48717 " <DoubleVectorProperty information_only=\"1\"\n"
48718 " name=\"TimestepValues\">\n"
48719 " <TimeStepsInformationHelper />\n"
48720 " </DoubleVectorProperty>\n"
48721 " <!-- End TemporalCache -->\n"
48722 " </SourceProxy>\n"
48723 "\n"
48724 "<!-- ==================================================================== -->\n"
48725 " <SourceProxy class=\"vtkTemporalShiftScale\"\n"
48726 " label=\"Temporal Shift Scale\"\n"
48727 " name=\"TemporalShiftScale\">\n"
48728 " <Documentation long_help=\"Shift and scale time values.\"\n"
48729 " short_help=\"Shift and scale time values.\">The Temporal\n"
48730 " Shift Scale filter linearly transforms the time values of\n"
48731 " a pipeline object by applying a shift and then scale.\n"
48732 " Given a data at time t on the input, it will be\n"
48733 " transformed to time t*Shift + Scale on the output.\n"
48734 " Inversely, if this filter has a request for time t, it\n"
48735 " will request time (t-Shift)/Scale on its\n"
48736 " input.</Documentation>\n"
48737 " <InputProperty command=\"SetInputConnection\"\n"
48738 " name=\"Input\">\n"
48739 " <ProxyGroupDomain name=\"groups\">\n"
48740 " <Group name=\"sources\" />\n"
48741 " <Group name=\"filters\" />\n"
48742 " </ProxyGroupDomain>\n"
48743 " <DataTypeDomain composite_data_supported=\"1\"\n"
48744 " name=\"input_type\">\n"
48745 " <DataType value=\"vtkDataObject\" />\n"
48746 " </DataTypeDomain>\n"
48747 " <Documentation>The input to the Temporal Shift Scale\n"
48748 " filter.</Documentation>\n"
48749 " </InputProperty>\n"
48750 " <DoubleVectorProperty command=\"SetPreShift\"\n"
48751 " default_values=\"0.0\"\n"
48752 " name=\"PreShift\"\n"
48753 " number_of_elements=\"1\"\n"
48754 " panel_visibility=\"default\">\n"
48755 " <DoubleRangeDomain name=\"range\" />\n"
48756 " <Documentation>Apply a translation to the data before scaling. To\n"
48757 " convert T{5,100} to T{0,1} use Preshift=-5, Scale=1/95, PostShift=0 To\n"
48758 " convert T{5,105} to T{5,10} use Preshift=-5, Scale=5/100,\n"
48759 " PostShift=5</Documentation>\n"
48760 " </DoubleVectorProperty>\n"
48761 " <DoubleVectorProperty command=\"SetPostShift\"\n"
48762 " default_values=\"0.0\"\n"
48763 " name=\"PostShift\"\n"
48764 " number_of_elements=\"1\"\n"
48765 " panel_visibility=\"default\">\n"
48766 " <DoubleRangeDomain name=\"range\" />\n"
48767 " <Documentation>The amount of time the input is shifted.</Documentation>\n"
48768 " </DoubleVectorProperty>\n"
48769 " <DoubleVectorProperty command=\"SetScale\"\n"
48770 " default_values=\"1.0\"\n"
48771 " name=\"Scale\"\n"
48772 " number_of_elements=\"1\"\n"
48773 " panel_visibility=\"default\">\n"
48774 " <DoubleRangeDomain name=\"range\" />\n"
48775 " <Documentation>The factor by which the input time is\n"
48776 " scaled.</Documentation>\n"
48777 " </DoubleVectorProperty>\n"
48778 " <IntVectorProperty command=\"SetPeriodic\"\n"
48779 " default_values=\"0\"\n"
48780 " name=\"Periodic\"\n"
48781 " number_of_elements=\"1\">\n"
48782 " <BooleanDomain name=\"bool\" />\n"
48783 " <Documentation>If Periodic is true, requests for time will be wrapped\n"
48784 " around so that the source appears to be a periodic time source. If data\n"
48785 " exists for times {0,N-1}, setting periodic to true will cause time 0 to\n"
48786 " be produced when time N, 2N, 2N etc is requested. This effectively\n"
48787 " gives the source the ability to generate time data indefinitely in a\n"
48788 " loop. When combined with Shift/Scale, the time becomes periodic in the\n"
48789 " shifted and scaled time frame of reference. Note: Since the input time\n"
48790 " may not start at zero, the wrapping of time from the end of one period\n"
48791 " to the start of the next, will subtract the initial time - a source\n"
48792 " with T{5..6} repeated periodically will have output time {5..6..7..8}\n"
48793 " etc.</Documentation>\n"
48794 " </IntVectorProperty>\n"
48795 " <IntVectorProperty command=\"SetPeriodicEndCorrection\"\n"
48796 " default_values=\"1\"\n"
48797 " name=\"PeriodicEndCorrection\"\n"
48798 " number_of_elements=\"1\">\n"
48799 " <BooleanDomain name=\"bool\" />\n"
48800 " <Documentation>If Periodic time is enabled, this flag determines if the\n"
48801 " last time step is the same as the first. If PeriodicEndCorrection is\n"
48802 " true, then it is assumed that the input data goes from 0-1 (or whatever\n"
48803 " scaled/shifted actual time) and time 1 is the same as time 0 so that\n"
48804 " steps will be 0,1,2,3...N,1,2,3...N,1,2,3 where step N is the same as 0\n"
48805 " and step 0 is not repeated. When this flag is false the data is assumed\n"
48806 " to be literal and output is of the form 0,1,2,3...N,0,1,2,3... By\n"
48807 " default this flag is ON</Documentation>\n"
48808 " </IntVectorProperty>\n"
48809 " <DoubleVectorProperty command=\"SetMaximumNumberOfPeriods\"\n"
48810 " default_values=\"1.0\"\n"
48811 " name=\"MaximumNumberOfPeriods\"\n"
48812 " number_of_elements=\"1\">\n"
48813 " <DoubleRangeDomain max=\"100\"\n"
48814 " min=\"0\"\n"
48815 " name=\"range\" />\n"
48816 " <Documentation>If Periodic time is enabled, this controls how many time\n"
48817 " periods time is reported for. A filter cannot output an infinite number\n"
48818 " of time steps and therefore a finite number of periods is generated\n"
48819 " when reporting time.</Documentation>\n"
48820 " </DoubleVectorProperty>\n"
48821 " <DoubleVectorProperty information_only=\"1\"\n"
48822 " name=\"TimestepValues\">\n"
48823 " <TimeStepsInformationHelper />\n"
48824 " </DoubleVectorProperty>\n"
48825 " <!-- End TemporalShiftScale -->\n"
48826 " </SourceProxy>\n"
48827 "\n"
48828 " <!-- ==================================================================== -->\n"
48829 " <SourceProxy class=\"vtkTemporalSnapToTimeStep\"\n"
48830 " label=\"Temporal Snap-to-Time-Step\"\n"
48831 " name=\"TemporalSnapToTimeStep\">\n"
48832 " <Documentation long_help=\"Modifies the time range/steps of temporal data.\"\n"
48833 " short_help=\"Modifies the time range/steps of temporal data.\">\n"
48834 " This file modifies the time range or time steps of the\n"
48835 " data without changing the data itself. The data is not\n"
48836 " resampled by this filter, only the information\n"
48837 ;
48838 
48839 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtershybrid.xml
48841 " accompanying the data is modified.</Documentation>\n"
48842 " <InputProperty command=\"SetInputConnection\"\n"
48843 " name=\"Input\">\n"
48844 " <ProxyGroupDomain name=\"groups\">\n"
48845 " <Group name=\"sources\" />\n"
48846 " <Group name=\"filters\" />\n"
48847 " </ProxyGroupDomain>\n"
48848 " <DataTypeDomain composite_data_supported=\"1\"\n"
48849 " name=\"input_type\">\n"
48850 " <DataType value=\"vtkDataObject\" />\n"
48851 " </DataTypeDomain>\n"
48852 " <Documentation>This property specifies the input of the\n"
48853 " filter.</Documentation>\n"
48854 " </InputProperty>\n"
48855 " <IntVectorProperty command=\"SetSnapMode\"\n"
48856 " default_values=\"0\"\n"
48857 " name=\"SnapMode\"\n"
48858 " number_of_elements=\"1\">\n"
48859 " <EnumerationDomain name=\"enum\">\n"
48860 " <Entry text=\"Nearest\"\n"
48861 " value=\"0\" />\n"
48862 " <Entry text=\"NextBelowOrEqual\"\n"
48863 " value=\"1\" />\n"
48864 " <Entry text=\"NextAboveOrEqual\"\n"
48865 " value=\"2\" />\n"
48866 " </EnumerationDomain>\n"
48867 " <Documentation>Determine which time step to snap to.</Documentation>\n"
48868 " </IntVectorProperty>\n"
48869 " <DoubleVectorProperty information_only=\"1\"\n"
48870 " name=\"TimestepValues\">\n"
48871 " <TimeStepsInformationHelper />\n"
48872 " </DoubleVectorProperty>\n"
48873 " <!-- End TemporalSnapToTimeStep -->\n"
48874 " </SourceProxy>\n"
48875 "\n"
48876 " </ProxyGroup>\n"
48877 "\n"
48878 " <ProxyGroup name=\"sources\">\n"
48879 " <!-- ==================================================================== -->\n"
48880 " <SourceProxy class=\"vtkTemporalDataSetCache\"\n"
48881 " label=\"Temporal Cache Source\"\n"
48882 " name=\"TemporalCache\">\n"
48883 " <Documentation long_help=\"Saves a copy of the data set for a fixed number of time steps.\"\n"
48884 " short_help=\"Caches data per time step.\">The Temporal Cache\n"
48885 " can be used to save multiple copies of a data set at\n"
48886 " different time steps to prevent thrashing in the pipeline\n"
48887 " caused by downstream filters that adjust the requested\n"
48888 " time step. For example, assume that there is a downstream\n"
48889 " Temporal Interpolator filter. This filter will (usually)\n"
48890 " request two time steps from the upstream filters, which in\n"
48891 " turn (usually) causes the upstream filters to run twice,\n"
48892 " once for each time step. The next time the interpolator\n"
48893 " requests the same two time steps, they might force the\n"
48894 " upstream filters to re-evaluate the same two time steps.\n"
48895 " The Temporal Cache can keep copies of both of these time\n"
48896 " steps and provide the requested data without having to run\n"
48897 " upstream filters.</Documentation>\n"
48898 " <InputProperty command=\"SetInputConnection\"\n"
48899 " name=\"Input\">\n"
48900 " <ProxyGroupDomain name=\"groups\">\n"
48901 " <Group name=\"sources\" />\n"
48902 " <Group name=\"filters\" />\n"
48903 " </ProxyGroupDomain>\n"
48904 " <DataTypeDomain composite_data_supported=\"1\"\n"
48905 " name=\"input_type\">\n"
48906 " <DataType value=\"vtkDataObject\" />\n"
48907 " </DataTypeDomain>\n"
48908 " <Documentation>This property specifies the input of the Temporal Cache\n"
48909 " filter.</Documentation>\n"
48910 " </InputProperty>\n"
48911 " <IntVectorProperty command=\"SetCacheSize\"\n"
48912 " default_values=\"2\"\n"
48913 " name=\"CacheSize\"\n"
48914 " number_of_elements=\"1\">\n"
48915 " <IntRangeDomain max=\"10\"\n"
48916 " min=\"2\"\n"
48917 " name=\"range\" />\n"
48918 " <Documentation>The cache size determines the number of time steps that\n"
48919 " can be cached at one time. The maximum number is 10. The minimum is 2\n"
48920 " (since it makes little sense to cache less than that).</Documentation>\n"
48921 " </IntVectorProperty>\n"
48922 " <DoubleVectorProperty information_only=\"1\"\n"
48923 " name=\"TimestepValues\">\n"
48924 " <TimeStepsInformationHelper />\n"
48925 " </DoubleVectorProperty>\n"
48926 " <IntVectorProperty name=\"IsASource\"\n"
48927 " command=\"SetIsASource\"\n"
48928 " number_of_elements=\"1\"\n"
48929 " default_values=\"1\"\n"
48930 " panel_visibility=\"never\">\n"
48931 " <BooleanDomain name=\"bool\"/>\n"
48932 " <Documentation> Sets up the Algorithm to act as a pipeline source rather than a filter. This is used in Catalyst. </Documentation>\n"
48933 " </IntVectorProperty>\n"
48934 " <!-- End TemporalCache -->\n"
48935 " </SourceProxy>\n"
48936 " </ProxyGroup>\n"
48937 "\n"
48938 "</ServerManagerConfiguration>\n"
48939 "\n";
48940 // Get single string
48942 {
48943 
48944  const size_t len0 = strlen(paraview_server_managerfilters_filtershybridInterface0);
48945  const size_t len1 = strlen(paraview_server_managerfilters_filtershybridInterface1);
48946  size_t len = ( 0
48947  + len0
48948  + len1 );
48949  char* res = new char[ len + 1];
48950  size_t offset = 0;
48953  assert(offset == len);
48954  res[offset] = 0;
48955  return res;
48956 }
48957 
48958 
48959 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_filtershybrid.xml
48961 "<ServerManagerConfiguration>\n"
48962 " <ProxyGroup name=\"sources\">\n"
48963 " <!-- ================================================================== -->\n"
48964 " <SourceProxy class=\"vtkFacetReader\"\n"
48965 " name=\"FacetReader\">\n"
48966 " <Documentation long_help=\"Reads ASCII files stored in Facet format.\"\n"
48967 " short_help=\"Read a dataset in Facet format.\">The Facet\n"
48968 " Reader reads files in Facet format: a simple ASCII file\n"
48969 " format listing point coordinates and connectivity between\n"
48970 " these points. The default file extension is .facet. The\n"
48971 " output of the Facet Reader is polygonal.</Documentation>\n"
48972 " <StringVectorProperty animateable=\"0\"\n"
48973 " command=\"SetFileName\"\n"
48974 " name=\"FileName\"\n"
48975 " number_of_elements=\"1\"\n"
48976 " panel_visibility=\"never\" >\n"
48977 " <FileListDomain name=\"files\" />\n"
48978 " <Documentation>This property specifies the file name for the Facet\n"
48979 " reader.</Documentation>\n"
48980 " </StringVectorProperty>\n"
48981 " <Hints>\n"
48982 " <ReaderFactory extensions=\"facet\"\n"
48983 " file_description=\"Facet Polygonal Data Files\" />\n"
48984 " </Hints>\n"
48985 " <!-- End Facet Reader -->\n"
48986 " </SourceProxy>\n"
48987 "\n"
48988 " </ProxyGroup>\n"
48989 "</ServerManagerConfiguration>\n"
48990 "\n";
48991 // Get single string
48993 {
48994 
48995  const size_t len0 = strlen(paraview_server_managerreaders_filtershybridInterface0);
48996  size_t len = ( 0
48997  + len0 );
48998  char* res = new char[ len + 1];
48999  size_t offset = 0;
49001  assert(offset == len);
49002  res[offset] = 0;
49003  return res;
49004 }
49005 
49006 
49007 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtershypertree.xml
49009 "<ServerManagerConfiguration>\n"
49010 " <ProxyGroup name=\"filters\">\n"
49011 " <!-- ==================================================================== -->\n"
49012 " <SourceProxy class=\"vtkHyperTreeGridAxisReflection\"\n"
49013 " name=\"HyperTreeGridAxisReflection\"\n"
49014 " label=\"Hyper Tree Grid - Axis Reflection\">\n"
49015 " <Documentation short_help=\"Reflect an HTG across an axis-aligned plane.\">\n"
49016 " This filter reflect the cells of a hyper tree grid with respect to\n"
49017 " one of the planes parallel to the bounding box of the data set.\n"
49018 " </Documentation>\n"
49019 " <InputProperty command=\"SetInputConnection\"\n"
49020 " name=\"Input\">\n"
49021 " <ProxyGroupDomain name=\"groups\">\n"
49022 " <Group name=\"sources\" />\n"
49023 " <Group name=\"filters\" />\n"
49024 " </ProxyGroupDomain>\n"
49025 " <DataTypeDomain name=\"input_type\">\n"
49026 " <DataType value=\"vtkHyperTreeGrid\" />\n"
49027 " </DataTypeDomain>\n"
49028 " </InputProperty>\n"
49029 " <IntVectorProperty name=\"PlaneNormal\"\n"
49030 " command=\"SetPlane\"\n"
49031 " number_of_elements=\"1\"\n"
49032 " default_values=\"0\">\n"
49033 " <EnumerationDomain name=\"enum\">\n"
49034 " <Entry text=\"X Axis\" value=\"6\" />\n"
49035 " <Entry text=\"Y Axis\" value=\"7\" />\n"
49036 " <Entry text=\"Z Axis\" value=\"8\" />\n"
49037 " </EnumerationDomain>\n"
49038 " <Documentation>Axis to use as the normal to the reflection plane.</Documentation>\n"
49039 " </IntVectorProperty>\n"
49040 " <DoubleVectorProperty name=\"PlanePosition\"\n"
49041 " command=\"SetCenter\"\n"
49042 " number_of_elements=\"1\"\n"
49043 " default_values=\"0.0\">\n"
49044 " <Documentation>Position of the reflection plane along the normal axis.</Documentation>\n"
49045 " </DoubleVectorProperty>\n"
49046 " <!-- End vtkHyperTreeGridAxisReflection -->\n"
49047 " </SourceProxy>\n"
49048 "\n"
49049 " <!-- ==================================================================== -->\n"
49050 " <SourceProxy class=\"vtkHyperTreeGridCellCenters\"\n"
49051 " name=\"HyperTreeGridCellCenters\"\n"
49052 " label=\"Hyper Tree Grid - Cell Centers\">\n"
49053 " <Documentation short_help=\"Generate points at leaf node centers.\">\n"
49054 " This filter generates output points at the center of the leaf\n"
49055 " cells in the hyper tree grid.\n"
49056 " These points can be used for placing glyphs or labeling.\n"
49057 " The cell attributes will be associated with the points in the output.\n"
49058 " </Documentation>\n"
49059 " <InputProperty command=\"SetInputConnection\"\n"
49060 " name=\"Input\">\n"
49061 " <ProxyGroupDomain name=\"groups\">\n"
49062 " <Group name=\"sources\" />\n"
49063 " <Group name=\"filters\" />\n"
49064 " </ProxyGroupDomain>\n"
49065 " <DataTypeDomain name=\"input_type\">\n"
49066 " <DataType value=\"vtkHyperTreeGrid\" />\n"
49067 " </DataTypeDomain>\n"
49068 " </InputProperty>\n"
49069 " <IntVectorProperty name=\"CreateVertexCells\"\n"
49070 " command=\"SetVertexCells\"\n"
49071 " default_values=\"0\"\n"
49072 " number_of_elements=\"1\">\n"
49073 " <Documentation>\n"
49074 " If enabled, vertex cells will be added to the output dataset. This\n"
49075 " is useful for visualizing the output points, which are not rendered\n"
49076 " otherwise.\n"
49077 " </Documentation>\n"
49078 " <BooleanDomain name=\"bool\" />\n"
49079 " </IntVectorProperty>\n"
49080 " <!-- End vtkHyperTreeGridCellCenters -->\n"
49081 " </SourceProxy>\n"
49082 "\n"
49083 " <!-- ==================================================================== -->\n"
49084 " <SourceProxy class=\"vtkHyperTreeGridDepthLimiter\"\n"
49085 " name=\"HyperTreeGridDepthLimiter\"\n"
49086 " label=\"Hyper Tree Grid - Depth Limiter\">\n"
49087 " <Documentation short_help=\"Limit HTG nodes to a maximum depth\">\n"
49088 " Extract all levels down to a specified depth from a hyper tree grid.\n"
49089 " If the required depth is greater or equal to the maximum level of the\n"
49090 " input grid, then the output is identical.\n"
49091 " Note that when a material mask is present, the geometry extent of the\n"
49092 " output grid is guaranteed to contain that of the input tree, but the\n"
49093 " former might be strictly larger than the latter. This is not a bug\n"
49094 " but an expected behavior of which the user should be aware.\n"
49095 " </Documentation>\n"
49096 " <InputProperty command=\"SetInputConnection\"\n"
49097 " name=\"Input\">\n"
49098 " <ProxyGroupDomain name=\"groups\">\n"
49099 " <Group name=\"sources\" />\n"
49100 " <Group name=\"filters\" />\n"
49101 " </ProxyGroupDomain>\n"
49102 " <DataTypeDomain name=\"input_type\">\n"
49103 " <DataType value=\"vtkHyperTreeGrid\" />\n"
49104 " </DataTypeDomain>\n"
49105 " </InputProperty>\n"
49106 " <IntVectorProperty name=\"SetDepth\"\n"
49107 " command=\"SetDepth\"\n"
49108 " default_values=\"0\"\n"
49109 " number_of_elements=\"1\">\n"
49110 " <Documentation>\n"
49111 " Maximum depth to which the output grid should be limited.\n"
49112 " </Documentation>\n"
49113 " <IntRangeDomain min=\"0\"\n"
49114 " name=\"range\" />\n"
49115 " </IntVectorProperty>\n"
49116 " <!-- End vtkHyperTreeGridDepthLimiter -->\n"
49117 " </SourceProxy>\n"
49118 "\n"
49119 " <!-- ==================================================================== -->\n"
49120 " <SourceProxy class=\"vtkHyperTreeGridGeometry\"\n"
49121 " name=\"HyperTreeGridGeometry\"\n"
49122 " label=\"Hyper Tree Grid - Geometry Filter\">\n"
49123 " <Documentation short_help=\"Generate external surface of a HTG.\">\n"
49124 " Generate PolyData representing the external surface of a HTG.\n"
49125 " </Documentation>\n"
49126 " <InputProperty command=\"SetInputConnection\"\n"
49127 " name=\"Input\">\n"
49128 " <ProxyGroupDomain name=\"groups\">\n"
49129 " <Group name=\"sources\" />\n"
49130 " <Group name=\"filters\" />\n"
49131 " </ProxyGroupDomain>\n"
49132 " <DataTypeDomain name=\"input_type\">\n"
49133 " <DataType value=\"vtkHyperTreeGrid\" />\n"
49134 " </DataTypeDomain>\n"
49135 " </InputProperty>\n"
49136 " <!-- End vtkHyperTreeGridGeometry -->\n"
49137 " </SourceProxy>\n"
49138 "\n"
49139 " <!-- ==================================================================== -->\n"
49140 " <SourceProxy class=\"vtkHyperTreeGridToDualGrid\"\n"
49141 " label=\"HyperTreeGrid To Dual Grid\"\n"
49142 " name=\"HyperTreeGridToDualGrid\">\n"
49143 " <Documentation long_help=\"Convert HyperTreeGrid to the dual UnstructuredGrid.\"\n"
49144 " short_help=\"Convert HyperTreeGrid to the dual UnstructuredGrid.\">\n"
49145 " This filter converts vtkHyperTreeGrid data to vtkUnstructuredGrid, using the dual grid. The converted output consumes much more memory but is compatible with most of the standard filters.\n"
49146 " </Documentation>\n"
49147 " <InputProperty command=\"SetInputConnection\"\n"
49148 " name=\"Input\">\n"
49149 " <ProxyGroupDomain name=\"groups\">\n"
49150 " <Group name=\"sources\" />\n"
49151 " <Group name=\"filters\" />\n"
49152 " </ProxyGroupDomain>\n"
49153 " <DataTypeDomain name=\"input_type\">\n"
49154 " <DataType value=\"vtkHyperTreeGrid\" />\n"
49155 " </DataTypeDomain>\n"
49156 " <Documentation>This property specifies the input to the converter.</Documentation>\n"
49157 " </InputProperty>\n"
49158 " <!-- End vtkHyperTreeGridToDualGrid -->\n"
49159 " </SourceProxy>\n"
49160 "\n"
49161 " <!-- ==================================================================== -->\n"
49162 " <SourceProxy class=\"vtkHyperTreeGridToUnstructuredGrid\"\n"
49163 " label=\"HyperTreeGrid To UnstructuredGrid\"\n"
49164 " name=\"HyperTreeGridToUnstructuredGrid\">\n"
49165 " <Documentation long_help=\"Convert HyperTreeGrid to UnstructuredGrid.\"\n"
49166 " short_help=\"Convert HyperTreeGrid to UnstructuredGrid.\">\n"
49167 " This filter converts vtkHyperTreeGrid data to vtkUnstructuredGrid. The converted output consumes much more memory but is compatible with most of the standard filters.\n"
49168 " </Documentation>\n"
49169 " <InputProperty command=\"SetInputConnection\"\n"
49170 " name=\"Input\">\n"
49171 " <ProxyGroupDomain name=\"groups\">\n"
49172 " <Group name=\"sources\" />\n"
49173 " <Group name=\"filters\" />\n"
49174 " </ProxyGroupDomain>\n"
49175 " <DataTypeDomain name=\"input_type\">\n"
49176 " <DataType value=\"vtkHyperTreeGrid\" />\n"
49177 " </DataTypeDomain>\n"
49178 " <Documentation>This property specifies the input to the converter.</Documentation>\n"
49179 " </InputProperty>\n"
49180 " <!-- End vtkHyperTreeGridToUnstructuredGrid -->\n"
49181 " </SourceProxy>\n"
49182 "\n"
49183 " </ProxyGroup>\n"
49184 "</ServerManagerConfiguration>\n"
49185 "\n";
49186 // Get single string
49188 {
49189 
49191  size_t len = ( 0
49192  + len0 );
49193  char* res = new char[ len + 1];
49194  size_t offset = 0;
49196  assert(offset == len);
49197  res[offset] = 0;
49198  return res;
49199 }
49200 
49201 
49202 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersmodeling.xml
49204 "<ServerManagerConfiguration>\n"
49205 " <ProxyGroup name=\"filters\">\n"
49206 " <!-- ==================================================================== -->\n"
49207 " <SourceProxy class=\"vtkLinearSubdivisionFilter\"\n"
49208 " name=\"Subdivide\">\n"
49209 " <Documentation long_help=\"This filter iteratively divide triangles into four smaller triangles. New points are placed linearly so the output surface matches the input surface.\"\n"
49210 " short_help=\"Creates a surface with more triangles than the input.\">\n"
49211 " The Subdivide filter iteratively divides each triangle in\n"
49212 " the input dataset into 4 new triangles. Three new points\n"
49213 " are added per triangle -- one at the midpoint of each\n"
49214 " edge. This filter operates only on polygonal data\n"
49215 " containing triangles, so run your polygonal data through\n"
49216 " the Triangulate filter first if it is not composed of\n"
49217 " triangles. The output of this filter is also\n"
49218 " polygonal.</Documentation>\n"
49219 " <InputProperty command=\"SetInputConnection\"\n"
49220 " name=\"Input\">\n"
49221 " <ProxyGroupDomain name=\"groups\">\n"
49222 " <Group name=\"sources\" />\n"
49223 " <Group name=\"filters\" />\n"
49224 " </ProxyGroupDomain>\n"
49225 " <DataTypeDomain name=\"input_type\">\n"
49226 " <DataType value=\"vtkPolyData\" />\n"
49227 " </DataTypeDomain>\n"
49228 " <Documentation>This parameter specifies the input to the Subdivide\n"
49229 " filter.</Documentation>\n"
49230 " </InputProperty>\n"
49231 " <IntVectorProperty command=\"SetNumberOfSubdivisions\"\n"
49232 " default_values=\"1\"\n"
49233 " label=\"Number of Subdivisions\"\n"
49234 " name=\"NumberOfSubdivisions\"\n"
49235 " number_of_elements=\"1\">\n"
49236 " <IntRangeDomain max=\"4\"\n"
49237 " min=\"1\"\n"
49238 " name=\"range\" />\n"
49239 " <Documentation>The value of this property specifies the number of\n"
49240 " subdivision iterations to perform.</Documentation>\n"
49241 " </IntVectorProperty>\n"
49242 " <!-- End Subdivide -->\n"
49243 " </SourceProxy>\n"
49244 "\n"
49245 " <!-- ==================================================================== -->\n"
49246 " <SourceProxy class=\"vtkLoopSubdivisionFilter\"\n"
49247 " label=\"Loop Subdivision\"\n"
49248 " name=\"LoopSubdivisionFilter\">\n"
49249 " <Documentation long_help=\"This filter iteratively divides each triangle into four triangles. New points are placed so the output surface is smooth.\"\n"
49250 " short_help=\"Create a higher resolution and smoother surface.\">\n"
49251 " The Loop Subdivision filter increases the granularity of a\n"
49252 " polygonal mesh. It works by dividing each triangle in the\n"
49253 " input into four new triangles. It is named for Charles\n"
49254 " Loop, the person who devised this subdivision scheme. This\n"
49255 " filter only operates on triangles, so a data set that\n"
49256 " contains other types of polygons should be passed through\n"
49257 " the Triangulate filter before applying this filter to it.\n"
49258 " This filter only operates on polygonal data (specifically\n"
49259 " triangle meshes), and it produces polygonal\n"
49260 " output.</Documentation>\n"
49261 " <InputProperty command=\"SetInputConnection\"\n"
49262 " name=\"Input\">\n"
49263 " <ProxyGroupDomain name=\"groups\">\n"
49264 " <Group name=\"sources\" />\n"
49265 " <Group name=\"filters\" />\n"
49266 " </ProxyGroupDomain>\n"
49267 " <DataTypeDomain name=\"input_type\">\n"
49268 " <DataType value=\"vtkPolyData\" />\n"
49269 " </DataTypeDomain>\n"
49270 " <Documentation>This property specifies the input to the Loop\n"
49271 " Subdivision filter.</Documentation>\n"
49272 " </InputProperty>\n"
49273 " <IntVectorProperty animateable=\"1\"\n"
49274 " command=\"SetNumberOfSubdivisions\"\n"
49275 " default_values=\"1\"\n"
49276 " label=\"Number of Subdivisions\"\n"
49277 " name=\"NumberOfSubdivisions\"\n"
49278 " number_of_elements=\"1\">\n"
49279 " <IntRangeDomain max=\"4\"\n"
49280 " min=\"1\"\n"
49281 " name=\"range\" />\n"
49282 " <Documentation>Set the number of subdivision iterations to perform.\n"
49283 " Each subdivision divides single triangles into four new\n"
49284 " triangles.</Documentation>\n"
49285 " </IntVectorProperty>\n"
49286 " <!-- End LoopSubdivisionFilter -->\n"
49287 " </SourceProxy>\n"
49288 "\n"
49289 " <!-- ==================================================================== -->\n"
49290 " <SourceProxy class=\"vtkRibbonFilter\"\n"
49291 " label=\"Ribbon\"\n"
49292 " name=\"RibbonFilter\">\n"
49293 " <Documentation long_help=\"This filter generates ribbon surface from lines. It is useful for displaying streamlines.\"\n"
49294 " short_help=\"Create ribbon surfaces from lines.\">The Ribbon\n"
49295 " filter creates ribbons from the lines in the input data\n"
49296 " set. This filter is useful for visualizing streamlines.\n"
49297 " Both the input and output of this filter are polygonal\n"
49298 " data. The input data set must also have at least one\n"
49299 " point-centered vector array.</Documentation>\n"
49300 " <InputProperty command=\"SetInputConnection\"\n"
49301 " name=\"Input\">\n"
49302 " <ProxyGroupDomain name=\"groups\">\n"
49303 " <Group name=\"sources\" />\n"
49304 " <Group name=\"filters\" />\n"
49305 " </ProxyGroupDomain>\n"
49306 " <DataTypeDomain name=\"input_type\">\n"
49307 " <DataType value=\"vtkPolyData\" />\n"
49308 " </DataTypeDomain>\n"
49309 " <InputArrayDomain attribute_type=\"point\"\n"
49310 " name=\"input_array1\"\n"
49311 " number_of_components=\"3\"\n"
49312 " optional=\"1\" />\n"
49313 " <InputArrayDomain attribute_type=\"point\"\n"
49314 " name=\"input_array2\"\n"
49315 " number_of_components=\"1\"\n"
49316 " optional=\"1\" />\n"
49317 " <Documentation>This property specifies the input to the Ribbon\n"
49318 " filter.</Documentation>\n"
49319 " </InputProperty>\n"
49320 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
49321 " element_types=\"0 0 0 0 2\"\n"
49322 " label=\"Scalars\"\n"
49323 " name=\"SelectInputScalars\"\n"
49324 " number_of_elements=\"5\">\n"
49325 " <ArrayListDomain attribute_type=\"Scalars\"\n"
49326 " input_domain_name=\"input_array2\"\n"
49327 " name=\"array_list\">\n"
49328 " <RequiredProperties>\n"
49329 " <Property function=\"Input\"\n"
49330 " name=\"Input\" />\n"
49331 " </RequiredProperties>\n"
49332 " </ArrayListDomain>\n"
49333 " <Documentation>The value of this property indicates the name of the\n"
49334 " input scalar array used by this filter. The width of the ribbons will\n"
49335 " be varied based on the values in the specified array if the value of\n"
49336 " the Width property is 1.</Documentation>\n"
49337 " </StringVectorProperty>\n"
49338 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
49339 " default_values=\"1\"\n"
49340 " element_types=\"0 0 0 0 2\"\n"
49341 " label=\"Vectors\"\n"
49342 " name=\"SelectInputVectors\"\n"
49343 " number_of_elements=\"5\">\n"
49344 " <!-- default_values=1, send vectors to the right place -->\n"
49345 " <ArrayListDomain attribute_type=\"Vectors\"\n"
49346 " input_domain_name=\"input_array1\"\n"
49347 " name=\"array_list\">\n"
49348 " <RequiredProperties>\n"
49349 " <Property function=\"Input\"\n"
49350 " name=\"Input\" />\n"
49351 " </RequiredProperties>\n"
49352 " </ArrayListDomain>\n"
49353 " <Documentation>The value of this property indicates the name of the\n"
49354 " input vector array used by this filter. If the UseDefaultNormal\n"
49355 " property is set to 0, the normal vectors for the ribbons come from the\n"
49356 " specified vector array.</Documentation>\n"
49357 " </StringVectorProperty>\n"
49358 " <DoubleVectorProperty command=\"SetWidth\"\n"
49359 " default_values=\"1\"\n"
49360 " name=\"Width\"\n"
49361 " number_of_elements=\"1\">\n"
49362 " <BoundsDomain mode=\"scaled_extent\"\n"
49363 " name=\"bounds\"\n"
49364 " scale_factor=\"0.01\">\n"
49365 " <RequiredProperties>\n"
49366 " <Property function=\"Input\"\n"
49367 " name=\"Input\" />\n"
49368 " </RequiredProperties>\n"
49369 " </BoundsDomain>\n"
49370 " <Documentation>If the VaryWidth property is set to 1, the value of this\n"
49371 " property is the minimum ribbon width. If the VaryWidth property is set\n"
49372 " to 0, the value of this property is half the width of the\n"
49373 " ribbon.</Documentation>\n"
49374 " </DoubleVectorProperty>\n"
49375 " <DoubleVectorProperty command=\"SetAngle\"\n"
49376 " default_values=\"0\"\n"
49377 " name=\"Angle\"\n"
49378 " number_of_elements=\"1\">\n"
49379 " <DoubleRangeDomain max=\"360\"\n"
49380 " min=\"0\"\n"
49381 " name=\"range\" />\n"
49382 " <Documentation>The value of this property specifies the offset angle\n"
49383 " (in degrees) of the ribbon from the line normal.</Documentation>\n"
49384 " </DoubleVectorProperty>\n"
49385 " <IntVectorProperty command=\"SetUseDefaultNormal\"\n"
49386 " default_values=\"0\"\n"
49387 " name=\"UseDefaultNormal\"\n"
49388 " number_of_elements=\"1\">\n"
49389 " <BooleanDomain name=\"bool\" />\n"
49390 " <Documentation>If this property is set to 0, and the input contains no\n"
49391 " vector array, then default ribbon normals will be generated\n"
49392 " (DefaultNormal property); if a vector array has been set\n"
49393 " (SelectInputVectors property), the ribbon normals will be set from the\n"
49394 " specified array. If this property is set to 1, the default normal\n"
49395 " (DefaultNormal property) will be used, regardless of whether the\n"
49396 " SelectInputVectors property has been set.</Documentation>\n"
49397 " </IntVectorProperty>\n"
49398 " <DoubleVectorProperty command=\"SetDefaultNormal\"\n"
49399 " default_values=\"0 0 1\"\n"
49400 " name=\"DefaultNormal\"\n"
49401 " number_of_elements=\"3\">\n"
49402 " <DoubleRangeDomain name=\"range\" />\n"
49403 " <Documentation>The value of this property specifies the normal to use\n"
49404 " when the UseDefaultNormal property is set to 1 or the input contains no\n"
49405 " vector array (SelectInputVectors property).</Documentation>\n"
49406 " </DoubleVectorProperty>\n"
49407 " <IntVectorProperty command=\"SetVaryWidth\"\n"
49408 " default_values=\"0\"\n"
49409 " name=\"VaryWidth\"\n"
49410 " number_of_elements=\"1\">\n"
49411 " <BooleanDomain name=\"bool\" />\n"
49412 " <Documentation>If this property is set to 1, the ribbon width will be\n"
49413 " scaled according to the scalar array specified in the\n"
49414 " SelectInputScalars property. Toggle the variation of ribbon width with\n"
49415 " scalar value.</Documentation>\n"
49416 " </IntVectorProperty>\n"
49417 " <!-- End RibbonFilter -->\n"
49418 " </SourceProxy>\n"
49419 "\n"
49420 " <!-- ==================================================================== -->\n"
49421 " <SourceProxy class=\"vtkRotationalExtrusionFilter\"\n"
49422 " label=\"Rotational Extrusion\"\n"
49423 " name=\"RotationalExtrusionFilter\">\n"
49424 " <Documentation long_help=\"This filter generates a swept surface while translating the input along a circular path.\"\n"
49425 " short_help=\"Generates a swept surface using a rotational path.\">\n"
49426 " The Rotational Extrusion filter forms a surface by\n"
49427 " rotating the input about the Z axis. This filter is\n"
49428 " intended to operate on 2D polygonal data. It produces\n"
49429 " polygonal output.</Documentation>\n"
49430 " <InputProperty command=\"SetInputConnection\"\n"
49431 " name=\"Input\">\n"
49432 " <ProxyGroupDomain name=\"groups\">\n"
49433 " <Group name=\"sources\" />\n"
49434 " <Group name=\"filters\" />\n"
49435 " </ProxyGroupDomain>\n"
49436 " <DataTypeDomain name=\"input_type\">\n"
49437 " <DataType value=\"vtkPolyData\" />\n"
49438 " </DataTypeDomain>\n"
49439 " <Documentation>This property specifies the input to the Rotational\n"
49440 " Extrusion filter.</Documentation>\n"
49441 " </InputProperty>\n"
49442 " <IntVectorProperty command=\"SetResolution\"\n"
49443 " default_values=\"12\"\n"
49444 " name=\"Resolution\"\n"
49445 " number_of_elements=\"1\">\n"
49446 " <IntRangeDomain min=\"1\"\n"
49447 " name=\"range\" />\n"
49448 " <Documentation>The value of this property controls the number of\n"
49449 " intermediate node points used in performing the sweep (rotating from 0\n"
49450 " degrees to the value specified by the Angle property.</Documentation>\n"
49451 " </IntVectorProperty>\n"
49452 " <IntVectorProperty command=\"SetCapping\"\n"
49453 " default_values=\"1\"\n"
49454 " name=\"Capping\"\n"
49455 " number_of_elements=\"1\">\n"
49456 " <BooleanDomain name=\"bool\" />\n"
49457 " <Documentation>If this property is set to 1, the open ends of the swept\n"
49458 " surface will be capped with a copy of the input dataset. This works\n"
49459 " property if the input is a 2D surface composed of filled polygons. If\n"
49460 " the input dataset is a closed solid (e.g., a sphere), then either two\n"
49461 " copies of the dataset will be drawn or no surface will be drawn. No\n"
49462 " surface is drawn if either this property is set to 0 or if the two\n"
49463 " surfaces would occupy exactly the same 3D space (i.e., the Angle\n"
49464 " property's value is a multiple of 360, and the values of the\n"
49465 " Translation and DeltaRadius properties are 0).</Documentation>\n"
49466 " </IntVectorProperty>\n"
49467 " <DoubleVectorProperty animateable=\"1\"\n"
49468 " command=\"SetAngle\"\n"
49469 " default_values=\"360\"\n"
49470 " name=\"Angle\"\n"
49471 " number_of_elements=\"1\">\n"
49472 " <DoubleRangeDomain name=\"range\" />\n"
49473 " <Documentation>This property specifies the angle of rotation in\n"
49474 " degrees. The surface is swept from 0 to the value of this\n"
49475 " property.</Documentation>\n"
49476 " </DoubleVectorProperty>\n"
49477 " <DoubleVectorProperty animateable=\"1\"\n"
49478 " command=\"SetTranslation\"\n"
49479 " default_values=\"0\"\n"
49480 " name=\"Translation\"\n"
49481 " number_of_elements=\"1\">\n"
49482 " <DoubleRangeDomain name=\"range\" />\n"
49483 " <Documentation>The value of this property specifies the total amount of\n"
49484 " translation along the Z axis during the sweep process. Specifying a\n"
49485 " non-zero value for this property allows you to create a corkscrew\n"
49486 ;
49487 
49488 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersmodeling.xml
49490 " (value of DeltaRadius &gt; 0) or spring effect.</Documentation>\n"
49491 " </DoubleVectorProperty>\n"
49492 " <DoubleVectorProperty command=\"SetDeltaRadius\"\n"
49493 " default_values=\"0\"\n"
49494 " name=\"DeltaRadius\"\n"
49495 " number_of_elements=\"1\">\n"
49496 " <DoubleRangeDomain name=\"range\" />\n"
49497 " <Documentation>The value of this property specifies the change in\n"
49498 " radius during the sweep process.</Documentation>\n"
49499 " </DoubleVectorProperty>\n"
49500 " <!-- End RotationalExtrusionFilter -->\n"
49501 " </SourceProxy>\n"
49502 " </ProxyGroup>\n"
49503 "</ServerManagerConfiguration>\n"
49504 "\n";
49505 // Get single string
49507 {
49508 
49511  size_t len = ( 0
49512  + len0
49513  + len1 );
49514  char* res = new char[ len + 1];
49515  size_t offset = 0;
49518  assert(offset == len);
49519  res[offset] = 0;
49520  return res;
49521 }
49522 
49523 
49524 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_filterssources.xml
49526 "<ServerManagerConfiguration>\n"
49527 " <ProxyGroup name=\"sources\">\n"
49528 " <!-- ==================================================================== -->\n"
49529 " <SourceProxy class=\"vtkArrowSource\"\n"
49530 " label=\"Arrow\"\n"
49531 " name=\"ArrowSource\">\n"
49532 " <Documentation long_help=\"3D arrow with a long cylindrical shaft and a cone for the tip\"\n"
49533 " short_help=\"Create a 3D arrow\">The Arrow source appends a\n"
49534 " cylinder to a cone to form a 3D arrow. The length of the\n"
49535 " whole arrow is 1.0 unit. The output of the Arrow source is\n"
49536 " polygonal data. This polygonal data will not contain\n"
49537 " normals, so rendering of the arrow will be performed using\n"
49538 " flat shading. The appearance of the arrow can be improved\n"
49539 " without significantly increasing the resolution of the tip\n"
49540 " and shaft by generating normals. (Use Normals Generation\n"
49541 " filter).</Documentation>\n"
49542 " <IntVectorProperty command=\"SetTipResolution\"\n"
49543 " default_values=\"6\"\n"
49544 " name=\"TipResolution\"\n"
49545 " number_of_elements=\"1\"\n"
49546 " panel_visibility=\"advanced\">\n"
49547 " <IntRangeDomain max=\"128\"\n"
49548 " min=\"1\"\n"
49549 " name=\"range\" />\n"
49550 " <Documentation>This property specifies the number of faces in the\n"
49551 " representation of the tip of the arrow (the cone). As the resolution\n"
49552 " increases, the cone will become smoother.</Documentation>\n"
49553 " </IntVectorProperty>\n"
49554 " <!-- These arbitrary ranges come from the header file for vtkArrowSource.-->\n"
49555 " <DoubleVectorProperty command=\"SetTipRadius\"\n"
49556 " default_values=\"0.1\"\n"
49557 " name=\"TipRadius\"\n"
49558 " number_of_elements=\"1\"\n"
49559 " panel_visibility=\"default\">\n"
49560 " <DoubleRangeDomain max=\"10\"\n"
49561 " min=\"0\"\n"
49562 " name=\"range\" />\n"
49563 " <Documentation>This property specifies the radius of the widest part of\n"
49564 " the tip of the arrow (the cone).</Documentation>\n"
49565 " </DoubleVectorProperty>\n"
49566 " <DoubleVectorProperty command=\"SetTipLength\"\n"
49567 " default_values=\"0.35\"\n"
49568 " name=\"TipLength\"\n"
49569 " number_of_elements=\"1\"\n"
49570 " panel_visibility=\"default\">\n"
49571 " <DoubleRangeDomain max=\"1\"\n"
49572 " min=\"0\"\n"
49573 " name=\"range\" />\n"
49574 " <Documentation>This property specifies the length of the\n"
49575 " tip.</Documentation>\n"
49576 " </DoubleVectorProperty>\n"
49577 " <IntVectorProperty command=\"SetShaftResolution\"\n"
49578 " default_values=\"6\"\n"
49579 " name=\"ShaftResolution\"\n"
49580 " number_of_elements=\"1\"\n"
49581 " panel_visibility=\"advanced\">\n"
49582 " <IntRangeDomain max=\"128\"\n"
49583 " min=\"3\"\n"
49584 " name=\"range\" />\n"
49585 " <Documentation>This property specifies the number of faces of the shaft\n"
49586 " of the arrow (the cylinder). As the resolution increases, the cylinder\n"
49587 " will become smoother.</Documentation>\n"
49588 " </IntVectorProperty>\n"
49589 " <DoubleVectorProperty command=\"SetShaftRadius\"\n"
49590 " default_values=\"0.03\"\n"
49591 " name=\"ShaftRadius\"\n"
49592 " number_of_elements=\"1\"\n"
49593 " panel_visibility=\"default\">\n"
49594 " <DoubleRangeDomain max=\"5\"\n"
49595 " min=\"0\"\n"
49596 " name=\"range\" />\n"
49597 " <Documentation>This property specifies the radius of the shaft of the\n"
49598 " arrow (the cylinder).</Documentation>\n"
49599 " </DoubleVectorProperty>\n"
49600 " <IntVectorProperty command=\"SetInvert\"\n"
49601 " default_values=\"0\"\n"
49602 " name=\"Invert\"\n"
49603 " number_of_elements=\"1\"\n"
49604 " panel_visibility=\"default\">\n"
49605 " <BooleanDomain name=\"bool\" />\n"
49606 " <Documentation>Inverts the arrow direction.</Documentation>\n"
49607 " </IntVectorProperty>\n"
49608 " <!-- End Arrow -->\n"
49609 " </SourceProxy>\n"
49610 "\n"
49611 " <!-- ==================================================================== -->\n"
49612 " <SourceProxy class=\"vtkCellTypeSource\"\n"
49613 " label=\"Unstructured Cell Types\"\n"
49614 " name=\"UnstructuredCellTypes\">\n"
49615 " <Documentation long_help=\"Generates cells of the specified type.\"\n"
49616 " short_help=\"Generate cells of the specified type\">\n"
49617 " Generate cells of the specified type. If a 1D cell type is chosen then\n"
49618 " only the first value of BlocksDimension is used. If a 2D cell type is chosen\n"
49619 " then only the first and second value of BlocksDimension is used. A cell block\n"
49620 " may be divided into multiple cells (e.g. 6 pyramids will be in a cell block).\n"
49621 "\n"
49622 " Note that not all meshes generated for Lagrange cells (particularly tetrahedra)\n"
49623 " will be conformal; their boundaries will not meet exactly at block boundaries.\n"
49624 " </Documentation>\n"
49625 " <IntVectorProperty command=\"SetCellType\"\n"
49626 " default_values=\"12\"\n"
49627 " name=\"CellType\"\n"
49628 " number_of_elements=\"1\">\n"
49629 " <Documentation>This property specifies the type of cells to generate.\n"
49630 " </Documentation>\n"
49631 " <EnumerationDomain name=\"enum\">\n"
49632 " <Entry text=\"Line\"\n"
49633 " value=\"3\" />\n"
49634 " <Entry text=\"Quadratic Line\"\n"
49635 " value=\"21\" />\n"
49636 " <Entry text=\"Cubic Line\"\n"
49637 " value=\"35\" />\n"
49638 " <Entry text=\"Triangle\"\n"
49639 " value=\"5\" />\n"
49640 " <Entry text=\"Quad\"\n"
49641 " value=\"9\" />\n"
49642 " <Entry text=\"Quadratic Triangle\"\n"
49643 " value=\"22\" />\n"
49644 " <Entry text=\"Quadratic Quad\"\n"
49645 " value=\"23\" />\n"
49646 " <Entry text=\"Tet\"\n"
49647 " value=\"10\" />\n"
49648 " <Entry text=\"Hex\"\n"
49649 " value=\"12\" />\n"
49650 " <Entry text=\"Wedge\"\n"
49651 " value=\"13\" />\n"
49652 " <Entry text=\"Pyramid\"\n"
49653 " value=\"14\" />\n"
49654 " <Entry text=\"Quadratic Tet\"\n"
49655 " value=\"24\" />\n"
49656 " <Entry text=\"Quadratic Hex\"\n"
49657 " value=\"25\" />\n"
49658 " <Entry text=\"Quadratic Wedge\"\n"
49659 " value=\"26\" />\n"
49660 " <Entry text=\"Quadratic Pyramid\"\n"
49661 " value=\"27\" />\n"
49662 " <Entry text=\"Lagrange Curve\"\n"
49663 " value=\"68\" />\n"
49664 " <Entry text=\"Lagrange Triangle\"\n"
49665 " value=\"69\" />\n"
49666 " <Entry text=\"Lagrange Quadrilateral\"\n"
49667 " value=\"70\" />\n"
49668 " <Entry text=\"Lagrange Tetrahedron\"\n"
49669 " value=\"71\" />\n"
49670 " <Entry text=\"Lagrange Hexahedron\"\n"
49671 " value=\"72\" />\n"
49672 " <Entry text=\"Lagrange Wedge\"\n"
49673 " value=\"73\" />\n"
49674 " <Entry text=\"Bezier Curve\"\n"
49675 " value=\"75\" />\n"
49676 " <Entry text=\"Bezier Triangle\"\n"
49677 " value=\"76\" />\n"
49678 " <Entry text=\"Bezier Quadrilateral\"\n"
49679 " value=\"77\" />\n"
49680 " <Entry text=\"Bezier Tetrahedron\"\n"
49681 " value=\"78\" />\n"
49682 " <Entry text=\"Bezier Hexahedron\"\n"
49683 " value=\"79\" />\n"
49684 " <Entry text=\"Bezier Wedge\"\n"
49685 " value=\"80\" />\n"
49686 " </EnumerationDomain>\n"
49687 " </IntVectorProperty>\n"
49688 " <IntVectorProperty command=\"SetOutputPrecision\"\n"
49689 " default_values=\"0\"\n"
49690 " name=\"OutputPrecision\"\n"
49691 " number_of_elements=\"1\"\n"
49692 " panel_visibility=\"advanced\">\n"
49693 " <Documentation>This property specifies the precision of point locations and fields.\n"
49694 " </Documentation>\n"
49695 " <EnumerationDomain name=\"enum\">\n"
49696 " <Entry text=\"Single\"\n"
49697 " value=\"0\" />\n"
49698 " <Entry text=\"Double\"\n"
49699 " value=\"1\" />\n"
49700 " </EnumerationDomain>\n"
49701 " </IntVectorProperty>\n"
49702 " <IntVectorProperty command=\"SetPolynomialFieldOrder\"\n"
49703 " default_values=\"1\"\n"
49704 " name=\"PolynomialFieldOrder\"\n"
49705 " number_of_elements=\"1\">\n"
49706 " <Documentation>This property specifies the order for the \"Polynomial\" point data field.\n"
49707 " </Documentation>\n"
49708 " <IntRangeDomain min=\"0\"\n"
49709 " name=\"range\" />\n"
49710 " </IntVectorProperty>\n"
49711 " <IntVectorProperty command=\"SetBlocksDimensions\"\n"
49712 " default_values=\"10 10 10\"\n"
49713 " name=\"BlocksDimensions\"\n"
49714 " number_of_elements=\"3\">\n"
49715 " <IntRangeDomain min=\"1 1 1\"\n"
49716 " name=\"range\" />\n"
49717 " <Documentation>Sets the number of blocks of cells in each direction.\n"
49718 " A cell block may be divided into multiple cells (e.g. there will be\n"
49719 " 6 pyramid cells in a cell block). If a 1D cell type is chosen only\n"
49720 " the first blocks dimension will be used. If a 2D cell type is chosen the\n"
49721 " first and second blocks dimensions will be used.\n"
49722 " </Documentation>\n"
49723 " </IntVectorProperty>\n"
49724 " <IntVectorProperty command=\"SetCellOrder\"\n"
49725 " default_values=\"3\"\n"
49726 " name=\"CellOrder\"\n"
49727 " number_of_elements=\"1\">\n"
49728 " <Documentation>This property specifies the interpolation order for Lagrange cell types.\n"
49729 " </Documentation>\n"
49730 " <IntRangeDomain min=\"1\" max=\"10\" name=\"range\" />\n"
49731 " </IntVectorProperty>\n"
49732 " <IntVectorProperty command=\"SetCompleteQuadraticSimplicialElements\"\n"
49733 " default_values=\"0\"\n"
49734 " name=\"CompleteQuadraticSimplicialElements\"\n"
49735 " label=\"Add nodes to complete polynomial basis\"\n"
49736 " number_of_elements=\"1\">\n"
49737 " <Documentation>When true, some quadratic Lagrange cell types will have additional nodes.\n"
49738 "\n"
49739 " Specifically,\n"
49740 " triangles will have 7 points instead of 6;\n"
49741 " tetrahedra will have 15 points instead of 10; and\n"
49742 " wedges will have 21 points instead of 18.\n"
49743 " These additional points increase the number of polynomial terms\n"
49744 " in each element so that the shape functions can span a larger\n"
49745 " space of polynomial functions.\n"
49746 " </Documentation>\n"
49747 " <BooleanDomain name=\"bool\" />\n"
49748 " </IntVectorProperty>\n"
49749 " <!-- End of CellTypeSource -->\n"
49750 " </SourceProxy>\n"
49751 "\n"
49752 " <!-- ==================================================================== -->\n"
49753 " <SourceProxy class=\"vtkConeSource\"\n"
49754 " name=\"Test3DWidget\">\n"
49755 " <IntVectorProperty command=\"SetResolution\"\n"
49756 " default_values=\"6\"\n"
49757 " name=\"Resolution\"\n"
49758 " number_of_elements=\"1\">\n"
49759 " <IntRangeDomain max=\"128\"\n"
49760 " min=\"1\"\n"
49761 " name=\"range\" />\n"
49762 " <Documentation>Set the number of faces used to generate the\n"
49763 " cone.</Documentation>\n"
49764 " </IntVectorProperty>\n"
49765 " <!-- End Test3DWidget -->\n"
49766 " </SourceProxy>\n"
49767 "\n"
49768 " <!-- ==================================================================== -->\n"
49769 " <SourceProxy class=\"vtkConeSource\"\n"
49770 " label=\"Cone\"\n"
49771 " name=\"ConeSource\">\n"
49772 " <Documentation long_help=\"Create a 3D cone of a given radius and height.\"\n"
49773 " short_help=\"3D cone of a given radius and height\">The Cone\n"
49774 " source can be used to add a polygonal cone to the 3D\n"
49775 " scene. The output of the Cone source is polygonal\n"
49776 " data.</Documentation>\n"
49777 " <IntVectorProperty animateable=\"1\"\n"
49778 " command=\"SetResolution\"\n"
49779 " default_values=\"6\"\n"
49780 " name=\"Resolution\"\n"
49781 " number_of_elements=\"1\"\n"
49782 " panel_visibility=\"default\">\n"
49783 " <IntRangeDomain max=\"512\"\n"
49784 " min=\"0\"\n"
49785 " name=\"range\" />\n"
49786 " <Documentation>This property indicates the number of divisions around\n"
49787 " the cone. The higher this number, the closer the polygonal\n"
49788 " approximation will come to representing a cone, and the more polygons\n"
49789 " it will contain.</Documentation>\n"
49790 " </IntVectorProperty>\n"
49791 " <DoubleVectorProperty animateable=\"1\"\n"
49792 " command=\"SetRadius\"\n"
49793 " default_values=\"0.5\"\n"
49794 " name=\"Radius\"\n"
49795 " number_of_elements=\"1\"\n"
49796 " panel_visibility=\"default\">\n"
49797 " <DoubleRangeDomain min=\"0\"\n"
49798 " name=\"range\" />\n"
49799 " <Documentation>This property specifies the radius of the base of the\n"
49800 " cone.</Documentation>\n"
49801 " </DoubleVectorProperty>\n"
49802 " <DoubleVectorProperty animateable=\"1\"\n"
49803 " command=\"SetHeight\"\n"
49804 " default_values=\"1.0\"\n"
49805 " name=\"Height\"\n"
49806 " number_of_elements=\"1\"\n"
49807 " panel_visibility=\"default\">\n"
49808 " <DoubleRangeDomain min=\"0\"\n"
49809 " name=\"range\" />\n"
49810 " <Documentation>This property specifies the height of the\n"
49811 " cone.</Documentation>\n"
49812 " </DoubleVectorProperty>\n"
49813 " <DoubleVectorProperty animateable=\"1\"\n"
49814 " command=\"SetCenter\"\n"
49815 " default_values=\"0.0 0.0 0.0\"\n"
49816 " name=\"Center\"\n"
49817 " number_of_elements=\"3\"\n"
49818 " panel_visibility=\"default\">\n"
49819 " <DoubleRangeDomain name=\"range\" />\n"
49820 " <Documentation>This property specifies the center of the\n"
49821 " cone.</Documentation>\n"
49822 " </DoubleVectorProperty>\n"
49823 " <DoubleVectorProperty animateable=\"1\"\n"
49824 " command=\"SetDirection\"\n"
49825 " default_values=\"1.0 0.0 0.0\"\n"
49826 " name=\"Direction\"\n"
49827 " number_of_elements=\"3\"\n"
49828 " panel_visibility=\"default\">\n"
49829 " <DoubleRangeDomain name=\"range\" />\n"
49830 " <Documentation>Set the orientation vector of the cone. The vector does\n"
49831 " not have to be normalized. The cone will point in the direction\n"
49832 " specified.</Documentation>\n"
49833 " </DoubleVectorProperty>\n"
49834 " <IntVectorProperty animateable=\"1\"\n"
49835 " command=\"SetCapping\"\n"
49836 " default_values=\"1\"\n"
49837 ;
49838 
49839 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_filterssources.xml
49841 " name=\"Capping\"\n"
49842 " number_of_elements=\"1\">\n"
49843 " <BooleanDomain name=\"bool\" />\n"
49844 " <Documentation>If this property is set to 1, the base of the cone will\n"
49845 " be capped with a filled polygon. Otherwise, the base of the cone will\n"
49846 " be open.</Documentation>\n"
49847 " </IntVectorProperty>\n"
49848 " <!-- End Cone -->\n"
49849 " </SourceProxy>\n"
49850 "\n"
49851 " <!-- ==================================================================== -->\n"
49852 " <SourceProxy class=\"vtkCubeSource\"\n"
49853 " label=\"Box\"\n"
49854 " name=\"CubeSource\">\n"
49855 " <Documentation long_help=\"Create a box with specified X, Y, and Z lengths.\"\n"
49856 " short_help=\"3D box with specified X, Y, and Z lengths\">The\n"
49857 " Box source can be used to add a box to the 3D scene. The\n"
49858 " output of the Box source is polygonal data containing both\n"
49859 " normals and texture coordinates.</Documentation>\n"
49860 " <DoubleVectorProperty animateable=\"1\"\n"
49861 " command=\"SetXLength\"\n"
49862 " default_values=\"1.0\"\n"
49863 " name=\"XLength\"\n"
49864 " number_of_elements=\"1\"\n"
49865 " panel_visibility=\"default\">\n"
49866 " <DoubleRangeDomain min=\"0\"\n"
49867 " name=\"range\" />\n"
49868 " <Documentation>This property specifies the length of the box in the X\n"
49869 " direction.</Documentation>\n"
49870 " </DoubleVectorProperty>\n"
49871 " <DoubleVectorProperty animateable=\"1\"\n"
49872 " command=\"SetYLength\"\n"
49873 " default_values=\"1.0\"\n"
49874 " name=\"YLength\"\n"
49875 " number_of_elements=\"1\"\n"
49876 " panel_visibility=\"default\">\n"
49877 " <DoubleRangeDomain min=\"0\"\n"
49878 " name=\"range\" />\n"
49879 " <Documentation>This property specifies the length of the box in the Y\n"
49880 " direction.</Documentation>\n"
49881 " </DoubleVectorProperty>\n"
49882 " <DoubleVectorProperty animateable=\"1\"\n"
49883 " command=\"SetZLength\"\n"
49884 " default_values=\"1.0\"\n"
49885 " name=\"ZLength\"\n"
49886 " number_of_elements=\"1\"\n"
49887 " panel_visibility=\"default\">\n"
49888 " <DoubleRangeDomain min=\"0\"\n"
49889 " name=\"range\" />\n"
49890 " <Documentation>This property specifies the length of the box in the Z\n"
49891 " direction.</Documentation>\n"
49892 " </DoubleVectorProperty>\n"
49893 " <DoubleVectorProperty animateable=\"1\"\n"
49894 " command=\"SetCenter\"\n"
49895 " default_values=\"0.0 0.0 0.0\"\n"
49896 " name=\"Center\"\n"
49897 " number_of_elements=\"3\"\n"
49898 " panel_visibility=\"default\">\n"
49899 " <DoubleRangeDomain name=\"range\" />\n"
49900 " <Documentation>This property specifies the center of the\n"
49901 " box.</Documentation>\n"
49902 " </DoubleVectorProperty>\n"
49903 " <!-- End Box -->\n"
49904 " </SourceProxy>\n"
49905 "\n"
49906 " <!-- ==================================================================== -->\n"
49907 " <SourceProxy class=\"vtkCylinderSource\"\n"
49908 " label=\"Cylinder\"\n"
49909 " name=\"CylinderSource\">\n"
49910 " <Documentation long_help=\"Create a 3D cylinder of a given radius and height.\"\n"
49911 " short_help=\"3D cylinder of a given radius and height\">The\n"
49912 " Cylinder source can be used to add a polygonal cylinder to\n"
49913 " the 3D scene. The output of the Cylinder source is\n"
49914 " polygonal data containing both normals and texture\n"
49915 " coordinates.</Documentation>\n"
49916 " <IntVectorProperty command=\"SetResolution\"\n"
49917 " default_values=\"6\"\n"
49918 " name=\"Resolution\"\n"
49919 " number_of_elements=\"1\"\n"
49920 " panel_visibility=\"default\">\n"
49921 " <IntRangeDomain max=\"512\"\n"
49922 " min=\"2\"\n"
49923 " name=\"range\" />\n"
49924 " <Documentation>This property indicates the number of divisions around\n"
49925 " the cylinder. The higher this number, the closer the polygonal\n"
49926 " approximation will come to representing a cylinder, and the more\n"
49927 " polygons it will contain.</Documentation>\n"
49928 " </IntVectorProperty>\n"
49929 " <DoubleVectorProperty animateable=\"1\"\n"
49930 " command=\"SetHeight\"\n"
49931 " default_values=\"1.0\"\n"
49932 " name=\"Height\"\n"
49933 " number_of_elements=\"1\"\n"
49934 " panel_visibility=\"default\">\n"
49935 " <DoubleRangeDomain min=\"0\"\n"
49936 " name=\"range\" />\n"
49937 " <Documentation>This property specifies the height of the cylinder\n"
49938 " (along the y axis).</Documentation>\n"
49939 " </DoubleVectorProperty>\n"
49940 " <DoubleVectorProperty command=\"SetRadius\"\n"
49941 " default_values=\"0.5\"\n"
49942 " name=\"Radius\"\n"
49943 " number_of_elements=\"1\"\n"
49944 " panel_visibility=\"default\">\n"
49945 " <DoubleRangeDomain min=\"0\"\n"
49946 " name=\"range\" />\n"
49947 " <Documentation>This property specifies the radius of the\n"
49948 " cylinder.</Documentation>\n"
49949 " </DoubleVectorProperty>\n"
49950 " <DoubleVectorProperty animateable=\"1\"\n"
49951 " command=\"SetCenter\"\n"
49952 " default_values=\"0.0 0.0 0.0\"\n"
49953 " name=\"Center\"\n"
49954 " number_of_elements=\"3\"\n"
49955 " panel_visibility=\"default\">\n"
49956 " <DoubleRangeDomain name=\"range\" />\n"
49957 " <Documentation>This property specifies the coordinate value at the\n"
49958 " center of the cylinder.</Documentation>\n"
49959 " </DoubleVectorProperty>\n"
49960 " <IntVectorProperty command=\"SetCapping\"\n"
49961 " default_values=\"1\"\n"
49962 " name=\"Capping\"\n"
49963 " number_of_elements=\"1\">\n"
49964 " <BooleanDomain name=\"bool\" />\n"
49965 " <Documentation>If this property is set to 1, the ends of the cylinder\n"
49966 " will each be capped with a closed polygon. Otherwise, the ends of the\n"
49967 " cylinder will be open.</Documentation>\n"
49968 " </IntVectorProperty>\n"
49969 " <!-- End Cylinder -->\n"
49970 " </SourceProxy>\n"
49971 "\n"
49972 " <!-- ==================================================================== -->\n"
49973 " <SourceProxy class=\"vtkDiskSource\"\n"
49974 " label=\"Disk\"\n"
49975 " name=\"DiskSource\">\n"
49976 " <Documentation long_help=\"Create a 3D disk with a specified inner and outer radius.\"\n"
49977 " short_help=\"Create a 3D disk\">The Disk source can be used\n"
49978 " to add a polygonal disk to the 3D scene. The output of the\n"
49979 " Disk source is polygonal data.</Documentation>\n"
49980 " <DoubleVectorProperty animateable=\"1\"\n"
49981 " command=\"SetInnerRadius\"\n"
49982 " default_values=\"0.5\"\n"
49983 " name=\"InnerRadius\"\n"
49984 " number_of_elements=\"1\"\n"
49985 " panel_visibility=\"default\">\n"
49986 " <DoubleRangeDomain min=\"0\"\n"
49987 " name=\"range\" />\n"
49988 " <Documentation>Specify inner radius of hole in disc.</Documentation>\n"
49989 " </DoubleVectorProperty>\n"
49990 " <DoubleVectorProperty animateable=\"1\"\n"
49991 " command=\"SetOuterRadius\"\n"
49992 " default_values=\"1.0\"\n"
49993 " name=\"OuterRadius\"\n"
49994 " number_of_elements=\"1\"\n"
49995 " panel_visibility=\"default\">\n"
49996 " <DoubleRangeDomain min=\"0\"\n"
49997 " name=\"range\" />\n"
49998 " <Documentation>Specify outer radius of disc.</Documentation>\n"
49999 " </DoubleVectorProperty>\n"
50000 " <IntVectorProperty command=\"SetRadialResolution\"\n"
50001 " default_values=\"8\"\n"
50002 " name=\"RadialResolution\"\n"
50003 " number_of_elements=\"1\"\n"
50004 " panel_visibility=\"advanced\">\n"
50005 " <IntRangeDomain max=\"1024\"\n"
50006 " min=\"3\"\n"
50007 " name=\"range\" />\n"
50008 " <Documentation>Set the number of points in radial\n"
50009 " direction.</Documentation>\n"
50010 " </IntVectorProperty>\n"
50011 " <IntVectorProperty command=\"SetCircumferentialResolution\"\n"
50012 " default_values=\"8\"\n"
50013 " name=\"CircumferentialResolution\"\n"
50014 " number_of_elements=\"1\"\n"
50015 " panel_visibility=\"advanced\">\n"
50016 " <IntRangeDomain max=\"1024\"\n"
50017 " min=\"3\"\n"
50018 " name=\"range\" />\n"
50019 " <Documentation>Set the number of points in circumferential\n"
50020 " direction.</Documentation>\n"
50021 " </IntVectorProperty>\n"
50022 " <!-- End DiscSource -->\n"
50023 " </SourceProxy>\n"
50024 "\n"
50025 " <!-- ==================================================================== -->\n"
50026 " <SourceProxy class=\"vtkEllipseArcSource\"\n"
50027 " label=\"Ellipse\"\n"
50028 " name=\"EllipseSource\">\n"
50029 " <Documentation short_help=\"Create an elliptical arc\">\n"
50030 " Source that creates an elliptical arc\n"
50031 " defined by a normal, a center, a major radius vector (the direction in\n"
50032 " which the ellipse is longest), and a ratio defined as the minor radius over\n"
50033 " the major radius. A starting angle and segment angle control the starting\n"
50034 " and ending points on the ellipse perimeter, enabling creation of only a\n"
50035 " section of the ellipse. The number of segments in the polyline is controlled\n"
50036 " by setting the object resolution.\n"
50037 " </Documentation>\n"
50038 " <DoubleVectorProperty command=\"SetCenter\"\n"
50039 " default_values=\"0.0 0.0 0.0\"\n"
50040 " name=\"Center\"\n"
50041 " number_of_elements=\"3\" >\n"
50042 " <DoubleRangeDomain name=\"range\" />\n"
50043 " <Documentation>The center of the ellipse.</Documentation>\n"
50044 " </DoubleVectorProperty>\n"
50045 " <DoubleVectorProperty command=\"SetNormal\"\n"
50046 " default_values=\"0.0 0.0 1.0\"\n"
50047 " name=\"Normal\"\n"
50048 " number_of_elements=\"3\" >\n"
50049 " <DoubleRangeDomain name=\"range\" />\n"
50050 " <Documentation>The normal of the plane containing the ellipse.</Documentation>\n"
50051 " </DoubleVectorProperty>\n"
50052 " <IntVectorProperty command=\"SetResolution\"\n"
50053 " default_values=\"100\"\n"
50054 " name=\"Resolution\"\n"
50055 " number_of_elements=\"1\" >\n"
50056 " <IntRangeDomain max=\"1024\" min=\"8\" name=\"range\" />\n"
50057 " <Documentation>Number of line segments in the polyline defining the ellipse edge.</Documentation>\n"
50058 " </IntVectorProperty>\n"
50059 "\n"
50060 " <DoubleVectorProperty command=\"SetMajorRadiusVector\"\n"
50061 " default_values=\"1.0 0.0 0.0\"\n"
50062 " name=\"MajorRadiusVector\"\n"
50063 " number_of_elements=\"3\" >\n"
50064 " <DoubleRangeDomain name=\"range\" />\n"
50065 " <Documentation>The origin of polar angle and the major radius size.</Documentation>\n"
50066 " </DoubleVectorProperty>\n"
50067 "\n"
50068 " <DoubleVectorProperty command=\"SetRatio\"\n"
50069 " default_values=\"1.0\"\n"
50070 " name=\"Ratio\"\n"
50071 " number_of_elements=\"1\" >\n"
50072 " <DoubleRangeDomain name=\"range\" min=\"0.001\" max=\"1.0\" />\n"
50073 " <Documentation>Ratio of the ellipse defined as minor radius / major radius. Valid\n"
50074 " values are in the range [0.001, 1.0].</Documentation>\n"
50075 " </DoubleVectorProperty>\n"
50076 "\n"
50077 " <DoubleVectorProperty command=\"SetStartAngle\"\n"
50078 " default_values=\"0.0\"\n"
50079 " name=\"StartAngle\"\n"
50080 " number_of_elements=\"1\"\n"
50081 " panel_visibility=\"advanced\">\n"
50082 " <DoubleRangeDomain name=\"range\" min=\"-360.0\" max=\"360.0\" />\n"
50083 " <Documentation>The angle (in degrees) where the ellipse begins relative to the\n"
50084 " **Major Radius Vector**.</Documentation>\n"
50085 " </DoubleVectorProperty>\n"
50086 " <DoubleVectorProperty command=\"SetSegmentAngle\"\n"
50087 " default_values=\"360.0\"\n"
50088 " name=\"SectorAngle\"\n"
50089 " number_of_elements=\"1\"\n"
50090 " panel_visibility=\"advanced\">\n"
50091 " <DoubleRangeDomain name=\"range\" min=\"0\" max=\"360.0\" />\n"
50092 " <Documentation>The angular sector occupied by the arc, measured in degrees from\n"
50093 " the **Start Angle**.</Documentation>\n"
50094 " </DoubleVectorProperty>\n"
50095 " <IntVectorProperty command=\"SetClose\"\n"
50096 " default_values=\"1\"\n"
50097 " name=\"Close\"\n"
50098 " number_of_elements=\"1\"\n"
50099 " panel_visibility=\"advanced\">\n"
50100 " <BooleanDomain name=\"bool\" />\n"
50101 " <Documentation>When on, closes the elliptical arc by adding a line segment between\n"
50102 " the last point and the first point.</Documentation>\n"
50103 " </IntVectorProperty>\n"
50104 " </SourceProxy>\n"
50105 "\n"
50106 " <!-- ==================================================================== -->\n"
50107 " <SourceProxy class=\"vtkGlyphSource2D\"\n"
50108 " label=\"2D Glyph\"\n"
50109 " name=\"GlyphSource2D\">\n"
50110 " <Documentation long_help=\"Create a 2D glyph (e.g., arrow, cross, dash, etc.)\"\n"
50111 " short_help=\"Create a 2D glyph\">The 2D Glyph source is used\n"
50112 " for generating a family of 2D glyphs, each of which lies\n"
50113 " in the x-y plane. The output of the 2D Glyph source is\n"
50114 " polygonal data.</Documentation>\n"
50115 " <IntVectorProperty command=\"SetGlyphType\"\n"
50116 " default_values=\"9\"\n"
50117 " name=\"GlyphType\"\n"
50118 " number_of_elements=\"1\">\n"
50119 " <EnumerationDomain name=\"enum\">\n"
50120 " <Entry text=\"Vertex\"\n"
50121 " value=\"1\" />\n"
50122 " <Entry text=\"Dash\"\n"
50123 " value=\"2\" />\n"
50124 " <Entry text=\"Cross\"\n"
50125 " value=\"3\" />\n"
50126 " <Entry text=\"ThickCross\"\n"
50127 " value=\"4\" />\n"
50128 " <Entry text=\"Triangle\"\n"
50129 " value=\"5\" />\n"
50130 " <Entry text=\"Square\"\n"
50131 " value=\"6\" />\n"
50132 " <Entry text=\"Circle\"\n"
50133 " value=\"7\" />\n"
50134 " <Entry text=\"Diamond\"\n"
50135 " value=\"8\" />\n"
50136 " <Entry text=\"Arrow\"\n"
50137 " value=\"9\" />\n"
50138 " <Entry text=\"ThickArrow\"\n"
50139 " value=\"10\" />\n"
50140 " <Entry text=\"HookedArrow\"\n"
50141 " value=\"11\" />\n"
50142 " <Entry text=\"EdgeArrow\"\n"
50143 " value=\"12\" />\n"
50144 ;
50145 
50146 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_filterssources.xml
50148 " </EnumerationDomain>\n"
50149 " <Documentation>This property specifies the type of the 2D\n"
50150 " glyph.</Documentation>\n"
50151 " </IntVectorProperty>\n"
50152 " <IntVectorProperty command=\"SetFilled\"\n"
50153 " default_values=\"0\"\n"
50154 " name=\"Filled\"\n"
50155 " number_of_elements=\"1\">\n"
50156 " <BooleanDomain name=\"bool\" />\n"
50157 " <Documentation>If the value of this property is 1, the 2D glyph will be\n"
50158 " a filled polygon; otherwise, only the edges (line segments) will be\n"
50159 " included in the output. This only applies to closed 2D\n"
50160 " glyphs.</Documentation>\n"
50161 " </IntVectorProperty>\n"
50162 " <DoubleVectorProperty command=\"SetCenter\"\n"
50163 " default_values=\"0.0 0.0 0.0\"\n"
50164 " name=\"Center\"\n"
50165 " number_of_elements=\"3\">\n"
50166 " <DoubleRangeDomain name=\"range\" />\n"
50167 " <Documentation>Set the x, y, z coordinates of the origin of the 2D\n"
50168 " glyph.</Documentation>\n"
50169 " </DoubleVectorProperty>\n"
50170 " <!-- End 2DGlyph -->\n"
50171 " </SourceProxy>\n"
50172 "\n"
50173 " <!-- ==================================================================== -->\n"
50174 " <SourceProxy class=\"vtkHyperTreeGridSource\"\n"
50175 " label=\"Hyper Tree Grid\"\n"
50176 " name=\"HyperTreeGridSource\">\n"
50177 " <Documentation long_help=\"Hyper tree grid representing a tree-based AMR data set\"\n"
50178 " short_help=\"Create a hyper tree grid\">This source uses input parameters,\n"
50179 " most notably a string descriptor, to generate a vtkHyperTreeGrid instance\n"
50180 " representing the corresponding a tree-based AMR grid with arbitrary rectilinear\n"
50181 " geometry and either binary or ternary subdivision.</Documentation>\n"
50182 " <IntVectorProperty command=\"SetDimensions\"\n"
50183 " default_values=\"2 2 2\"\n"
50184 " name=\"Dimensions\"\n"
50185 " number_of_elements=\"3\">\n"
50186 " <IntRangeDomain name=\"range\" />\n"
50187 " <Documentation>The three values in this property specify the number\n"
50188 " of points in each dimension of the hyper tree grid.</Documentation>\n"
50189 " </IntVectorProperty>\n"
50190 " <DoubleVectorProperty command=\"SetGridScale\"\n"
50191 " default_values=\"1 1 1\"\n"
50192 " name=\"GridScale\"\n"
50193 " number_of_elements=\"3\">\n"
50194 " <DoubleRangeDomain min=\"0\"\n"
50195 " name=\"range\" />\n"
50196 " <Documentation>The three values in this property specify the scale\n"
50197 " of the root cells in each dimension of the hyper tree grid.</Documentation>\n"
50198 " </DoubleVectorProperty>\n"
50199 " <IntVectorProperty command=\"SetBranchFactor\"\n"
50200 " default_values=\"2\"\n"
50201 " name=\"BranchFactor\"\n"
50202 " number_of_elements=\"1\">\n"
50203 " <IntRangeDomain max=\"3\"\n"
50204 " min=\"2\"\n"
50205 " name=\"range\" />\n"
50206 " <Documentation>This property specifies the subdivision scheme\n"
50207 " (binary or ternary) of the hyper tree grid.</Documentation>\n"
50208 " </IntVectorProperty>\n"
50209 " <IntVectorProperty command=\"SetMaxDepth\"\n"
50210 " default_values=\"1\"\n"
50211 " name=\"MaxDepth\"\n"
50212 " number_of_elements=\"1\">\n"
50213 " <IntRangeDomain min=\"1\"\n"
50214 " name=\"range\" />\n"
50215 " <Documentation>The value of this property specifies the maximum\n"
50216 " number of levels in the hyper tree grid.</Documentation>\n"
50217 " </IntVectorProperty>\n"
50218 " <StringVectorProperty command=\"SetDescriptor\"\n"
50219 " default_values=\".\"\n"
50220 " name=\"Descriptor\"\n"
50221 " number_of_elements=\"1\"\n"
50222 " panel_visibility=\"default\">\n"
50223 " <Hints>\n"
50224 " <Widget type=\"multi_line\" />\n"
50225 " </Hints>\n"
50226 " <Documentation>This property specifies the string used to describe\n"
50227 " the hyper tree grid.</Documentation>\n"
50228 " </StringVectorProperty>\n"
50229 " <!-- End Hyper Tree Grid -->\n"
50230 " </SourceProxy>\n"
50231 "\n"
50232 " <!-- ==================================================================== -->\n"
50233 " <SourceProxy class=\"vtkLineSource\"\n"
50234 " label=\"Line\"\n"
50235 " name=\"LineSource\">\n"
50236 " <Documentation long_help=\"This source creates a line between two points. The resolution indicates how many segments are in the line.\"\n"
50237 " short_help=\"Create a line between two points\">The Line\n"
50238 " source can be used to interactively (using a 3D widget) or\n"
50239 " manually (using the entries on the user interface) add a\n"
50240 " line to the 3D scene. The output of the Line source is\n"
50241 " polygonal data.</Documentation>\n"
50242 " <DoubleVectorProperty animateable=\"1\"\n"
50243 " command=\"SetPoint1\"\n"
50244 " default_values=\"-0.5 0.0 0.0\"\n"
50245 " name=\"Point1\"\n"
50246 " number_of_elements=\"3\">\n"
50247 " <DoubleRangeDomain name=\"range\" />\n"
50248 " <Documentation>This property controls the coordinates of the first\n"
50249 " endpoint of the line.</Documentation>\n"
50250 " </DoubleVectorProperty>\n"
50251 " <DoubleVectorProperty animateable=\"1\"\n"
50252 " command=\"SetPoint2\"\n"
50253 " default_values=\"0.5 0.0 0.0\"\n"
50254 " name=\"Point2\"\n"
50255 " number_of_elements=\"3\">\n"
50256 " <DoubleRangeDomain name=\"range\" />\n"
50257 " <Documentation>This property controls the coordinates of the second\n"
50258 " endpoint of the line.</Documentation>\n"
50259 " </DoubleVectorProperty>\n"
50260 " <IntVectorProperty name=\"UseRegularRefinement\"\n"
50261 " command=\"SetUseRegularRefinement\"\n"
50262 " number_of_elements=\"1\"\n"
50263 " default_values=\"1\">\n"
50264 " <BooleanDomain name=\"bool\" />\n"
50265 " <Documentation>\n"
50266 " If set, the line segment will be generated with regular subdivisions (specified\n"
50267 " by **Resolution**), else the subdivisions must be explicitly specified.\n"
50268 " </Documentation>\n"
50269 " </IntVectorProperty>\n"
50270 " <IntVectorProperty command=\"SetResolution\"\n"
50271 " default_values=\"6\"\n"
50272 " name=\"Resolution\"\n"
50273 " number_of_elements=\"1\">\n"
50274 " <IntRangeDomain min=\"1\"\n"
50275 " name=\"range\" />\n"
50276 " <Documentation>This property specifies the number of pieces into which\n"
50277 " to divide the line.</Documentation>\n"
50278 " <Hints>\n"
50279 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
50280 " mode=\"visibility\"\n"
50281 " property=\"UseRegularRefinement\"\n"
50282 " value=\"1\" />\n"
50283 " </Hints>\n"
50284 " </IntVectorProperty>\n"
50285 " <DoubleVectorProperty name=\"RefinementRatios\"\n"
50286 " repeat_command=\"1\"\n"
50287 " number_of_elements_per_command=\"1\"\n"
50288 " use_index=\"1\"\n"
50289 " command=\"SetRefinementRatio\"\n"
50290 " set_number_command=\"SetNumberOfRefinementRatios\"\n"
50291 " number_of_elements=\"2\"\n"
50292 " default_values=\"0.0 1.0\">\n"
50293 " <DoubleRangeDomain name=\"range\" min=\"0.0\" max=\"1.0\" />\n"
50294 " <Documentation>\n"
50295 " Specify refinements ration in the range [0.0, 1.0] where to add points\n"
50296 " along the line segment. 0.0 and 1.0 must be added to add the start and end points,\n"
50297 " if needed.\n"
50298 " </Documentation>\n"
50299 " <Hints>\n"
50300 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
50301 " mode=\"visibility\"\n"
50302 " property=\"UseRegularRefinement\"\n"
50303 " value=\"0\" />\n"
50304 " </Hints>\n"
50305 " </DoubleVectorProperty>\n"
50306 " <PropertyGroup label=\"Line Parameters\" panel_widget=\"InteractiveLine\">\n"
50307 " <Property function=\"Point1WorldPosition\" name=\"Point1\" />\n"
50308 " <Property function=\"Point2WorldPosition\" name=\"Point2\" />\n"
50309 " </PropertyGroup>\n"
50310 " <!-- End Line -->\n"
50311 " </SourceProxy>\n"
50312 "\n"
50313 " <!-- ==================================================================== -->\n"
50314 " <SourceProxy class=\"vtkLineSource\"\n"
50315 " label=\"Ruler\"\n"
50316 " name=\"Ruler\">\n"
50317 " <Documentation long_help=\"This is a line source that can be used to measure distance between two points\"\n"
50318 " short_help=\"Create a ruler\">The ruler can be used to\n"
50319 " interactively (using a 3D widget) or manually (using the\n"
50320 " entries on the user interface) specify two points and then\n"
50321 " determine the distance between the two points. To place\n"
50322 " points on the surface of any dataset, one can use the 'p'\n"
50323 " key shortcut.</Documentation>\n"
50324 " <DoubleVectorProperty default_values=\"-0.5 0.0 0.0\"\n"
50325 " name=\"Point1\"\n"
50326 " number_of_elements=\"3\"\n"
50327 " command=\"SetPoint1\">\n"
50328 " <DoubleRangeDomain name=\"range\" />\n"
50329 " <Documentation>This property controls the coordinates of the first\n"
50330 " endpoint of the line.</Documentation>\n"
50331 " </DoubleVectorProperty>\n"
50332 " <DoubleVectorProperty default_values=\"0.5 0.0 0.0\"\n"
50333 " name=\"Point2\"\n"
50334 " number_of_elements=\"3\"\n"
50335 " command=\"SetPoint2\">\n"
50336 " <DoubleRangeDomain name=\"range\" />\n"
50337 " <Documentation>This property controls the coordinates of the second\n"
50338 " endpoint of the line.</Documentation>\n"
50339 " </DoubleVectorProperty>\n"
50340 " <PropertyGroup label=\"Distance\" panel_widget=\"InteractiveLine\">\n"
50341 " <Property function=\"Point1WorldPosition\" name=\"Point1\" />\n"
50342 " <Property function=\"Point2WorldPosition\" name=\"Point2\" />\n"
50343 " </PropertyGroup>\n"
50344 " <Hints>\n"
50345 " <Representation view=\"RenderView\" type=\"RulerSourceRepresentation\" />\n"
50346 " </Hints>\n"
50347 " </SourceProxy>\n"
50348 "\n"
50349 " <!-- ==================================================================== -->\n"
50350 " <SourceProxy class=\"vtkOutlineSource\"\n"
50351 " label=\"Outline\"\n"
50352 " name=\"OutlineSource\">\n"
50353 " <Documentation long_help=\"3D outline of the specified bounds.\"\n"
50354 " short_help=\"Create an outline from the bounds\">The Outline\n"
50355 " source creates an axis aligned bounding box given the\n"
50356 " user-specified minimum and maximum coordinates for each\n"
50357 " axis.</Documentation>\n"
50358 " <DoubleVectorProperty command=\"SetBounds\"\n"
50359 " default_values=\"0 1 0 1 0 1\"\n"
50360 " name=\"Bounds\"\n"
50361 " number_of_elements=\"6\"\n"
50362 " panel_visibility=\"default\">\n"
50363 " <DoubleRangeDomain name=\"range\" />\n"
50364 " <Documentation>The values of this property specify the minimum and\n"
50365 " maximum X, Y, and Z coordinates (X min, X max, Y min, Y max, Z min, Z\n"
50366 " max) for drawing the outline.</Documentation>\n"
50367 " </DoubleVectorProperty>\n"
50368 " <!-- End OutlineSource -->\n"
50369 " </SourceProxy>\n"
50370 "\n"
50371 " <!-- ==================================================================== -->\n"
50372 " <SourceProxy class=\"vtkParametricFunctionSource\"\n"
50373 " name=\"SplineSource\">\n"
50374 " <Documentation long_help=\"Tessellate parametric functions.\"\n"
50375 " short_help=\"Tessellate parametric functions.\">This class\n"
50376 " tessellates parametric functions. The user must specify\n"
50377 " how many points in the parametric coordinate directions\n"
50378 " are required (i.e., the resolution), and the mode to use\n"
50379 " to generate scalars.</Documentation>\n"
50380 " <ProxyProperty command=\"SetParametricFunction\"\n"
50381 " label=\"Parametric Function\"\n"
50382 " name=\"ParametricFunction\">\n"
50383 " <ProxyListDomain name=\"proxy_list\">\n"
50384 " <Proxy group=\"parametric_functions\"\n"
50385 " name=\"Spline\" />\n"
50386 " </ProxyListDomain>\n"
50387 " <Documentation>Property used to reference the parametric function as\n"
50388 " data generator.</Documentation>\n"
50389 " </ProxyProperty>\n"
50390 " <IntVectorProperty name=\"Resolution\"\n"
50391 " command=\"SetUResolution\"\n"
50392 " number_of_elements=\"1\"\n"
50393 " default_values=\"50\">\n"
50394 " <IntRangeDomain name=\"range\" min=\"2\" />\n"
50395 " <Documentation>\n"
50396 " Set the spline resolution.\n"
50397 " </Documentation>\n"
50398 " </IntVectorProperty>\n"
50399 " </SourceProxy>\n"
50400 "\n"
50401 " <!-- ==================================================================== -->\n"
50402 " <SourceProxy class=\"vtkPlaneSource\"\n"
50403 " label=\"Plane\"\n"
50404 " name=\"PlaneSource\">\n"
50405 " <Documentation long_help=\"Create a parallelogram given an origin and two points. The resolution indicates the number of division along each axis of the plane.\"\n"
50406 " short_help=\"Create a parallelogram from an origin and two points\">\n"
50407 " The Plane source can be used to add a polygonal\n"
50408 " parallelogram to the 3D scene. Unlike the sphere, cone,\n"
50409 " and cylinder sources, the parallelogram is exactly\n"
50410 " represented at the lowest resolution, but higher\n"
50411 " resolutions may be desired if this plane is to be used as\n"
50412 " an input to a filter. The output of the Plane source is\n"
50413 " polygonal data.</Documentation>\n"
50414 " <DoubleVectorProperty animateable=\"1\"\n"
50415 " command=\"SetOrigin\"\n"
50416 " default_values=\"-0.5 -0.5 0.0\"\n"
50417 " name=\"Origin\"\n"
50418 " number_of_elements=\"3\"\n"
50419 " panel_visibility=\"default\">\n"
50420 " <DoubleRangeDomain name=\"range\" />\n"
50421 " <Documentation>This property specifies the 3D coordinate of the origin\n"
50422 " (one corner) of the plane.</Documentation>\n"
50423 " </DoubleVectorProperty>\n"
50424 " <DoubleVectorProperty animateable=\"1\"\n"
50425 " command=\"SetPoint1\"\n"
50426 " default_values=\"0.5 -0.5 0.0\"\n"
50427 " name=\"Point1\"\n"
50428 " number_of_elements=\"3\"\n"
50429 " panel_visibility=\"default\">\n"
50430 " <DoubleRangeDomain name=\"range\" />\n"
50431 " <Documentation>This property specifies the 3D coordinate a second\n"
50432 " corner of the parallelogram. The line connecting this point and that\n"
50433 " specified by the Origin property define one edge of the parallelogram\n"
50434 " (its X axis).</Documentation>\n"
50435 " </DoubleVectorProperty>\n"
50436 ;
50437 
50438 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_filterssources.xml
50440 " <DoubleVectorProperty animateable=\"1\"\n"
50441 " command=\"SetPoint2\"\n"
50442 " default_values=\"-0.5 0.5 0.0\"\n"
50443 " name=\"Point2\"\n"
50444 " number_of_elements=\"3\"\n"
50445 " panel_visibility=\"default\">\n"
50446 " <DoubleRangeDomain name=\"range\" />\n"
50447 " <Documentation>This property specifies the 3D coordinate a third corner\n"
50448 " of the parallelogram. The line connecting this point and that specified\n"
50449 " by the Origin property define a second edge of the parallelogram (its Y\n"
50450 " axis).</Documentation>\n"
50451 " </DoubleVectorProperty>\n"
50452 " <IntVectorProperty command=\"SetXResolution\"\n"
50453 " default_values=\"1\"\n"
50454 " name=\"XResolution\"\n"
50455 " number_of_elements=\"1\">\n"
50456 " <IntRangeDomain min=\"1\"\n"
50457 " name=\"range\" />\n"
50458 " <Documentation>This property specifies the number of divisions along\n"
50459 " the X axis of the parallelogram.</Documentation>\n"
50460 " </IntVectorProperty>\n"
50461 " <IntVectorProperty command=\"SetYResolution\"\n"
50462 " default_values=\"1\"\n"
50463 " name=\"YResolution\"\n"
50464 " number_of_elements=\"1\">\n"
50465 " <IntRangeDomain min=\"1\"\n"
50466 " name=\"range\" />\n"
50467 " <Documentation>This property specifies the number of divisions along\n"
50468 " the Y axis of the parallelogram.</Documentation>\n"
50469 " </IntVectorProperty>\n"
50470 " <!-- End Plane -->\n"
50471 " </SourceProxy>\n"
50472 "\n"
50473 " <!-- ==================================================================== -->\n"
50474 " <SourceProxy class=\"vtkPointSource\"\n"
50475 " label=\"Point Source\"\n"
50476 " name=\"PointSource\">\n"
50477 " <Documentation long_help=\"Create a point cloud of a certain size, radius, and center.\"\n"
50478 " short_help=\"Create a point cloud\">The point source creates\n"
50479 " a specified number of points within a given radius about a\n"
50480 " specified center point.</Documentation>\n"
50481 " <DoubleVectorProperty animateable=\"1\"\n"
50482 " command=\"SetCenter\"\n"
50483 " default_values=\"0.0 0.0 0.0\"\n"
50484 " name=\"Center\"\n"
50485 " number_of_elements=\"3\">\n"
50486 " <DoubleRangeDomain name=\"range\" />\n"
50487 " <Documentation>This property specifies the 3D coordinates of the center\n"
50488 " of the point cloud.</Documentation>\n"
50489 " </DoubleVectorProperty>\n"
50490 " <IntVectorProperty animateable=\"1\"\n"
50491 " command=\"SetNumberOfPoints\"\n"
50492 " default_values=\"1\"\n"
50493 " name=\"NumberOfPoints\"\n"
50494 " number_of_elements=\"1\" >\n"
50495 " <IntRangeDomain min=\"1\"\n"
50496 " name=\"range\" />\n"
50497 " <Documentation>This property specifies the number of points in the\n"
50498 " point cloud.</Documentation>\n"
50499 " </IntVectorProperty>\n"
50500 " <DoubleVectorProperty animateable=\"1\"\n"
50501 " command=\"SetRadius\"\n"
50502 " default_values=\"0.0\"\n"
50503 " name=\"Radius\"\n"
50504 " number_of_elements=\"1\">\n"
50505 " <DoubleRangeDomain min=\"0\"\n"
50506 " name=\"range\" />\n"
50507 " <Documentation>This property specifies the radius of the point cloud,\n"
50508 " measured from the value of the Center property.</Documentation>\n"
50509 " </DoubleVectorProperty>\n"
50510 " <PropertyGroup label=\"Point Parameters\" panel_widget=\"InteractiveHandle\">\n"
50511 " <Property function=\"WorldPosition\" name=\"Center\" />\n"
50512 " </PropertyGroup>\n"
50513 " <!-- End PointSource -->\n"
50514 " </SourceProxy>\n"
50515 "\n"
50516 " <!-- ==================================================================== -->\n"
50517 " <SourceProxy class=\"vtkPolyLineSource\"\n"
50518 " label=\"Poly Line Source\"\n"
50519 " name=\"PolyLineSource\">\n"
50520 " <Documentation long_help=\"Create a poly line from one or more points.\"\n"
50521 " short_help=\"Create a poly line from one or more points.\">\n"
50522 " The Poly Line Source creates a poly line from an arbitrary\n"
50523 " number of specified points.\n"
50524 " </Documentation>\n"
50525 " <DoubleVectorProperty command=\"SetPoint\"\n"
50526 " default_values=\"0 0 0 1 0 0\"\n"
50527 " name=\"Points\"\n"
50528 " number_of_elements=\"6\"\n"
50529 " number_of_elements_per_command=\"3\"\n"
50530 " repeat_command=\"1\"\n"
50531 " set_number_command=\"SetNumberOfPoints\"\n"
50532 " use_index=\"1\">\n"
50533 " </DoubleVectorProperty>\n"
50534 " <IntVectorProperty command=\"SetClosed\"\n"
50535 " default_values=\"0\"\n"
50536 " name=\"Closed\"\n"
50537 " number_of_elements=\"1\">\n"
50538 " <BooleanDomain name=\"bool\" />\n"
50539 " </IntVectorProperty>\n"
50540 " <PropertyGroup label=\"Poly-line Parameters\" panel_widget=\"InteractivePolyLine\">\n"
50541 " <Property function=\"HandlePositions\" name=\"Points\" />\n"
50542 " <Property function=\"Closed\" name=\"Closed\" />\n"
50543 " </PropertyGroup>\n"
50544 " </SourceProxy>\n"
50545 "\n"
50546 " <!-- ==================================================================== -->\n"
50547 " <SourceProxy class=\"vtkPolyPointSource\"\n"
50548 " label=\"Poly Point Source\"\n"
50549 " name=\"PolyPointSource\">\n"
50550 " <Documentation long_help=\"Create polydata from one or more points.\"\n"
50551 " short_help=\"Create polydata from one or more points.\">\n"
50552 " The Poly Point Source creates a poly data of points from an arbitrary\n"
50553 " number of specified points.\n"
50554 " </Documentation>\n"
50555 " <DoubleVectorProperty command=\"SetPoint\"\n"
50556 " default_values=\"0 0 0\"\n"
50557 " name=\"Points\"\n"
50558 " number_of_elements=\"3\"\n"
50559 " number_of_elements_per_command=\"3\"\n"
50560 " repeat_command=\"1\"\n"
50561 " set_number_command=\"SetNumberOfPoints\"\n"
50562 " use_index=\"1\">\n"
50563 " </DoubleVectorProperty>\n"
50564 " </SourceProxy>\n"
50565 "\n"
50566 " <!-- ==================================================================== -->\n"
50567 " <SourceProxy class=\"vtkRandomHyperTreeGridSource\"\n"
50568 " label=\"Hyper Tree Grid (Random)\"\n"
50569 " name=\"RandomHyperTreeGridSource\">\n"
50570 " <Documentation long_help=\"Construct a HyperTreeGrid from a random seed.\"\n"
50571 " short_help=\"Create a random hyper tree grid\">This source uses input parameters,\n"
50572 " most notably a seed value, to generate a vtkHyperTreeGrid instance for testing.\n"
50573 " </Documentation>\n"
50574 " <IntVectorProperty command=\"SetSeed\"\n"
50575 " default_values=\"0\"\n"
50576 " name=\"Seed\"\n"
50577 " number_of_elements=\"1\">\n"
50578 " </IntVectorProperty>\n"
50579 " <IntVectorProperty command=\"SetDimensions\"\n"
50580 " default_values=\"6 6 3\"\n"
50581 " name=\"Dimensions\"\n"
50582 " number_of_elements=\"3\">\n"
50583 " <IntRangeDomain min=\"1\"\n"
50584 " name=\"range\" />\n"
50585 " <Documentation>The three values in this property specify the number\n"
50586 " of root cells in each dimension of the hyper tree grid.</Documentation>\n"
50587 " </IntVectorProperty>\n"
50588 " <DoubleVectorProperty command=\"SetOutputBounds\"\n"
50589 " default_values=\"-10 10 -10 10 -10 10\"\n"
50590 " name=\"OutputBounds\"\n"
50591 " number_of_elements=\"6\">\n"
50592 " <Documentation>The bounds of the resulting dataset.</Documentation>\n"
50593 " </DoubleVectorProperty>\n"
50594 " <DoubleVectorProperty command=\"SetSplitFraction\"\n"
50595 " default_values=\"0.5\"\n"
50596 " name=\"SplitFraction\"\n"
50597 " number_of_elements=\"1\">\n"
50598 " <DoubleRangeDomain min=\"0\"\n"
50599 " max=\"1\"\n"
50600 " name=\"range\" />\n"
50601 " <Documentation>The chance that a given node will be split during\n"
50602 " construction. Higher values mean more splits.</Documentation>\n"
50603 " </DoubleVectorProperty>\n"
50604 " <IntVectorProperty command=\"SetMaxDepth\"\n"
50605 " default_values=\"5\"\n"
50606 " name=\"MaxDepth\"\n"
50607 " number_of_elements=\"1\">\n"
50608 " <IntRangeDomain min=\"1\"\n"
50609 " name=\"range\" />\n"
50610 " <Documentation>The value of this property specifies the maximum\n"
50611 " number of levels in the hyper tree grid.</Documentation>\n"
50612 " </IntVectorProperty>\n"
50613 " <!-- End Random Hyper Tree Grid -->\n"
50614 " </SourceProxy>\n"
50615 "\n"
50616 " <!-- ==================================================================== -->\n"
50617 " <SourceProxy class=\"vtkSphereSource\"\n"
50618 " label=\"Sphere\"\n"
50619 " name=\"SphereSource\">\n"
50620 " <Documentation long_help=\"Create a 3D sphere given a center and radius.\"\n"
50621 " short_help=\"Create a 3D sphere\">The Sphere source can be\n"
50622 " used to add a polygonal sphere to the 3D scene. The output\n"
50623 " of the Sphere source is polygonal data with point normals\n"
50624 " defined.</Documentation>\n"
50625 " <DoubleVectorProperty animateable=\"1\"\n"
50626 " command=\"SetCenter\"\n"
50627 " default_values=\"0.0 0.0 0.0\"\n"
50628 " name=\"Center\"\n"
50629 " number_of_elements=\"3\"\n"
50630 " panel_visibility=\"default\">\n"
50631 " <DoubleRangeDomain name=\"range\" />\n"
50632 " <Documentation>This property specifies the 3D coordinates for the\n"
50633 " center of the sphere.</Documentation>\n"
50634 " </DoubleVectorProperty>\n"
50635 " <DoubleVectorProperty animateable=\"1\"\n"
50636 " command=\"SetRadius\"\n"
50637 " default_values=\"0.5\"\n"
50638 " name=\"Radius\"\n"
50639 " number_of_elements=\"1\"\n"
50640 " panel_visibility=\"default\">\n"
50641 " <DoubleRangeDomain min=\"0\"\n"
50642 " name=\"range\" />\n"
50643 " <Documentation>This property specifies the radius of the\n"
50644 " sphere.</Documentation>\n"
50645 " </DoubleVectorProperty>\n"
50646 " <IntVectorProperty command=\"SetThetaResolution\"\n"
50647 " default_values=\"8\"\n"
50648 " name=\"ThetaResolution\"\n"
50649 " number_of_elements=\"1\"\n"
50650 " panel_visibility=\"default\">\n"
50651 " <IntRangeDomain min=\"3\"\n"
50652 " name=\"range\" />\n"
50653 " <Documentation>The value of this property represents the number of\n"
50654 " divisions between Start Theta and End Theta around the sphere. (See the\n"
50655 " Start Theta and End Theta properties.) The theta divisions are similar\n"
50656 " to longitude lines on the earth. The higher the resolution, the closer\n"
50657 " the approximation will come to a sphere, and the more polygons there\n"
50658 " will be.</Documentation>\n"
50659 " </IntVectorProperty>\n"
50660 " <DoubleVectorProperty animateable=\"1\"\n"
50661 " command=\"SetStartTheta\"\n"
50662 " default_values=\"0\"\n"
50663 " name=\"StartTheta\"\n"
50664 " number_of_elements=\"1\"\n"
50665 " panel_visibility=\"advanced\">\n"
50666 " <DoubleRangeDomain max=\"360\"\n"
50667 " min=\"0\"\n"
50668 " name=\"range\" />\n"
50669 " <Documentation>To form a complete sphere, the value of this property\n"
50670 " should be 0 degrees, and the value of the End Theta property should be\n"
50671 " 360 degrees. The value of this property can be adjusted to form only a\n"
50672 " portion of a sphere.</Documentation>\n"
50673 " </DoubleVectorProperty>\n"
50674 " <DoubleVectorProperty animateable=\"1\"\n"
50675 " command=\"SetEndTheta\"\n"
50676 " default_values=\"360\"\n"
50677 " name=\"EndTheta\"\n"
50678 " number_of_elements=\"1\"\n"
50679 " panel_visibility=\"advanced\">\n"
50680 " <DoubleRangeDomain max=\"360\"\n"
50681 " min=\"0\"\n"
50682 " name=\"range\" />\n"
50683 " <Documentation>The value of this property can be adjusted to form only\n"
50684 " a portion of a sphere. This value is measured in\n"
50685 " degrees.</Documentation>\n"
50686 " </DoubleVectorProperty>\n"
50687 " <IntVectorProperty command=\"SetPhiResolution\"\n"
50688 " default_values=\"8\"\n"
50689 " name=\"PhiResolution\"\n"
50690 " number_of_elements=\"1\"\n"
50691 " panel_visibility=\"default\">\n"
50692 " <IntRangeDomain min=\"3\"\n"
50693 " name=\"range\" />\n"
50694 " <Documentation>The value of this property represents the number of\n"
50695 " divisions between Start Phi and End Phi on the sphere. (See the Start\n"
50696 " Phi and End Phi properties.) The phi divisions are similar to latitude\n"
50697 " lines on the earth.</Documentation>\n"
50698 " </IntVectorProperty>\n"
50699 " <DoubleVectorProperty animateable=\"1\"\n"
50700 " command=\"SetStartPhi\"\n"
50701 " default_values=\"0\"\n"
50702 " name=\"StartPhi\"\n"
50703 " number_of_elements=\"1\"\n"
50704 " panel_visibility=\"advanced\">\n"
50705 " <DoubleRangeDomain max=\"180\"\n"
50706 " min=\"0\"\n"
50707 " name=\"range\" />\n"
50708 " <Documentation>To form a complete sphere, the value of this property\n"
50709 " should be 0 degrees, and the value of the End Phi property should be\n"
50710 " 180 degrees. The value of this property can be adjusted to form only a\n"
50711 " portion of a sphere. Set the starting angle (in degrees) in the\n"
50712 " latitudinal direction.</Documentation>\n"
50713 " </DoubleVectorProperty>\n"
50714 " <DoubleVectorProperty animateable=\"1\"\n"
50715 " command=\"SetEndPhi\"\n"
50716 " default_values=\"180\"\n"
50717 " name=\"EndPhi\"\n"
50718 " number_of_elements=\"1\"\n"
50719 " panel_visibility=\"advanced\">\n"
50720 " <DoubleRangeDomain max=\"180\"\n"
50721 " min=\"0\"\n"
50722 " name=\"range\" />\n"
50723 " <Documentation>The value of this property can be adjusted to form only\n"
50724 " a portion of a sphere. The value is measured in\n"
50725 " degrees.</Documentation>\n"
50726 " </DoubleVectorProperty>\n"
50727 " <!-- End Sphere -->\n"
50728 " </SourceProxy>\n"
50729 "\n"
50730 " <!-- ==================================================================== -->\n"
50731 " <SourceProxy class=\"vtkSuperquadricSource\"\n"
50732 " label=\"Superquadric\"\n"
50733 " name=\"SuperquadricSource\">\n"
50734 " <Documentation long_help=\"Create a superquadric according to the theta and phi roundness parameters. This one source can generate a wide variety of 3D objects including a box, a sphere, or a torus.\"\n"
50735 ;
50736 
50737 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_filterssources.xml
50739 " short_help=\"Create a superquadric according to the theta and phi roundness parameters\">\n"
50740 " The Superquadric source can be used to add a polygonal superquadric to\n"
50741 " the 3D scene. This source can be used to create a wide variety of shapes\n"
50742 " (e.g., a sphere, a box, or a torus) by adjusting the roundness\n"
50743 " parameters. The output of the Superquadric source is polygonal data with\n"
50744 " point normals and texture coordinates defined.</Documentation>\n"
50745 " <DoubleVectorProperty animateable=\"1\"\n"
50746 " command=\"SetCenter\"\n"
50747 " default_values=\"0.0 0.0 0.0\"\n"
50748 " name=\"Center\"\n"
50749 " number_of_elements=\"3\"\n"
50750 " panel_visibility=\"default\">\n"
50751 " <DoubleRangeDomain name=\"range\" />\n"
50752 " <Documentation>This property specifies the 3D coordinates of the center\n"
50753 " of the superquadric.</Documentation>\n"
50754 " </DoubleVectorProperty>\n"
50755 " <DoubleVectorProperty command=\"SetScale\"\n"
50756 " default_values=\"1.0 1.0 1.0\"\n"
50757 " name=\"Scale\"\n"
50758 " number_of_elements=\"3\"\n"
50759 " panel_visibility=\"advanced\">\n"
50760 " <DoubleRangeDomain name=\"range\" />\n"
50761 " <Documentation>The three values in this property are used to scale the\n"
50762 " superquadric in X, Y, and Z. The surface normals will be computed\n"
50763 " correctly even with anisotropic scaling.</Documentation>\n"
50764 " </DoubleVectorProperty>\n"
50765 " <IntVectorProperty command=\"SetThetaResolution\"\n"
50766 " default_values=\"16\"\n"
50767 " name=\"ThetaResolution\"\n"
50768 " number_of_elements=\"1\"\n"
50769 " panel_visibility=\"advanced\">\n"
50770 " <IntRangeDomain max=\"1024\"\n"
50771 " min=\"8\"\n"
50772 " name=\"range\" />\n"
50773 " <Documentation>The value of this property represents the number of\n"
50774 " divisions in the theta (longitudinal) direction. This value will be\n"
50775 " rounded to the nearest multiple of 8.</Documentation>\n"
50776 " </IntVectorProperty>\n"
50777 " <IntVectorProperty command=\"SetPhiResolution\"\n"
50778 " default_values=\"16\"\n"
50779 " name=\"PhiResolution\"\n"
50780 " number_of_elements=\"1\"\n"
50781 " panel_visibility=\"advanced\">\n"
50782 " <IntRangeDomain max=\"1024\"\n"
50783 " min=\"4\"\n"
50784 " name=\"range\" />\n"
50785 " <Documentation>The value of this property represents the number of\n"
50786 " divisions in the phi (latitudinal) direction. This number will be\n"
50787 " rounded to the nearest multiple of 4.</Documentation>\n"
50788 " </IntVectorProperty>\n"
50789 " <DoubleVectorProperty command=\"SetThickness\"\n"
50790 " default_values=\"0.3333\"\n"
50791 " name=\"Thickness\"\n"
50792 " number_of_elements=\"1\"\n"
50793 " panel_visibility=\"advanced\">\n"
50794 " <DoubleRangeDomain max=\"1\"\n"
50795 " min=\"0.0001\"\n"
50796 " name=\"range\" />\n"
50797 " <Documentation>If the value of the Toroidal property is 1, this value\n"
50798 " represents the thickness of the superquadric as a value between 0 and\n"
50799 " 1. A value close to 0 leads to a thin object with a large hole, and a\n"
50800 " value near 1 leads to a thick object with a very small hole. Changing\n"
50801 " the thickness does not change the outer radius of the\n"
50802 " superquadric.</Documentation>\n"
50803 " </DoubleVectorProperty>\n"
50804 " <DoubleVectorProperty animateable=\"1\"\n"
50805 " command=\"SetThetaRoundness\"\n"
50806 " default_values=\"1\"\n"
50807 " name=\"ThetaRoundness\"\n"
50808 " number_of_elements=\"1\"\n"
50809 " panel_visibility=\"default\">\n"
50810 " <DoubleRangeDomain min=\"0.01\"\n"
50811 " name=\"range\" />\n"
50812 " <Documentation>This property defines the roundness of the superquadric\n"
50813 " in the theta (longitudinal) direction. A value of 0 represents a\n"
50814 " rectangular shape, a value of 1 represents a circular shape, and values\n"
50815 " greater than 1 produce higher order shapes.</Documentation>\n"
50816 " </DoubleVectorProperty>\n"
50817 " <DoubleVectorProperty animateable=\"1\"\n"
50818 " command=\"SetPhiRoundness\"\n"
50819 " default_values=\"1\"\n"
50820 " name=\"PhiRoundness\"\n"
50821 " number_of_elements=\"1\"\n"
50822 " panel_visibility=\"default\">\n"
50823 " <DoubleRangeDomain min=\"0.01\"\n"
50824 " name=\"range\" />\n"
50825 " <Documentation>This property defines the roundness in the phi\n"
50826 " (latitudinal) direction. A value of 0 represents a rectangular shape, a\n"
50827 " value of 1 represents a circular shape, and values greater than 1\n"
50828 " produce higher order shapes.</Documentation>\n"
50829 " </DoubleVectorProperty>\n"
50830 " <DoubleVectorProperty command=\"SetSize\"\n"
50831 " default_values=\"0.5\"\n"
50832 " name=\"Size\"\n"
50833 " number_of_elements=\"1\"\n"
50834 " panel_visibility=\"advanced\">\n"
50835 " <DoubleRangeDomain name=\"range\" />\n"
50836 " <Documentation>The value of this property represents the isotropic size\n"
50837 " of the superquadric. Note that both the Size and Thickness properties\n"
50838 " control coefficients of superquadric generation, so the value of this\n"
50839 " property may not exactly describe the size of the\n"
50840 " superquadric.</Documentation>\n"
50841 " </DoubleVectorProperty>\n"
50842 " <IntVectorProperty animateable=\"1\"\n"
50843 " command=\"SetToroidal\"\n"
50844 " default_values=\"1\"\n"
50845 " name=\"Toroidal\"\n"
50846 " number_of_elements=\"1\"\n"
50847 " panel_visibility=\"default\">\n"
50848 " <BooleanDomain name=\"bool\" />\n"
50849 " <Documentation>If the value of this property is 0, the generated\n"
50850 " superquadric will not contain a hole (i.e., the superquadric will be\n"
50851 " ellipsoidal). Otherwise, a toroidal object is\n"
50852 " generated.</Documentation>\n"
50853 " </IntVectorProperty>\n"
50854 " <!-- End SuperQuadric -->\n"
50855 " </SourceProxy>\n"
50856 "\n"
50857 " <!-- end of \"sources\" -->\n"
50858 " </ProxyGroup>\n"
50859 "\n"
50860 " <ProxyGroup name=\"extended_sources\">\n"
50861 "\n"
50862 " <!-- ==================================================================== -->\n"
50863 " <SourceProxy class=\"vtkLineSource\"\n"
50864 " label=\"Line Source\"\n"
50865 " name=\"LineSource\">\n"
50866 " <DoubleVectorProperty animateable=\"1\"\n"
50867 " command=\"SetPoint1\"\n"
50868 " default_values=\"0.0 0.0 0.0\"\n"
50869 " name=\"Point1\"\n"
50870 " number_of_elements=\"3\">\n"
50871 " <BoundsDomain default_mode=\"min\"\n"
50872 " mode=\"normal\"\n"
50873 " name=\"range\">\n"
50874 " <RequiredProperties>\n"
50875 " <Property function=\"Input\"\n"
50876 " name=\"DummyInput\" />\n"
50877 " </RequiredProperties>\n"
50878 " </BoundsDomain>\n"
50879 " </DoubleVectorProperty>\n"
50880 " <DoubleVectorProperty animateable=\"1\"\n"
50881 " command=\"SetPoint2\"\n"
50882 " default_values=\"0.0 0.0 0.0\"\n"
50883 " name=\"Point2\"\n"
50884 " number_of_elements=\"3\">\n"
50885 " <BoundsDomain default_mode=\"max\"\n"
50886 " mode=\"normal\"\n"
50887 " name=\"range\">\n"
50888 " <RequiredProperties>\n"
50889 " <Property function=\"Input\"\n"
50890 " name=\"DummyInput\" />\n"
50891 " </RequiredProperties>\n"
50892 " </BoundsDomain>\n"
50893 " </DoubleVectorProperty>\n"
50894 " <IntVectorProperty command=\"SetResolution\"\n"
50895 " default_values=\"6\"\n"
50896 " name=\"Resolution\"\n"
50897 " number_of_elements=\"1\">\n"
50898 " <IntRangeDomain min=\"1\"\n"
50899 " name=\"range\" />\n"
50900 " </IntVectorProperty>\n"
50901 " <InputProperty is_internal=\"1\"\n"
50902 " name=\"DummyInput\">\n"
50903 " <!-- Used when this source is added to a proxy list domain. -->\n"
50904 " </InputProperty>\n"
50905 " <PropertyGroup label=\"Line Parameters\" panel_widget=\"InteractiveLine\">\n"
50906 " <Property function=\"Point1WorldPosition\" name=\"Point1\" />\n"
50907 " <Property function=\"Point2WorldPosition\" name=\"Point2\" />\n"
50908 " <Property function=\"Input\" name=\"DummyInput\" />\n"
50909 " </PropertyGroup>\n"
50910 " <Hints>\n"
50911 " <ProxyList>\n"
50912 " <Link name=\"DummyInput\" with_property=\"Input\" />\n"
50913 " </ProxyList>\n"
50914 " </Hints>\n"
50915 " <!-- End LineSource -->\n"
50916 " </SourceProxy>\n"
50917 "\n"
50918 " <!-- ==================================================================== -->\n"
50919 " <SourceProxy class=\"vtkLineSource\"\n"
50920 " label=\"Line\"\n"
50921 " name=\"HighResLineSource\">\n"
50922 " <DoubleVectorProperty animateable=\"1\"\n"
50923 " command=\"SetPoint1\"\n"
50924 " default_values=\"0.0 0.0 0.0\"\n"
50925 " name=\"Point1\"\n"
50926 " number_of_elements=\"3\">\n"
50927 " <BoundsDomain default_mode=\"min\"\n"
50928 " mode=\"normal\"\n"
50929 " name=\"range\">\n"
50930 " <RequiredProperties>\n"
50931 " <Property function=\"Input\"\n"
50932 " name=\"DummyInput\" />\n"
50933 " </RequiredProperties>\n"
50934 " </BoundsDomain>\n"
50935 " </DoubleVectorProperty>\n"
50936 " <DoubleVectorProperty animateable=\"1\"\n"
50937 " command=\"SetPoint2\"\n"
50938 " default_values=\"0.0 0.0 0.0\"\n"
50939 " name=\"Point2\"\n"
50940 " number_of_elements=\"3\">\n"
50941 " <BoundsDomain default_mode=\"max\"\n"
50942 " mode=\"normal\"\n"
50943 " name=\"range\">\n"
50944 " <RequiredProperties>\n"
50945 " <Property function=\"Input\"\n"
50946 " name=\"DummyInput\" />\n"
50947 " </RequiredProperties>\n"
50948 " </BoundsDomain>\n"
50949 " </DoubleVectorProperty>\n"
50950 " <IntVectorProperty command=\"SetResolution\"\n"
50951 " default_values=\"1000\"\n"
50952 " name=\"Resolution\"\n"
50953 " number_of_elements=\"1\">\n"
50954 " <IntRangeDomain min=\"1\"\n"
50955 " name=\"range\" />\n"
50956 " </IntVectorProperty>\n"
50957 " <InputProperty is_internal=\"1\" name=\"DummyInput\">\n"
50958 " <!-- Used when this source is added to a proxy list domain. -->\n"
50959 " </InputProperty>\n"
50960 " <PropertyGroup label=\"Line Parameters\" panel_widget=\"InteractiveLine\">\n"
50961 " <Property function=\"Point1WorldPosition\" name=\"Point1\" />\n"
50962 " <Property function=\"Point2WorldPosition\" name=\"Point2\" />\n"
50963 " <Property function=\"Input\" name=\"DummyInput\" />\n"
50964 " </PropertyGroup>\n"
50965 " <Hints>\n"
50966 " <ProxyList>\n"
50967 " <Link name=\"DummyInput\" with_property=\"Input\" />\n"
50968 " </ProxyList>\n"
50969 " </Hints>\n"
50970 " <!-- End HighResLineSource -->\n"
50971 " </SourceProxy>\n"
50972 "\n"
50973 " <!-- ==================================================================== -->\n"
50974 " <SourceProxy class=\"vtkPolyLineSource\"\n"
50975 " label=\"Poly Line Source\"\n"
50976 " name=\"PolyLineSource\">\n"
50977 " <DoubleVectorProperty command=\"SetPoint\"\n"
50978 " default_values=\"0 0 0 1 0 0\"\n"
50979 " name=\"Points\"\n"
50980 " number_of_elements=\"6\"\n"
50981 " number_of_elements_per_command=\"3\"\n"
50982 " repeat_command=\"1\"\n"
50983 " set_number_command=\"SetNumberOfPoints\"\n"
50984 " use_index=\"1\">\n"
50985 " <BoundsDomain default_mode=\"min,min,min,max,max,max\"\n"
50986 " mode=\"normal\"\n"
50987 " name=\"range\">\n"
50988 " <RequiredProperties>\n"
50989 " <Property function=\"Input\"\n"
50990 " name=\"DummyInput\" />\n"
50991 " </RequiredProperties>\n"
50992 " </BoundsDomain>\n"
50993 " </DoubleVectorProperty>\n"
50994 " <IntVectorProperty command=\"SetClosed\"\n"
50995 " default_values=\"0\"\n"
50996 " name=\"Closed\"\n"
50997 " number_of_elements=\"1\">\n"
50998 " <BooleanDomain name=\"bool\" />\n"
50999 " </IntVectorProperty>\n"
51000 " <InputProperty is_internal=\"1\" name=\"DummyInput\">\n"
51001 " <!-- Used when this source is added to a proxy list domain. -->\n"
51002 " </InputProperty>\n"
51003 " <PropertyGroup label=\"Poly-line Parameters\" panel_widget=\"InteractivePolyLine\">\n"
51004 " <Property function=\"HandlePositions\" name=\"Points\" />\n"
51005 " <Property function=\"Closed\" name=\"Closed\" />\n"
51006 " </PropertyGroup>\n"
51007 " <Hints>\n"
51008 " <ProxyList>\n"
51009 " <Link name=\"DummyInput\" with_property=\"Input\" />\n"
51010 " </ProxyList>\n"
51011 " </Hints>\n"
51012 " <!-- End PolyLineSource -->\n"
51013 " </SourceProxy>\n"
51014 "\n"
51015 " <!-- ==================================================================== -->\n"
51016 " <SourceProxy class=\"vtkPointSource\"\n"
51017 " label=\"Point Cloud\"\n"
51018 " name=\"PointSource\">\n"
51019 " <DoubleVectorProperty animateable=\"1\"\n"
51020 " command=\"SetCenter\"\n"
51021 " default_values=\"0.0 0.0 0.0\"\n"
51022 " name=\"Center\"\n"
51023 " number_of_elements=\"3\">\n"
51024 " <BoundsDomain default_mode=\"mid\"\n"
51025 " mode=\"normal\"\n"
51026 " name=\"range\">\n"
51027 " <RequiredProperties>\n"
51028 " <Property function=\"Input\"\n"
51029 " name=\"DummyInput\" />\n"
51030 " </RequiredProperties>\n"
51031 " </BoundsDomain>\n"
51032 " </DoubleVectorProperty>\n"
51033 " <IntVectorProperty animateable=\"1\"\n"
51034 " command=\"SetNumberOfPoints\"\n"
51035 " default_values=\"100\"\n"
51036 " name=\"NumberOfPoints\"\n"
51037 " number_of_elements=\"1\">\n"
51038 " <IntRangeDomain min=\"1\"\n"
51039 " name=\"range\" />\n"
51040 " </IntVectorProperty>\n"
51041 " <DoubleVectorProperty animateable=\"1\"\n"
51042 " command=\"SetRadius\"\n"
51043 " default_values=\"1.0\"\n"
51044 " name=\"Radius\"\n"
51045 " number_of_elements=\"1\">\n"
51046 " <BoundsDomain mode=\"scaled_extent\"\n"
51047 " name=\"range\"\n"
51048 " scale_factor=\"0.1\">\n"
51049 " <RequiredProperties>\n"
51050 " <Property function=\"Input\"\n"
51051 " name=\"DummyInput\" />\n"
51052 " </RequiredProperties>\n"
51053 " </BoundsDomain>\n"
51054 " </DoubleVectorProperty>\n"
51055 " <InputProperty is_internal=\"1\"\n"
51056 " name=\"DummyInput\">\n"
51057 " <!-- Used when this source is added to a proxy list domain. -->\n"
51058 " </InputProperty>\n"
51059 ;
51060 
51061 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_filterssources.xml
51063 " <PropertyGroup label=\"Point Cloud Parameters\" panel_widget=\"InteractiveSphere\">\n"
51064 " <Property function=\"Center\" name=\"Center\" />\n"
51065 " <Property function=\"Radius\" name=\"Radius\" />\n"
51066 " <Property function=\"Input\" name=\"DummyInput\" />\n"
51067 " </PropertyGroup>\n"
51068 " <Hints>\n"
51069 " <ProxyList>\n"
51070 " <Link name=\"DummyInput\" with_property=\"Input\" />\n"
51071 " </ProxyList>\n"
51072 " </Hints>\n"
51073 " <!-- End PointSource -->\n"
51074 " </SourceProxy>\n"
51075 "\n"
51076 " <!-- ==================================================================== -->\n"
51077 " <SourceProxy class=\"vtkPointSource\"\n"
51078 " label=\"Fixed Radius Point Source\"\n"
51079 " name=\"FixedRadiusPointSource\">\n"
51080 " <DoubleVectorProperty animateable=\"1\"\n"
51081 " command=\"SetCenter\"\n"
51082 " default_values=\"0.0 0.0 0.0\"\n"
51083 " name=\"Center\"\n"
51084 " number_of_elements=\"3\">\n"
51085 " <BoundsDomain default_mode=\"mid\"\n"
51086 " mode=\"normal\"\n"
51087 " name=\"range\">\n"
51088 " <RequiredProperties>\n"
51089 " <Property function=\"Input\"\n"
51090 " name=\"DummyInput\" />\n"
51091 " </RequiredProperties>\n"
51092 " </BoundsDomain>\n"
51093 " </DoubleVectorProperty>\n"
51094 " <IntVectorProperty animateable=\"1\"\n"
51095 " command=\"SetNumberOfPoints\"\n"
51096 " default_values=\"1\"\n"
51097 " name=\"NumberOfPoints\"\n"
51098 " number_of_elements=\"1\">\n"
51099 " <IntRangeDomain min=\"1\"\n"
51100 " name=\"range\" />\n"
51101 " </IntVectorProperty>\n"
51102 " <DoubleVectorProperty animateable=\"1\"\n"
51103 " command=\"SetRadius\"\n"
51104 " default_values=\"0.0\"\n"
51105 " name=\"Radius\"\n"
51106 " number_of_elements=\"1\">\n"
51107 " <DoubleRangeDomain min=\"0.0\"\n"
51108 " name=\"range\" />\n"
51109 " </DoubleVectorProperty>\n"
51110 " <InputProperty is_internal=\"1\"\n"
51111 " name=\"DummyInput\">\n"
51112 " <!-- Used when this source is added to a proxy list domain. -->\n"
51113 " </InputProperty>\n"
51114 " <PropertyGroup label=\"Sphere Parameters\" panel_widget=\"InteractiveSphere\">\n"
51115 " <Property function=\"Center\" name=\"Center\" />\n"
51116 " <Property function=\"Radius\" name=\"Radius\" />\n"
51117 " <Property function=\"Input\" name=\"DummyInput\" />\n"
51118 " </PropertyGroup>\n"
51119 " <Hints>\n"
51120 " <ProxyList>\n"
51121 " <Link name=\"DummyInput\" with_property=\"Input\" />\n"
51122 " </ProxyList>\n"
51123 " </Hints>\n"
51124 " <!-- End PointSource -->\n"
51125 " </SourceProxy>\n"
51126 "\n"
51127 " <!-- end of \"extended_sources\" -->\n"
51128 " </ProxyGroup>\n"
51129 "</ServerManagerConfiguration>\n"
51130 "\n";
51131 // Get single string
51133 {
51134 
51135  const size_t len0 = strlen(paraview_server_managersources_filterssourcesInterface0);
51136  const size_t len1 = strlen(paraview_server_managersources_filterssourcesInterface1);
51137  const size_t len2 = strlen(paraview_server_managersources_filterssourcesInterface2);
51138  const size_t len3 = strlen(paraview_server_managersources_filterssourcesInterface3);
51139  const size_t len4 = strlen(paraview_server_managersources_filterssourcesInterface4);
51140  const size_t len5 = strlen(paraview_server_managersources_filterssourcesInterface5);
51141  size_t len = ( 0
51142  + len0
51143  + len1
51144  + len2
51145  + len3
51146  + len4
51147  + len5 );
51148  char* res = new char[ len + 1];
51149  size_t offset = 0;
51156  assert(offset == len);
51157  res[offset] = 0;
51158  return res;
51159 }
51160 
51161 
51162 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersstatistics.xml
51164 "<ServerManagerConfiguration>\n"
51165 " <ProxyGroup name=\"filters\">\n"
51166 " <!-- ==================================================================== -->\n"
51167 " <SourceProxy class=\"vtkComputeQuartiles\"\n"
51168 " label=\"Compute Quartiles\"\n"
51169 " name=\"ComputeQuartiles\">\n"
51170 " <Documentation long_help=\"Compute the quartiles table from a dataset or table.\"\n"
51171 " short_help=\"Compute the quartiles table from a dataset or table.\">\n"
51172 " </Documentation>\n"
51173 " <InputProperty command=\"SetInputConnection\"\n"
51174 " name=\"Input\">\n"
51175 " <ProxyGroupDomain name=\"groups\">\n"
51176 " <Group name=\"sources\" />\n"
51177 " <Group name=\"filters\" />\n"
51178 " </ProxyGroupDomain>\n"
51179 " <DataTypeDomain name=\"input_type\">\n"
51180 " <DataType value=\"vtkDataObject\" />\n"
51181 " </DataTypeDomain>\n"
51182 " <Documentation>This property specifies the input to the\n"
51183 " filter.</Documentation>\n"
51184 " </InputProperty>\n"
51185 " <!-- View can be used to specify the preferred view for the proxy -->\n"
51186 " <Hints>\n"
51187 " <View type=\"BoxChartView\" />\n"
51188 " <Plotable />\n"
51189 " </Hints>\n"
51190 " <!-- End ComputeQuartiles -->\n"
51191 " </SourceProxy>\n"
51192 " </ProxyGroup>\n"
51193 "</ServerManagerConfiguration>\n"
51194 "\n";
51195 // Get single string
51197 {
51198 
51200  size_t len = ( 0
51201  + len0 );
51202  char* res = new char[ len + 1];
51203  size_t offset = 0;
51205  assert(offset == len);
51206  res[offset] = 0;
51207  return res;
51208 }
51209 
51210 
51211 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_imagingcore.xml
51213 "<ServerManagerConfiguration>\n"
51214 " <ProxyGroup name=\"filters\">\n"
51215 " <!-- ==================================================================== -->\n"
51216 " <SourceProxy class=\"vtkImageClip\"\n"
51217 " label=\"Crop\"\n"
51218 " name=\"ImageClip\">\n"
51219 " <Documentation long_help=\"Efficiently extract an area/volume of interest from a 2-d image or 3-d volume.\"\n"
51220 " short_help=\"Extract a volume of interest.\">The Crop filter\n"
51221 " extracts an area/volume of interest from a 2D image or a\n"
51222 " 3D volume by allowing the user to specify the minimum and\n"
51223 " maximum extents of each dimension of the data. Both the\n"
51224 " input and output of this filter are uniform rectilinear\n"
51225 " data.</Documentation>\n"
51226 " <InputProperty command=\"SetInputConnection\"\n"
51227 " name=\"Input\">\n"
51228 " <ProxyGroupDomain name=\"groups\">\n"
51229 " <Group name=\"sources\" />\n"
51230 " <Group name=\"filters\" />\n"
51231 " </ProxyGroupDomain>\n"
51232 " <DataTypeDomain name=\"input_type\">\n"
51233 " <DataType value=\"vtkImageData\" />\n"
51234 " </DataTypeDomain>\n"
51235 " <Documentation>This property specifies the input to the Crop\n"
51236 " filter.</Documentation>\n"
51237 " </InputProperty>\n"
51238 " <IntVectorProperty command=\"SetOutputWholeExtent\"\n"
51239 " default_values=\"0 0 0 0 0 0\"\n"
51240 " name=\"OutputWholeExtent\"\n"
51241 " number_of_elements=\"6\">\n"
51242 " <ExtentDomain name=\"extent\">\n"
51243 " <RequiredProperties>\n"
51244 " <Property function=\"Input\"\n"
51245 " name=\"Input\" />\n"
51246 " </RequiredProperties>\n"
51247 " </ExtentDomain>\n"
51248 " <Documentation>This property gives the minimum and maximum point index\n"
51249 " (extent) in each dimension for the output dataset.</Documentation>\n"
51250 " </IntVectorProperty>\n"
51251 " <Hints>\n"
51252 " <Visibility replace_input=\"0\" />\n"
51253 " </Hints>\n"
51254 " <!-- End ImageClip -->\n"
51255 " </SourceProxy>\n"
51256 "\n"
51257 " <!-- ==================================================================== -->\n"
51258 " <SourceProxy class=\"vtkImageMapToColors\"\n"
51259 " label=\"Color By Array\"\n"
51260 " name=\"ColorByArray\">\n"
51261 " <Documentation long_help=\"This filter generate a color based image data based on a selected data scalar\"\n"
51262 " short_help=\"This filter generate a color based image data based on a selected data scalar\"/>\n"
51263 " <InputProperty command=\"SetInputConnection\"\n"
51264 " name=\"Input\">\n"
51265 " <ProxyGroupDomain name=\"groups\">\n"
51266 " <Group name=\"sources\" />\n"
51267 " <Group name=\"filters\" />\n"
51268 " </ProxyGroupDomain>\n"
51269 " <DataTypeDomain name=\"input_type\">\n"
51270 " <DataType value=\"vtkImageData\" />\n"
51271 " </DataTypeDomain>\n"
51272 " <InputArrayDomain attribute_type=\"point\"\n"
51273 " name=\"input_array\"\n"
51274 " number_of_components=\"1\" />\n"
51275 " </InputProperty>\n"
51276 " <ProxyProperty command=\"SetLookupTable\"\n"
51277 " name=\"LookupTable\">\n"
51278 " </ProxyProperty>\n"
51279 " <StringVectorProperty animateable=\"0\"\n"
51280 " command=\"SetInputArrayToProcess\"\n"
51281 " element_types=\"0 0 0 0 2\"\n"
51282 " label=\"Color By\"\n"
51283 " name=\"SelectInputScalars\"\n"
51284 " number_of_elements=\"5\">\n"
51285 " <ArrayListDomain attribute_type=\"Scalars\"\n"
51286 " name=\"array_list\">\n"
51287 " <RequiredProperties>\n"
51288 " <Property function=\"Input\"\n"
51289 " name=\"Input\" />\n"
51290 " </RequiredProperties>\n"
51291 " </ArrayListDomain>\n"
51292 " <Documentation>This property specifies the name of the scalar array\n"
51293 " from which we will color by.</Documentation>\n"
51294 " </StringVectorProperty>\n"
51295 " <IntVectorProperty command=\"SetNaNColor\"\n"
51296 " name=\"NaNColor\"\n"
51297 " label=\"RGBA NaN Color\"\n"
51298 " default_values=\"0 0 0 255\"\n"
51299 " number_of_elements=\"4\">\n"
51300 " <IntRangeDomain max=\"255 255 255 255\"\n"
51301 " min=\"0 0 0 0\"\n"
51302 " name=\"range\" />\n"
51303 " </IntVectorProperty>\n"
51304 " <IntVectorProperty command=\"SetOutputFormat\"\n"
51305 " name=\"OutputFormat\"\n"
51306 " default_values=\"3\"\n"
51307 " number_of_elements=\"1\">\n"
51308 " <EnumerationDomain name=\"enum\">\n"
51309 " <Entry text=\"Luminance\"\n"
51310 " value=\"1\" />\n"
51311 " <Entry text=\"Luminance Alpha\"\n"
51312 " value=\"2\" />\n"
51313 " <Entry text=\"RGB\"\n"
51314 " value=\"3\" />\n"
51315 " <Entry text=\"RGBA\"\n"
51316 " value=\"4\" />\n"
51317 " </EnumerationDomain>\n"
51318 " </IntVectorProperty>\n"
51319 " <!-- End ColorByArray -->\n"
51320 " </SourceProxy>\n"
51321 "\n"
51322 " <!-- ==================================================================== -->\n"
51323 " <SourceProxy class=\"vtkImageShrink3D\"\n"
51324 " label=\"Image Shrink\"\n"
51325 " name=\"ImageShrink\">\n"
51326 " <Documentation long_help=\"Reduce the size of an image/volume by subsampling.\"\n"
51327 " short_help=\"Subsample an image/volume.\">The Image Shrink\n"
51328 " filter reduces the size of an image/volume dataset by\n"
51329 " subsampling it (i.e., extracting every nth pixel/voxel in\n"
51330 " integer multiples). The subsampling rate can be set\n"
51331 " separately for each dimension of the\n"
51332 " image/volume.</Documentation>\n"
51333 " <InputProperty command=\"SetInputConnection\"\n"
51334 " name=\"Input\">\n"
51335 " <ProxyGroupDomain name=\"groups\">\n"
51336 " <Group name=\"sources\" />\n"
51337 " <Group name=\"filters\" />\n"
51338 " </ProxyGroupDomain>\n"
51339 " <DataTypeDomain name=\"input_type\">\n"
51340 " <DataType value=\"vtkImageData\" />\n"
51341 " </DataTypeDomain>\n"
51342 " <Documentation>This property specifies the input to the Image Shrink\n"
51343 " filter.</Documentation>\n"
51344 " </InputProperty>\n"
51345 " <IntVectorProperty animateable=\"1\"\n"
51346 " command=\"SetShrinkFactors\"\n"
51347 " default_values=\"1 1 1\"\n"
51348 " name=\"ShrinkFactors\"\n"
51349 " number_of_elements=\"3\">\n"
51350 " <IntRangeDomain max=\"100\"\n"
51351 " min=\"1\"\n"
51352 " name=\"range\" />\n"
51353 " <Documentation>The value of this property indicates the amount by which\n"
51354 " to shrink along each axis.</Documentation>\n"
51355 " </IntVectorProperty>\n"
51356 " <IntVectorProperty command=\"SetAveraging\"\n"
51357 " default_values=\"1\"\n"
51358 " name=\"Averaging\"\n"
51359 " number_of_elements=\"1\">\n"
51360 " <BooleanDomain name=\"bool\" />\n"
51361 " <Documentation>If the value of this property is 1, an average of\n"
51362 " neighborhood scalar values will be used as the output scalar value for\n"
51363 " each output point. If its value is 0, only subsampling will be\n"
51364 " performed, and the original scalar values at the points will be\n"
51365 " retained.</Documentation>\n"
51366 " </IntVectorProperty>\n"
51367 " <Hints>\n"
51368 " <!-- View can be used to specify the preferred view for the proxy -->\n"
51369 " <View type=\"XYChartView\" />\n"
51370 " <Plotable />\n"
51371 " </Hints>\n"
51372 " <!-- End ImageShrink -->\n"
51373 " </SourceProxy>\n"
51374 " </ProxyGroup>\n"
51375 "</ServerManagerConfiguration>\n"
51376 "\n";
51377 // Get single string
51379 {
51380 
51381  const size_t len0 = strlen(paraview_server_managerfilters_imagingcoreInterface0);
51382  size_t len = ( 0
51383  + len0 );
51384  char* res = new char[ len + 1];
51385  size_t offset = 0;
51387  assert(offset == len);
51388  res[offset] = 0;
51389  return res;
51390 }
51391 
51392 
51393 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_imagingcore.xml
51395 "<ServerManagerConfiguration>\n"
51396 " <ProxyGroup name=\"sources\">\n"
51397 " <!-- ==================================================================== -->\n"
51398 " <SourceProxy class=\"vtkRTAnalyticSource\"\n"
51399 " label=\"Wavelet\"\n"
51400 " name=\"RTAnalyticSource\">\n"
51401 " <Documentation long_help=\"Create a regular rectilinear grid in up to three dimensions with values varying according to a periodic function.\"\n"
51402 " short_help=\"Create a rectilinear grid containing a wavelet\">\n"
51403 " The Wavelet source can be used to create a uniform\n"
51404 " rectilinear grid in up to three dimensions with values\n"
51405 " varying according to the following periodic function. OS =\n"
51406 " M * G * (XM * sin(XF * x) + YM * sin(YF * y) + ZM * cos(ZF\n"
51407 " * z)) OS is the output scalar; M represents the maximum\n"
51408 " value; G represents the Gaussian; XM, YM, and ZM are the\n"
51409 " X, Y, and Z magnitude values; and XF, YF, and ZF are the\n"
51410 " X, Y, and Z frequency values. If a two-dimensional extent\n"
51411 " is specified, the resulting image will be displayed. If a\n"
51412 " three-dimensional extent is used, then the bounding box of\n"
51413 " the volume will be displayed.</Documentation>\n"
51414 " <IntVectorProperty command=\"SetWholeExtent\"\n"
51415 " default_values=\"-10 10 -10 10 -10 10\"\n"
51416 " label=\"Whole Extent\"\n"
51417 " name=\"WholeExtent\"\n"
51418 " number_of_elements=\"6\"\n"
51419 " panel_visibility=\"default\">\n"
51420 " <IntRangeDomain name=\"range\" />\n"
51421 " <Documentation>The six values in this property indicate the X, Y, and Z\n"
51422 " extent of the output data. The first two values represent the minimum\n"
51423 " and maximum X indices, the next two are the minimum and maximum Y\n"
51424 " indices, and the last two are the minimum and maximum Z\n"
51425 " indices.</Documentation>\n"
51426 " </IntVectorProperty>\n"
51427 " <DoubleVectorProperty animateable=\"1\"\n"
51428 " command=\"SetCenter\"\n"
51429 " default_values=\"0.0 0.0 0.0\"\n"
51430 " name=\"Center\"\n"
51431 " number_of_elements=\"3\"\n"
51432 " panel_visibility=\"default\">\n"
51433 " <DoubleRangeDomain name=\"range\" />\n"
51434 " <Documentation>This property specifies the 3D coordinates of the center of\n"
51435 " the periodic function (x, y and z in the equation).</Documentation>\n"
51436 " </DoubleVectorProperty>\n"
51437 " <DoubleVectorProperty command=\"SetMaximum\"\n"
51438 " default_values=\"255.0\"\n"
51439 " name=\"Maximum\"\n"
51440 " number_of_elements=\"1\"\n"
51441 " panel_visibility=\"advanced\">\n"
51442 " <DoubleRangeDomain name=\"range\" />\n"
51443 " <Documentation>This parameter specifies the maximum value (M) of the\n"
51444 " function.</Documentation>\n"
51445 " </DoubleVectorProperty>\n"
51446 " <DoubleVectorProperty animateable=\"1\"\n"
51447 " command=\"SetXFreq\"\n"
51448 " default_values=\"60.0\"\n"
51449 " name=\"XFreq\"\n"
51450 " number_of_elements=\"1\"\n"
51451 " panel_visibility=\"advanced\">\n"
51452 " <DoubleRangeDomain name=\"range\" />\n"
51453 " <Documentation>This property specifies the natural frequency in X (XF\n"
51454 " in the equation).</Documentation>\n"
51455 " </DoubleVectorProperty>\n"
51456 " <DoubleVectorProperty animateable=\"1\"\n"
51457 " command=\"SetYFreq\"\n"
51458 " default_values=\"30.0\"\n"
51459 " name=\"YFreq\"\n"
51460 " number_of_elements=\"1\"\n"
51461 " panel_visibility=\"advanced\">\n"
51462 " <DoubleRangeDomain name=\"range\" />\n"
51463 " <Documentation>This property specifies the natural frequency in Y (YF\n"
51464 " in the equation).</Documentation>\n"
51465 " </DoubleVectorProperty>\n"
51466 " <DoubleVectorProperty animateable=\"1\"\n"
51467 " command=\"SetZFreq\"\n"
51468 " default_values=\"40.0\"\n"
51469 " name=\"ZFreq\"\n"
51470 " number_of_elements=\"1\"\n"
51471 " panel_visibility=\"advanced\">\n"
51472 " <DoubleRangeDomain name=\"range\" />\n"
51473 " <Documentation>This property specifies the natural frequency in Z (ZF\n"
51474 " in the equation).</Documentation>\n"
51475 " </DoubleVectorProperty>\n"
51476 " <DoubleVectorProperty command=\"SetXMag\"\n"
51477 " default_values=\"10.0\"\n"
51478 " name=\"XMag\"\n"
51479 " number_of_elements=\"1\"\n"
51480 " panel_visibility=\"advanced\">\n"
51481 " <DoubleRangeDomain name=\"range\" />\n"
51482 " <Documentation>This property specifies the wave amplitude in X (XM in\n"
51483 " the equation).</Documentation>\n"
51484 " </DoubleVectorProperty>\n"
51485 " <DoubleVectorProperty command=\"SetYMag\"\n"
51486 " default_values=\"18.0\"\n"
51487 " name=\"YMag\"\n"
51488 " number_of_elements=\"1\"\n"
51489 " panel_visibility=\"advanced\">\n"
51490 " <DoubleRangeDomain name=\"range\" />\n"
51491 " <Documentation>This property specifies the wave amplitude in Y (YM in\n"
51492 " the equation).</Documentation>\n"
51493 " </DoubleVectorProperty>\n"
51494 " <DoubleVectorProperty command=\"SetZMag\"\n"
51495 " default_values=\"5.0\"\n"
51496 " name=\"ZMag\"\n"
51497 " number_of_elements=\"1\"\n"
51498 " panel_visibility=\"advanced\">\n"
51499 " <DoubleRangeDomain name=\"range\" />\n"
51500 " <Documentation>This property specifies the wave amplitude in Z (ZM in\n"
51501 " the equation).</Documentation>\n"
51502 " </DoubleVectorProperty>\n"
51503 " <DoubleVectorProperty command=\"SetStandardDeviation\"\n"
51504 " default_values=\"0.5\"\n"
51505 " name=\"StandardDeviation\"\n"
51506 " number_of_elements=\"1\"\n"
51507 " panel_visibility=\"advanced\">\n"
51508 " <DoubleRangeDomain name=\"range\" />\n"
51509 " <Documentation>This property specifies the standard deviation of the\n"
51510 " Gaussian used in computing this function.</Documentation>\n"
51511 " </DoubleVectorProperty>\n"
51512 " <IntVectorProperty command=\"SetSubsampleRate\"\n"
51513 " default_values=\"1\"\n"
51514 " name=\"SubsampleRate\"\n"
51515 " number_of_elements=\"1\"\n"
51516 " panel_visibility=\"advanced\">\n"
51517 " <IntRangeDomain min=\"1\"\n"
51518 " name=\"range\" />\n"
51519 " <Documentation>This property specifies the rate at which to subsample\n"
51520 " the volume. The extent of the dataset in each dimension will be divided\n"
51521 " by this value. (See the Whole Extent property.)</Documentation>\n"
51522 " </IntVectorProperty>\n"
51523 "\n"
51524 " <!-- Define property groups for better readability of panels -->\n"
51525 " <PropertyGroup label=\"Frequency\">\n"
51526 " <Property name=\"XFreq\" />\n"
51527 " <Property name=\"YFreq\" />\n"
51528 " </PropertyGroup>\n"
51529 "\n"
51530 " <PropertyGroup label=\"Amplitude\">\n"
51531 " <Property name=\"XMag\" />\n"
51532 " <Property name=\"YMag\" />\n"
51533 " <Property name=\"ZMag\" />\n"
51534 " </PropertyGroup>\n"
51535 "\n"
51536 " <PropertyGroup label=\"Frequency\">\n"
51537 " <!-- this is added separately just to demonstrate that\n"
51538 " this group will automatically get merged with the previous\n"
51539 " one with the same name! -->\n"
51540 " <Property name=\"ZFreq\" />\n"
51541 " </PropertyGroup>\n"
51542 "\n"
51543 " <!-- End Wavelet -->\n"
51544 " </SourceProxy>\n"
51545 " </ProxyGroup>\n"
51546 "</ServerManagerConfiguration>\n"
51547 "\n";
51548 // Get single string
51550 {
51551 
51552  const size_t len0 = strlen(paraview_server_managersources_imagingcoreInterface0);
51553  size_t len = ( 0
51554  + len0 );
51555  char* res = new char[ len + 1];
51556  size_t offset = 0;
51558  assert(offset == len);
51559  res[offset] = 0;
51560  return res;
51561 }
51562 
51563 
51564 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_imagingfourier.xml
51566 "<ServerManagerConfiguration>\n"
51567 " <ProxyGroup name=\"filters\">\n"
51568 " <!-- ================================================================== -->\n"
51569 " <SourceProxy class=\"vtkTableFFT\"\n"
51570 " label=\"Table FFT\"\n"
51571 " name=\"TableFFT\">\n"
51572 " <Documentation>Performs the Fast Fourier Transform on the columns of a\n"
51573 " table.</Documentation>\n"
51574 " <InputProperty command=\"SetInputConnection\"\n"
51575 " name=\"Input\">\n"
51576 " <ProxyGroupDomain name=\"groups\">\n"
51577 " <Group name=\"sources\" />\n"
51578 " <Group name=\"filters\" />\n"
51579 " </ProxyGroupDomain>\n"
51580 " <InputArrayDomain attribute_type=\"row\"\n"
51581 " name=\"input_array\"\n"
51582 " number_of_components=\"1\" />\n"
51583 " <DataTypeDomain name=\"input_type\">\n"
51584 " <DataType value=\"vtkTable\" />\n"
51585 " </DataTypeDomain>\n"
51586 " <Documentation>This property specifies the input of the\n"
51587 " filter.</Documentation>\n"
51588 " </InputProperty>\n"
51589 " </SourceProxy>\n"
51590 " </ProxyGroup>\n"
51591 "</ServerManagerConfiguration>\n"
51592 "\n";
51593 // Get single string
51595 {
51596 
51597  const size_t len0 = strlen(paraview_server_managerfilters_imagingfourierInterface0);
51598  size_t len = ( 0
51599  + len0 );
51600  char* res = new char[ len + 1];
51601  size_t offset = 0;
51603  assert(offset == len);
51604  res[offset] = 0;
51605  return res;
51606 }
51607 
51608 
51609 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_imaginggeneral.xml
51611 "<ServerManagerConfiguration>\n"
51612 " <ProxyGroup name=\"filters\">\n"
51613 " <!-- ==================================================================== -->\n"
51614 " <SourceProxy class=\"vtkImageGradient\"\n"
51615 " label=\"Gradient\"\n"
51616 " name=\"Gradient\">\n"
51617 " <Documentation long_help=\"This filter computes gradient vectors for an image/volume.\"\n"
51618 " short_help=\"Compute gradient vectors.\">The Gradient filter\n"
51619 " computes the gradient vector at each point in an image or\n"
51620 " volume. This filter uses central differences to compute\n"
51621 " the gradients. The Gradient filter operates on uniform\n"
51622 " rectilinear (image) data and produces image data\n"
51623 " output.</Documentation>\n"
51624 " <InputProperty command=\"SetInputConnection\"\n"
51625 " name=\"Input\">\n"
51626 " <ProxyGroupDomain name=\"groups\">\n"
51627 " <Group name=\"sources\" />\n"
51628 " <Group name=\"filters\" />\n"
51629 " </ProxyGroupDomain>\n"
51630 " <DataTypeDomain name=\"input_type\">\n"
51631 " <DataType value=\"vtkImageData\" />\n"
51632 " </DataTypeDomain>\n"
51633 " <InputArrayDomain attribute_type=\"point\"\n"
51634 " name=\"input_array\"\n"
51635 " number_of_components=\"1\" />\n"
51636 " <Documentation>This property specifies the input to the Gradient\n"
51637 " filter.</Documentation>\n"
51638 " </InputProperty>\n"
51639 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
51640 " element_types=\"0 0 0 0 2\"\n"
51641 " name=\"SelectInputScalars\"\n"
51642 " number_of_elements=\"5\">\n"
51643 " <ArrayListDomain attribute_type=\"Scalars\"\n"
51644 " name=\"array_list\">\n"
51645 " <RequiredProperties>\n"
51646 " <Property function=\"Input\"\n"
51647 " name=\"Input\" />\n"
51648 " </RequiredProperties>\n"
51649 " </ArrayListDomain>\n"
51650 " <Documentation>This property lists the name of the array from which to\n"
51651 " compute the gradient.</Documentation>\n"
51652 " </StringVectorProperty>\n"
51653 " <IntVectorProperty command=\"SetDimensionality\"\n"
51654 " default_values=\"3\"\n"
51655 " name=\"Dimensionality\"\n"
51656 " number_of_elements=\"1\">\n"
51657 " <EnumerationDomain name=\"enum\">\n"
51658 " <Entry text=\"Two\"\n"
51659 " value=\"2\" />\n"
51660 " <Entry text=\"Three\"\n"
51661 " value=\"3\" />\n"
51662 " </EnumerationDomain>\n"
51663 " <Documentation>This property indicates whether to compute the gradient\n"
51664 " in two dimensions or in three. If the gradient is being computed in two\n"
51665 " dimensions, the X and Y dimensions are used.</Documentation>\n"
51666 " </IntVectorProperty>\n"
51667 " <!-- End Gradient -->\n"
51668 " </SourceProxy>\n"
51669 "\n"
51670 " <!-- ==================================================================== -->\n"
51671 " <SourceProxy class=\"vtkImageGradientMagnitude\"\n"
51672 " label=\"Gradient Magnitude\"\n"
51673 " name=\"GradientMagnitude\">\n"
51674 " <Documentation long_help=\"Compute the magnitude of the gradient vectors for an image/volume.\"\n"
51675 " short_help=\"Compute the gradient magnitude.\">The Gradient\n"
51676 " Magnitude filter computes the magnitude of the gradient\n"
51677 " vector at each point in an image or volume. This filter\n"
51678 " operates on uniform rectilinear (image) data and produces\n"
51679 " image data output.</Documentation>\n"
51680 " <InputProperty command=\"SetInputConnection\"\n"
51681 " name=\"Input\">\n"
51682 " <ProxyGroupDomain name=\"groups\">\n"
51683 " <Group name=\"sources\" />\n"
51684 " <Group name=\"filters\" />\n"
51685 " </ProxyGroupDomain>\n"
51686 " <DataTypeDomain name=\"input_type\">\n"
51687 " <DataType value=\"vtkImageData\" />\n"
51688 " </DataTypeDomain>\n"
51689 " <InputArrayDomain attribute_type=\"point\"\n"
51690 " name=\"input_array\"\n"
51691 " number_of_components=\"1\" />\n"
51692 " <Documentation>This property specifies the input to the Gradient\n"
51693 " Magnitude filter.</Documentation>\n"
51694 " </InputProperty>\n"
51695 " <IntVectorProperty command=\"SetDimensionality\"\n"
51696 " default_values=\"3\"\n"
51697 " name=\"Dimensionality\"\n"
51698 " number_of_elements=\"1\">\n"
51699 " <EnumerationDomain name=\"enum\">\n"
51700 " <Entry text=\"Two\"\n"
51701 " value=\"2\" />\n"
51702 " <Entry text=\"Three\"\n"
51703 " value=\"3\" />\n"
51704 " </EnumerationDomain>\n"
51705 " <Documentation>This property indicates whether to compute the gradient\n"
51706 " magnitude in two or three dimensions. If computing the gradient\n"
51707 " magnitude in 2D, the gradients in X and Y are used for computing the\n"
51708 " gradient magnitude.</Documentation>\n"
51709 " </IntVectorProperty>\n"
51710 " <!-- End Gradient -->\n"
51711 " </SourceProxy>\n"
51712 "\n"
51713 " <!-- ==================================================================== -->\n"
51714 " <SourceProxy class=\"vtkImageMedian3D\"\n"
51715 " name=\"Median\">\n"
51716 " <Documentation long_help=\"Compute the median scalar values in a specified neighborhood for image/volume datasets.\"\n"
51717 " short_help=\"Compute median values in a given neighborhood.\">\n"
51718 " The Median filter operates on uniform rectilinear (image\n"
51719 " or volume) data and produces uniform rectilinear output.\n"
51720 " It replaces the scalar value at each pixel / voxel with\n"
51721 " the median scalar value in the specified surrounding\n"
51722 " neighborhood. Since the median operation removes outliers,\n"
51723 " this filter is useful for removing high-intensity,\n"
51724 " low-probability noise (shot noise).</Documentation>\n"
51725 " <InputProperty command=\"SetInputConnection\"\n"
51726 " name=\"Input\">\n"
51727 " <ProxyGroupDomain name=\"groups\">\n"
51728 " <Group name=\"sources\" />\n"
51729 " <Group name=\"filters\" />\n"
51730 " </ProxyGroupDomain>\n"
51731 " <DataTypeDomain name=\"input_type\">\n"
51732 " <DataType value=\"vtkImageData\" />\n"
51733 " </DataTypeDomain>\n"
51734 " <InputArrayDomain attribute_type=\"point\"\n"
51735 " name=\"input_array\"\n"
51736 " number_of_components=\"1\" />\n"
51737 " <Documentation>This property specifies the input to the Median\n"
51738 " filter.</Documentation>\n"
51739 " </InputProperty>\n"
51740 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
51741 " element_types=\"0 0 0 0 2\"\n"
51742 " name=\"SelectInputScalars\"\n"
51743 " number_of_elements=\"5\">\n"
51744 " <ArrayListDomain attribute_type=\"Scalars\"\n"
51745 " name=\"array_list\">\n"
51746 " <RequiredProperties>\n"
51747 " <Property function=\"Input\"\n"
51748 " name=\"Input\" />\n"
51749 " </RequiredProperties>\n"
51750 " </ArrayListDomain>\n"
51751 " <Documentation>The value of this property lists the name of the scalar\n"
51752 " array to use in computing the median.</Documentation>\n"
51753 " </StringVectorProperty>\n"
51754 " <IntVectorProperty command=\"SetKernelSize\"\n"
51755 " default_values=\"1 1 1\"\n"
51756 " name=\"KernelSize\"\n"
51757 " number_of_elements=\"3\">\n"
51758 " <IntRangeDomain name=\"range\" />\n"
51759 " <Documentation>The value of this property specifies the number of\n"
51760 " pixels/voxels in each dimension to use in computing the median to\n"
51761 " assign to each pixel/voxel. If the kernel size in a particular\n"
51762 " dimension is 1, then the median will not be computed in that\n"
51763 " direction.</Documentation>\n"
51764 " </IntVectorProperty>\n"
51765 " <!-- End Median -->\n"
51766 " </SourceProxy>\n"
51767 " </ProxyGroup>\n"
51768 "</ServerManagerConfiguration>\n"
51769 "\n";
51770 // Get single string
51772 {
51773 
51774  const size_t len0 = strlen(paraview_server_managerfilters_imaginggeneralInterface0);
51775  size_t len = ( 0
51776  + len0 );
51777  char* res = new char[ len + 1];
51778  size_t offset = 0;
51780  assert(offset == len);
51781  res[offset] = 0;
51782  return res;
51783 }
51784 
51785 
51786 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_imaginghybrid.xml
51788 "<ServerManagerConfiguration>\n"
51789 " <ProxyGroup name=\"filters\">\n"
51790 " <!-- ==================================================================== -->\n"
51791 " <SourceProxy class=\"vtkGaussianSplatter\"\n"
51792 " label=\"Gaussian Resampling\"\n"
51793 " name=\"GaussianSplatter\">\n"
51794 " <Documentation long_help=\"Splat points into a volume with an elliptical, Gaussian distribution.\"\n"
51795 " short_help=\"Point to voxel splatter.\">vtkGaussianSplatter\n"
51796 " is a filter that injects input points into a structured\n"
51797 " points (volume) dataset. As each point is injected, it\n"
51798 " \"splats\" or distributes values to nearby voxels. Data is\n"
51799 " distributed using an elliptical, Gaussian distribution\n"
51800 " function. The distribution function is modified using\n"
51801 " scalar values (expands distribution) or normals (creates\n"
51802 " ellipsoidal distribution rather than spherical). Warning:\n"
51803 " results may be incorrect in parallel as points can't splat\n"
51804 " into other processor's cells.</Documentation>\n"
51805 " <InputProperty command=\"SetInputConnection\"\n"
51806 " name=\"Input\">\n"
51807 " <ProxyGroupDomain name=\"groups\">\n"
51808 " <Group name=\"sources\" />\n"
51809 " <Group name=\"filters\" />\n"
51810 " </ProxyGroupDomain>\n"
51811 " <DataTypeDomain name=\"input_type\">\n"
51812 " <DataType value=\"vtkDataSet\" />\n"
51813 " </DataTypeDomain>\n"
51814 " <InputArrayDomain attribute_type=\"point\"\n"
51815 " name=\"input_array\"\n"
51816 " number_of_components=\"1\" />\n"
51817 " <Documentation>This property specifies the input to the\n"
51818 " filter.</Documentation>\n"
51819 " </InputProperty>\n"
51820 " <StringVectorProperty animateable=\"0\"\n"
51821 " command=\"SetInputArrayToProcess\"\n"
51822 " element_types=\"0 0 0 0 2\"\n"
51823 " label=\"Resample Field\"\n"
51824 " name=\"SelectInputScalars\"\n"
51825 " number_of_elements=\"5\">\n"
51826 " <ArrayListDomain attribute_type=\"Scalars\"\n"
51827 " name=\"array_list\"\n"
51828 " none_string=\"ignore arrays\">\n"
51829 " <RequiredProperties>\n"
51830 " <Property function=\"Input\"\n"
51831 " name=\"Input\" />\n"
51832 " </RequiredProperties>\n"
51833 " </ArrayListDomain>\n"
51834 " <Documentation>Choose a scalar array to splat into the output cells. If\n"
51835 " ignore arrays is chosen, point density will be counted\n"
51836 " instead.</Documentation>\n"
51837 " </StringVectorProperty>\n"
51838 " <IntVectorProperty command=\"SetSampleDimensions\"\n"
51839 " default_values=\"50 50 50\"\n"
51840 " label=\"Resampling Grid\"\n"
51841 " name=\"SampleDimensions\"\n"
51842 " number_of_elements=\"3\">\n"
51843 " <IntRangeDomain name=\"range\" />\n"
51844 " <Documentation>Set / get the dimensions of the sampling structured\n"
51845 " point set. Higher values produce better results but are much\n"
51846 " slower.</Documentation>\n"
51847 " </IntVectorProperty>\n"
51848 " <DoubleVectorProperty command=\"SetModelBounds\"\n"
51849 " default_values=\"0.0 0.0 0.0 0.0 0.0 0.0\"\n"
51850 " label=\"Extent to Resample\"\n"
51851 " name=\"ModelBounds\"\n"
51852 " number_of_elements=\"6\">\n"
51853 " <DoubleRangeDomain name=\"range\" />\n"
51854 " <Documentation>Set / get the (xmin,xmax, ymin,ymax, zmin,zmax) bounding\n"
51855 " box in which the sampling is performed. If any of the (min,max) bounds\n"
51856 " values are min &gt;= max, then the bounds will be computed\n"
51857 " automatically from the input data. Otherwise, the user-specified bounds\n"
51858 " will be used.</Documentation>\n"
51859 " </DoubleVectorProperty>\n"
51860 " <DoubleVectorProperty command=\"SetRadius\"\n"
51861 " default_values=\"0.1\"\n"
51862 " label=\"Gaussian Splat Radius\"\n"
51863 " name=\"Radius\"\n"
51864 " number_of_elements=\"1\">\n"
51865 " <DoubleRangeDomain name=\"range\" />\n"
51866 " <Documentation>Set / get the radius of propagation of the splat. This\n"
51867 " value is expressed as a percentage of the length of the longest side of\n"
51868 " the sampling volume. Smaller numbers greatly reduce execution\n"
51869 " time.</Documentation>\n"
51870 " </DoubleVectorProperty>\n"
51871 " <DoubleVectorProperty command=\"SetExponentFactor\"\n"
51872 " default_values=\"-5.0\"\n"
51873 " label=\"Gaussian Exponent Factor\"\n"
51874 " name=\"ExponentFactor\"\n"
51875 " number_of_elements=\"1\">\n"
51876 " <DoubleRangeDomain max=\"0.0\"\n"
51877 " name=\"range\" />\n"
51878 " <Documentation>Set / get the sharpness of decay of the splats. This is\n"
51879 " the exponent constant in the Gaussian equation. Normally this is a\n"
51880 " negative value.</Documentation>\n"
51881 " </DoubleVectorProperty>\n"
51882 " <IntVectorProperty command=\"SetScalarWarping\"\n"
51883 " default_values=\"1\"\n"
51884 " label=\"Scale Splats\"\n"
51885 " name=\"ScalarWarping\"\n"
51886 " number_of_elements=\"1\">\n"
51887 " <BooleanDomain name=\"bool\" />\n"
51888 " <Documentation>Turn on/off the scaling of splats by scalar\n"
51889 " value.</Documentation>\n"
51890 " </IntVectorProperty>\n"
51891 " <DoubleVectorProperty command=\"SetScaleFactor\"\n"
51892 " default_values=\"1.0\"\n"
51893 " label=\"Scale Factor\"\n"
51894 " name=\"ScaleFactor\"\n"
51895 " number_of_elements=\"1\">\n"
51896 " <DoubleRangeDomain name=\"range\" />\n"
51897 " <Documentation>Multiply Gaussian splat distribution by this value. If\n"
51898 " ScalarWarping is on, then the Scalar value will be multiplied by the\n"
51899 " ScaleFactor times the Gaussian function.</Documentation>\n"
51900 " </DoubleVectorProperty>\n"
51901 " <IntVectorProperty command=\"SetNormalWarping\"\n"
51902 " default_values=\"1\"\n"
51903 " label=\"Elliptical Splats\"\n"
51904 " name=\"NormalWarping\"\n"
51905 " number_of_elements=\"1\">\n"
51906 " <BooleanDomain name=\"bool\" />\n"
51907 " <Documentation>Turn on/off the generation of elliptical splats. If\n"
51908 " normal warping is on, then the input normals affect the distribution of\n"
51909 " the splat. This boolean is used in combination with the Eccentricity\n"
51910 " ivar.</Documentation>\n"
51911 " </IntVectorProperty>\n"
51912 " <DoubleVectorProperty command=\"SetEccentricity\"\n"
51913 " default_values=\"2.5\"\n"
51914 " label=\"Ellipitical Eccentricity\"\n"
51915 " name=\"Eccentricity\"\n"
51916 " number_of_elements=\"1\">\n"
51917 " <DoubleRangeDomain name=\"range\" />\n"
51918 " <Documentation>Control the shape of elliptical splatting. Eccentricity\n"
51919 " is the ratio of the major axis (aligned along normal) to the minor\n"
51920 " (axes) aligned along other two axes. So Eccentricity gt 1 creates\n"
51921 " needles with the long axis in the direction of the normal; Eccentricity\n"
51922 " lt 1 creates pancakes perpendicular to the normal\n"
51923 " vector.</Documentation>\n"
51924 " </DoubleVectorProperty>\n"
51925 " <IntVectorProperty command=\"SetCapping\"\n"
51926 " default_values=\"1\"\n"
51927 " label=\"Fill Volume Boundary\"\n"
51928 " name=\"Capping\"\n"
51929 " number_of_elements=\"1\">\n"
51930 " <BooleanDomain name=\"bool\" />\n"
51931 " <Documentation>Turn on/off the capping of the outer boundary of the\n"
51932 " volume to a specified cap value. This can be used to close surfaces\n"
51933 " (after isosurfacing) and create other effects.</Documentation>\n"
51934 " </IntVectorProperty>\n"
51935 " <DoubleVectorProperty command=\"SetCapValue\"\n"
51936 " default_values=\"0.0\"\n"
51937 " label=\"Fill Value\"\n"
51938 " name=\"CapValue\"\n"
51939 " number_of_elements=\"1\">\n"
51940 " <DoubleRangeDomain name=\"range\" />\n"
51941 " <Documentation>Specify the cap value to use. (This instance variable\n"
51942 " only has effect if the ivar Capping is on.)</Documentation>\n"
51943 " </DoubleVectorProperty>\n"
51944 " <IntVectorProperty command=\"SetAccumulationMode\"\n"
51945 " default_values=\"1\"\n"
51946 " label=\"Splat Accumulation Mode\"\n"
51947 " name=\"Accumulation Mode\"\n"
51948 " number_of_elements=\"1\">\n"
51949 " <EnumerationDomain name=\"enum\">\n"
51950 " <Entry text=\"Min\"\n"
51951 " value=\"0\" />\n"
51952 " <Entry text=\"Max\"\n"
51953 " value=\"1\" />\n"
51954 " <Entry text=\"Sum\"\n"
51955 " value=\"2\" />\n"
51956 " </EnumerationDomain>\n"
51957 " <Documentation>Specify the scalar accumulation mode. This mode\n"
51958 " expresses how scalar values are combined when splats are overlapped.\n"
51959 " The Max mode acts like a set union operation and is the most commonly\n"
51960 " used; the Min mode acts like a set intersection, and the sum is just\n"
51961 " weird.</Documentation>\n"
51962 " </IntVectorProperty>\n"
51963 " <DoubleVectorProperty command=\"SetNullValue\"\n"
51964 " default_values=\"0.0\"\n"
51965 " label=\"Empty Cell Value\"\n"
51966 " name=\"NullValue\"\n"
51967 " number_of_elements=\"1\">\n"
51968 " <DoubleRangeDomain name=\"range\" />\n"
51969 " <Documentation>Set the Null value for output points not receiving a\n"
51970 " contribution from the input points. (This is the initial value of the\n"
51971 " voxel samples.)</Documentation>\n"
51972 " </DoubleVectorProperty>\n"
51973 " <!-- End of GaussianSplatter -->\n"
51974 " </SourceProxy>\n"
51975 " </ProxyGroup>\n"
51976 "</ServerManagerConfiguration>\n"
51977 "\n";
51978 // Get single string
51980 {
51981 
51982  const size_t len0 = strlen(paraview_server_managerfilters_imaginghybridInterface0);
51983  size_t len = ( 0
51984  + len0 );
51985  char* res = new char[ len + 1];
51986  size_t offset = 0;
51988  assert(offset == len);
51989  res[offset] = 0;
51990  return res;
51991 }
51992 
51993 
51994 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_imagingsources.xml
51996 "<ServerManagerConfiguration>\n"
51997 " <ProxyGroup name=\"sources\">\n"
51998 " <!-- ==================================================================== -->\n"
51999 " <SourceProxy class=\"vtkImageMandelbrotSource\"\n"
52000 " label=\"Mandelbrot\"\n"
52001 " name=\"ImageMandelbrotSource\">\n"
52002 " <Documentation long_help=\"Representation (unsigned char) of the Mandlebrot set in up to 3 dimensions\"\n"
52003 " short_help=\"Create a Mandelbrot representation\">The\n"
52004 " Mandelbrot source can be used to add a uniform rectilinear\n"
52005 " grid with scalar values derived from the Mandelbrot set to\n"
52006 " the 3D scene. The equation used is z = z^2 + C (where z\n"
52007 " and C are complex, and C is a constant). The scalar values\n"
52008 " in the grid are the number of iterations of the equation\n"
52009 " it takes for the magnitude of the value to become greater\n"
52010 " than 2. In the equation, the initial value of z is 0. By\n"
52011 " default, the real component of C is mapped onto the X\n"
52012 " axis; the imaginary component of C is mapped onto the Y\n"
52013 " axis; and the imaginary component of the initial value is\n"
52014 " mapped onto the Z axis. If a two-dimensional extent is\n"
52015 " specified, the resulting image will be displayed. If a\n"
52016 " three-dimensional extent is used, then the bounding box of\n"
52017 " the volume will be displayed. The output of the Mandelbrot\n"
52018 " source is image (uniform rectilinear)\n"
52019 " data.</Documentation>\n"
52020 " <IntVectorProperty command=\"SetWholeExtent\"\n"
52021 " default_values=\"0 250 0 250 0 0\"\n"
52022 " name=\"WholeExtent\"\n"
52023 " number_of_elements=\"6\"\n"
52024 " panel_visibility=\"advanced\">\n"
52025 " <IntRangeDomain name=\"range\" />\n"
52026 " <Documentation>The six values in the property indicate the X, Y, and Z\n"
52027 " extent of the output data. The first two numbers are the minimum and\n"
52028 " maximum X extent; the next two are the minimum and maximum Y extent;\n"
52029 " and the final two are the minimum and maximum Z extent. The numbers are\n"
52030 " inclusive, so values of 0, 250, 0, 250, 0, 0 indicate that the\n"
52031 " dimensions of the output will be 251 x 251 x 1.</Documentation>\n"
52032 " </IntVectorProperty>\n"
52033 " <IntVectorProperty command=\"SetProjectionAxes\"\n"
52034 " default_values=\"0 1 2\"\n"
52035 " name=\"ProjectionAxes\"\n"
52036 " number_of_elements=\"3\">\n"
52037 " <IntRangeDomain name=\"range\" />\n"
52038 " <Documentation>The three values in this property allow you to specify\n"
52039 " the projection from the 4D space used by the Mandelbrot set to the axes\n"
52040 " of the 3D volume. By default, the real component of C (represented by\n"
52041 " 0) is mapped to the X axis; the imaginary component of C (represented\n"
52042 " by 1) is mapped to the Y axis; and the real component of X, the initial\n"
52043 " value (represented by 2) is mapped to the Z axis. The imaginary\n"
52044 " component of X is represented by 3. All values entered must be between\n"
52045 " 0 and 3, inclusive.</Documentation>\n"
52046 " </IntVectorProperty>\n"
52047 " <DoubleVectorProperty command=\"SetOriginCX\"\n"
52048 " default_values=\"-1.75 -1.25 0.0 0.0\"\n"
52049 " name=\"OriginCX\"\n"
52050 " number_of_elements=\"4\">\n"
52051 " <DoubleRangeDomain name=\"range\" />\n"
52052 " <Documentation>The four values of this property indicate (in order) the\n"
52053 " components of C (real and imaginary) and the components of the initial\n"
52054 " value, X (real and imaginary).</Documentation>\n"
52055 " </DoubleVectorProperty>\n"
52056 " <DoubleVectorProperty command=\"SetSizeCX\"\n"
52057 " default_values=\"2.5 2.5 2.0 1.5\"\n"
52058 " name=\"SizeCX\"\n"
52059 " number_of_elements=\"4\">\n"
52060 " <DoubleRangeDomain name=\"range\" />\n"
52061 " <Documentation>The four values of this property indicate the length of\n"
52062 " the output in each of the four dimensions (the real and imaginary\n"
52063 " components of C and the real and imaginary components of X). The three\n"
52064 " dimensions specified in the Projection Axes property will determine\n"
52065 " which of these values specify the length of the axes in the\n"
52066 " output.</Documentation>\n"
52067 " </DoubleVectorProperty>\n"
52068 " <IntVectorProperty animateable=\"1\"\n"
52069 " command=\"SetMaximumNumberOfIterations\"\n"
52070 " default_values=\"100\"\n"
52071 " label=\"Maximum Number of Iterations\"\n"
52072 " name=\"MaximumNumberOfIterations\"\n"
52073 " number_of_elements=\"1\"\n"
52074 " panel_visibility=\"default\">\n"
52075 " <IntRangeDomain max=\"5000\"\n"
52076 " min=\"1\"\n"
52077 " name=\"range\" />\n"
52078 " <Documentation>The value of this property specifies the limit on\n"
52079 " computational iterations (i.e., the maximum number of iterations to\n"
52080 " perform to determine if the value will go above 2). Values less than\n"
52081 " 2.0 after the specified number of iterations are considered in the\n"
52082 " fractal set.</Documentation>\n"
52083 " </IntVectorProperty>\n"
52084 " <IntVectorProperty command=\"SetSubsampleRate\"\n"
52085 " default_values=\"1\"\n"
52086 " name=\"SubsampleRate\"\n"
52087 " number_of_elements=\"1\">\n"
52088 " <IntRangeDomain min=\"1\"\n"
52089 " name=\"range\" />\n"
52090 " <Documentation>This property specifies the rate at which to subsample\n"
52091 " the volume. The extent of the dataset in each dimension will be divided\n"
52092 " by this value.</Documentation>\n"
52093 " </IntVectorProperty>\n"
52094 " <!-- End Mandelbrot -->\n"
52095 " </SourceProxy>\n"
52096 " </ProxyGroup>\n"
52097 "</ServerManagerConfiguration>\n"
52098 "\n";
52099 // Get single string
52101 {
52102 
52103  const size_t len0 = strlen(paraview_server_managersources_imagingsourcesInterface0);
52104  size_t len = ( 0
52105  + len0 );
52106  char* res = new char[ len + 1];
52107  size_t offset = 0;
52109  assert(offset == len);
52110  res[offset] = 0;
52111  return res;
52112 }
52113 
52114 
52115 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersparalleldiy2.xml
52117 "<ServerManagerConfiguration>\n"
52118 " <ProxyGroup name=\"filters\">\n"
52119 " <!-- ==================================================================== -->\n"
52120 " <SourceProxy class=\"vtkExtractSubsetWithSeed\"\n"
52121 " name=\"ExtractSubsetWithSeed\"\n"
52122 " label=\"Extract Subset With Seed\">\n"
52123 " <Documentation\n"
52124 " long_help=\"Extract a subset from a structured-grid starting with a seed point.\">\n"
52125 " Extract a subset (line or plane) from a structured-grid starting with a seed point.\n"
52126 " The filter supports cases where the structured grid is split up into multiple blocks\n"
52127 " (across multiple ranks). It also handles cases were the ijk origin for each the\n"
52128 " blocks is not aligned.\n"
52129 " </Documentation>\n"
52130 " <InputProperty name=\"Input\"\n"
52131 " command=\"SetInputConnection\">\n"
52132 " <ProxyGroupDomain name=\"groups\">\n"
52133 " <Group name=\"sources\"/>\n"
52134 " <Group name=\"filters\"/>\n"
52135 " </ProxyGroupDomain>\n"
52136 " <DataTypeDomain name=\"input_type\">\n"
52137 " <DataType value=\"vtkStructuredGrid\"/>\n"
52138 " </DataTypeDomain>\n"
52139 " </InputProperty>\n"
52140 " <DoubleVectorProperty name=\"Seed\"\n"
52141 " command=\"SetSeed\"\n"
52142 " number_of_elements=\"3\"\n"
52143 " default_values=\"0 0 0\">\n"
52144 " <Documentation>\n"
52145 " Specify the seed point in x-y-z coordinates to initiate in the slice extraction.\n"
52146 " </Documentation>\n"
52147 " <BoundsDomain default_mode=\"mid\" mode=\"normal\" name=\"range\">\n"
52148 " <RequiredProperties>\n"
52149 " <Property function=\"Input\" name=\"Input\" />\n"
52150 " </RequiredProperties>\n"
52151 " </BoundsDomain>\n"
52152 " </DoubleVectorProperty>\n"
52153 " <IntVectorProperty command=\"SetDirection\"\n"
52154 " default_values=\"0\"\n"
52155 " name=\"Direction\"\n"
52156 " number_of_elements=\"1\"\n"
52157 " panel_visibility=\"default\">\n"
52158 " <EnumerationDomain name=\"enum\">\n"
52159 " <Entry value=\"0\" text=\"I\" info=\"line\" />\n"
52160 " <Entry value=\"1\" text=\"J\" info=\"line\" />\n"
52161 " <Entry value=\"2\" text=\"K\" info=\"line\" />\n"
52162 " <Entry value=\"3\" text=\"IJ\" info=\"plane\" />\n"
52163 " <Entry value=\"4\" text=\"JK\" info=\"plane\" />\n"
52164 " <Entry value=\"5\" text=\"KI\" info=\"plane\" />\n"
52165 " </EnumerationDomain>\n"
52166 " <Documentation>\n"
52167 " Specify the direction in which to extract the slice starting with the **Seed**.\n"
52168 " </Documentation>\n"
52169 " </IntVectorProperty>\n"
52170 " <PropertyGroup label=\"Seed Parameters\" panel_widget=\"InteractiveHandle\">\n"
52171 " <Property function=\"WorldPosition\" name=\"Seed\" />\n"
52172 " <Property function=\"Input\" name=\"Input\" />\n"
52173 " </PropertyGroup>\n"
52174 " <Hints>\n"
52175 " <Visibility replace_input=\"2\" />\n"
52176 " </Hints>\n"
52177 " <!-- End ExtractSubsetWithSeed -->\n"
52178 " </SourceProxy>\n"
52179 "\n"
52180 " <!-- ==================================================================== -->\n"
52181 " <SourceProxy class=\"vtkGenerateGlobalIds\"\n"
52182 " label=\"Generate Global Ids\"\n"
52183 " name=\"GenerateGlobalIds\">\n"
52184 " <Documentation short_help=\"Generate global point and cell ids.\">\n"
52185 " Generate global point and cell ids. Global ids are unique ids where the same point\n"
52186 " (or cell) will be assigned the same id even if the point (or cell) is duplicated among\n"
52187 " multiple blocks or ranks. This filter also flags duplicated points as ghost points.\n"
52188 " </Documentation>\n"
52189 " <InputProperty command=\"SetInputConnection\"\n"
52190 " name=\"Input\">\n"
52191 " <ProxyGroupDomain name=\"groups\">\n"
52192 " <Group name=\"sources\" />\n"
52193 " <Group name=\"filters\" />\n"
52194 " </ProxyGroupDomain>\n"
52195 " <DataTypeDomain name=\"input_type\">\n"
52196 " <DataType value=\"vtkDataSet\" />\n"
52197 " </DataTypeDomain>\n"
52198 " <Documentation>This property specifies the input.</Documentation>\n"
52199 " </InputProperty>\n"
52200 " <!-- End GenerateGlobalIds -->\n"
52201 " </SourceProxy>\n"
52202 "\n"
52203 " <!-- ==================================================================== -->\n"
52204 " <SourceProxy class=\"vtkRedistributeDataSetFilter\"\n"
52205 " name=\"RedistributeDataSet\"\n"
52206 " label=\"Redistribute DataSet\">\n"
52207 " <Documentation\n"
52208 " long_help=\"Redistribute dataset into requested number of partitions.\">\n"
52209 " Redistribute data for load balancing. The filter either computes the bounding\n"
52210 " boxes, or uses a provided collection of bounding boxes, for distributing the\n"
52211 " data. Cells along partition boundaries can be uniquely assigned to a partition,\n"
52212 " duplicated among partitions, or split among the partitions. The output\n"
52213 " is an unstructured grid.\n"
52214 " </Documentation>\n"
52215 " <InputProperty name=\"Input\"\n"
52216 " command=\"SetInputConnection\">\n"
52217 " <DataTypeDomain name=\"input_type\">\n"
52218 " <DataType value=\"vtkDataSet\"/>\n"
52219 " </DataTypeDomain>\n"
52220 " </InputProperty>\n"
52221 "\n"
52222 " <IntVectorProperty name=\"BoundaryMode\"\n"
52223 " number_of_elements=\"1\"\n"
52224 " default_values=\"0\"\n"
52225 " command=\"SetBoundaryMode\">\n"
52226 " <EnumerationDomain name=\"enum\">\n"
52227 " <Entry text=\"Assign to one region\" value=\"0\" />\n"
52228 " <Entry text=\"Assign to all regions\" value=\"1\" />\n"
52229 " <Entry text=\"Split cells\" value=\"2\" />\n"
52230 " </EnumerationDomain>\n"
52231 " <Documentation>This property determines how cells that lie on processor\n"
52232 " boundaries are handled. The \"Assign to one region\" option assigns each\n"
52233 " boundary cell to exactly one process, which is useful for isosurfacing.\n"
52234 " Selecting \"Assign to all regions\" causes the cells on the boundaries to be\n"
52235 " copied to each process that shares that boundary. The \"Split cells\"\n"
52236 " option breaks cells across process boundary lines so that pieces of the\n"
52237 " cell lie in different processes. This option is useful for volume\n"
52238 " rendering.</Documentation>\n"
52239 " </IntVectorProperty>\n"
52240 "\n"
52241 " <IntVectorProperty name=\"NumberOfPartitions\"\n"
52242 " command=\"SetNumberOfPartitions\"\n"
52243 " number_of_elements=\"1\"\n"
52244 " default_values=\"-1\">\n"
52245 " <IntRangeDomain min=\"-1\"\n"
52246 " name=\"range\" />\n"
52247 " <Documentation>Specify the number of partitions to split the dataset into.\n"
52248 " Set to 0 to indicate that the partitions should match the number of ranks.\n"
52249 " The value provided is a hint and the actual number of partitions will be\n"
52250 " equal to the power of 2 greater than or equal to the chosen value.</Documentation>\n"
52251 " </IntVectorProperty>\n"
52252 "\n"
52253 " <IntVectorProperty name=\"PreservePartitionsInOutput\"\n"
52254 " command=\"SetPreservePartitionsInOutput\"\n"
52255 " number_of_elements=\"1\"\n"
52256 " default_values=\"0\"\n"
52257 " panel_visibility=\"advanced\">\n"
52258 " <Documentation>When unchecked, ranks with more than one partition will merge\n"
52259 " the partitions into a single vtkUnstructuredGrid. When checked, the partitions\n"
52260 " are preserved and the output is a vtkPartitionedDataSet.\n"
52261 " </Documentation>\n"
52262 " <BooleanDomain name=\"bool\" />\n"
52263 " </IntVectorProperty>\n"
52264 "\n"
52265 " <IntVectorProperty name=\"GenerateGlobalCellIds\"\n"
52266 " command=\"SetGenerateGlobalCellIds\"\n"
52267 " number_of_elements=\"1\"\n"
52268 " default_values=\"0\">\n"
52269 " <Documentation>Generate global Ids for all cells across partitions.\n"
52270 " </Documentation>\n"
52271 " <BooleanDomain name=\"bool\" />\n"
52272 " </IntVectorProperty>\n"
52273 "\n"
52274 " <IntVectorProperty name=\"EnableDebugging\"\n"
52275 " command=\"SetEnableDebugging\"\n"
52276 " number_of_elements=\"1\"\n"
52277 " default_values=\"0\"\n"
52278 " panel_visibility=\"advanced\">\n"
52279 " <Documentation>Retains some helper arrays created for generating\n"
52280 " global cell Ids and ghost cells that are useful for debugging.</Documentation>\n"
52281 " <BooleanDomain name=\"bool\" />\n"
52282 " </IntVectorProperty>\n"
52283 " <!-- End RedistributeDataSetFilter -->\n"
52284 " </SourceProxy>\n"
52285 "\n"
52286 " <!-- ==================================================================== -->\n"
52287 " <SourceProxy class=\"vtkOverlappingCellsDetector\"\n"
52288 " label=\"Overlapping Cells Detector\"\n"
52289 " name=\"OverlappingCellsDetector\">\n"
52290 " <Documentation short_help=\"Detects overlapping cells.\">\n"
52291 " Generates overlap count between cells of the input in a cell array named\n"
52292 " \"NumberOfCollisionsPerCell\".\n"
52293 " </Documentation>\n"
52294 " <InputProperty command=\"SetInputConnection\"\n"
52295 " name=\"Input\">\n"
52296 " <ProxyGroupDomain name=\"groups\">\n"
52297 " <Group name=\"sources\" />\n"
52298 " <Group name=\"filters\" />\n"
52299 " </ProxyGroupDomain>\n"
52300 " <DataTypeDomain name=\"input_type\">\n"
52301 " <DataType value=\"vtkPointSet\" />\n"
52302 " <DataType value=\"vtkCompositeDataSet\" />\n"
52303 " </DataTypeDomain>\n"
52304 " <Documentation>This property specifies the input.</Documentation>\n"
52305 " </InputProperty>\n"
52306 " <!-- End GenerateGlobalIds -->\n"
52307 " </SourceProxy>\n"
52308 "\n"
52309 " <!-- ==================================================================== -->\n"
52310 " <SourceProxy class=\"vtkAdaptiveResampleToImage\"\n"
52311 " name=\"AdaptiveResampleToImage\"\n"
52312 " label=\"Adaptive Resample To Image\">\n"
52313 " <Documentation\n"
52314 " long_help=\"Resample to image adaptively\">\n"
52315 " </Documentation>\n"
52316 " <InputProperty name=\"Input\"\n"
52317 " command=\"SetInputConnection\">\n"
52318 " <DataTypeDomain name=\"input_type\">\n"
52319 " <DataType value=\"vtkDataSet\"/>\n"
52320 " </DataTypeDomain>\n"
52321 " </InputProperty>\n"
52322 "\n"
52323 " <IntVectorProperty name=\"NumberOfImages\"\n"
52324 " command=\"SetNumberOfImages\"\n"
52325 " number_of_elements=\"1\"\n"
52326 " default_values=\"0\">\n"
52327 " <IntRangeDomain min=\"0\"\n"
52328 " name=\"range\" />\n"
52329 " <Documentation>\n"
52330 " Specify the number of partitions to split the dataset into.\n"
52331 " Set to 0 to indicate that the partitions should match the number of ranks.\n"
52332 " </Documentation>\n"
52333 " </IntVectorProperty>\n"
52334 "\n"
52335 " <IntVectorProperty command=\"SetSamplingDimensions\"\n"
52336 " default_values=\"64 64 64\"\n"
52337 " name=\"SamplingDimensions\"\n"
52338 " number_of_elements=\"3\"\n"
52339 " panel_visibility=\"default\">\n"
52340 " <IntRangeDomain name=\"range\" min=\"1 1 1\"/>\n"
52341 " <Documentation>\n"
52342 " </Documentation>\n"
52343 " </IntVectorProperty>\n"
52344 " </SourceProxy>\n"
52345 "\n"
52346 " </ProxyGroup>\n"
52347 "</ServerManagerConfiguration>\n"
52348 "\n";
52349 // Get single string
52351 {
52352 
52354  size_t len = ( 0
52355  + len0 );
52356  char* res = new char[ len + 1];
52357  size_t offset = 0;
52359  assert(offset == len);
52360  res[offset] = 0;
52361  return res;
52362 }
52363 
52364 
52365 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersparallelverdict.xml
52367 "<ServerManagerConfiguration>\n"
52368 " <ProxyGroup name=\"filters\">\n"
52369 " <!-- ==================================================================== -->\n"
52370 " <SourceProxy class=\"vtkPCellSizeFilter\"\n"
52371 " label=\"Cell Size\"\n"
52372 " name=\"CellSize\">\n"
52373 " <Documentation long_help=\"This filter computes sizes for 0D (1 for vertex and number of points in for polyvertex), 1D (length), 2D (area)\n"
52374 " and 3D (volume) cells. ComputePoint, ComputeLength, ComputeArea and ComputeVolume options can be used to specify what dimension\n"
52375 " cells to compute for. Alternatively, the ComputeHighestDimension will compute sizes for only the highest dimension cells for\n"
52376 " the vtkDataSet. The values are placed in a cell data array named ArrayName. The SumSize option will give a summation of the\n"
52377 " computed cell sizes for a vtkDataSet and for composite datasets will contain a sum of the underlying blocks.\"\n"
52378 " short_help=\"Compute cell sizes.\">This filter computes sizes for 0D (1 for vertex and number of points in for polyvertex), 1D (length), 2D (area)\n"
52379 " and 3D (volume) cells. ComputeVertexCount, ComputeLength, ComputeArea and ComputeVolume options can be used to specify what dimension\n"
52380 " cells to compute for. The values are placed in a cell data array named ArrayName. The ComputeSum option will give a summation of the\n"
52381 " computed cell sizes for a vtkDataSet and for composite datasets will contain a sum of the underlying blocks in the top-level block.</Documentation>\n"
52382 " <InputProperty command=\"SetInputConnection\"\n"
52383 " name=\"Input\">\n"
52384 " <ProxyGroupDomain name=\"groups\">\n"
52385 " <Group name=\"sources\" />\n"
52386 " <Group name=\"filters\" />\n"
52387 " </ProxyGroupDomain>\n"
52388 " <DataTypeDomain name=\"input_type\">\n"
52389 " <DataType value=\"vtkDataSet\" />\n"
52390 " <DataType value=\"vtkCompositeDataSet\" />\n"
52391 " </DataTypeDomain>\n"
52392 " <Documentation>This property specifies the input to the Cell Size filter.</Documentation>\n"
52393 " </InputProperty>\n"
52394 " <IntVectorProperty command=\"SetComputeVertexCount\"\n"
52395 " default_values=\"1\"\n"
52396 " name=\"ComputeVertexCount\"\n"
52397 " number_of_elements=\"1\">\n"
52398 " <BooleanDomain name=\"bool\" />\n"
52399 " <Documentation>Specify whether or not to compute the number of points in 0D cells.</Documentation>\n"
52400 " </IntVectorProperty>\n"
52401 " <StringVectorProperty command=\"SetVertexCountArrayName\"\n"
52402 " default_values=\"VertexCount\"\n"
52403 " name=\"VertexCountArrayName\"\n"
52404 " number_of_elements=\"1\"\n"
52405 " panel_visibility=\"advanced\">\n"
52406 " <Documentation>\n"
52407 " Specify the name of the array to store the 0D cell vertex count and optionally the field data vertex count sum.\n"
52408 " </Documentation>\n"
52409 " </StringVectorProperty>\n"
52410 " <IntVectorProperty command=\"SetComputeLength\"\n"
52411 " default_values=\"1\"\n"
52412 " name=\"ComputeLength\"\n"
52413 " number_of_elements=\"1\">\n"
52414 " <BooleanDomain name=\"bool\" />\n"
52415 " <Documentation>Specify whether or not to compute the length of 1D cells.</Documentation>\n"
52416 " </IntVectorProperty>\n"
52417 " <StringVectorProperty command=\"SetLengthArrayName\"\n"
52418 " default_values=\"Length\"\n"
52419 " name=\"LengthArrayName\"\n"
52420 " number_of_elements=\"1\"\n"
52421 " panel_visibility=\"advanced\">\n"
52422 " <Documentation>\n"
52423 " Specify the name of the array to store the 1D cell length and optionally the field data length sum.\n"
52424 " </Documentation>\n"
52425 " </StringVectorProperty>\n"
52426 " <IntVectorProperty command=\"SetComputeArea\"\n"
52427 " default_values=\"1\"\n"
52428 " name=\"ComputeArea\"\n"
52429 " number_of_elements=\"1\">\n"
52430 " <BooleanDomain name=\"bool\" />\n"
52431 " <Documentation>Specify whether or not to compute the area of 2D cells.</Documentation>\n"
52432 " </IntVectorProperty>\n"
52433 " <StringVectorProperty command=\"SetAreaArrayName\"\n"
52434 " default_values=\"Area\"\n"
52435 " name=\"AreaArrayName\"\n"
52436 " number_of_elements=\"1\"\n"
52437 " panel_visibility=\"advanced\">\n"
52438 " <Documentation>\n"
52439 " Specify the name of the array to store 2D cell area and optionally the field data area sum.\n"
52440 " </Documentation>\n"
52441 " </StringVectorProperty>\n"
52442 " <IntVectorProperty command=\"SetComputeVolume\"\n"
52443 " default_values=\"1\"\n"
52444 " name=\"ComputeVolume\"\n"
52445 " number_of_elements=\"1\">\n"
52446 " <BooleanDomain name=\"bool\" />\n"
52447 " <Documentation>Specify whether or not to compute the volume of 3D cells .</Documentation>\n"
52448 " </IntVectorProperty>\n"
52449 " <StringVectorProperty command=\"SetVolumeArrayName\"\n"
52450 " default_values=\"Volume\"\n"
52451 " name=\"VolumeArrayName\"\n"
52452 " number_of_elements=\"1\"\n"
52453 " panel_visibility=\"advanced\">\n"
52454 " <Documentation>\n"
52455 " Specify the name of the array to store 3D cell volume and optionally the field data volume sum.\n"
52456 " </Documentation>\n"
52457 " </StringVectorProperty>\n"
52458 " <IntVectorProperty command=\"SetComputeSum\"\n"
52459 " default_values=\"0\"\n"
52460 " name=\"ComputeSum\"\n"
52461 " number_of_elements=\"1\">\n"
52462 " <BooleanDomain name=\"bool\" />\n"
52463 " <Documentation>Specify whether or not to sum the computed sizes of cells in datasets. The result is stored in field data.</Documentation>\n"
52464 " </IntVectorProperty>\n"
52465 " <!-- End CellSize -->\n"
52466 " </SourceProxy>\n"
52467 " </ProxyGroup>\n"
52468 "</ServerManagerConfiguration>\n"
52469 "\n";
52470 // Get single string
52472 {
52473 
52475  size_t len = ( 0
52476  + len0 );
52477  char* res = new char[ len + 1];
52478  size_t offset = 0;
52480  assert(offset == len);
52481  res[offset] = 0;
52482  return res;
52483 }
52484 
52485 
52486 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filterstexture.xml
52488 "<ServerManagerConfiguration>\n"
52489 " <ProxyGroup name=\"filters\">\n"
52490 " <!-- ==================================================================== -->\n"
52491 " <SourceProxy class=\"vtkTextureMapToCylinder\"\n"
52492 " label=\"Texture Map to Cylinder\"\n"
52493 " name=\"TextureMapToCylinder\">\n"
52494 " <Documentation long_help=\"Generate texture coordinates by mapping points to cylinder.\"\n"
52495 " short_help=\"Generate texture coordinates by mapping points to cylinder.\">\n"
52496 " This is a filter that generates 2D texture coordinates by\n"
52497 " mapping input dataset points onto a cylinder. The cylinder\n"
52498 " is generated automatically. The cylinder is generated\n"
52499 " automatically by computing the axis of the cylinder. Note\n"
52500 " that the generated texture coordinates for the\n"
52501 " s-coordinate ranges from (0-1) (corresponding to angle of\n"
52502 " 0-&gt;360 around axis), while the mapping of the\n"
52503 " t-coordinate is controlled by the projection of points\n"
52504 " along the axis.</Documentation>\n"
52505 " <InputProperty command=\"SetInputConnection\"\n"
52506 " name=\"Input\">\n"
52507 " <ProxyGroupDomain name=\"groups\">\n"
52508 " <Group name=\"sources\" />\n"
52509 " <Group name=\"filters\" />\n"
52510 " </ProxyGroupDomain>\n"
52511 " <DataTypeDomain name=\"input_type\">\n"
52512 " <DataType value=\"vtkDataSet\" />\n"
52513 " </DataTypeDomain>\n"
52514 " <Documentation>Set the input to the Texture Map to Cylinder\n"
52515 " filter.</Documentation>\n"
52516 " </InputProperty>\n"
52517 " <IntVectorProperty command=\"SetPreventSeam\"\n"
52518 " default_values=\"1\"\n"
52519 " name=\"PreventSeam\"\n"
52520 " number_of_elements=\"1\">\n"
52521 " <BooleanDomain name=\"bool\" />\n"
52522 " <Documentation>Control how the texture coordinates are generated. If\n"
52523 " Prevent Seam is set, the s-coordinate ranges from 0-&gt;1 and 1-&gt;0\n"
52524 " corresponding to the theta angle variation between 0-&gt;180 and\n"
52525 " 180-&gt;0 degrees. Otherwise, the s-coordinate ranges from 0-&gt;1\n"
52526 " between 0-&gt;360 degrees.</Documentation>\n"
52527 " </IntVectorProperty>\n"
52528 "\n"
52529 " <IntVectorProperty name=\"GenerateCylinderAutomatically\"\n"
52530 " command=\"SetAutomaticCylinderGeneration\"\n"
52531 " number_of_elements=\"1\"\n"
52532 " default_values=\"1\">\n"
52533 " <BooleanDomain name=\"bool\" />\n"
52534 " <Documentation>\n"
52535 " When set, the filter will try to determine the size and orientation of the cylinder\n"
52536 " used for texture mapping using data bounds.\n"
52537 " </Documentation>\n"
52538 " </IntVectorProperty>\n"
52539 "\n"
52540 " <DoubleVectorProperty name=\"Point1\"\n"
52541 " command=\"SetPoint1\"\n"
52542 " number_of_elements=\"3\"\n"
52543 " default_values=\"0 0 0\">\n"
52544 " <BoundsDomain name=\"bounds\" mode=\"normal\" default_mode=\"mid,mid,min\">\n"
52545 " <RequiredProperties>\n"
52546 " <Property function=\"Input\" name=\"Input\" />\n"
52547 " </RequiredProperties>\n"
52548 " </BoundsDomain>\n"
52549 " <Documentation>\n"
52550 " When **GenerateCylinderAutomatically** is not set, specify the first point defining\n"
52551 " the axis of the cylinder through its center.\n"
52552 " </Documentation>\n"
52553 " <Hints>\n"
52554 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
52555 " mode=\"enabled_state\"\n"
52556 " property=\"GenerateCylinderAutomatically\"\n"
52557 " value=\"0\" />\n"
52558 " </Hints>\n"
52559 " </DoubleVectorProperty>\n"
52560 "\n"
52561 " <DoubleVectorProperty name=\"Point2\"\n"
52562 " command=\"SetPoint2\"\n"
52563 " number_of_elements=\"3\"\n"
52564 " default_values=\"0 0 0\">\n"
52565 " <BoundsDomain name=\"bounds\" mode=\"normal\" default_mode=\"mid,mid,max\">\n"
52566 " <RequiredProperties>\n"
52567 " <Property function=\"Input\" name=\"Input\" />\n"
52568 " </RequiredProperties>\n"
52569 " </BoundsDomain>\n"
52570 " <Documentation>\n"
52571 " When **GenerateCylinderAutomatically** is not set, specify the second point defining\n"
52572 " the axis of the cylinder through its center.\n"
52573 " </Documentation>\n"
52574 " <Hints>\n"
52575 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
52576 " mode=\"enabled_state\"\n"
52577 " property=\"GenerateCylinderAutomatically\"\n"
52578 " value=\"0\" />\n"
52579 " </Hints>\n"
52580 " </DoubleVectorProperty>\n"
52581 "\n"
52582 " <!-- End TextureMapToCylinder -->\n"
52583 " </SourceProxy>\n"
52584 "\n"
52585 " <!-- ==================================================================== -->\n"
52586 " <SourceProxy class=\"vtkTextureMapToPlane\"\n"
52587 " label=\"Texture Map to Plane\"\n"
52588 " name=\"TextureMapToPlane\">\n"
52589 " <Documentation long_help=\"Generate texture coordinates by mapping points to plane.\"\n"
52590 " short_help=\"Generate texture coordinates by mapping points to plane.\">\n"
52591 " TextureMapToPlane is a filter that generates 2D texture\n"
52592 " coordinates by mapping input dataset points onto a plane.\n"
52593 " The plane is generated automatically. A least squares\n"
52594 " method is used to generate the plane\n"
52595 " automatically.</Documentation>\n"
52596 " <InputProperty command=\"SetInputConnection\"\n"
52597 " name=\"Input\">\n"
52598 " <ProxyGroupDomain name=\"groups\">\n"
52599 " <Group name=\"sources\" />\n"
52600 " <Group name=\"filters\" />\n"
52601 " </ProxyGroupDomain>\n"
52602 " <DataTypeDomain name=\"input_type\">\n"
52603 " <DataType value=\"vtkDataSet\" />\n"
52604 " </DataTypeDomain>\n"
52605 " <Documentation>Set the input to the Texture Map to Plane\n"
52606 " filter.</Documentation>\n"
52607 " </InputProperty>\n"
52608 " <DoubleVectorProperty animateable=\"1\"\n"
52609 " command=\"SetOrigin\"\n"
52610 " default_values=\"0.0 0.0 0.0\"\n"
52611 " name=\"Origin\"\n"
52612 " number_of_elements=\"3\"\n"
52613 " panel_visibility=\"default\">\n"
52614 " <Documentation>This property specifies the 3D coordinates for the\n"
52615 " origin of the plane. Set all to zero if you want to use automatic\n"
52616 " generation.</Documentation>\n"
52617 " </DoubleVectorProperty>\n"
52618 " <DoubleVectorProperty animateable=\"1\"\n"
52619 " command=\"SetPoint1\"\n"
52620 " default_values=\"0.0 0.0 0.0\"\n"
52621 " name=\"Point1\"\n"
52622 " number_of_elements=\"3\"\n"
52623 " panel_visibility=\"default\">\n"
52624 " <Documentation>This property specifies the 3D coordinates for\n"
52625 " Point1 of the plane. Set all to zero if you want to use automatic\n"
52626 " generation.</Documentation>\n"
52627 " </DoubleVectorProperty>\n"
52628 " <DoubleVectorProperty animateable=\"1\"\n"
52629 " command=\"SetPoint2\"\n"
52630 " default_values=\"0.0 0.0 0.0\"\n"
52631 " name=\"Point2\"\n"
52632 " number_of_elements=\"3\"\n"
52633 " panel_visibility=\"default\">\n"
52634 " <Documentation>This property specifies the 3D coordinates for\n"
52635 " Point2 of the plane. Set all to zero if you want to use automatic\n"
52636 " generation.</Documentation>\n"
52637 " </DoubleVectorProperty>\n"
52638 " <IntVectorProperty command=\"SetAutomaticPlaneGeneration\"\n"
52639 " default_values=\"1\"\n"
52640 " name=\"Automatic\"\n"
52641 " number_of_elements=\"1\">\n"
52642 " <BooleanDomain name=\"bool\" />\n"
52643 " <Documentation>If set the plane values will be automatically generated.\n"
52644 " Note that for this to work all the Origin, Point1 and Point2 must all\n"
52645 " be set to zero.</Documentation>\n"
52646 " </IntVectorProperty>\n"
52647 " <!-- End TextureMapToPlane -->\n"
52648 " </SourceProxy>\n"
52649 " </ProxyGroup>\n"
52650 "</ServerManagerConfiguration>\n"
52651 "\n";
52652 // Get single string
52654 {
52655 
52656  const size_t len0 = strlen(paraview_server_managerfilters_filterstextureInterface0);
52657  size_t len = ( 0
52658  + len0 );
52659  char* res = new char[ len + 1];
52660  size_t offset = 0;
52662  assert(offset == len);
52663  res[offset] = 0;
52664  return res;
52665 }
52666 
52667 
52668 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_filtersverdict.xml
52670 "<ServerManagerConfiguration>\n"
52671 " <ProxyGroup name=\"filters\">\n"
52672 " <!-- ==================================================================== -->\n"
52673 " <SourceProxy class=\"vtkMeshQuality\"\n"
52674 " label=\"Mesh Quality\"\n"
52675 " name=\"MeshQuality\">\n"
52676 " <Documentation long_help=\"This filter creates a new cell array containing a geometric measure of each cell's fitness. Different quality measures can be chosen for different cell shapes.\"\n"
52677 " short_help=\"Evaluate geometric mesh quality.\">This filter\n"
52678 " creates a new cell array containing a geometric measure of\n"
52679 " each cell's fitness. Different quality measures can be\n"
52680 " chosen for different cell shapes. Supported shapes include linear\n"
52681 " triangles, quadrilaterals, tetrahedra, and hexahedra. For\n"
52682 " other shapes, a value of 0 is assigned.</Documentation>\n"
52683 " <InputProperty command=\"SetInputConnection\"\n"
52684 " name=\"Input\">\n"
52685 " <ProxyGroupDomain name=\"groups\">\n"
52686 " <Group name=\"sources\" />\n"
52687 " <Group name=\"filters\" />\n"
52688 " </ProxyGroupDomain>\n"
52689 " <DataTypeDomain name=\"input_type\">\n"
52690 " <DataType value=\"vtkDataSet\" />\n"
52691 " </DataTypeDomain>\n"
52692 " <Documentation>This property specifies the input to the Mesh Quality\n"
52693 " filter.</Documentation>\n"
52694 " </InputProperty>\n"
52695 " <IntVectorProperty command=\"SetTriangleQualityMeasure\"\n"
52696 " default_values=\"2\"\n"
52697 " name=\"TriangleQualityMeasure\"\n"
52698 " number_of_elements=\"1\">\n"
52699 " <EnumerationDomain name=\"enum\">\n"
52700 " <Entry text=\"Area\"\n"
52701 " value=\"28\" />\n"
52702 " <Entry text=\"Aspect Ratio\"\n"
52703 " value=\"1\" />\n"
52704 " <Entry text=\"Aspect Frobenius\"\n"
52705 " value=\"3\" />\n"
52706 " <Entry text=\"Condition\"\n"
52707 " value=\"9\" />\n"
52708 " <Entry text=\"Distortion\"\n"
52709 " value=\"15\" />\n"
52710 " <Entry text=\"Edge Ratio\"\n"
52711 " value=\"0\" />\n"
52712 " <Entry text=\"Maximum Angle\"\n"
52713 " value=\"8\" />\n"
52714 " <Entry text=\"Minimum Angle\"\n"
52715 " value=\"6\" />\n"
52716 " <Entry text=\"Scaled Jacobian\"\n"
52717 " value=\"10\" />\n"
52718 " <Entry text=\"Radius Ratio\"\n"
52719 " value=\"2\" />\n"
52720 " <Entry text=\"Relative Size Squared\"\n"
52721 " value=\"12\" />\n"
52722 " <Entry text=\"Shape\"\n"
52723 " value=\"13\" />\n"
52724 " <Entry text=\"Shape and Size\"\n"
52725 " value=\"14\" />\n"
52726 " </EnumerationDomain>\n"
52727 " <Documentation>This property indicates which quality measure will be\n"
52728 " used to evaluate triangle quality. The radius ratio is the size of a\n"
52729 " circle circumscribed by a triangle's 3 vertices divided by the size of\n"
52730 " a circle tangent to a triangle's 3 edges. The edge ratio is the ratio\n"
52731 " of the longest edge length to the shortest edge length.</Documentation>\n"
52732 " </IntVectorProperty>\n"
52733 " <IntVectorProperty command=\"SetQuadQualityMeasure\"\n"
52734 " default_values=\"0\"\n"
52735 " name=\"QuadQualityMeasure\"\n"
52736 " number_of_elements=\"1\">\n"
52737 " <EnumerationDomain name=\"enum\">\n"
52738 " <Entry text=\"Area\"\n"
52739 " value=\"28\" />\n"
52740 " <Entry text=\"Aspect Ratio\"\n"
52741 " value=\"1\" />\n"
52742 " <Entry text=\"Condition\"\n"
52743 " value=\"9\" />\n"
52744 " <Entry text=\"Distortion\"\n"
52745 " value=\"15\" />\n"
52746 " <Entry text=\"Edge Ratio\"\n"
52747 " value=\"0\" />\n"
52748 " <Entry text=\"Jacobian\"\n"
52749 " value=\"25\" />\n"
52750 " <Entry text=\"Maximum Aspect Frobenius\"\n"
52751 " value=\"5\" />\n"
52752 " <Entry text=\"Maximum Aspect Frobenius\"\n"
52753 " value=\"5\" />\n"
52754 " <Entry text=\"Maximum Edge Ratio\"\n"
52755 " value=\"16\" />\n"
52756 " <Entry text=\"Mean Aspect Frobenius\"\n"
52757 " value=\"4\" />\n"
52758 " <Entry text=\"Minimum Angle\"\n"
52759 " value=\"6\" />\n"
52760 " <Entry text=\"Oddy\"\n"
52761 " value=\"23\" />\n"
52762 " <Entry text=\"Radius Ratio\"\n"
52763 " value=\"2\" />\n"
52764 " <Entry text=\"Relative Size Squared\"\n"
52765 " value=\"12\" />\n"
52766 " <Entry text=\"Scaled Jacobian\"\n"
52767 " value=\"10\" />\n"
52768 " <Entry text=\"Shape\"\n"
52769 " value=\"13\" />\n"
52770 " <Entry text=\"Shape and Size\"\n"
52771 " value=\"14\" />\n"
52772 " <Entry text=\"Shear\"\n"
52773 " value=\"11\" />\n"
52774 " <Entry text=\"Shear and Size\"\n"
52775 " value=\"24\" />\n"
52776 " <Entry text=\"Skew\"\n"
52777 " value=\"17\" />\n"
52778 " <Entry text=\"Stretch\"\n"
52779 " value=\"20\" />\n"
52780 " <Entry text=\"Taper\"\n"
52781 " value=\"18\" />\n"
52782 " <Entry text=\"Warpage\"\n"
52783 " value=\"26\" />\n"
52784 " </EnumerationDomain>\n"
52785 " <Documentation>This property indicates which quality measure will be\n"
52786 " used to evaluate quadrilateral quality.</Documentation>\n"
52787 " </IntVectorProperty>\n"
52788 " <IntVectorProperty command=\"SetTetQualityMeasure\"\n"
52789 " default_values=\"2\"\n"
52790 " name=\"TetQualityMeasure\"\n"
52791 " number_of_elements=\"1\">\n"
52792 " <EnumerationDomain name=\"enum\">\n"
52793 " <Entry text=\"Edge Ratio\"\n"
52794 " value=\"0\" />\n"
52795 " <Entry text=\"Aspect Beta\"\n"
52796 " value=\"29\" />\n"
52797 " <Entry text=\"Aspect Gamma\"\n"
52798 " value=\"27\" />\n"
52799 " <Entry text=\"Aspect Frobenius\"\n"
52800 " value=\"3\" />\n"
52801 " <Entry text=\"Aspect Ratio\"\n"
52802 " value=\"1\" />\n"
52803 " <Entry text=\"Collapse Ratio\"\n"
52804 " value=\"7\" />\n"
52805 " <Entry text=\"Condition\"\n"
52806 " value=\"9\" />\n"
52807 " <Entry text=\"Distortion\"\n"
52808 " value=\"15\" />\n"
52809 " <Entry text=\"Jacobian\"\n"
52810 " value=\"25\" />\n"
52811 " <Entry text=\"Minimum Dihedral Angle\"\n"
52812 " value=\"6\" />\n"
52813 " <Entry text=\"Radius Ratio\"\n"
52814 " value=\"2\" />\n"
52815 " <Entry text=\"Relative Size Squared\"\n"
52816 " value=\"12\" />\n"
52817 " <Entry text=\"Scaled Jacobian\"\n"
52818 " value=\"10\" />\n"
52819 " <Entry text=\"Shape\"\n"
52820 " value=\"13\" />\n"
52821 " <Entry text=\"Shape and Size\"\n"
52822 " value=\"14\" />\n"
52823 " <Entry text=\"Volume\"\n"
52824 " value=\"19\" />\n"
52825 " </EnumerationDomain>\n"
52826 " <Documentation>This property indicates which quality measure will be\n"
52827 " used to evaluate tetrahedral quality. The radius ratio is the size of a\n"
52828 " sphere circumscribed by a tetrahedron's 4 vertices divided by the size\n"
52829 " of a circle tangent to a tetrahedron's 4 faces. The edge ratio is the\n"
52830 " ratio of the longest edge length to the shortest edge length. The\n"
52831 " collapse ratio is the minimum ratio of height of a vertex above the\n"
52832 " triangle opposite it divided by the longest edge of the opposing\n"
52833 " triangle across all vertex/triangle pairs.</Documentation>\n"
52834 " </IntVectorProperty>\n"
52835 " <IntVectorProperty command=\"SetHexQualityMeasure\"\n"
52836 " default_values=\"5\"\n"
52837 " name=\"HexQualityMeasure\"\n"
52838 " number_of_elements=\"1\">\n"
52839 " <EnumerationDomain name=\"enum\">\n"
52840 " <Entry text=\"Diagonal\"\n"
52841 " value=\"21\" />\n"
52842 " <Entry text=\"Dimension\"\n"
52843 " value=\"22\" />\n"
52844 " <Entry text=\"Distortion\"\n"
52845 " value=\"15\" />\n"
52846 " <Entry text=\"Edge Ratio\"\n"
52847 " value=\"0\" />\n"
52848 " <Entry text=\"Jacobian\"\n"
52849 " value=\"25\" />\n"
52850 " <Entry text=\"Maximum Edge Ratio\"\n"
52851 " value=\"16\" />\n"
52852 " <Entry text=\"Maximum Aspect Frobenius\"\n"
52853 " value=\"5\" />\n"
52854 " <Entry text=\"Mean Aspect Frobenius\"\n"
52855 " value=\"4\" />\n"
52856 " <Entry text=\"Oddy\"\n"
52857 " value=\"23\" />\n"
52858 " <Entry text=\"Relative Size Squared\"\n"
52859 " value=\"12\" />\n"
52860 " <Entry text=\"Scaled Jacobian\"\n"
52861 " value=\"10\" />\n"
52862 " <Entry text=\"Shape\"\n"
52863 " value=\"13\" />\n"
52864 " <Entry text=\"Shape and Size\"\n"
52865 " value=\"14\" />\n"
52866 " <Entry text=\"Shear\"\n"
52867 " value=\"11\" />\n"
52868 " <Entry text=\"Shear and Size\"\n"
52869 " value=\"24\" />\n"
52870 " <Entry text=\"Skew\"\n"
52871 " value=\"17\" />\n"
52872 " <Entry text=\"Stretch\"\n"
52873 " value=\"20\" />\n"
52874 " <Entry text=\"Taper\"\n"
52875 " value=\"18\" />\n"
52876 " <Entry text=\"Volume\"\n"
52877 " value=\"19\" />\n"
52878 " </EnumerationDomain>\n"
52879 " <Documentation>This property indicates which quality measure will be\n"
52880 " used to evaluate hexahedral quality.</Documentation>\n"
52881 " </IntVectorProperty>\n"
52882 " <!-- End MeshQuality -->\n"
52883 " </SourceProxy>\n"
52884 " </ProxyGroup>\n"
52885 "</ServerManagerConfiguration>\n"
52886 "\n";
52887 // Get single string
52889 {
52890 
52891  const size_t len0 = strlen(paraview_server_managerfilters_filtersverdictInterface0);
52892  size_t len = ( 0
52893  + len0 );
52894  char* res = new char[ len + 1];
52895  size_t offset = 0;
52897  assert(offset == len);
52898  res[offset] = 0;
52899  return res;
52900 }
52901 
52902 
52903 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioxml.xml
52905 "<ServerManagerConfiguration>\n"
52906 " <!-- ==================================================================== -->\n"
52907 " <ProxyGroup name=\"internal_sources\">\n"
52908 " <!-- ================================================================== -->\n"
52909 " <Proxy class=\"vtkXMLPolyDataReader\"\n"
52910 " label=\"XML PolyData Reader\"\n"
52911 " name=\"XMLPolyDataReaderCore\">\n"
52912 " <Documentation long_help=\"Reads serial VTK XML polydata files.\"\n"
52913 " short_help=\"Read VTK XML polydata files.\">The XML Polydata\n"
52914 " reader reads the VTK XML polydata file format. The\n"
52915 " standard extension is .vtp.</Documentation>\n"
52916 " <StringVectorProperty animateable=\"0\"\n"
52917 " command=\"SetFileName\"\n"
52918 " name=\"FileName\"\n"
52919 " number_of_elements=\"1\"\n"
52920 " panel_visibility=\"never\">\n"
52921 " <FileListDomain name=\"files\" />\n"
52922 " <Documentation>This property specifies the file name for the VTK XML\n"
52923 " polygonal dataset reader.</Documentation>\n"
52924 " </StringVectorProperty>\n"
52925 " <DoubleVectorProperty information_only=\"1\"\n"
52926 " name=\"TimestepValues\"\n"
52927 " repeatable=\"1\">\n"
52928 " <TimeStepsInformationHelper />\n"
52929 " <Documentation>Available timestep values.</Documentation>\n"
52930 " </DoubleVectorProperty>\n"
52931 " <StringVectorProperty information_only=\"1\"\n"
52932 " name=\"CellArrayInfo\">\n"
52933 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
52934 " </StringVectorProperty>\n"
52935 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
52936 " element_types=\"2 0\"\n"
52937 " information_property=\"CellArrayInfo\"\n"
52938 " label=\"Cell Arrays\"\n"
52939 " name=\"CellArrayStatus\"\n"
52940 " number_of_elements=\"0\"\n"
52941 " number_of_elements_per_command=\"2\"\n"
52942 " repeat_command=\"1\">\n"
52943 " <ArraySelectionDomain name=\"array_list\">\n"
52944 " <RequiredProperties>\n"
52945 " <Property function=\"ArrayList\"\n"
52946 " name=\"CellArrayInfo\" />\n"
52947 " </RequiredProperties>\n"
52948 " </ArraySelectionDomain>\n"
52949 " <Documentation>This property lists which cell-centered arrays to\n"
52950 " read.</Documentation>\n"
52951 " </StringVectorProperty>\n"
52952 " <StringVectorProperty information_only=\"1\"\n"
52953 " name=\"PointArrayInfo\">\n"
52954 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
52955 " </StringVectorProperty>\n"
52956 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
52957 " element_types=\"2 0\"\n"
52958 " information_property=\"PointArrayInfo\"\n"
52959 " label=\"Point Arrays\"\n"
52960 " name=\"PointArrayStatus\"\n"
52961 " number_of_elements=\"0\"\n"
52962 " number_of_elements_per_command=\"2\"\n"
52963 " repeat_command=\"1\">\n"
52964 " <ArraySelectionDomain name=\"array_list\">\n"
52965 " <RequiredProperties>\n"
52966 " <Property function=\"ArrayList\"\n"
52967 " name=\"PointArrayInfo\" />\n"
52968 " </RequiredProperties>\n"
52969 " </ArraySelectionDomain>\n"
52970 " <Documentation>This property lists which point-centered arrays to\n"
52971 " read.</Documentation>\n"
52972 " </StringVectorProperty>\n"
52973 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
52974 " command=\"GetTimeDataStringArray\"\n"
52975 " information_only=\"1\"\n"
52976 " si_class=\"vtkSIDataArrayProperty\" />\n"
52977 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
52978 " element_types=\"str\"\n"
52979 " information_property=\"TimeArrayInfo\"\n"
52980 " label=\"Time Array\"\n"
52981 " default_values=\"TimeValue\"\n"
52982 " name=\"TimeArray\"\n"
52983 " number_of_elements=\"1\">\n"
52984 " <StringListDomain name=\"array_list\"\n"
52985 " none_string=\"None\" >\n"
52986 " <RequiredProperties>\n"
52987 " <Property function=\"ArrayList\"\n"
52988 " name=\"TimeArrayInfo\" />\n"
52989 " </RequiredProperties>\n"
52990 " </StringListDomain>\n"
52991 " <Documentation>This property sets which field data to use as time arrays to\n"
52992 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
52993 " </StringVectorProperty>\n"
52994 "\n"
52995 " <!-- End XMLPolyDataReaderCore -->\n"
52996 " </Proxy>\n"
52997 "\n"
52998 " <!-- ================================================================== -->\n"
52999 " <Proxy class=\"vtkXMLTableReader\"\n"
53000 " label=\"XML Table Reader\"\n"
53001 " name=\"XMLTableReaderCore\">\n"
53002 " <Documentation long_help=\"Reads serial VTK XML table files.\"\n"
53003 " short_help=\"Read VTK XML table files.\">The XML table\n"
53004 " reader reads the VTK XML table file format. The\n"
53005 " standard extension is .vtt.</Documentation>\n"
53006 " <StringVectorProperty animateable=\"0\"\n"
53007 " command=\"SetFileName\"\n"
53008 " name=\"FileName\"\n"
53009 " number_of_elements=\"1\"\n"
53010 " panel_visibility=\"never\">\n"
53011 " <FileListDomain name=\"files\" />\n"
53012 " <Documentation>This property specifies the file name for the VTK XML\n"
53013 " table reader.</Documentation>\n"
53014 " </StringVectorProperty>\n"
53015 " <DoubleVectorProperty information_only=\"1\"\n"
53016 " name=\"TimestepValues\"\n"
53017 " repeatable=\"1\">\n"
53018 " <TimeStepsInformationHelper />\n"
53019 " <Documentation>Available timestep values.</Documentation>\n"
53020 " </DoubleVectorProperty>\n"
53021 " <StringVectorProperty information_only=\"1\"\n"
53022 " name=\"ColumnArrayInfo\">\n"
53023 " <ArraySelectionInformationHelper attribute_name=\"Column\" />\n"
53024 " </StringVectorProperty>\n"
53025 " <StringVectorProperty command=\"SetColumnArrayStatus\"\n"
53026 " element_types=\"2 0\"\n"
53027 " information_property=\"ColumnArrayInfo\"\n"
53028 " label=\"Column Arrays\"\n"
53029 " name=\"ColumnArrayStatus\"\n"
53030 " number_of_elements=\"0\"\n"
53031 " number_of_elements_per_command=\"2\"\n"
53032 " repeat_command=\"1\">\n"
53033 " <ArraySelectionDomain name=\"array_list\">\n"
53034 " <RequiredProperties>\n"
53035 " <Property function=\"ArrayList\"\n"
53036 " name=\"ColumnArrayInfo\" />\n"
53037 " </RequiredProperties>\n"
53038 " </ArraySelectionDomain>\n"
53039 " <Documentation>This property lists which columns to\n"
53040 " read.</Documentation>\n"
53041 " </StringVectorProperty>\n"
53042 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53043 " command=\"GetTimeDataStringArray\"\n"
53044 " information_only=\"1\"\n"
53045 " si_class=\"vtkSIDataArrayProperty\" />\n"
53046 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53047 " element_types=\"str\"\n"
53048 " information_property=\"TimeArrayInfo\"\n"
53049 " label=\"Time Array\"\n"
53050 " default_values=\"TimeValue\"\n"
53051 " name=\"TimeArray\"\n"
53052 " number_of_elements=\"1\">\n"
53053 " <StringListDomain name=\"array_list\"\n"
53054 " none_string=\"None\" >\n"
53055 " <RequiredProperties>\n"
53056 " <Property function=\"ArrayList\"\n"
53057 " name=\"TimeArrayInfo\" />\n"
53058 " </RequiredProperties>\n"
53059 " </StringListDomain>\n"
53060 " <Documentation>This property sets which field data to use as time arrays to\n"
53061 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53062 " </StringVectorProperty>\n"
53063 "\n"
53064 " <!-- End XMLTableReaderCore -->\n"
53065 " </Proxy>\n"
53066 "\n"
53067 " <!-- ================================================================== -->\n"
53068 " <Proxy class=\"vtkXMLUnstructuredGridReader\"\n"
53069 " label=\"XML Unstructured Grid reader\"\n"
53070 " name=\"XMLUnstructuredGridReaderCore\">\n"
53071 " <Documentation long_help=\"Reads serial VTK XML unstructured grid data files.\"\n"
53072 " short_help=\"Read VTK XML unstructured grid data files.\">\n"
53073 " The XML Unstructured Grid reader reads the VTK XML\n"
53074 " unstructured grid data file format. The standard extension\n"
53075 " is .vtu.</Documentation>\n"
53076 " <StringVectorProperty animateable=\"0\"\n"
53077 " command=\"SetFileName\"\n"
53078 " name=\"FileName\"\n"
53079 " number_of_elements=\"1\"\n"
53080 " panel_visibility=\"never\">\n"
53081 " <FileListDomain name=\"files\" />\n"
53082 " <Documentation>This property specifies the file name for the VTK XML\n"
53083 " unstructured grid reader.</Documentation>\n"
53084 " </StringVectorProperty>\n"
53085 " <DoubleVectorProperty information_only=\"1\"\n"
53086 " name=\"TimestepValues\"\n"
53087 " repeatable=\"1\">\n"
53088 " <TimeStepsInformationHelper />\n"
53089 " <Documentation>Available timestep values.</Documentation>\n"
53090 " </DoubleVectorProperty>\n"
53091 " <StringVectorProperty information_only=\"1\"\n"
53092 " name=\"CellArrayInfo\">\n"
53093 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
53094 " </StringVectorProperty>\n"
53095 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
53096 " element_types=\"2 0\"\n"
53097 " information_property=\"CellArrayInfo\"\n"
53098 " label=\"Cell Arrays\"\n"
53099 " name=\"CellArrayStatus\"\n"
53100 " number_of_elements=\"0\"\n"
53101 " number_of_elements_per_command=\"2\"\n"
53102 " repeat_command=\"1\">\n"
53103 " <ArraySelectionDomain name=\"array_list\">\n"
53104 " <RequiredProperties>\n"
53105 " <Property function=\"ArrayList\"\n"
53106 " name=\"CellArrayInfo\" />\n"
53107 " </RequiredProperties>\n"
53108 " </ArraySelectionDomain>\n"
53109 " <Documentation>This property lists which cell-centered arrays to\n"
53110 " read.</Documentation>\n"
53111 " </StringVectorProperty>\n"
53112 " <StringVectorProperty information_only=\"1\"\n"
53113 " name=\"PointArrayInfo\">\n"
53114 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
53115 " </StringVectorProperty>\n"
53116 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
53117 " element_types=\"2 0\"\n"
53118 " information_property=\"PointArrayInfo\"\n"
53119 " label=\"Point Arrays\"\n"
53120 " name=\"PointArrayStatus\"\n"
53121 " number_of_elements=\"0\"\n"
53122 " number_of_elements_per_command=\"2\"\n"
53123 " repeat_command=\"1\">\n"
53124 " <ArraySelectionDomain name=\"array_list\">\n"
53125 " <RequiredProperties>\n"
53126 " <Property function=\"ArrayList\"\n"
53127 " name=\"PointArrayInfo\" />\n"
53128 " </RequiredProperties>\n"
53129 " </ArraySelectionDomain>\n"
53130 " <Documentation>This property lists which point-centered arrays to\n"
53131 " read.</Documentation>\n"
53132 " </StringVectorProperty>\n"
53133 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53134 " command=\"GetTimeDataStringArray\"\n"
53135 " information_only=\"1\"\n"
53136 " si_class=\"vtkSIDataArrayProperty\" />\n"
53137 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53138 " element_types=\"str\"\n"
53139 " information_property=\"TimeArrayInfo\"\n"
53140 " label=\"Time Array\"\n"
53141 " default_values=\"TimeValue\"\n"
53142 " name=\"TimeArray\"\n"
53143 " number_of_elements=\"1\">\n"
53144 " <StringListDomain name=\"array_list\"\n"
53145 " none_string=\"None\" >\n"
53146 " <RequiredProperties>\n"
53147 " <Property function=\"ArrayList\"\n"
53148 " name=\"TimeArrayInfo\" />\n"
53149 " </RequiredProperties>\n"
53150 " </StringListDomain>\n"
53151 " <Documentation>This property sets which field data to use as time arrays to\n"
53152 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53153 " </StringVectorProperty>\n"
53154 "\n"
53155 " <!-- End XMLUnstructuredGridReaderCore -->\n"
53156 " </Proxy>\n"
53157 "\n"
53158 " <!-- ================================================================== -->\n"
53159 " <Proxy class=\"vtkXMLImageDataReader\"\n"
53160 " label=\"XML Image Data Reader\"\n"
53161 " name=\"XMLImageDataReaderCore\">\n"
53162 " <Documentation long_help=\"Reads serial VTK XML image data files.\"\n"
53163 " short_help=\"Read VTK XML image data files.\">The XML Image\n"
53164 " Data reader reads the VTK XML image data file format. The\n"
53165 " standard extension is .vti.</Documentation>\n"
53166 " <StringVectorProperty animateable=\"0\"\n"
53167 " command=\"SetFileName\"\n"
53168 " name=\"FileName\"\n"
53169 " number_of_elements=\"1\"\n"
53170 " panel_visibility=\"never\">\n"
53171 " <FileListDomain name=\"files\" />\n"
53172 " <Documentation>This property specifies the file name for the VTK XML\n"
53173 " uniform rectilinear (image/volume) data reader.</Documentation>\n"
53174 " </StringVectorProperty>\n"
53175 " <DoubleVectorProperty information_only=\"1\"\n"
53176 " name=\"TimestepValues\"\n"
53177 " repeatable=\"1\">\n"
53178 " <TimeStepsInformationHelper />\n"
53179 " <Documentation>Available timestep values.</Documentation>\n"
53180 " </DoubleVectorProperty>\n"
53181 " <StringVectorProperty information_only=\"1\"\n"
53182 " name=\"CellArrayInfo\">\n"
53183 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
53184 " </StringVectorProperty>\n"
53185 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
53186 " element_types=\"2 0\"\n"
53187 " information_property=\"CellArrayInfo\"\n"
53188 " label=\"Cell Arrays\"\n"
53189 " name=\"CellArrayStatus\"\n"
53190 " number_of_elements=\"0\"\n"
53191 " number_of_elements_per_command=\"2\"\n"
53192 " repeat_command=\"1\">\n"
53193 " <ArraySelectionDomain name=\"array_list\">\n"
53194 " <RequiredProperties>\n"
53195 " <Property function=\"ArrayList\"\n"
53196 " name=\"CellArrayInfo\" />\n"
53197 " </RequiredProperties>\n"
53198 " </ArraySelectionDomain>\n"
53199 " <Documentation>This property lists which cell-centered arrays to\n"
53200 " read.</Documentation>\n"
53201 " </StringVectorProperty>\n"
53202 " <StringVectorProperty information_only=\"1\"\n"
53203 " name=\"PointArrayInfo\">\n"
53204 ;
53205 
53206 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioxml.xml
53208 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
53209 " </StringVectorProperty>\n"
53210 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
53211 " element_types=\"2 0\"\n"
53212 " information_property=\"PointArrayInfo\"\n"
53213 " label=\"Point Arrays\"\n"
53214 " name=\"PointArrayStatus\"\n"
53215 " number_of_elements=\"0\"\n"
53216 " number_of_elements_per_command=\"2\"\n"
53217 " repeat_command=\"1\">\n"
53218 " <ArraySelectionDomain name=\"array_list\">\n"
53219 " <RequiredProperties>\n"
53220 " <Property function=\"ArrayList\"\n"
53221 " name=\"PointArrayInfo\" />\n"
53222 " </RequiredProperties>\n"
53223 " </ArraySelectionDomain>\n"
53224 " <Documentation>This property lists which point-centered arrays to\n"
53225 " read.</Documentation>\n"
53226 " </StringVectorProperty>\n"
53227 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53228 " command=\"GetTimeDataStringArray\"\n"
53229 " information_only=\"1\"\n"
53230 " si_class=\"vtkSIDataArrayProperty\" />\n"
53231 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53232 " element_types=\"str\"\n"
53233 " information_property=\"TimeArrayInfo\"\n"
53234 " label=\"Time Array\"\n"
53235 " default_values=\"TimeValue\"\n"
53236 " name=\"TimeArray\"\n"
53237 " number_of_elements=\"1\">\n"
53238 " <StringListDomain name=\"array_list\"\n"
53239 " none_string=\"None\" >\n"
53240 " <RequiredProperties>\n"
53241 " <Property function=\"ArrayList\"\n"
53242 " name=\"TimeArrayInfo\" />\n"
53243 " </RequiredProperties>\n"
53244 " </StringListDomain>\n"
53245 " <Documentation>This property sets which field data to use as time arrays to\n"
53246 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53247 " </StringVectorProperty>\n"
53248 "\n"
53249 " <!-- End XMLImageDataReaderCore -->\n"
53250 " </Proxy>\n"
53251 "\n"
53252 " <!-- ================================================================== -->\n"
53253 " <Proxy class=\"vtkXMLStructuredGridReader\"\n"
53254 " label=\"XML Structured Grid Reader\"\n"
53255 " name=\"XMLStructuredGridReaderCore\">\n"
53256 " <Documentation long_help=\"Reads serial VTK XML structured grid data files.\"\n"
53257 " short_help=\"Read VTK XML structured grid data files.\">The\n"
53258 " XML Structured Grid reader reads the VTK XML structured\n"
53259 " grid data file format. The standard extension is\n"
53260 " .vts.</Documentation>\n"
53261 " <StringVectorProperty animateable=\"0\"\n"
53262 " command=\"SetFileName\"\n"
53263 " name=\"FileName\"\n"
53264 " number_of_elements=\"1\"\n"
53265 " panel_visibility=\"never\">\n"
53266 " <FileListDomain name=\"files\" />\n"
53267 " <Documentation>This property specifies the file name for the VTK XML\n"
53268 " structured grid reader.</Documentation>\n"
53269 " </StringVectorProperty>\n"
53270 " <DoubleVectorProperty information_only=\"1\"\n"
53271 " name=\"TimestepValues\"\n"
53272 " repeatable=\"1\">\n"
53273 " <TimeStepsInformationHelper />\n"
53274 " <Documentation>Available timestep values.</Documentation>\n"
53275 " </DoubleVectorProperty>\n"
53276 " <StringVectorProperty information_only=\"1\"\n"
53277 " name=\"CellArrayInfo\">\n"
53278 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
53279 " </StringVectorProperty>\n"
53280 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
53281 " element_types=\"2 0\"\n"
53282 " information_property=\"CellArrayInfo\"\n"
53283 " label=\"Cell Arrays\"\n"
53284 " name=\"CellArrayStatus\"\n"
53285 " number_of_elements=\"0\"\n"
53286 " number_of_elements_per_command=\"2\"\n"
53287 " repeat_command=\"1\">\n"
53288 " <ArraySelectionDomain name=\"array_list\">\n"
53289 " <RequiredProperties>\n"
53290 " <Property function=\"ArrayList\"\n"
53291 " name=\"CellArrayInfo\" />\n"
53292 " </RequiredProperties>\n"
53293 " </ArraySelectionDomain>\n"
53294 " <Documentation>This property lists which cell-centered arrays to\n"
53295 " read.</Documentation>\n"
53296 " </StringVectorProperty>\n"
53297 " <StringVectorProperty information_only=\"1\"\n"
53298 " name=\"PointArrayInfo\">\n"
53299 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
53300 " </StringVectorProperty>\n"
53301 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
53302 " element_types=\"2 0\"\n"
53303 " information_property=\"PointArrayInfo\"\n"
53304 " label=\"Point Arrays\"\n"
53305 " name=\"PointArrayStatus\"\n"
53306 " number_of_elements=\"0\"\n"
53307 " number_of_elements_per_command=\"2\"\n"
53308 " repeat_command=\"1\">\n"
53309 " <ArraySelectionDomain name=\"array_list\">\n"
53310 " <RequiredProperties>\n"
53311 " <Property function=\"ArrayList\"\n"
53312 " name=\"PointArrayInfo\" />\n"
53313 " </RequiredProperties>\n"
53314 " </ArraySelectionDomain>\n"
53315 " <Documentation>This property lists which point-centered arrays to\n"
53316 " read.</Documentation>\n"
53317 " </StringVectorProperty>\n"
53318 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53319 " command=\"GetTimeDataStringArray\"\n"
53320 " information_only=\"1\"\n"
53321 " si_class=\"vtkSIDataArrayProperty\" />\n"
53322 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53323 " element_types=\"str\"\n"
53324 " information_property=\"TimeArrayInfo\"\n"
53325 " label=\"Time Array\"\n"
53326 " default_values=\"TimeValue\"\n"
53327 " name=\"TimeArray\"\n"
53328 " number_of_elements=\"1\">\n"
53329 " <StringListDomain name=\"array_list\"\n"
53330 " none_string=\"None\" >\n"
53331 " <RequiredProperties>\n"
53332 " <Property function=\"ArrayList\"\n"
53333 " name=\"TimeArrayInfo\" />\n"
53334 " </RequiredProperties>\n"
53335 " </StringListDomain>\n"
53336 " <Documentation>This property sets which field data to use as time arrays to\n"
53337 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53338 " </StringVectorProperty>\n"
53339 "\n"
53340 " <!-- End XMLStructuredGridReaderCore -->\n"
53341 " </Proxy>\n"
53342 "\n"
53343 " <!-- ================================================================== -->\n"
53344 " <Proxy class=\"vtkXMLRectilinearGridReader\"\n"
53345 " label=\"XML Rectilinear Grid Reader\"\n"
53346 " name=\"XMLRectilinearGridReaderCore\">\n"
53347 " <Documentation long_help=\"Reads serial VTK XML rectilinear grid data files.\"\n"
53348 " short_help=\"Read VTK XML rectilinear grid data files.\">The\n"
53349 " XML Rectilinear Grid reader reads the VTK XML rectilinear\n"
53350 " grid data file format. The standard extension is\n"
53351 " .vtr.</Documentation>\n"
53352 " <StringVectorProperty animateable=\"0\"\n"
53353 " command=\"SetFileName\"\n"
53354 " name=\"FileName\"\n"
53355 " number_of_elements=\"1\"\n"
53356 " panel_visibility=\"never\">\n"
53357 " <FileListDomain name=\"files\" />\n"
53358 " <Documentation>This property specifies the file name for the VTK XML\n"
53359 " non-uniform rectilinear grid reader.</Documentation>\n"
53360 " </StringVectorProperty>\n"
53361 " <DoubleVectorProperty information_only=\"1\"\n"
53362 " name=\"TimestepValues\"\n"
53363 " repeatable=\"1\">\n"
53364 " <TimeStepsInformationHelper />\n"
53365 " <Documentation>Available timestep values.</Documentation>\n"
53366 " </DoubleVectorProperty>\n"
53367 " <StringVectorProperty information_only=\"1\"\n"
53368 " name=\"CellArrayInfo\">\n"
53369 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
53370 " </StringVectorProperty>\n"
53371 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
53372 " element_types=\"2 0\"\n"
53373 " information_property=\"CellArrayInfo\"\n"
53374 " label=\"Cell Arrays\"\n"
53375 " name=\"CellArrayStatus\"\n"
53376 " number_of_elements=\"0\"\n"
53377 " number_of_elements_per_command=\"2\"\n"
53378 " repeat_command=\"1\">\n"
53379 " <ArraySelectionDomain name=\"array_list\">\n"
53380 " <RequiredProperties>\n"
53381 " <Property function=\"ArrayList\"\n"
53382 " name=\"CellArrayInfo\" />\n"
53383 " </RequiredProperties>\n"
53384 " </ArraySelectionDomain>\n"
53385 " <Documentation>This property lists which cell-centered arrays to\n"
53386 " read.</Documentation>\n"
53387 " </StringVectorProperty>\n"
53388 " <StringVectorProperty information_only=\"1\"\n"
53389 " name=\"PointArrayInfo\">\n"
53390 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
53391 " </StringVectorProperty>\n"
53392 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
53393 " element_types=\"2 0\"\n"
53394 " information_property=\"PointArrayInfo\"\n"
53395 " label=\"Point Arrays\"\n"
53396 " name=\"PointArrayStatus\"\n"
53397 " number_of_elements=\"0\"\n"
53398 " number_of_elements_per_command=\"2\"\n"
53399 " repeat_command=\"1\">\n"
53400 " <ArraySelectionDomain name=\"array_list\">\n"
53401 " <RequiredProperties>\n"
53402 " <Property function=\"ArrayList\"\n"
53403 " name=\"PointArrayInfo\" />\n"
53404 " </RequiredProperties>\n"
53405 " </ArraySelectionDomain>\n"
53406 " <Documentation>This property lists which point-centered arrays to\n"
53407 " read.</Documentation>\n"
53408 " </StringVectorProperty>\n"
53409 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53410 " command=\"GetTimeDataStringArray\"\n"
53411 " information_only=\"1\"\n"
53412 " si_class=\"vtkSIDataArrayProperty\" />\n"
53413 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53414 " element_types=\"str\"\n"
53415 " information_property=\"TimeArrayInfo\"\n"
53416 " label=\"Time Array\"\n"
53417 " default_values=\"TimeValue\"\n"
53418 " name=\"TimeArray\"\n"
53419 " number_of_elements=\"1\">\n"
53420 " <StringListDomain name=\"array_list\"\n"
53421 " none_string=\"None\" >\n"
53422 " <RequiredProperties>\n"
53423 " <Property function=\"ArrayList\"\n"
53424 " name=\"TimeArrayInfo\" />\n"
53425 " </RequiredProperties>\n"
53426 " </StringListDomain>\n"
53427 " <Documentation>This property sets which field data to use as time arrays to\n"
53428 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53429 " </StringVectorProperty>\n"
53430 "\n"
53431 " <!-- End XMLRectilinearGridReaderCore -->\n"
53432 " </Proxy>\n"
53433 "\n"
53434 " <!-- ================================================================== -->\n"
53435 " <Proxy class=\"vtkXMLPPolyDataReader\"\n"
53436 " label=\"XML Partitioned Polydata Reader\"\n"
53437 " name=\"XMLPPolyDataReaderCore\">\n"
53438 " <Documentation long_help=\"Reads the summary file and the associated VTK XML polydata files.\"\n"
53439 " short_help=\"Read partitioned VTK XML polydata files.\">The\n"
53440 " XML Partitioned Polydata reader reads the partitioned VTK\n"
53441 " polydata file format. It reads the partitioned format's\n"
53442 " summary file and then the associated VTK XML polydata\n"
53443 " files. The expected file extension is\n"
53444 " .pvtp.</Documentation>\n"
53445 " <StringVectorProperty animateable=\"0\"\n"
53446 " command=\"SetFileName\"\n"
53447 " name=\"FileName\"\n"
53448 " number_of_elements=\"1\"\n"
53449 " panel_visibility=\"never\">\n"
53450 " <FileListDomain name=\"files\" />\n"
53451 " <Documentation>This property specifies the file name for the\n"
53452 " partitioned VTK XML polygonal dataset reader.</Documentation>\n"
53453 " </StringVectorProperty>\n"
53454 " <StringVectorProperty information_only=\"1\"\n"
53455 " name=\"CellArrayInfo\">\n"
53456 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
53457 " </StringVectorProperty>\n"
53458 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
53459 " element_types=\"2 0\"\n"
53460 " information_property=\"CellArrayInfo\"\n"
53461 " label=\"Cell Arrays\"\n"
53462 " name=\"CellArrayStatus\"\n"
53463 " number_of_elements=\"0\"\n"
53464 " number_of_elements_per_command=\"2\"\n"
53465 " repeat_command=\"1\">\n"
53466 " <ArraySelectionDomain name=\"array_list\">\n"
53467 " <RequiredProperties>\n"
53468 " <Property function=\"ArrayList\"\n"
53469 " name=\"CellArrayInfo\" />\n"
53470 " </RequiredProperties>\n"
53471 " </ArraySelectionDomain>\n"
53472 " <Documentation>This property lists which cell-centered arrays to\n"
53473 " read.</Documentation>\n"
53474 " </StringVectorProperty>\n"
53475 " <StringVectorProperty information_only=\"1\"\n"
53476 " name=\"PointArrayInfo\">\n"
53477 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
53478 " </StringVectorProperty>\n"
53479 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
53480 " element_types=\"2 0\"\n"
53481 " information_property=\"PointArrayInfo\"\n"
53482 " label=\"Point Arrays\"\n"
53483 " name=\"PointArrayStatus\"\n"
53484 " number_of_elements=\"0\"\n"
53485 " number_of_elements_per_command=\"2\"\n"
53486 " repeat_command=\"1\">\n"
53487 " <ArraySelectionDomain name=\"array_list\">\n"
53488 " <RequiredProperties>\n"
53489 " <Property function=\"ArrayList\"\n"
53490 " name=\"PointArrayInfo\" />\n"
53491 " </RequiredProperties>\n"
53492 " </ArraySelectionDomain>\n"
53493 " <Documentation>This property lists which point-centered arrays to\n"
53494 " read.</Documentation>\n"
53495 " </StringVectorProperty>\n"
53496 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53497 " command=\"GetTimeDataStringArray\"\n"
53498 " information_only=\"1\"\n"
53499 " si_class=\"vtkSIDataArrayProperty\" />\n"
53500 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53501 " element_types=\"str\"\n"
53502 " information_property=\"TimeArrayInfo\"\n"
53503 " label=\"Time Array\"\n"
53504 " default_values=\"TimeValue\"\n"
53505 " name=\"TimeArray\"\n"
53506 ;
53507 
53508 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioxml.xml
53510 " number_of_elements=\"1\">\n"
53511 " <StringListDomain name=\"array_list\"\n"
53512 " none_string=\"None\" >\n"
53513 " <RequiredProperties>\n"
53514 " <Property function=\"ArrayList\"\n"
53515 " name=\"TimeArrayInfo\" />\n"
53516 " </RequiredProperties>\n"
53517 " </StringListDomain>\n"
53518 " <Documentation>This property sets which field data to use as time arrays to\n"
53519 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53520 " </StringVectorProperty>\n"
53521 "\n"
53522 " <!-- End XMLPPolyDataReaderCore -->\n"
53523 " </Proxy>\n"
53524 "\n"
53525 " <!-- ================================================================== -->\n"
53526 " <Proxy class=\"vtkXMLPUnstructuredGridReader\"\n"
53527 " label=\"XML Partitioned Unstructured Grid Reader\"\n"
53528 " name=\"XMLPUnstructuredGridReaderCore\">\n"
53529 " <Documentation long_help=\"Reads the summary file and the associated VTK XML unstructured grid files.\"\n"
53530 " short_help=\"Read partitioned VTK XML unstructured grid files.\">\n"
53531 " The XML Partitioned Unstructured Grid reader reads the\n"
53532 " partitioned VTK unstructured grid data file format. It\n"
53533 " reads the partitioned format's summary file and then the\n"
53534 " associated VTK XML unstructured grid data files. The\n"
53535 " expected file extension is .pvtu.</Documentation>\n"
53536 " <StringVectorProperty animateable=\"0\"\n"
53537 " command=\"SetFileName\"\n"
53538 " name=\"FileName\"\n"
53539 " number_of_elements=\"1\"\n"
53540 " panel_visibility=\"never\">\n"
53541 " <FileListDomain name=\"files\" />\n"
53542 " <Documentation>This property specifies the file name for the\n"
53543 " partitioned VTK XML unstructured grid reader.</Documentation>\n"
53544 " </StringVectorProperty>\n"
53545 " <StringVectorProperty information_only=\"1\"\n"
53546 " name=\"CellArrayInfo\">\n"
53547 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
53548 " </StringVectorProperty>\n"
53549 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
53550 " element_types=\"2 0\"\n"
53551 " information_property=\"CellArrayInfo\"\n"
53552 " label=\"Cell Arrays\"\n"
53553 " name=\"CellArrayStatus\"\n"
53554 " number_of_elements=\"0\"\n"
53555 " number_of_elements_per_command=\"2\"\n"
53556 " repeat_command=\"1\">\n"
53557 " <ArraySelectionDomain name=\"array_list\">\n"
53558 " <RequiredProperties>\n"
53559 " <Property function=\"ArrayList\"\n"
53560 " name=\"CellArrayInfo\" />\n"
53561 " </RequiredProperties>\n"
53562 " </ArraySelectionDomain>\n"
53563 " <Documentation>This property lists which cell-centered arrays to\n"
53564 " read.</Documentation>\n"
53565 " </StringVectorProperty>\n"
53566 " <StringVectorProperty information_only=\"1\"\n"
53567 " name=\"PointArrayInfo\">\n"
53568 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
53569 " </StringVectorProperty>\n"
53570 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
53571 " element_types=\"2 0\"\n"
53572 " information_property=\"PointArrayInfo\"\n"
53573 " label=\"Point Arrays\"\n"
53574 " name=\"PointArrayStatus\"\n"
53575 " number_of_elements=\"0\"\n"
53576 " number_of_elements_per_command=\"2\"\n"
53577 " repeat_command=\"1\">\n"
53578 " <ArraySelectionDomain name=\"array_list\">\n"
53579 " <RequiredProperties>\n"
53580 " <Property function=\"ArrayList\"\n"
53581 " name=\"PointArrayInfo\" />\n"
53582 " </RequiredProperties>\n"
53583 " </ArraySelectionDomain>\n"
53584 " <Documentation>This property lists which point-centered arrays to\n"
53585 " read.</Documentation>\n"
53586 " </StringVectorProperty>\n"
53587 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53588 " command=\"GetTimeDataStringArray\"\n"
53589 " information_only=\"1\"\n"
53590 " si_class=\"vtkSIDataArrayProperty\" />\n"
53591 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53592 " element_types=\"str\"\n"
53593 " information_property=\"TimeArrayInfo\"\n"
53594 " label=\"Time Array\"\n"
53595 " default_values=\"TimeValue\"\n"
53596 " name=\"TimeArray\"\n"
53597 " number_of_elements=\"1\">\n"
53598 " <StringListDomain name=\"array_list\"\n"
53599 " none_string=\"None\" >\n"
53600 " <RequiredProperties>\n"
53601 " <Property function=\"ArrayList\"\n"
53602 " name=\"TimeArrayInfo\" />\n"
53603 " </RequiredProperties>\n"
53604 " </StringListDomain>\n"
53605 " <Documentation>This property sets which field data to use as time arrays to\n"
53606 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53607 " </StringVectorProperty>\n"
53608 "\n"
53609 " <!-- End vtkXMLPUnstructuredGridReader -->\n"
53610 " </Proxy>\n"
53611 "\n"
53612 " <!-- ================================================================== -->\n"
53613 " <Proxy class=\"vtkXMLPTableReader\"\n"
53614 " label=\"XML Partitioned Table Reader\"\n"
53615 " name=\"XMLPTableReaderCore\">\n"
53616 " <Documentation long_help=\"Reads the summary file and the associated VTK XML table files.\"\n"
53617 " short_help=\"Read partitioned VTK XML table files.\">\n"
53618 " The XML Partitioned Table reader reads the\n"
53619 " partitioned VTK table data file format. It\n"
53620 " reads the partitioned format's summary file and then the\n"
53621 " associated VTK XML table data files. The\n"
53622 " expected file extension is .pvtt.</Documentation>\n"
53623 " <StringVectorProperty animateable=\"0\"\n"
53624 " command=\"SetFileName\"\n"
53625 " name=\"FileName\"\n"
53626 " number_of_elements=\"1\"\n"
53627 " panel_visibility=\"never\">\n"
53628 " <FileListDomain name=\"files\" />\n"
53629 " <Documentation>This property specifies the file name for the\n"
53630 " partitioned VTK XML table reader.</Documentation>\n"
53631 " </StringVectorProperty>\n"
53632 " <StringVectorProperty information_only=\"1\"\n"
53633 " name=\"ColumnArrayInfo\">\n"
53634 " <ArraySelectionInformationHelper attribute_name=\"Column\" />\n"
53635 " </StringVectorProperty>\n"
53636 " <StringVectorProperty command=\"SetColumnArrayStatus\"\n"
53637 " element_types=\"2 0\"\n"
53638 " information_property=\"ColumnArrayInfo\"\n"
53639 " label=\"Columns\"\n"
53640 " name=\"ColumnArrayStatus\"\n"
53641 " number_of_elements=\"0\"\n"
53642 " number_of_elements_per_command=\"2\"\n"
53643 " repeat_command=\"1\">\n"
53644 " <ArraySelectionDomain name=\"array_list\">\n"
53645 " <RequiredProperties>\n"
53646 " <Property function=\"ArrayList\"\n"
53647 " name=\"ColumnArrayInfo\" />\n"
53648 " </RequiredProperties>\n"
53649 " </ArraySelectionDomain>\n"
53650 " <Documentation>This property lists which columns to\n"
53651 " read.</Documentation>\n"
53652 " </StringVectorProperty>\n"
53653 " <StringVectorProperty information_only=\"1\"\n"
53654 " name=\"PointArrayInfo\">\n"
53655 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
53656 " </StringVectorProperty>\n"
53657 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53658 " command=\"GetTimeDataStringArray\"\n"
53659 " information_only=\"1\"\n"
53660 " si_class=\"vtkSIDataArrayProperty\" />\n"
53661 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53662 " element_types=\"str\"\n"
53663 " information_property=\"TimeArrayInfo\"\n"
53664 " label=\"Time Array\"\n"
53665 " default_values=\"TimeValue\"\n"
53666 " name=\"TimeArray\"\n"
53667 " number_of_elements=\"1\">\n"
53668 " <StringListDomain name=\"array_list\"\n"
53669 " none_string=\"None\" >\n"
53670 " <RequiredProperties>\n"
53671 " <Property function=\"ArrayList\"\n"
53672 " name=\"TimeArrayInfo\" />\n"
53673 " </RequiredProperties>\n"
53674 " </StringListDomain>\n"
53675 " <Documentation>This property sets which field data to use as time arrays to\n"
53676 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53677 " </StringVectorProperty>\n"
53678 "\n"
53679 " <!-- End XMLPTableReaderCore -->\n"
53680 " </Proxy>\n"
53681 "\n"
53682 " <!-- ================================================================== -->\n"
53683 " <Proxy class=\"vtkXMLPImageDataReader\"\n"
53684 " label=\"XML Partitioned Image Data Reader\"\n"
53685 " name=\"XMLPImageDataReaderCore\">\n"
53686 " <Documentation long_help=\"Reads the summary file and the associated VTK XML image data files.\"\n"
53687 " short_help=\"Read partitioned VTK XML image data files.\">\n"
53688 " The XML Partitioned Image Data reader reads the\n"
53689 " partitioned VTK image data file format. It reads the\n"
53690 " partitioned format's summary file and then the associated\n"
53691 " VTK XML image data files. The expected file extension is\n"
53692 " .pvti.</Documentation>\n"
53693 " <StringVectorProperty animateable=\"0\"\n"
53694 " command=\"SetFileName\"\n"
53695 " name=\"FileName\"\n"
53696 " number_of_elements=\"1\"\n"
53697 " panel_visibility=\"never\">\n"
53698 " <FileListDomain name=\"files\" />\n"
53699 " <Documentation>This property specifies the file name for the\n"
53700 " partitioned VTK XML uniform rectilinear grid (image/volume)\n"
53701 " reader.</Documentation>\n"
53702 " </StringVectorProperty>\n"
53703 " <StringVectorProperty information_only=\"1\"\n"
53704 " name=\"CellArrayInfo\">\n"
53705 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
53706 " </StringVectorProperty>\n"
53707 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
53708 " element_types=\"2 0\"\n"
53709 " information_property=\"CellArrayInfo\"\n"
53710 " label=\"Cell Arrays\"\n"
53711 " name=\"CellArrayStatus\"\n"
53712 " number_of_elements=\"0\"\n"
53713 " number_of_elements_per_command=\"2\"\n"
53714 " repeat_command=\"1\">\n"
53715 " <ArraySelectionDomain name=\"array_list\">\n"
53716 " <RequiredProperties>\n"
53717 " <Property function=\"ArrayList\"\n"
53718 " name=\"CellArrayInfo\" />\n"
53719 " </RequiredProperties>\n"
53720 " </ArraySelectionDomain>\n"
53721 " <Documentation>This property lists which cell-centered arrays to\n"
53722 " read.</Documentation>\n"
53723 " </StringVectorProperty>\n"
53724 " <StringVectorProperty information_only=\"1\"\n"
53725 " name=\"PointArrayInfo\">\n"
53726 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
53727 " </StringVectorProperty>\n"
53728 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
53729 " element_types=\"2 0\"\n"
53730 " information_property=\"PointArrayInfo\"\n"
53731 " label=\"Point Arrays\"\n"
53732 " name=\"PointArrayStatus\"\n"
53733 " number_of_elements=\"0\"\n"
53734 " number_of_elements_per_command=\"2\"\n"
53735 " repeat_command=\"1\">\n"
53736 " <ArraySelectionDomain name=\"array_list\">\n"
53737 " <RequiredProperties>\n"
53738 " <Property function=\"ArrayList\"\n"
53739 " name=\"PointArrayInfo\" />\n"
53740 " </RequiredProperties>\n"
53741 " </ArraySelectionDomain>\n"
53742 " <Documentation>This property lists which point-centered arrays to\n"
53743 " read.</Documentation>\n"
53744 " </StringVectorProperty>\n"
53745 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53746 " command=\"GetTimeDataStringArray\"\n"
53747 " information_only=\"1\"\n"
53748 " si_class=\"vtkSIDataArrayProperty\" />\n"
53749 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53750 " element_types=\"str\"\n"
53751 " information_property=\"TimeArrayInfo\"\n"
53752 " label=\"Time Array\"\n"
53753 " default_values=\"TimeValue\"\n"
53754 " name=\"TimeArray\"\n"
53755 " number_of_elements=\"1\">\n"
53756 " <StringListDomain name=\"array_list\"\n"
53757 " none_string=\"None\" >\n"
53758 " <RequiredProperties>\n"
53759 " <Property function=\"ArrayList\"\n"
53760 " name=\"TimeArrayInfo\" />\n"
53761 " </RequiredProperties>\n"
53762 " </StringListDomain>\n"
53763 " <Documentation>This property sets which field data to use as time arrays to\n"
53764 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53765 " </StringVectorProperty>\n"
53766 "\n"
53767 " <!-- End XMLPImageDataReaderCore -->\n"
53768 " </Proxy>\n"
53769 "\n"
53770 " <!-- ================================================================== -->\n"
53771 " <Proxy class=\"vtkXMLPStructuredGridReader\"\n"
53772 " label=\"XML Partitioned Structured Grid Reader\"\n"
53773 " name=\"XMLPStructuredGridReaderCore\">\n"
53774 " <Documentation long_help=\"Reads the summary file and the associated VTK XML structured grid files.\"\n"
53775 " short_help=\"Read partitioned VTK XML structured grid files.\">\n"
53776 " The XML Partitioned Structured Grid reader reads the\n"
53777 " partitioned VTK structured grid data file format. It reads\n"
53778 " the partitioned format's summary file and then the\n"
53779 " associated VTK XML structured grid data files. The\n"
53780 " expected file extension is .pvts.</Documentation>\n"
53781 " <StringVectorProperty animateable=\"0\"\n"
53782 " command=\"SetFileName\"\n"
53783 " name=\"FileName\"\n"
53784 " number_of_elements=\"1\"\n"
53785 " panel_visibility=\"never\">\n"
53786 " <FileListDomain name=\"files\" />\n"
53787 " <Documentation>This property specifies the file name for the\n"
53788 " partitioned VTK XML structured grid reader.</Documentation>\n"
53789 " </StringVectorProperty>\n"
53790 " <StringVectorProperty information_only=\"1\"\n"
53791 " name=\"CellArrayInfo\">\n"
53792 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
53793 " </StringVectorProperty>\n"
53794 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
53795 " element_types=\"2 0\"\n"
53796 " information_property=\"CellArrayInfo\"\n"
53797 " label=\"Cell Arrays\"\n"
53798 " name=\"CellArrayStatus\"\n"
53799 " number_of_elements=\"0\"\n"
53800 ;
53801 
53802 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioxml.xml
53804 " number_of_elements_per_command=\"2\"\n"
53805 " repeat_command=\"1\">\n"
53806 " <ArraySelectionDomain name=\"array_list\">\n"
53807 " <RequiredProperties>\n"
53808 " <Property function=\"ArrayList\"\n"
53809 " name=\"CellArrayInfo\" />\n"
53810 " </RequiredProperties>\n"
53811 " </ArraySelectionDomain>\n"
53812 " <Documentation>This property lists which cell-centered arrays to\n"
53813 " read.</Documentation>\n"
53814 " </StringVectorProperty>\n"
53815 " <StringVectorProperty information_only=\"1\"\n"
53816 " name=\"PointArrayInfo\">\n"
53817 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
53818 " </StringVectorProperty>\n"
53819 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
53820 " element_types=\"2 0\"\n"
53821 " information_property=\"PointArrayInfo\"\n"
53822 " label=\"Point Arrays\"\n"
53823 " name=\"PointArrayStatus\"\n"
53824 " number_of_elements=\"0\"\n"
53825 " number_of_elements_per_command=\"2\"\n"
53826 " repeat_command=\"1\">\n"
53827 " <ArraySelectionDomain name=\"array_list\">\n"
53828 " <RequiredProperties>\n"
53829 " <Property function=\"ArrayList\"\n"
53830 " name=\"PointArrayInfo\" />\n"
53831 " </RequiredProperties>\n"
53832 " </ArraySelectionDomain>\n"
53833 " <Documentation>This property lists which point-centered arrays to\n"
53834 " read.</Documentation>\n"
53835 " </StringVectorProperty>\n"
53836 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53837 " command=\"GetTimeDataStringArray\"\n"
53838 " information_only=\"1\"\n"
53839 " si_class=\"vtkSIDataArrayProperty\" />\n"
53840 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53841 " element_types=\"str\"\n"
53842 " information_property=\"TimeArrayInfo\"\n"
53843 " label=\"Time Array\"\n"
53844 " default_values=\"TimeValue\"\n"
53845 " name=\"TimeArray\"\n"
53846 " number_of_elements=\"1\">\n"
53847 " <StringListDomain name=\"array_list\"\n"
53848 " none_string=\"None\" >\n"
53849 " <RequiredProperties>\n"
53850 " <Property function=\"ArrayList\"\n"
53851 " name=\"TimeArrayInfo\" />\n"
53852 " </RequiredProperties>\n"
53853 " </StringListDomain>\n"
53854 " <Documentation>This property sets which field data to use as time arrays to\n"
53855 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53856 " </StringVectorProperty>\n"
53857 "\n"
53858 " <!-- End XMLPStructuredGridReaderCore -->\n"
53859 " </Proxy>\n"
53860 "\n"
53861 " <!-- ================================================================== -->\n"
53862 " <Proxy class=\"vtkXMLPRectilinearGridReader\"\n"
53863 " label=\"XML Partitioned Rectilinear Grid Reader\"\n"
53864 " name=\"XMLPRectilinearGridReaderCore\">\n"
53865 " <Documentation long_help=\"Reads the summary file and the associated VTK XML rectilinear grid files.\"\n"
53866 " short_help=\"Read partitioned VTK XML rectilinear grid files.\">\n"
53867 " The XML Partitioned Rectilinear Grid reader reads the\n"
53868 " partitioned VTK rectilinear grid file format. It reads the\n"
53869 " partitioned format's summary file and then the associated\n"
53870 " VTK XML rectilinear grid files. The expected file\n"
53871 " extension is .pvtr.</Documentation>\n"
53872 " <StringVectorProperty animateable=\"0\"\n"
53873 " command=\"SetFileName\"\n"
53874 " name=\"FileName\"\n"
53875 " number_of_elements=\"1\"\n"
53876 " panel_visibility=\"never\">\n"
53877 " <FileListDomain name=\"files\" />\n"
53878 " <Documentation>This property specifies the file name for the\n"
53879 " partitioned VTK XML non-uniform rectilinear grid\n"
53880 " reader.</Documentation>\n"
53881 " </StringVectorProperty>\n"
53882 " <StringVectorProperty information_only=\"1\"\n"
53883 " name=\"CellArrayInfo\">\n"
53884 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
53885 " </StringVectorProperty>\n"
53886 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
53887 " element_types=\"2 0\"\n"
53888 " information_property=\"CellArrayInfo\"\n"
53889 " label=\"Cell Arrays\"\n"
53890 " name=\"CellArrayStatus\"\n"
53891 " number_of_elements=\"0\"\n"
53892 " number_of_elements_per_command=\"2\"\n"
53893 " repeat_command=\"1\">\n"
53894 " <ArraySelectionDomain name=\"array_list\">\n"
53895 " <RequiredProperties>\n"
53896 " <Property function=\"ArrayList\"\n"
53897 " name=\"CellArrayInfo\" />\n"
53898 " </RequiredProperties>\n"
53899 " </ArraySelectionDomain>\n"
53900 " <Documentation>This property lists which cell-centered arrays to\n"
53901 " read.</Documentation>\n"
53902 " </StringVectorProperty>\n"
53903 " <StringVectorProperty information_only=\"1\"\n"
53904 " name=\"PointArrayInfo\">\n"
53905 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
53906 " </StringVectorProperty>\n"
53907 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
53908 " element_types=\"2 0\"\n"
53909 " information_property=\"PointArrayInfo\"\n"
53910 " label=\"Point Arrays\"\n"
53911 " name=\"PointArrayStatus\"\n"
53912 " number_of_elements=\"0\"\n"
53913 " number_of_elements_per_command=\"2\"\n"
53914 " repeat_command=\"1\">\n"
53915 " <ArraySelectionDomain name=\"array_list\">\n"
53916 " <RequiredProperties>\n"
53917 " <Property function=\"ArrayList\"\n"
53918 " name=\"PointArrayInfo\" />\n"
53919 " </RequiredProperties>\n"
53920 " </ArraySelectionDomain>\n"
53921 " <Documentation>This property lists which point-centered arrays to\n"
53922 " read.</Documentation>\n"
53923 " </StringVectorProperty>\n"
53924 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53925 " command=\"GetTimeDataStringArray\"\n"
53926 " information_only=\"1\"\n"
53927 " si_class=\"vtkSIDataArrayProperty\" />\n"
53928 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53929 " element_types=\"str\"\n"
53930 " information_property=\"TimeArrayInfo\"\n"
53931 " label=\"Time Array\"\n"
53932 " default_values=\"TimeValue\"\n"
53933 " name=\"TimeArray\"\n"
53934 " number_of_elements=\"1\">\n"
53935 " <StringListDomain name=\"array_list\"\n"
53936 " none_string=\"None\" >\n"
53937 " <RequiredProperties>\n"
53938 " <Property function=\"ArrayList\"\n"
53939 " name=\"TimeArrayInfo\" />\n"
53940 " </RequiredProperties>\n"
53941 " </StringListDomain>\n"
53942 " <Documentation>This property sets which field data to use as time arrays to\n"
53943 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53944 " </StringVectorProperty>\n"
53945 "\n"
53946 " <!-- End XMLPRectilinearGridReaderCore -->\n"
53947 " </Proxy>\n"
53948 "\n"
53949 " <!-- ================================================================== -->\n"
53950 " <Proxy class=\"vtkXMLHierarchicalBoxDataReader\"\n"
53951 " label=\"XML Hierarchical Box Data reader\"\n"
53952 " name=\"XMLHierarchicalBoxDataReaderCore\">\n"
53953 " <StringVectorProperty animateable=\"0\"\n"
53954 " command=\"SetFileName\"\n"
53955 " name=\"FileName\"\n"
53956 " number_of_elements=\"1\"\n"
53957 " panel_visibility=\"never\">\n"
53958 " <FileListDomain name=\"files\" />\n"
53959 " <Documentation>This property specifies the file name for the VTK\n"
53960 " hierarchical box data reader.</Documentation>\n"
53961 " </StringVectorProperty>\n"
53962 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
53963 " command=\"GetTimeDataStringArray\"\n"
53964 " information_only=\"1\"\n"
53965 " si_class=\"vtkSIDataArrayProperty\" />\n"
53966 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
53967 " element_types=\"str\"\n"
53968 " information_property=\"TimeArrayInfo\"\n"
53969 " label=\"Time Array\"\n"
53970 " default_values=\"TimeValue\"\n"
53971 " name=\"TimeArray\"\n"
53972 " number_of_elements=\"1\">\n"
53973 " <StringListDomain name=\"array_list\"\n"
53974 " none_string=\"None\" >\n"
53975 " <RequiredProperties>\n"
53976 " <Property function=\"ArrayList\"\n"
53977 " name=\"TimeArrayInfo\" />\n"
53978 " </RequiredProperties>\n"
53979 " </StringListDomain>\n"
53980 " <Documentation>This property sets which field data to use as time arrays to\n"
53981 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
53982 " </StringVectorProperty>\n"
53983 "\n"
53984 " <!-- End HierarchicalBoxDataReader -->\n"
53985 " </Proxy>\n"
53986 "\n"
53987 " <!-- ================================================================== -->\n"
53988 " <Proxy class=\"vtkXMLUniformGridAMRReader\"\n"
53989 " label=\"XML UniformGrid AMR reader\"\n"
53990 " name=\"XMLUniformGridAMRReaderCore\">\n"
53991 " <IntVectorProperty command=\"SetMaximumLevelsToReadByDefault\"\n"
53992 " name=\"DefaultNumberOfLevels\"\n"
53993 " number_of_elements=\"1\"\n"
53994 " default_values=\"1\"\n"
53995 " panel_visibility=\"default\">\n"
53996 " <IntRangeDomain name=\"range\" min=\"0\" max=\"10\" />\n"
53997 " <Documentation>\n"
53998 " This reader supports demand-driven heavy data reading i.e. downstream\n"
53999 " pipeline can request specific blocks from the AMR using\n"
54000 " vtkCompositeDataPipeline::UPDATE_COMPOSITE_INDICES() key in\n"
54001 " RequestUpdateExtent() pass. However, when down-stream doesn't provide\n"
54002 " any specific keys, the default behavior can be setup to read at-most N\n"
54003 " levels by default. The number of levels read can be set using this\n"
54004 " method. Set this to 0 to imply no limit. Default is 0.\n"
54005 " </Documentation>\n"
54006 " </IntVectorProperty>\n"
54007 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
54008 " command=\"GetTimeDataStringArray\"\n"
54009 " information_only=\"1\"\n"
54010 " si_class=\"vtkSIDataArrayProperty\" />\n"
54011 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
54012 " element_types=\"str\"\n"
54013 " information_property=\"TimeArrayInfo\"\n"
54014 " label=\"Time Array\"\n"
54015 " default_values=\"TimeValue\"\n"
54016 " name=\"TimeArray\"\n"
54017 " number_of_elements=\"1\">\n"
54018 " <StringListDomain name=\"array_list\"\n"
54019 " none_string=\"None\" >\n"
54020 " <RequiredProperties>\n"
54021 " <Property function=\"ArrayList\"\n"
54022 " name=\"TimeArrayInfo\" />\n"
54023 " </RequiredProperties>\n"
54024 " </StringListDomain>\n"
54025 " <Documentation>This property sets which field data to use as time arrays to\n"
54026 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
54027 " </StringVectorProperty>\n"
54028 "\n"
54029 " <!-- End XMLUniformGridAMRReaderCore -->\n"
54030 " </Proxy>\n"
54031 "\n"
54032 " <!-- ================================================================== -->\n"
54033 " <!-- Start XMLHyperTreeReaderCore -->\n"
54034 " <!-- NEED PARALLEL SUPPORT -->\n"
54035 " <Proxy class=\"vtkXMLHyperTreeGridReader\"\n"
54036 " label=\"XML HyperTree Grid Reader\"\n"
54037 " name=\"XMLHyperTreeGridReaderCore\">\n"
54038 " <StringVectorProperty animateable=\"0\"\n"
54039 " command=\"SetFileName\"\n"
54040 " name=\"FileName\"\n"
54041 " number_of_elements=\"1\"\n"
54042 " panel_visibility=\"never\">\n"
54043 " <FileListDomain name=\"files\" />\n"
54044 " <Documentation>This property specifies the file name for the\n"
54045 " Hyper Tree grid reader.</Documentation>\n"
54046 " </StringVectorProperty>\n"
54047 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
54048 " command=\"GetTimeDataStringArray\"\n"
54049 " information_only=\"1\"\n"
54050 " si_class=\"vtkSIDataArrayProperty\" />\n"
54051 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
54052 " element_types=\"str\"\n"
54053 " information_property=\"TimeArrayInfo\"\n"
54054 " label=\"Time Array\"\n"
54055 " default_values=\"TimeValue\"\n"
54056 " name=\"TimeArray\"\n"
54057 " number_of_elements=\"1\">\n"
54058 " <StringListDomain name=\"array_list\"\n"
54059 " none_string=\"None\" >\n"
54060 " <RequiredProperties>\n"
54061 " <Property function=\"ArrayList\"\n"
54062 " name=\"TimeArrayInfo\" />\n"
54063 " </RequiredProperties>\n"
54064 " </StringListDomain>\n"
54065 " <Documentation>This property sets which field data to use as time arrays to\n"
54066 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
54067 " </StringVectorProperty>\n"
54068 " <IntVectorProperty command=\"SetFixedLevel\"\n"
54069 " name=\"MaximumNumberOfLevels\"\n"
54070 " number_of_elements=\"1\"\n"
54071 " default_values=\"128\"\n"
54072 " panel_visibility=\"default\">\n"
54073 " <IntRangeDomain name=\"range\" min=\"1\" max=\"128\" />\n"
54074 " <Documentation>This property sets the maximum level to load. Setting it to\n"
54075 " 1 shows the coarse grid of trees, and setting it at or past maximum level\n"
54076 " of the data will load the data at finest resolution. When set to\n"
54077 " a value between (excluded) 1 and the maximum level of the trees, data will\n"
54078 " be loaded at the required lower resolution, considerably faster.\n"
54079 " </Documentation>\n"
54080 " </IntVectorProperty>\n"
54081 " </Proxy>\n"
54082 " <!-- End XMLHyperTreeReaderCore -->\n"
54083 "\n"
54084 " <!-- ================================================================== -->\n"
54085 " <!-- Start XMLPHyperTreeReaderCore -->\n"
54086 " <Proxy class=\"vtkXMLPHyperTreeGridReader\"\n"
54087 " label=\"XML Partitioned HyperTree Grid Reader\"\n"
54088 " name=\"XMLPHyperTreeGridReaderCore\">\n"
54089 " <Documentation long_help=\"Reads the summary file and the associated VTK XML htg files.\"\n"
54090 " short_help=\"Read partitioned VTK XML htg files.\">\n"
54091 " The XML HyperTree Grid reader reads the\n"
54092 " partitioned VTK htg data file format. It\n"
54093 " reads the partitioned format's summary file and then the\n"
54094 " associated VTK XML htg data files. The\n"
54095 " expected file extension is .phtg.</Documentation>\n"
54096 " <StringVectorProperty animateable=\"0\"\n"
54097 " command=\"SetFileName\"\n"
54098 " name=\"FileName\"\n"
54099 ;
54100 
54101 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioxml.xml
54103 " number_of_elements=\"1\"\n"
54104 " panel_visibility=\"never\">\n"
54105 " <FileListDomain name=\"files\" />\n"
54106 " <Documentation>This property specifies the file name for the\n"
54107 " partitioned VTK XML htg reader.</Documentation>\n"
54108 " </StringVectorProperty>\n"
54109 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
54110 " command=\"GetTimeDataStringArray\"\n"
54111 " information_only=\"1\"\n"
54112 " si_class=\"vtkSIDataArrayProperty\" />\n"
54113 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
54114 " element_types=\"str\"\n"
54115 " information_property=\"TimeArrayInfo\"\n"
54116 " label=\"Time Array\"\n"
54117 " default_values=\"TimeValue\"\n"
54118 " name=\"TimeArray\"\n"
54119 " number_of_elements=\"1\">\n"
54120 " <StringListDomain name=\"array_list\"\n"
54121 " none_string=\"None\" >\n"
54122 " <RequiredProperties>\n"
54123 " <Property function=\"ArrayList\"\n"
54124 " name=\"TimeArrayInfo\" />\n"
54125 " </RequiredProperties>\n"
54126 " </StringListDomain>\n"
54127 " <Documentation>This property sets which field data to use as time arrays to\n"
54128 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
54129 " </StringVectorProperty>\n"
54130 " </Proxy>\n"
54131 " <!-- End XMLPHyperTreeReaderCore -->\n"
54132 "\n"
54133 " <!-- ================================================================== -->\n"
54134 " <Proxy class=\"vtkXMLMultiBlockDataReader\"\n"
54135 " label=\"XML Multi-Block Data reader\"\n"
54136 " name=\"XMLMultiBlockDataReaderCore\">\n"
54137 " <Documentation>Internal proxy used by\n"
54138 " XMLMultiBlockDataWriter.</Documentation>\n"
54139 " <StringVectorProperty animateable=\"0\"\n"
54140 " command=\"SetFileName\"\n"
54141 " name=\"FileName\"\n"
54142 " number_of_elements=\"1\"\n"
54143 " panel_visibility=\"never\">\n"
54144 " <FileListDomain name=\"files\" />\n"
54145 " <Documentation>This property specifies the file name for the VTK\n"
54146 " multiblock reader.</Documentation>\n"
54147 " </StringVectorProperty>\n"
54148 " <StringVectorProperty information_only=\"1\"\n"
54149 " name=\"CellArrayInfo\">\n"
54150 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
54151 " </StringVectorProperty>\n"
54152 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
54153 " element_types=\"2 0\"\n"
54154 " information_property=\"CellArrayInfo\"\n"
54155 " label=\"Cell Arrays\"\n"
54156 " name=\"CellArrayStatus\"\n"
54157 " number_of_elements=\"0\"\n"
54158 " number_of_elements_per_command=\"2\"\n"
54159 " repeat_command=\"1\">\n"
54160 " <ArraySelectionDomain name=\"array_list\">\n"
54161 " <RequiredProperties>\n"
54162 " <Property function=\"ArrayList\"\n"
54163 " name=\"CellArrayInfo\" />\n"
54164 " </RequiredProperties>\n"
54165 " </ArraySelectionDomain>\n"
54166 " <Documentation>This property lists which cell-centered arrays to\n"
54167 " read.</Documentation>\n"
54168 " </StringVectorProperty>\n"
54169 " <StringVectorProperty information_only=\"1\"\n"
54170 " name=\"PointArrayInfo\">\n"
54171 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
54172 " </StringVectorProperty>\n"
54173 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
54174 " element_types=\"2 0\"\n"
54175 " information_property=\"PointArrayInfo\"\n"
54176 " label=\"Point Arrays\"\n"
54177 " name=\"PointArrayStatus\"\n"
54178 " number_of_elements=\"0\"\n"
54179 " number_of_elements_per_command=\"2\"\n"
54180 " repeat_command=\"1\">\n"
54181 " <ArraySelectionDomain name=\"array_list\">\n"
54182 " <RequiredProperties>\n"
54183 " <Property function=\"ArrayList\"\n"
54184 " name=\"PointArrayInfo\" />\n"
54185 " </RequiredProperties>\n"
54186 " </ArraySelectionDomain>\n"
54187 " <Documentation>This property lists which point-centered arrays to\n"
54188 " read.</Documentation>\n"
54189 " </StringVectorProperty>\n"
54190 " <IntVectorProperty command=\"SetPieceDistribution\"\n"
54191 " default_values=\"0\"\n"
54192 " name=\"PieceDistribution\"\n"
54193 " number_of_elements=\"1\">\n"
54194 " <Documentation>Control how datasets are loaded in parallel.</Documentation>\n"
54195 " <EnumerationDomain name=\"enum\">\n"
54196 " <Entry text=\"Block\"\n"
54197 " value=\"0\" />\n"
54198 " <Entry text=\"Interleave\"\n"
54199 " value=\"1\" />\n"
54200 " </EnumerationDomain>\n"
54201 " </IntVectorProperty>\n"
54202 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
54203 " command=\"GetTimeDataStringArray\"\n"
54204 " information_only=\"1\"\n"
54205 " si_class=\"vtkSIDataArrayProperty\" />\n"
54206 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
54207 " element_types=\"str\"\n"
54208 " information_property=\"TimeArrayInfo\"\n"
54209 " label=\"Time Array\"\n"
54210 " default_values=\"TimeValue\"\n"
54211 " name=\"TimeArray\"\n"
54212 " number_of_elements=\"1\">\n"
54213 " <StringListDomain name=\"array_list\"\n"
54214 " none_string=\"None\" >\n"
54215 " <RequiredProperties>\n"
54216 " <Property function=\"ArrayList\"\n"
54217 " name=\"TimeArrayInfo\" />\n"
54218 " </RequiredProperties>\n"
54219 " </StringListDomain>\n"
54220 " <Documentation>This property sets which field data to use as time arrays to\n"
54221 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
54222 " </StringVectorProperty>\n"
54223 " <!-- End MultiBlockDataReaderCore -->\n"
54224 " </Proxy>\n"
54225 "\n"
54226 " <!-- ================================================================== -->\n"
54227 " <Proxy class=\"vtkXMLPartitionedDataSetReader\"\n"
54228 " label=\"XML Partitioned Dataset Reader\"\n"
54229 " name=\"XMLPartitionedDataSetReaderCore\">\n"
54230 " <Documentation>Internal proxy.</Documentation>\n"
54231 " <StringVectorProperty animateable=\"0\"\n"
54232 " command=\"SetFileName\"\n"
54233 " name=\"FileName\"\n"
54234 " number_of_elements=\"1\"\n"
54235 " panel_visibility=\"never\">\n"
54236 " <FileListDomain name=\"files\" />\n"
54237 " <Documentation>This property specifies the file name for the VTK\n"
54238 " multiblock reader.</Documentation>\n"
54239 " </StringVectorProperty>\n"
54240 " <StringVectorProperty information_only=\"1\"\n"
54241 " name=\"CellArrayInfo\">\n"
54242 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
54243 " </StringVectorProperty>\n"
54244 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
54245 " element_types=\"2 0\"\n"
54246 " information_property=\"CellArrayInfo\"\n"
54247 " label=\"Cell Arrays\"\n"
54248 " name=\"CellArrayStatus\"\n"
54249 " number_of_elements=\"0\"\n"
54250 " number_of_elements_per_command=\"2\"\n"
54251 " repeat_command=\"1\">\n"
54252 " <ArraySelectionDomain name=\"array_list\">\n"
54253 " <RequiredProperties>\n"
54254 " <Property function=\"ArrayList\"\n"
54255 " name=\"CellArrayInfo\" />\n"
54256 " </RequiredProperties>\n"
54257 " </ArraySelectionDomain>\n"
54258 " <Documentation>This property lists which cell-centered arrays to\n"
54259 " read.</Documentation>\n"
54260 " </StringVectorProperty>\n"
54261 " <StringVectorProperty information_only=\"1\"\n"
54262 " name=\"PointArrayInfo\">\n"
54263 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
54264 " </StringVectorProperty>\n"
54265 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
54266 " element_types=\"2 0\"\n"
54267 " information_property=\"PointArrayInfo\"\n"
54268 " label=\"Point Arrays\"\n"
54269 " name=\"PointArrayStatus\"\n"
54270 " number_of_elements=\"0\"\n"
54271 " number_of_elements_per_command=\"2\"\n"
54272 " repeat_command=\"1\">\n"
54273 " <ArraySelectionDomain name=\"array_list\">\n"
54274 " <RequiredProperties>\n"
54275 " <Property function=\"ArrayList\"\n"
54276 " name=\"PointArrayInfo\" />\n"
54277 " </RequiredProperties>\n"
54278 " </ArraySelectionDomain>\n"
54279 " <Documentation>This property lists which point-centered arrays to\n"
54280 " read.</Documentation>\n"
54281 " </StringVectorProperty>\n"
54282 " <IntVectorProperty command=\"SetPieceDistribution\"\n"
54283 " default_values=\"0\"\n"
54284 " name=\"PieceDistribution\"\n"
54285 " number_of_elements=\"1\">\n"
54286 " <Documentation>Control how datasets are loaded in parallel.</Documentation>\n"
54287 " <EnumerationDomain name=\"enum\">\n"
54288 " <Entry text=\"Block\"\n"
54289 " value=\"0\" />\n"
54290 " <Entry text=\"Interleave\"\n"
54291 " value=\"1\" />\n"
54292 " </EnumerationDomain>\n"
54293 " </IntVectorProperty>\n"
54294 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
54295 " command=\"GetTimeDataStringArray\"\n"
54296 " information_only=\"1\"\n"
54297 " si_class=\"vtkSIDataArrayProperty\" />\n"
54298 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
54299 " element_types=\"str\"\n"
54300 " information_property=\"TimeArrayInfo\"\n"
54301 " label=\"Time Array\"\n"
54302 " default_values=\"TimeValue\"\n"
54303 " name=\"TimeArray\"\n"
54304 " number_of_elements=\"1\">\n"
54305 " <StringListDomain name=\"array_list\"\n"
54306 " none_string=\"None\" >\n"
54307 " <RequiredProperties>\n"
54308 " <Property function=\"ArrayList\"\n"
54309 " name=\"TimeArrayInfo\" />\n"
54310 " </RequiredProperties>\n"
54311 " </StringListDomain>\n"
54312 " <Documentation>This property sets which field data to use as time arrays to\n"
54313 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
54314 " </StringVectorProperty>\n"
54315 " <!-- End XMLPartitionedDataSetReaderCore -->\n"
54316 " </Proxy>\n"
54317 "\n"
54318 " <!-- ================================================================== -->\n"
54319 " <Proxy class=\"vtkXMLPartitionedDataSetCollectionReader\"\n"
54320 " label=\"XML Partitioned Dataset Collection Reader\"\n"
54321 " name=\"XMLPartitionedDataSetCollectionReaderCore\">\n"
54322 " <Documentation>Internal proxy.</Documentation>\n"
54323 " <StringVectorProperty animateable=\"0\"\n"
54324 " command=\"SetFileName\"\n"
54325 " name=\"FileName\"\n"
54326 " number_of_elements=\"1\"\n"
54327 " panel_visibility=\"never\">\n"
54328 " <FileListDomain name=\"files\" />\n"
54329 " <Documentation>This property specifies the file name for the VTK\n"
54330 " multiblock reader.</Documentation>\n"
54331 " </StringVectorProperty>\n"
54332 " <StringVectorProperty information_only=\"1\"\n"
54333 " name=\"CellArrayInfo\">\n"
54334 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
54335 " </StringVectorProperty>\n"
54336 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
54337 " element_types=\"2 0\"\n"
54338 " information_property=\"CellArrayInfo\"\n"
54339 " label=\"Cell Arrays\"\n"
54340 " name=\"CellArrayStatus\"\n"
54341 " number_of_elements=\"0\"\n"
54342 " number_of_elements_per_command=\"2\"\n"
54343 " repeat_command=\"1\">\n"
54344 " <ArraySelectionDomain name=\"array_list\">\n"
54345 " <RequiredProperties>\n"
54346 " <Property function=\"ArrayList\"\n"
54347 " name=\"CellArrayInfo\" />\n"
54348 " </RequiredProperties>\n"
54349 " </ArraySelectionDomain>\n"
54350 " <Documentation>This property lists which cell-centered arrays to\n"
54351 " read.</Documentation>\n"
54352 " </StringVectorProperty>\n"
54353 " <StringVectorProperty information_only=\"1\"\n"
54354 " name=\"PointArrayInfo\">\n"
54355 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
54356 " </StringVectorProperty>\n"
54357 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
54358 " element_types=\"2 0\"\n"
54359 " information_property=\"PointArrayInfo\"\n"
54360 " label=\"Point Arrays\"\n"
54361 " name=\"PointArrayStatus\"\n"
54362 " number_of_elements=\"0\"\n"
54363 " number_of_elements_per_command=\"2\"\n"
54364 " repeat_command=\"1\">\n"
54365 " <ArraySelectionDomain name=\"array_list\">\n"
54366 " <RequiredProperties>\n"
54367 " <Property function=\"ArrayList\"\n"
54368 " name=\"PointArrayInfo\" />\n"
54369 " </RequiredProperties>\n"
54370 " </ArraySelectionDomain>\n"
54371 " <Documentation>This property lists which point-centered arrays to\n"
54372 " read.</Documentation>\n"
54373 " </StringVectorProperty>\n"
54374 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
54375 " command=\"GetTimeDataStringArray\"\n"
54376 " information_only=\"1\"\n"
54377 " si_class=\"vtkSIDataArrayProperty\" />\n"
54378 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
54379 " element_types=\"str\"\n"
54380 " information_property=\"TimeArrayInfo\"\n"
54381 " label=\"Time Array\"\n"
54382 " default_values=\"TimeValue\"\n"
54383 " name=\"TimeArray\"\n"
54384 " number_of_elements=\"1\">\n"
54385 " <StringListDomain name=\"array_list\"\n"
54386 " none_string=\"None\" >\n"
54387 " <RequiredProperties>\n"
54388 " <Property function=\"ArrayList\"\n"
54389 " name=\"TimeArrayInfo\" />\n"
54390 " </RequiredProperties>\n"
54391 " </StringListDomain>\n"
54392 " <Documentation>This property sets which field data to use as time arrays to\n"
54393 " read. If set to Default, time steps are incremented integer values starting at zero.</Documentation>\n"
54394 " </StringVectorProperty>\n"
54395 " <IntVectorProperty command=\"SetPieceDistribution\"\n"
54396 " default_values=\"0\"\n"
54397 " name=\"PieceDistribution\"\n"
54398 " number_of_elements=\"1\">\n"
54399 " <Documentation>Control how datasets are loaded in parallel.</Documentation>\n"
54400 " <EnumerationDomain name=\"enum\">\n"
54401 " <Entry text=\"Block\"\n"
54402 " value=\"0\" />\n"
54403 " <Entry text=\"Interleave\"\n"
54404 " value=\"1\" />\n"
54405 " </EnumerationDomain>\n"
54406 " </IntVectorProperty>\n"
54407 " <!-- End XMLPartitionedDataSetCollectionReaderCore -->\n"
54408 " </Proxy>\n"
54409 ;
54410 
54411 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioxml.xml
54413 "\n"
54414 " <!-- ================================================================== -->\n"
54415 "\n"
54416 " <!-- end of \"internal_sources\" -->\n"
54417 " </ProxyGroup>\n"
54418 "\n"
54419 " <!-- ==================================================================== -->\n"
54420 " <ProxyGroup name=\"sources\">\n"
54421 "\n"
54422 " <!-- ================================================================== -->\n"
54423 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
54424 " file_name_method=\"SetFileName\"\n"
54425 " label=\"XML PolyData Reader\"\n"
54426 " name=\"XMLPolyDataReader\"\n"
54427 " si_class=\"vtkSIMetaReaderProxy\">\n"
54428 " <Documentation long_help=\"Reads serial VTK XML polydata files.\"\n"
54429 " short_help=\"Read VTK XML polydata files.\">The XML Polydata\n"
54430 " reader reads the VTK XML polydata file format. The\n"
54431 " standard extension is .vtp. This reader also supports file\n"
54432 " series.</Documentation>\n"
54433 " <SubProxy>\n"
54434 " <Proxy name=\"Reader\"\n"
54435 " proxygroup=\"internal_sources\"\n"
54436 " proxyname=\"XMLPolyDataReaderCore\"></Proxy>\n"
54437 " <ExposedProperties>\n"
54438 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
54439 " name=\"CellPointArrayStatus\"\n"
54440 " panel_visibility=\"default\"\n"
54441 " panel_widget=\"ArrayStatus\">\n"
54442 " <Property name=\"CellArrayInfo\" />\n"
54443 " <Property name=\"CellArrayStatus\" />\n"
54444 " <Property name=\"PointArrayInfo\" />\n"
54445 " <Property name=\"PointArrayStatus\" />\n"
54446 " </PropertyGroup>\n"
54447 " <Property name=\"TimeArrayInfo\" />\n"
54448 " <Property name=\"TimeArray\" />\n"
54449 " </ExposedProperties>\n"
54450 " </SubProxy>\n"
54451 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
54452 " information_only=\"1\"\n"
54453 " name=\"FileNameInfo\">\n"
54454 " <SimpleStringInformationHelper />\n"
54455 " </StringVectorProperty>\n"
54456 " <StringVectorProperty animateable=\"0\"\n"
54457 " clean_command=\"RemoveAllFileNames\"\n"
54458 " command=\"AddFileName\"\n"
54459 " information_property=\"FileNameInfo\"\n"
54460 " name=\"FileName\"\n"
54461 " number_of_elements=\"1\"\n"
54462 " panel_visibility=\"never\"\n"
54463 " repeat_command=\"1\">\n"
54464 " <FileListDomain name=\"files\" />\n"
54465 " <Documentation>The list of files to be read by the reader. Each file is\n"
54466 " expected to be in the VTK XML polygonal dataset format. The standard\n"
54467 " extension is .vtp. If more than one file is specified, the reader will\n"
54468 " switch to file series mode in which it will pretend that it can support\n"
54469 " time and provide one file per time step.</Documentation>\n"
54470 " </StringVectorProperty>\n"
54471 " <DoubleVectorProperty information_only=\"1\"\n"
54472 " name=\"TimestepValues\"\n"
54473 " repeatable=\"1\">\n"
54474 " <TimeStepsInformationHelper />\n"
54475 " <Documentation>Available timestep values.</Documentation>\n"
54476 " </DoubleVectorProperty>\n"
54477 " <Hints>\n"
54478 " <ReaderFactory extensions=\"vtp vtp.series\"\n"
54479 " file_description=\"VTK PolyData Files\" />\n"
54480 " </Hints>\n"
54481 " <!-- XMLPolyDataReader -->\n"
54482 " </SourceProxy>\n"
54483 "\n"
54484 " <!-- ================================================================== -->\n"
54485 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
54486 " file_name_method=\"SetFileName\"\n"
54487 " label=\"XML Table Reader\"\n"
54488 " name=\"XMLTableReader\"\n"
54489 " si_class=\"vtkSIMetaReaderProxy\">\n"
54490 " <Documentation long_help=\"Reads serial VTK XML table files.\"\n"
54491 " short_help=\"Read VTK XML table files.\">The XML Table\n"
54492 " reader reads the VTK XML Table file format. The\n"
54493 " standard extension is .vtt. This reader also supports file\n"
54494 " series.</Documentation>\n"
54495 " <SubProxy>\n"
54496 " <Proxy name=\"Reader\"\n"
54497 " proxygroup=\"internal_sources\"\n"
54498 " proxyname=\"XMLTableReaderCore\"></Proxy>\n"
54499 " <ExposedProperties>\n"
54500 " <PropertyGroup label=\"Column Array Status\"\n"
54501 " name=\"ColumnArrayStatus\"\n"
54502 " panel_visibility=\"default\"\n"
54503 " panel_widget=\"ArrayStatus\">\n"
54504 " <Property name=\"ColumnArrayInfo\" />\n"
54505 " <Property name=\"ColumnArrayStatus\" />\n"
54506 " </PropertyGroup>\n"
54507 " <Property name=\"TimeArrayInfo\" />\n"
54508 " <Property name=\"TimeArray\" />\n"
54509 " </ExposedProperties>\n"
54510 " </SubProxy>\n"
54511 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
54512 " information_only=\"1\"\n"
54513 " name=\"FileNameInfo\">\n"
54514 " <SimpleStringInformationHelper />\n"
54515 " </StringVectorProperty>\n"
54516 " <StringVectorProperty animateable=\"0\"\n"
54517 " clean_command=\"RemoveAllFileNames\"\n"
54518 " command=\"AddFileName\"\n"
54519 " information_property=\"FileNameInfo\"\n"
54520 " name=\"FileName\"\n"
54521 " number_of_elements=\"1\"\n"
54522 " panel_visibility=\"never\"\n"
54523 " repeat_command=\"1\">\n"
54524 " <FileListDomain name=\"files\" />\n"
54525 " <Documentation>The list of files to be read by the reader. Each file is\n"
54526 " expected to be in the VTK XML table format. The standard\n"
54527 " extension is .vtt. If more than one file is specified, the reader will\n"
54528 " switch to file series mode in which it will pretend that it can support\n"
54529 " time and provide one file per time step.</Documentation>\n"
54530 " </StringVectorProperty>\n"
54531 " <DoubleVectorProperty information_only=\"1\"\n"
54532 " name=\"TimestepValues\"\n"
54533 " repeatable=\"1\">\n"
54534 " <TimeStepsInformationHelper />\n"
54535 " <Documentation>Available timestep values.</Documentation>\n"
54536 " </DoubleVectorProperty>\n"
54537 " <Hints>\n"
54538 " <ReaderFactory extensions=\"vtt vtt.series\"\n"
54539 " file_description=\"VTK Table Files\" />\n"
54540 " </Hints>\n"
54541 " <!-- XMLTableReader -->\n"
54542 " </SourceProxy>\n"
54543 "\n"
54544 " <!-- ================================================================== -->\n"
54545 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
54546 " file_name_method=\"SetFileName\"\n"
54547 " label=\"XML Unstructured Grid Reader\"\n"
54548 " name=\"XMLUnstructuredGridReader\"\n"
54549 " si_class=\"vtkSIMetaReaderProxy\">\n"
54550 " <Documentation long_help=\"Reads serial VTK XML unstructured grid data files.\"\n"
54551 " short_help=\"Read VTK XML unstructured grid data files.\">\n"
54552 " The XML Unstructured Grid reader reads the VTK XML\n"
54553 " unstructured grid data file format. The standard extension\n"
54554 " is .vtu. This reader also supports file\n"
54555 " series.</Documentation>\n"
54556 " <SubProxy>\n"
54557 " <Proxy name=\"Reader\"\n"
54558 " proxygroup=\"internal_sources\"\n"
54559 " proxyname=\"XMLUnstructuredGridReaderCore\"></Proxy>\n"
54560 " <ExposedProperties>\n"
54561 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
54562 " name=\"CellPointArrayStatus\"\n"
54563 " panel_visibility=\"default\"\n"
54564 " panel_widget=\"ArrayStatus\">\n"
54565 " <Property name=\"CellArrayInfo\" />\n"
54566 " <Property name=\"CellArrayStatus\" />\n"
54567 " <Property name=\"PointArrayInfo\" />\n"
54568 " <Property name=\"PointArrayStatus\" />\n"
54569 " </PropertyGroup>\n"
54570 " <Property name=\"TimeArrayInfo\" />\n"
54571 " <Property name=\"TimeArray\" />\n"
54572 " </ExposedProperties>\n"
54573 " </SubProxy>\n"
54574 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
54575 " information_only=\"1\"\n"
54576 " name=\"FileNameInfo\">\n"
54577 " <SimpleStringInformationHelper />\n"
54578 " </StringVectorProperty>\n"
54579 " <StringVectorProperty animateable=\"0\"\n"
54580 " clean_command=\"RemoveAllFileNames\"\n"
54581 " command=\"AddFileName\"\n"
54582 " information_property=\"FileNameInfo\"\n"
54583 " name=\"FileName\"\n"
54584 " number_of_elements=\"1\"\n"
54585 " panel_visibility=\"never\"\n"
54586 " repeat_command=\"1\">\n"
54587 " <FileListDomain name=\"files\" />\n"
54588 " <Documentation>The list of files to be read by the reader. Each file is\n"
54589 " expected to be in the VTK XML unstructured grid data format. The\n"
54590 " standard extension is .vtu. If more than one file is specified, the\n"
54591 " reader will switch to file series mode in which it will pretend that it\n"
54592 " can support time and provide one file per time step.</Documentation>\n"
54593 " </StringVectorProperty>\n"
54594 " <DoubleVectorProperty information_only=\"1\"\n"
54595 " name=\"TimestepValues\"\n"
54596 " repeatable=\"1\">\n"
54597 " <TimeStepsInformationHelper />\n"
54598 " <Documentation>Available timestep values.</Documentation>\n"
54599 " </DoubleVectorProperty>\n"
54600 " <Hints>\n"
54601 " <ReaderFactory extensions=\"vtu vtu.series\"\n"
54602 " file_description=\"VTK UnstructuredGrid Files\" />\n"
54603 " </Hints>\n"
54604 " <!-- XMLUnstructuredGridReader -->\n"
54605 " </SourceProxy>\n"
54606 "\n"
54607 " <!-- ================================================================== -->\n"
54608 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
54609 " file_name_method=\"SetFileName\"\n"
54610 " label=\"XML Image Data Reader\"\n"
54611 " name=\"XMLImageDataReader\"\n"
54612 " si_class=\"vtkSIMetaReaderProxy\">\n"
54613 " <Documentation long_help=\"Reads serial VTK XML image data files.\"\n"
54614 " short_help=\"Read VTK XML image data files.\">The XML Image\n"
54615 " Data reader reads the VTK XML image data file format. The\n"
54616 " standard extension is .vti. This reader also supports file\n"
54617 " series.</Documentation>\n"
54618 " <SubProxy>\n"
54619 " <Proxy name=\"Reader\"\n"
54620 " proxygroup=\"internal_sources\"\n"
54621 " proxyname=\"XMLImageDataReaderCore\"></Proxy>\n"
54622 " <ExposedProperties>\n"
54623 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
54624 " name=\"CellPointArrayStatus\"\n"
54625 " panel_visibility=\"default\"\n"
54626 " panel_widget=\"ArrayStatus\">\n"
54627 " <Property name=\"CellArrayInfo\" />\n"
54628 " <Property name=\"CellArrayStatus\" />\n"
54629 " <Property name=\"PointArrayInfo\" />\n"
54630 " <Property name=\"PointArrayStatus\" />\n"
54631 " </PropertyGroup>\n"
54632 " <Property name=\"TimeArrayInfo\" />\n"
54633 " <Property name=\"TimeArray\" />\n"
54634 " </ExposedProperties>\n"
54635 " </SubProxy>\n"
54636 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
54637 " information_only=\"1\"\n"
54638 " name=\"FileNameInfo\">\n"
54639 " <SimpleStringInformationHelper />\n"
54640 " </StringVectorProperty>\n"
54641 " <StringVectorProperty animateable=\"0\"\n"
54642 " clean_command=\"RemoveAllFileNames\"\n"
54643 " command=\"AddFileName\"\n"
54644 " information_property=\"FileNameInfo\"\n"
54645 " name=\"FileName\"\n"
54646 " number_of_elements=\"1\"\n"
54647 " panel_visibility=\"never\"\n"
54648 " repeat_command=\"1\">\n"
54649 " <FileListDomain name=\"files\" />\n"
54650 " <Documentation>The list of files to be read by the reader. Each file is\n"
54651 " expected to be in the VTK XML image data format. The standard extension\n"
54652 " is .vti. If more than one file is specified, the reader will switch to\n"
54653 " file series mode in which it will pretend that it can support time and\n"
54654 " provide one file per time step.</Documentation>\n"
54655 " </StringVectorProperty>\n"
54656 " <DoubleVectorProperty information_only=\"1\"\n"
54657 " name=\"TimestepValues\"\n"
54658 " repeatable=\"1\">\n"
54659 " <TimeStepsInformationHelper />\n"
54660 " <Documentation>Available timestep values.</Documentation>\n"
54661 " </DoubleVectorProperty>\n"
54662 " <Hints>\n"
54663 " <ReaderFactory extensions=\"vti vti.series\"\n"
54664 " file_description=\"VTK ImageData Files\" />\n"
54665 " </Hints>\n"
54666 " <!-- XMLImageDataReader -->\n"
54667 " </SourceProxy>\n"
54668 "\n"
54669 " <!-- ================================================================== -->\n"
54670 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
54671 " file_name_method=\"SetFileName\"\n"
54672 " label=\"XML Structured Grid Reader\"\n"
54673 " name=\"XMLStructuredGridReader\"\n"
54674 " si_class=\"vtkSIMetaReaderProxy\">\n"
54675 " <Documentation long_help=\"Reads serial VTK XML structured grid data files.\"\n"
54676 " short_help=\"Read VTK XML structured grid data files.\">The\n"
54677 " XML Structured Grid reader reads the VTK XML structured\n"
54678 " grid data file format. The standard extension is .vts.\n"
54679 " This reader also supports file series.</Documentation>\n"
54680 " <SubProxy>\n"
54681 " <Proxy name=\"Reader\"\n"
54682 " proxygroup=\"internal_sources\"\n"
54683 " proxyname=\"XMLStructuredGridReaderCore\"></Proxy>\n"
54684 " <ExposedProperties>\n"
54685 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
54686 " name=\"CellPointArrayStatus\"\n"
54687 " panel_visibility=\"default\"\n"
54688 " panel_widget=\"ArrayStatus\">\n"
54689 " <Property name=\"CellArrayInfo\" />\n"
54690 " <Property name=\"CellArrayStatus\" />\n"
54691 " <Property name=\"PointArrayInfo\" />\n"
54692 " <Property name=\"PointArrayStatus\" />\n"
54693 " </PropertyGroup>\n"
54694 " <Property name=\"TimeArrayInfo\" />\n"
54695 " <Property name=\"TimeArray\" />\n"
54696 " </ExposedProperties>\n"
54697 " </SubProxy>\n"
54698 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
54699 " information_only=\"1\"\n"
54700 " name=\"FileNameInfo\">\n"
54701 " <SimpleStringInformationHelper />\n"
54702 " </StringVectorProperty>\n"
54703 " <StringVectorProperty animateable=\"0\"\n"
54704 " clean_command=\"RemoveAllFileNames\"\n"
54705 " command=\"AddFileName\"\n"
54706 " information_property=\"FileNameInfo\"\n"
54707 " name=\"FileName\"\n"
54708 " number_of_elements=\"1\"\n"
54709 " panel_visibility=\"never\"\n"
54710 " repeat_command=\"1\">\n"
54711 " <FileListDomain name=\"files\" />\n"
54712 " <Documentation>The list of files to be read by the reader. Each file is\n"
54713 " expected to be in the VTK XML structured grid data format. The standard\n"
54714 " extension is .vts. If more than one file is specified, the reader will\n"
54715 ;
54716 
54717 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioxml.xml
54719 " switch to file series mode in which it will pretend that it can support\n"
54720 " time and provide one file per time step.</Documentation>\n"
54721 " </StringVectorProperty>\n"
54722 " <DoubleVectorProperty information_only=\"1\"\n"
54723 " name=\"TimestepValues\"\n"
54724 " repeatable=\"1\">\n"
54725 " <TimeStepsInformationHelper />\n"
54726 " <Documentation>Available timestep values.</Documentation>\n"
54727 " </DoubleVectorProperty>\n"
54728 " <Hints>\n"
54729 " <ReaderFactory extensions=\"vts vts.series\"\n"
54730 " file_description=\"VTK StructuredGrid Files\" />\n"
54731 " </Hints>\n"
54732 " <!-- XMLStructuredGridReader -->\n"
54733 " </SourceProxy>\n"
54734 "\n"
54735 " <!-- ================================================================== -->\n"
54736 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
54737 " file_name_method=\"SetFileName\"\n"
54738 " label=\"XML Rectilinear Grid Reader\"\n"
54739 " name=\"XMLRectilinearGridReader\"\n"
54740 " si_class=\"vtkSIMetaReaderProxy\">\n"
54741 " <Documentation long_help=\"Reads serial VTK XML rectilinear grid data files.\"\n"
54742 " short_help=\"Read VTK XML rectilinear grid data files.\">The\n"
54743 " XML Rectilinear Grid reader reads the VTK XML rectilinear\n"
54744 " grid data file format. The standard extension is .vtr.\n"
54745 " This reader also supports file series.</Documentation>\n"
54746 " <SubProxy>\n"
54747 " <Proxy name=\"Reader\"\n"
54748 " proxygroup=\"internal_sources\"\n"
54749 " proxyname=\"XMLRectilinearGridReaderCore\"></Proxy>\n"
54750 " <ExposedProperties>\n"
54751 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
54752 " name=\"CellPointArrayStatus\"\n"
54753 " panel_visibility=\"default\"\n"
54754 " panel_widget=\"ArrayStatus\">\n"
54755 " <Property name=\"CellArrayInfo\" />\n"
54756 " <Property name=\"CellArrayStatus\" />\n"
54757 " <Property name=\"PointArrayInfo\" />\n"
54758 " <Property name=\"PointArrayStatus\" />\n"
54759 " </PropertyGroup>\n"
54760 " <Property name=\"TimeArrayInfo\" />\n"
54761 " <Property name=\"TimeArray\" />\n"
54762 " </ExposedProperties>\n"
54763 " </SubProxy>\n"
54764 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
54765 " information_only=\"1\"\n"
54766 " name=\"FileNameInfo\">\n"
54767 " <SimpleStringInformationHelper />\n"
54768 " </StringVectorProperty>\n"
54769 " <StringVectorProperty animateable=\"0\"\n"
54770 " clean_command=\"RemoveAllFileNames\"\n"
54771 " command=\"AddFileName\"\n"
54772 " information_property=\"FileNameInfo\"\n"
54773 " name=\"FileName\"\n"
54774 " number_of_elements=\"1\"\n"
54775 " panel_visibility=\"never\"\n"
54776 " repeat_command=\"1\">\n"
54777 " <FileListDomain name=\"files\" />\n"
54778 " <Documentation>The list of files to be read by the reader. Each file is\n"
54779 " expected to be in the VTK XML rectilinear grid data format. The\n"
54780 " standard extension is .vtr. If more than one file is specified, the\n"
54781 " reader will switch to file series mode in which it will pretend that it\n"
54782 " can support time and provide one file per time step.</Documentation>\n"
54783 " </StringVectorProperty>\n"
54784 " <DoubleVectorProperty information_only=\"1\"\n"
54785 " name=\"TimestepValues\"\n"
54786 " repeatable=\"1\">\n"
54787 " <TimeStepsInformationHelper />\n"
54788 " <Documentation>Available timestep values.</Documentation>\n"
54789 " </DoubleVectorProperty>\n"
54790 " <Hints>\n"
54791 " <ReaderFactory extensions=\"vtr vtr.series\"\n"
54792 " file_description=\"VTK RectilinearGrid Files\" />\n"
54793 " </Hints>\n"
54794 " <!-- XMLRectilinearGridReader -->\n"
54795 " </SourceProxy>\n"
54796 "\n"
54797 " <!-- ================================================================== -->\n"
54798 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
54799 " file_name_method=\"SetFileName\"\n"
54800 " label=\"XML Partitioned Polydata Reader\"\n"
54801 " name=\"XMLPPolyDataReader\"\n"
54802 " si_class=\"vtkSIMetaReaderProxy\">\n"
54803 " <Documentation long_help=\"Reads the summary file and the assicoated VTK XML polydata files.\"\n"
54804 " short_help=\"Read partitioned VTK XML polydata files.\">The\n"
54805 " XML Partitioned Polydata reader reads the partitioned VTK\n"
54806 " polydata file format. It reads the partitioned format's\n"
54807 " summary file and then the associated VTK XML polydata\n"
54808 " files. The expected file extension is .pvtp. This reader\n"
54809 " also supports file series.</Documentation>\n"
54810 " <SubProxy>\n"
54811 " <Proxy name=\"Reader\"\n"
54812 " proxygroup=\"internal_sources\"\n"
54813 " proxyname=\"XMLPPolyDataReaderCore\"></Proxy>\n"
54814 " <ExposedProperties>\n"
54815 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
54816 " name=\"CellPointArrayStatus\"\n"
54817 " panel_visibility=\"default\"\n"
54818 " panel_widget=\"ArrayStatus\">\n"
54819 " <Property name=\"CellArrayInfo\" />\n"
54820 " <Property name=\"CellArrayStatus\" />\n"
54821 " <Property name=\"PointArrayInfo\" />\n"
54822 " <Property name=\"PointArrayStatus\" />\n"
54823 " </PropertyGroup>\n"
54824 " <Property name=\"TimeArrayInfo\" />\n"
54825 " <Property name=\"TimeArray\" />\n"
54826 " </ExposedProperties>\n"
54827 " </SubProxy>\n"
54828 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
54829 " information_only=\"1\"\n"
54830 " name=\"FileNameInfo\">\n"
54831 " <SimpleStringInformationHelper />\n"
54832 " </StringVectorProperty>\n"
54833 " <StringVectorProperty animateable=\"0\"\n"
54834 " clean_command=\"RemoveAllFileNames\"\n"
54835 " command=\"AddFileName\"\n"
54836 " information_property=\"FileNameInfo\"\n"
54837 " name=\"FileName\"\n"
54838 " number_of_elements=\"1\"\n"
54839 " panel_visibility=\"never\"\n"
54840 " repeat_command=\"1\">\n"
54841 " <FileListDomain name=\"files\" />\n"
54842 " <Documentation>The list of files to be read by the reader. Each file is\n"
54843 " expected to be in the partitioned VTK XML polygonal dataset format. The\n"
54844 " standard extension is .pvtp. If more than one file is specified, the\n"
54845 " reader will switch to file series mode in which it will pretend that it\n"
54846 " can support time and provide one file per time step.</Documentation>\n"
54847 " </StringVectorProperty>\n"
54848 " <DoubleVectorProperty information_only=\"1\"\n"
54849 " name=\"TimestepValues\"\n"
54850 " repeatable=\"1\">\n"
54851 " <TimeStepsInformationHelper />\n"
54852 " <Documentation>Available timestep values.</Documentation>\n"
54853 " </DoubleVectorProperty>\n"
54854 " <Hints>\n"
54855 " <ReaderFactory extensions=\"pvtp pvtp.series\"\n"
54856 " file_description=\"VTK PolyData Files (partitioned)\" />\n"
54857 " </Hints>\n"
54858 " <!-- XMLPPolyDataReader -->\n"
54859 " </SourceProxy>\n"
54860 "\n"
54861 " <!-- ================================================================== -->\n"
54862 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
54863 " file_name_method=\"SetFileName\"\n"
54864 " label=\"XML Partitioned Unstructured Grid Reader\"\n"
54865 " name=\"XMLPUnstructuredGridReader\"\n"
54866 " si_class=\"vtkSIMetaReaderProxy\">\n"
54867 " <Documentation long_help=\"Reads the summary file and the associated VTK XML unstructured grid data files.\"\n"
54868 " short_help=\"Read partitioned VTK XML unstructured grid data files.\">\n"
54869 " The XML Partitioned Unstructured Grid reader reads the\n"
54870 " partitioned VTK unstructured grid data file format. It\n"
54871 " reads the partitioned format's summary file and then the\n"
54872 " associated VTK XML unstructured grid data files. The\n"
54873 " expected file extension is .pvtu. This reader also\n"
54874 " supports file series.</Documentation>\n"
54875 " <SubProxy>\n"
54876 " <Proxy name=\"Reader\"\n"
54877 " proxygroup=\"internal_sources\"\n"
54878 " proxyname=\"XMLPUnstructuredGridReaderCore\"></Proxy>\n"
54879 " <ExposedProperties>\n"
54880 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
54881 " name=\"CellPointArrayStatus\"\n"
54882 " panel_visibility=\"default\"\n"
54883 " panel_widget=\"ArrayStatus\">\n"
54884 " <Property name=\"CellArrayInfo\" />\n"
54885 " <Property name=\"CellArrayStatus\" />\n"
54886 " <Property name=\"PointArrayInfo\" />\n"
54887 " <Property name=\"PointArrayStatus\" />\n"
54888 " </PropertyGroup>\n"
54889 " <Property name=\"TimeArrayInfo\" />\n"
54890 " <Property name=\"TimeArray\" />\n"
54891 " </ExposedProperties>\n"
54892 " </SubProxy>\n"
54893 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
54894 " information_only=\"1\"\n"
54895 " name=\"FileNameInfo\">\n"
54896 " <SimpleStringInformationHelper />\n"
54897 " </StringVectorProperty>\n"
54898 " <StringVectorProperty animateable=\"0\"\n"
54899 " clean_command=\"RemoveAllFileNames\"\n"
54900 " command=\"AddFileName\"\n"
54901 " information_property=\"FileNameInfo\"\n"
54902 " name=\"FileName\"\n"
54903 " number_of_elements=\"1\"\n"
54904 " panel_visibility=\"never\"\n"
54905 " repeat_command=\"1\">\n"
54906 " <FileListDomain name=\"files\" />\n"
54907 " <Documentation>The list of files to be read by the reader. Each file is\n"
54908 " expected to be in the partitioned VTK XML unstructured grid data\n"
54909 " format. The standard extension is .pvtu. If more than one file is\n"
54910 " specified, the reader will switch to file series mode in which it will\n"
54911 " pretend that it can support time and provide one file per time\n"
54912 " step.</Documentation>\n"
54913 " </StringVectorProperty>\n"
54914 " <DoubleVectorProperty information_only=\"1\"\n"
54915 " name=\"TimestepValues\"\n"
54916 " repeatable=\"1\">\n"
54917 " <TimeStepsInformationHelper />\n"
54918 " <Documentation>Available timestep values.</Documentation>\n"
54919 " </DoubleVectorProperty>\n"
54920 " <Hints>\n"
54921 " <ReaderFactory extensions=\"pvtu pvtu.series\"\n"
54922 " file_description=\"VTK UnstructuredGrid Files (partitioned)\" />\n"
54923 " </Hints>\n"
54924 " <!-- XMLPUnstructuredGridReader -->\n"
54925 " </SourceProxy>\n"
54926 "\n"
54927 " <!-- ================================================================== -->\n"
54928 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
54929 " file_name_method=\"SetFileName\"\n"
54930 " label=\"XML Partitioned Table Reader\"\n"
54931 " name=\"XMLPTableReader\"\n"
54932 " si_class=\"vtkSIMetaReaderProxy\">\n"
54933 " <Documentation long_help=\"Reads the summary file and the associated VTK XML table data files.\"\n"
54934 " short_help=\"Read partitioned VTK XML table data files.\">\n"
54935 " The XML Partitioned Table reader reads the\n"
54936 " partitioned VTK table data file format. It\n"
54937 " reads the partitioned format's summary file and then the\n"
54938 " associated VTK XML table data files. The\n"
54939 " expected file extension is .pvtt. This reader also\n"
54940 " supports file series.</Documentation>\n"
54941 " <SubProxy>\n"
54942 " <Proxy name=\"Reader\"\n"
54943 " proxygroup=\"internal_sources\"\n"
54944 " proxyname=\"XMLPTableReaderCore\"></Proxy>\n"
54945 " <ExposedProperties>\n"
54946 " <PropertyGroup label=\"Column Array Status\"\n"
54947 " name=\"ColumnArrayStatus\"\n"
54948 " panel_visibility=\"default\"\n"
54949 " panel_widget=\"ArrayStatus\">\n"
54950 " <Property name=\"ColumnArrayInfo\" />\n"
54951 " <Property name=\"ColumnArrayStatus\" />\n"
54952 " </PropertyGroup>\n"
54953 " <Property name=\"TimeArrayInfo\" />\n"
54954 " <Property name=\"TimeArray\" />\n"
54955 " </ExposedProperties>\n"
54956 " </SubProxy>\n"
54957 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
54958 " information_only=\"1\"\n"
54959 " name=\"FileNameInfo\">\n"
54960 " <SimpleStringInformationHelper />\n"
54961 " </StringVectorProperty>\n"
54962 " <StringVectorProperty animateable=\"0\"\n"
54963 " clean_command=\"RemoveAllFileNames\"\n"
54964 " command=\"AddFileName\"\n"
54965 " information_property=\"FileNameInfo\"\n"
54966 " name=\"FileName\"\n"
54967 " number_of_elements=\"1\"\n"
54968 " panel_visibility=\"never\"\n"
54969 " repeat_command=\"1\">\n"
54970 " <FileListDomain name=\"files\" />\n"
54971 " <Documentation>The list of files to be read by the reader. Each file is\n"
54972 " expected to be in the partitioned VTK XML table data\n"
54973 " format. The standard extension is .pvtt. If more than one file is\n"
54974 " specified, the reader will switch to file series mode in which it will\n"
54975 " pretend that it can support time and provide one file per time\n"
54976 " step.</Documentation>\n"
54977 " </StringVectorProperty>\n"
54978 " <DoubleVectorProperty information_only=\"1\"\n"
54979 " name=\"TimestepValues\"\n"
54980 " repeatable=\"1\">\n"
54981 " <TimeStepsInformationHelper />\n"
54982 " <Documentation>Available timestep values.</Documentation>\n"
54983 " </DoubleVectorProperty>\n"
54984 " <Hints>\n"
54985 " <ReaderFactory extensions=\"pvtt pvtt.series\"\n"
54986 " file_description=\"VTK Table (partitioned)\" />\n"
54987 " </Hints>\n"
54988 " <!-- XMLPTableReader -->\n"
54989 " </SourceProxy>\n"
54990 "\n"
54991 " <!-- ================================================================== -->\n"
54992 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
54993 " file_name_method=\"SetFileName\"\n"
54994 " label=\"XML Partitioned Image Data Reader\"\n"
54995 " name=\"XMLPImageDataReader\"\n"
54996 " si_class=\"vtkSIMetaReaderProxy\">\n"
54997 " <Documentation long_help=\"Reads the summary file and the associated VTK XML image data files.\"\n"
54998 " short_help=\"Read partitioned VTK XML image data files.\">\n"
54999 " The XML Partitioned Image Data reader reads the\n"
55000 " partitioned VTK image data file format. It reads the\n"
55001 " partitioned format's summary file and then the associated\n"
55002 " VTK XML image data files. The expected file extension is\n"
55003 " .pvti. This reader also supports file\n"
55004 " series.</Documentation>\n"
55005 " <SubProxy>\n"
55006 " <Proxy name=\"Reader\"\n"
55007 " proxygroup=\"internal_sources\"\n"
55008 " proxyname=\"XMLPImageDataReaderCore\"></Proxy>\n"
55009 " <ExposedProperties>\n"
55010 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
55011 ;
55012 
55013 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioxml.xml
55015 " name=\"CellPointArrayStatus\"\n"
55016 " panel_visibility=\"default\"\n"
55017 " panel_widget=\"ArrayStatus\">\n"
55018 " <Property name=\"CellArrayInfo\" />\n"
55019 " <Property name=\"CellArrayStatus\" />\n"
55020 " <Property name=\"PointArrayInfo\" />\n"
55021 " <Property name=\"PointArrayStatus\" />\n"
55022 " </PropertyGroup>\n"
55023 " <Property name=\"TimeArrayInfo\" />\n"
55024 " <Property name=\"TimeArray\" />\n"
55025 " </ExposedProperties>\n"
55026 " </SubProxy>\n"
55027 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
55028 " information_only=\"1\"\n"
55029 " name=\"FileNameInfo\">\n"
55030 " <SimpleStringInformationHelper />\n"
55031 " </StringVectorProperty>\n"
55032 " <StringVectorProperty animateable=\"0\"\n"
55033 " clean_command=\"RemoveAllFileNames\"\n"
55034 " command=\"AddFileName\"\n"
55035 " information_property=\"FileNameInfo\"\n"
55036 " name=\"FileName\"\n"
55037 " number_of_elements=\"1\"\n"
55038 " panel_visibility=\"never\"\n"
55039 " repeat_command=\"1\">\n"
55040 " <FileListDomain name=\"files\" />\n"
55041 " <Documentation>The list of files to be read by the reader. Each file is\n"
55042 " expected to be in the partitioned VTK XML image data format. The\n"
55043 " standard extension is .pvti. If more than one file is specified, the\n"
55044 " reader will switch to file series mode in which it will pretend that it\n"
55045 " can support time and provide one file per time step.</Documentation>\n"
55046 " </StringVectorProperty>\n"
55047 " <DoubleVectorProperty information_only=\"1\"\n"
55048 " name=\"TimestepValues\"\n"
55049 " repeatable=\"1\">\n"
55050 " <TimeStepsInformationHelper />\n"
55051 " <Documentation>Available timestep values.</Documentation>\n"
55052 " </DoubleVectorProperty>\n"
55053 " <Hints>\n"
55054 " <ReaderFactory extensions=\"pvti pvti.series\"\n"
55055 " file_description=\"VTK ImageData Files (partitioned)\" />\n"
55056 " </Hints>\n"
55057 " <!-- XMLPImageDataReader -->\n"
55058 " </SourceProxy>\n"
55059 "\n"
55060 " <!-- ================================================================== -->\n"
55061 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
55062 " file_name_method=\"SetFileName\"\n"
55063 " label=\"XML Partitioned Structured Grid Reader\"\n"
55064 " name=\"XMLPStructuredGridReader\"\n"
55065 " si_class=\"vtkSIMetaReaderProxy\">\n"
55066 " <Documentation long_help=\"Reads the summary file and the associated VTK XML structured grid data files.\"\n"
55067 " short_help=\"Read partitioned VTK XML structured grid data files.\">\n"
55068 " The XML Partitioned Structured Grid reader reads the\n"
55069 " partitioned VTK structured grid data file format. It reads\n"
55070 " the partitioned format's summary file and then the\n"
55071 " associated VTK XML structured grid data files. The\n"
55072 " expected file extension is .pvts. This reader also\n"
55073 " supports file series.</Documentation>\n"
55074 " <SubProxy>\n"
55075 " <Proxy name=\"Reader\"\n"
55076 " proxygroup=\"internal_sources\"\n"
55077 " proxyname=\"XMLPStructuredGridReaderCore\"></Proxy>\n"
55078 " <ExposedProperties>\n"
55079 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
55080 " name=\"CellPointArrayStatus\"\n"
55081 " panel_visibility=\"default\"\n"
55082 " panel_widget=\"ArrayStatus\">\n"
55083 " <Property name=\"CellArrayInfo\" />\n"
55084 " <Property name=\"CellArrayStatus\" />\n"
55085 " <Property name=\"PointArrayInfo\" />\n"
55086 " <Property name=\"PointArrayStatus\" />\n"
55087 " </PropertyGroup>\n"
55088 " <Property name=\"TimeArrayInfo\" />\n"
55089 " <Property name=\"TimeArray\" />\n"
55090 " </ExposedProperties>\n"
55091 " </SubProxy>\n"
55092 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
55093 " information_only=\"1\"\n"
55094 " name=\"FileNameInfo\">\n"
55095 " <SimpleStringInformationHelper />\n"
55096 " </StringVectorProperty>\n"
55097 " <StringVectorProperty animateable=\"0\"\n"
55098 " clean_command=\"RemoveAllFileNames\"\n"
55099 " command=\"AddFileName\"\n"
55100 " information_property=\"FileNameInfo\"\n"
55101 " name=\"FileName\"\n"
55102 " number_of_elements=\"1\"\n"
55103 " panel_visibility=\"never\"\n"
55104 " repeat_command=\"1\">\n"
55105 " <FileListDomain name=\"files\" />\n"
55106 " <Documentation>The list of files to be read by the reader. Each file is\n"
55107 " expected to be in the partitioned VTK XML structured grid data format.\n"
55108 " The standard extension is .pvts. If more than one file is specified,\n"
55109 " the reader will switch to file series mode in which it will pretend\n"
55110 " that it can support time and provide one file per time\n"
55111 " step.</Documentation>\n"
55112 " </StringVectorProperty>\n"
55113 " <DoubleVectorProperty information_only=\"1\"\n"
55114 " name=\"TimestepValues\"\n"
55115 " repeatable=\"1\">\n"
55116 " <TimeStepsInformationHelper />\n"
55117 " <Documentation>Available timestep values.</Documentation>\n"
55118 " </DoubleVectorProperty>\n"
55119 " <Hints>\n"
55120 " <ReaderFactory extensions=\"pvts pvts.series\"\n"
55121 " file_description=\"VTK StructuredGrid Files (partitioned)\" />\n"
55122 " </Hints>\n"
55123 " <!-- XMLPStructuredGridReader -->\n"
55124 " </SourceProxy>\n"
55125 "\n"
55126 " <!-- ================================================================== -->\n"
55127 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
55128 " file_name_method=\"SetFileName\"\n"
55129 " label=\"XML Partitioned Rectilinear Grid Reader\"\n"
55130 " name=\"XMLPRectilinearGridReader\"\n"
55131 " si_class=\"vtkSIMetaReaderProxy\">\n"
55132 " <Documentation long_help=\"Reads the summary file and the associated VTK XML rectilinear grid data files.\"\n"
55133 " short_help=\"Read partitioned VTK XML rectilinear grid data files.\">\n"
55134 " The XML Partitioned Rectilinear Grid reader reads the\n"
55135 " partitioned VTK rectilinear grid file format. It reads the\n"
55136 " partitioned format's summary file and then the associated\n"
55137 " VTK XML rectilinear grid files. The expected file\n"
55138 " extension is .pvtr. This reader also supports file\n"
55139 " series.</Documentation>\n"
55140 " <SubProxy>\n"
55141 " <Proxy name=\"Reader\"\n"
55142 " proxygroup=\"internal_sources\"\n"
55143 " proxyname=\"XMLPRectilinearGridReaderCore\"></Proxy>\n"
55144 " <ExposedProperties>\n"
55145 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
55146 " name=\"CellPointArrayStatus\"\n"
55147 " panel_visibility=\"default\"\n"
55148 " panel_widget=\"ArrayStatus\">\n"
55149 " <Property name=\"CellArrayInfo\" />\n"
55150 " <Property name=\"CellArrayStatus\" />\n"
55151 " <Property name=\"PointArrayInfo\" />\n"
55152 " <Property name=\"PointArrayStatus\" />\n"
55153 " </PropertyGroup>\n"
55154 " <Property name=\"TimeArrayInfo\" />\n"
55155 " <Property name=\"TimeArray\" />\n"
55156 " </ExposedProperties>\n"
55157 " </SubProxy>\n"
55158 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
55159 " information_only=\"1\"\n"
55160 " name=\"FileNameInfo\">\n"
55161 " <SimpleStringInformationHelper />\n"
55162 " </StringVectorProperty>\n"
55163 " <StringVectorProperty animateable=\"0\"\n"
55164 " clean_command=\"RemoveAllFileNames\"\n"
55165 " command=\"AddFileName\"\n"
55166 " information_property=\"FileNameInfo\"\n"
55167 " name=\"FileName\"\n"
55168 " number_of_elements=\"1\"\n"
55169 " panel_visibility=\"never\"\n"
55170 " repeat_command=\"1\">\n"
55171 " <FileListDomain name=\"files\" />\n"
55172 " <Documentation>The list of files to be read by the reader. Each file is\n"
55173 " expected to be in the partitioned VTK XML rectilinear grid data format.\n"
55174 " The standard extension is .pvtr. If more than one file is specified,\n"
55175 " the reader will switch to file series mode in which it will pretend\n"
55176 " that it can support time and provide one file per time\n"
55177 " step.</Documentation>\n"
55178 " </StringVectorProperty>\n"
55179 " <DoubleVectorProperty information_only=\"1\"\n"
55180 " name=\"TimestepValues\"\n"
55181 " repeatable=\"1\">\n"
55182 " <TimeStepsInformationHelper />\n"
55183 " <Documentation>Available timestep values.</Documentation>\n"
55184 " </DoubleVectorProperty>\n"
55185 " <Hints>\n"
55186 " <ReaderFactory extensions=\"pvtr pvtr.series\"\n"
55187 " file_description=\"VTK RectilinearGrid Files (partitioned)\" />\n"
55188 " </Hints>\n"
55189 " <!-- XMLPRectilinearGridReader -->\n"
55190 " </SourceProxy>\n"
55191 "\n"
55192 " <!-- ================================================================== -->\n"
55193 " <SourceProxy class=\"vtkRTXMLPolyDataReader\"\n"
55194 " name=\"RTXMLPolyDataReader\">\n"
55195 " <StringVectorProperty animateable=\"0\"\n"
55196 " command=\"SetFileName\"\n"
55197 " name=\"FileName\"\n"
55198 " number_of_elements=\"1\">\n"
55199 " <FileListDomain name=\"files\" />\n"
55200 " <Documentation>Set the file name for the real-time VTK polygonal\n"
55201 " dataset reader.</Documentation>\n"
55202 " </StringVectorProperty>\n"
55203 " <StringVectorProperty command=\"SetLocation\"\n"
55204 " name=\"Location\"\n"
55205 " number_of_elements=\"1\">\n"
55206 " <FileListDomain name=\"files\" />\n"
55207 " <Documentation>Set the data directory containing real time data\n"
55208 " files.</Documentation>\n"
55209 " </StringVectorProperty>\n"
55210 " <StringVectorProperty command=\"GetNextFileName\"\n"
55211 " information_only=\"1\"\n"
55212 " name=\"NextFileName\"\n"
55213 " number_of_elements=\"1\">\n"
55214 " <SimpleStringInformationHelper />\n"
55215 " </StringVectorProperty>\n"
55216 " <IntVectorProperty command=\"NewDataAvailable\"\n"
55217 " default_values=\"2\"\n"
55218 " information_only=\"1\"\n"
55219 " name=\"NewDataAvailable\"\n"
55220 " number_of_elements=\"1\">\n"
55221 " <SimpleIntInformationHelper />\n"
55222 " </IntVectorProperty>\n"
55223 " <Property command=\"UpdateToNextFile\"\n"
55224 " name=\"UpdateToNextFile\"></Property>\n"
55225 " <Property command=\"ResetReader\"\n"
55226 " name=\"ResetReader\"></Property>\n"
55227 " <!-- End of RTXMLPolyDataReader -->\n"
55228 " </SourceProxy>\n"
55229 "\n"
55230 " <!-- ================================================================== -->\n"
55231 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
55232 " file_name_method=\"SetFileName\"\n"
55233 " label=\"XML Hierarchical Box Data reader\"\n"
55234 " name=\"XMLHierarchicalBoxDataReader\"\n"
55235 " si_class=\"vtkSIMetaReaderProxy\">\n"
55236 " <Documentation long_help=\"Reads a VTK XML-based data file containing a hierarchical dataset containing vtkUniformGrids.\"\n"
55237 " short_help=\"Read a VTK data file containing a hierarchical box dataset.\">\n"
55238 " The XML Hierarchical Box Data reader reads VTK's XML-based\n"
55239 " file format containing a vtkHierarchicalBoxDataSet. The\n"
55240 " expected file extensions is either .vthb or\n"
55241 " .vth.</Documentation>\n"
55242 " <SubProxy>\n"
55243 " <Proxy name=\"Reader\"\n"
55244 " proxygroup=\"internal_sources\"\n"
55245 " proxyname=\"XMLHierarchicalBoxDataReaderCore\"></Proxy>\n"
55246 " <ExposedProperties>\n"
55247 " <Property name=\"TimeArrayInfo\" />\n"
55248 " <Property name=\"TimeArray\" />\n"
55249 " </ExposedProperties>\n"
55250 " </SubProxy>\n"
55251 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
55252 " information_only=\"1\"\n"
55253 " name=\"FileNameInfo\">\n"
55254 " <SimpleStringInformationHelper />\n"
55255 " </StringVectorProperty>\n"
55256 " <StringVectorProperty animateable=\"0\"\n"
55257 " clean_command=\"RemoveAllFileNames\"\n"
55258 " command=\"AddFileName\"\n"
55259 " information_property=\"FileNameInfo\"\n"
55260 " name=\"FileName\"\n"
55261 " number_of_elements=\"1\"\n"
55262 " panel_visibility=\"never\"\n"
55263 " repeat_command=\"1\">\n"
55264 " <FileListDomain name=\"files\" />\n"
55265 " <Documentation>The list of files to be read by the reader. Each file is\n"
55266 " expected to be in the VTK XML polygonal dataset format. The standard\n"
55267 " extension is .vtp. If more than one file is specified, the reader will\n"
55268 " switch to file series mode in which it will pretend that it can support\n"
55269 " time and provide one file per time step.</Documentation>\n"
55270 " </StringVectorProperty>\n"
55271 " <DoubleVectorProperty information_only=\"1\"\n"
55272 " name=\"TimestepValues\"\n"
55273 " repeatable=\"1\">\n"
55274 " <TimeStepsInformationHelper />\n"
55275 " <Documentation>Available timestep values.</Documentation>\n"
55276 " </DoubleVectorProperty>\n"
55277 " <!--\n"
55278 " <Hints>\n"
55279 " <ReaderFactory extensions=\"vthb vth\"\n"
55280 " file_description=\"VTK Hierarchical Box Data Files\" />\n"
55281 " </Hints>\n"
55282 " -->\n"
55283 " <!-- end of XMLHierarchicalBoxDataReader -->\n"
55284 " </SourceProxy>\n"
55285 "\n"
55286 " <!-- ================================================================== -->\n"
55287 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
55288 " file_name_method=\"SetFileName\"\n"
55289 " label=\"XML UniformGrid AMR Reader\"\n"
55290 " name=\"XMLUniformGridAMRReader\"\n"
55291 " si_class=\"vtkSIMetaReaderProxy\">\n"
55292 " <Documentation long_help=\"Reads a VTK XML-based data file containing a AMR datasets .\"\n"
55293 " short_help=\"Read a VTK data file containing AMR dataset.\">\n"
55294 " This reader reads Overlapping and Non-Overlapping AMR\n"
55295 " datasets in VTK XML format. This reader reads the newer\n"
55296 " version of the format. For version 1.0 and less, use\n"
55297 " XMLHierarchicalBoxDataReader.\n"
55298 " The expected file extensions is either .vthb or .vth.\n"
55299 " </Documentation>\n"
55300 " <SubProxy>\n"
55301 " <Proxy name=\"Reader\"\n"
55302 " proxygroup=\"internal_sources\"\n"
55303 " proxyname=\"XMLUniformGridAMRReaderCore\">\n"
55304 " </Proxy>\n"
55305 " <ExposedProperties>\n"
55306 " <Property name=\"DefaultNumberOfLevels\" />\n"
55307 " <Property name=\"TimeArrayInfo\" />\n"
55308 " <Property name=\"TimeArray\" />\n"
55309 " </ExposedProperties>\n"
55310 " </SubProxy>\n"
55311 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
55312 ;
55313 
55314 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioxml.xml
55316 " information_only=\"1\"\n"
55317 " name=\"FileNameInfo\">\n"
55318 " <SimpleStringInformationHelper />\n"
55319 " </StringVectorProperty>\n"
55320 " <StringVectorProperty animateable=\"0\"\n"
55321 " clean_command=\"RemoveAllFileNames\"\n"
55322 " command=\"AddFileName\"\n"
55323 " information_property=\"FileNameInfo\"\n"
55324 " name=\"FileName\"\n"
55325 " number_of_elements=\"1\"\n"
55326 " panel_visibility=\"never\"\n"
55327 " repeat_command=\"1\">\n"
55328 " <FileListDomain name=\"files\" />\n"
55329 " <Documentation>The list of files to be read by the reader. Each file is\n"
55330 " expected to be in the VTK XML polygonal dataset format. The standard\n"
55331 " extension is .vtp. If more than one file is specified, the reader will\n"
55332 " switch to file series mode in which it will pretend that it can support\n"
55333 " time and provide one file per time step.</Documentation>\n"
55334 " </StringVectorProperty>\n"
55335 " <DoubleVectorProperty information_only=\"1\"\n"
55336 " name=\"TimestepValues\"\n"
55337 " repeatable=\"1\">\n"
55338 " <TimeStepsInformationHelper />\n"
55339 " <Documentation>Available timestep values.</Documentation>\n"
55340 " </DoubleVectorProperty>\n"
55341 " <Hints>\n"
55342 " <ReaderFactory extensions=\"vthb vthb.series vth vth.series\"\n"
55343 " file_description=\"VTK Hierarchical Box Data Files\" />\n"
55344 " </Hints>\n"
55345 " <!-- end of XMLUniformGridAMRReader -->\n"
55346 " </SourceProxy>\n"
55347 "\n"
55348 " <!-- ================================================================== -->\n"
55349 " <!-- HyperTreeGridReader -->\n"
55350 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
55351 " file_name_method=\"SetFileName\"\n"
55352 " label=\"HyperTreeGrid Reader\"\n"
55353 " name=\"HyperTreeGridReader\"\n"
55354 " si_class=\"vtkSIMetaReaderProxy\">\n"
55355 " <Documentation\n"
55356 " long_help=\"Reads HyperTreeGrid .htg files\"\n"
55357 " short_help=\"Reads HyperTreeGrid data\"\n"
55358 " >Reads HyperTreeGrid data files\n"
55359 " </Documentation>\n"
55360 " <SubProxy>\n"
55361 " <Proxy\n"
55362 " name=\"Reader\"\n"
55363 " proxygroup=\"internal_sources\"\n"
55364 " proxyname=\"XMLHyperTreeGridReaderCore\"\n"
55365 " />\n"
55366 " <ExposedProperties>\n"
55367 " <Property name=\"MaximumNumberOfLevels\" />\n"
55368 " </ExposedProperties>\n"
55369 " </SubProxy>\n"
55370 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
55371 " information_only=\"1\"\n"
55372 " name=\"FileNameInfo\">\n"
55373 " <SimpleStringInformationHelper />\n"
55374 " </StringVectorProperty>\n"
55375 " <StringVectorProperty animateable=\"0\"\n"
55376 " clean_command=\"RemoveAllFileNames\"\n"
55377 " command=\"AddFileName\"\n"
55378 " name=\"FileNames\"\n"
55379 " number_of_elements=\"0\"\n"
55380 " panel_visibility=\"never\"\n"
55381 " repeat_command=\"1\">\n"
55382 " <FileListDomain name=\"files\" />\n"
55383 " <Documentation>The list of files to be read by the\n"
55384 " reader.</Documentation>\n"
55385 " </StringVectorProperty>\n"
55386 " <DoubleVectorProperty information_only=\"1\"\n"
55387 " name=\"TimestepValues\"\n"
55388 " repeatable=\"1\">\n"
55389 " <TimeStepsInformationHelper />\n"
55390 " <Documentation>Available timestep values.</Documentation>\n"
55391 " </DoubleVectorProperty>\n"
55392 " <Hints>\n"
55393 " <ReaderFactory\n"
55394 " extensions=\"htg\"\n"
55395 " file_description=\"HyperTreeGrid\"\n"
55396 " />\n"
55397 " </Hints>\n"
55398 " <!-- PHyperTreeGridReader -->\n"
55399 " </SourceProxy>\n"
55400 "\n"
55401 " <!-- ================================================================== -->\n"
55402 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
55403 " file_name_method=\"SetFileName\"\n"
55404 " label=\"XML Partitioned HyperTree Grid Reader\"\n"
55405 " name=\"XMLPHyperTreeGridReader\"\n"
55406 " si_class=\"vtkSIMetaReaderProxy\">\n"
55407 " <Documentation long_help=\"Reads the summary file and the associated VTK XML htg data files.\"\n"
55408 " short_help=\"Read partitioned VTK XML htg data files.\">\n"
55409 " The XML Partitioned Hyper Tree Grid reader reads the\n"
55410 " partitioned VTK htg data file format. It\n"
55411 " reads the partitioned format's summary file and then the\n"
55412 " associated VTK XML htg data files. The\n"
55413 " expected file extension is .phtg. This reader also\n"
55414 " supports file series.</Documentation>\n"
55415 " <SubProxy>\n"
55416 " <Proxy name=\"Reader\"\n"
55417 " proxygroup=\"internal_sources\"\n"
55418 " proxyname=\"XMLPHyperTreeGridReaderCore\"></Proxy>\n"
55419 " </SubProxy>\n"
55420 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
55421 " information_only=\"1\"\n"
55422 " name=\"FileNameInfo\">\n"
55423 " <SimpleStringInformationHelper />\n"
55424 " </StringVectorProperty>\n"
55425 " <StringVectorProperty animateable=\"0\"\n"
55426 " clean_command=\"RemoveAllFileNames\"\n"
55427 " command=\"AddFileName\"\n"
55428 " information_property=\"FileNameInfo\"\n"
55429 " name=\"FileName\"\n"
55430 " number_of_elements=\"1\"\n"
55431 " panel_visibility=\"never\"\n"
55432 " repeat_command=\"1\">\n"
55433 " <FileListDomain name=\"files\" />\n"
55434 " <Documentation>The list of files to be read by the reader. Each file is\n"
55435 " expected to be in the partitioned VTK XML phtg data\n"
55436 " format. The standard extension is .phtg. If more than one file is\n"
55437 " specified, the reader will switch to file series mode in which it will\n"
55438 " pretend that it can support time and provide one file per time\n"
55439 " step.</Documentation>\n"
55440 " </StringVectorProperty>\n"
55441 " <DoubleVectorProperty information_only=\"1\"\n"
55442 " name=\"TimestepValues\"\n"
55443 " repeatable=\"1\">\n"
55444 " <TimeStepsInformationHelper />\n"
55445 " <Documentation>Available timestep values.</Documentation>\n"
55446 " </DoubleVectorProperty>\n"
55447 " <Hints>\n"
55448 " <ReaderFactory extensions=\"phtg\"\n"
55449 " file_description=\"HyperTreeGrid (partitioned)\" />\n"
55450 " </Hints>\n"
55451 " </SourceProxy>\n"
55452 "\n"
55453 " <!-- ================================================================== -->\n"
55454 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
55455 " file_name_method=\"SetFileName\"\n"
55456 " label=\"XML MultiBlock Data Reader\"\n"
55457 " name=\"XMLMultiBlockDataReader\"\n"
55458 " si_class=\"vtkSIMetaReaderProxy\">\n"
55459 " <Documentation long_help=\"Reads a VTK XML multiblock data file and the serial VTK XML data files to which it points.\"\n"
55460 " short_help=\"Read VTK XML multiblock datasets.\">The XML\n"
55461 " Multiblock Data reader reads the VTK XML multiblock data\n"
55462 " file format. XML multiblock data files are meta-files\n"
55463 " that point to a list of serial VTK XML files. When reading\n"
55464 " in parallel, this reader will distribute sub-blocks among\n"
55465 " processors. The expected file extensions are .vtm and\n"
55466 " .vtmb.</Documentation>\n"
55467 " <SubProxy>\n"
55468 " <Proxy name=\"Reader\"\n"
55469 " proxygroup=\"internal_sources\"\n"
55470 " proxyname=\"XMLMultiBlockDataReaderCore\"></Proxy>\n"
55471 " <ExposedProperties>\n"
55472 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
55473 " name=\"CellPointArrayStatus\"\n"
55474 " panel_visibility=\"default\"\n"
55475 " panel_widget=\"ArrayStatus\">\n"
55476 " <Property name=\"CellArrayInfo\" />\n"
55477 " <Property name=\"CellArrayStatus\" />\n"
55478 " <Property name=\"PointArrayInfo\" />\n"
55479 " <Property name=\"PointArrayStatus\" />\n"
55480 " </PropertyGroup>\n"
55481 " <Property name=\"TimeArrayInfo\" />\n"
55482 " <Property name=\"TimeArray\" />\n"
55483 " <Property name=\"PieceDistribution\" />\n"
55484 " </ExposedProperties>\n"
55485 " </SubProxy>\n"
55486 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
55487 " information_only=\"1\"\n"
55488 " name=\"FileNameInfo\">\n"
55489 " <SimpleStringInformationHelper />\n"
55490 " </StringVectorProperty>\n"
55491 " <StringVectorProperty animateable=\"0\"\n"
55492 " clean_command=\"RemoveAllFileNames\"\n"
55493 " command=\"AddFileName\"\n"
55494 " information_property=\"FileNameInfo\"\n"
55495 " name=\"FileName\"\n"
55496 " number_of_elements=\"1\"\n"
55497 " panel_visibility=\"never\"\n"
55498 " repeat_command=\"1\">\n"
55499 " <FileListDomain name=\"files\" />\n"
55500 " <Documentation>The list of files to be read by the reader. Each file is\n"
55501 " expected to be in the VTK XML polygonal dataset format. The standard\n"
55502 " extension is .vtp. If more than one file is specified, the reader will\n"
55503 " switch to file series mode in which it will pretend that it can support\n"
55504 " time and provide one file per time step.</Documentation>\n"
55505 " </StringVectorProperty>\n"
55506 " <DoubleVectorProperty information_only=\"1\"\n"
55507 " name=\"TimestepValues\"\n"
55508 " repeatable=\"1\">\n"
55509 " <TimeStepsInformationHelper />\n"
55510 " <Documentation>Available timestep values.</Documentation>\n"
55511 " </DoubleVectorProperty>\n"
55512 " <Hints>\n"
55513 " <ReaderFactory extensions=\"vtm vtm.series vtmb vtmb.series\"\n"
55514 " file_description=\"VTK MultiBlock Data Files\" />\n"
55515 " </Hints>\n"
55516 " <!-- end of XMLMultiBlockDataReader -->\n"
55517 " </SourceProxy>\n"
55518 "\n"
55519 " <!-- ================================================================== -->\n"
55520 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
55521 " file_name_method=\"SetFileName\"\n"
55522 " label=\"XML Partitioned Dataset Reader\"\n"
55523 " name=\"XMLPartitionedDataSetReader\"\n"
55524 " si_class=\"vtkSIMetaReaderProxy\">\n"
55525 " <Documentation long_help=\"Reads a VTK XML partitioned dataset file and the serial VTK XML data files to which it points.\"\n"
55526 " short_help=\"Read VTK XML partitioned datasets.\">The XML\n"
55527 " Partitioned Dataset reader reads the VTK XML Partitioned Dataset\n"
55528 " file format. XML partitioned dataset files are meta-files\n"
55529 " that point to a list of serial VTK XML files. When reading\n"
55530 " in parallel, this reader will distribute sub-blocks among\n"
55531 " processors. The expected file extensions are .vtpd.\n"
55532 " </Documentation>\n"
55533 " <SubProxy>\n"
55534 " <Proxy name=\"Reader\"\n"
55535 " proxygroup=\"internal_sources\"\n"
55536 " proxyname=\"XMLPartitionedDataSetReaderCore\"></Proxy>\n"
55537 " <ExposedProperties>\n"
55538 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
55539 " name=\"CellPointArrayStatus\"\n"
55540 " panel_visibility=\"default\"\n"
55541 " panel_widget=\"ArrayStatus\">\n"
55542 " <Property name=\"CellArrayInfo\" />\n"
55543 " <Property name=\"CellArrayStatus\" />\n"
55544 " <Property name=\"PointArrayInfo\" />\n"
55545 " <Property name=\"PointArrayStatus\" />\n"
55546 " </PropertyGroup>\n"
55547 " <Property name=\"TimeArrayInfo\" />\n"
55548 " <Property name=\"TimeArray\" />\n"
55549 " <Property name=\"PieceDistribution\" />\n"
55550 " </ExposedProperties>\n"
55551 " </SubProxy>\n"
55552 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
55553 " information_only=\"1\"\n"
55554 " name=\"FileNameInfo\">\n"
55555 " <SimpleStringInformationHelper />\n"
55556 " </StringVectorProperty>\n"
55557 " <StringVectorProperty animateable=\"0\"\n"
55558 " clean_command=\"RemoveAllFileNames\"\n"
55559 " command=\"AddFileName\"\n"
55560 " information_property=\"FileNameInfo\"\n"
55561 " name=\"FileName\"\n"
55562 " number_of_elements=\"1\"\n"
55563 " panel_visibility=\"never\"\n"
55564 " repeat_command=\"1\">\n"
55565 " <FileListDomain name=\"files\" />\n"
55566 " <Documentation>The list of files to be read by the reader.</Documentation>\n"
55567 " </StringVectorProperty>\n"
55568 " <DoubleVectorProperty information_only=\"1\"\n"
55569 " name=\"TimestepValues\"\n"
55570 " repeatable=\"1\">\n"
55571 " <TimeStepsInformationHelper />\n"
55572 " <Documentation>Available timestep values.</Documentation>\n"
55573 " </DoubleVectorProperty>\n"
55574 " <Hints>\n"
55575 " <ReaderFactory extensions=\"vtpd vtpd.series\"\n"
55576 " file_description=\"VTK Partitioned Dataset Files\" />\n"
55577 " </Hints>\n"
55578 " <!-- end of XMLPartitionedDataSetReader -->\n"
55579 " </SourceProxy>\n"
55580 "\n"
55581 " <!-- ================================================================== -->\n"
55582 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
55583 " file_name_method=\"SetFileName\"\n"
55584 " label=\"XML Partitioned Dataset Collection Reader\"\n"
55585 " name=\"XMLPartitionedDataSetCollectionReader\"\n"
55586 " si_class=\"vtkSIMetaReaderProxy\">\n"
55587 " <Documentation long_help=\"Reads a VTK XML partitioned dataset collection file and the serial VTK XML data files to which it points.\"\n"
55588 " short_help=\"Read VTK XML partitioned datasets.\">The XML\n"
55589 " Partitioned Dataset Collection reader reads the VTK XML Partitioned Dataset Collection\n"
55590 " file format. XML partitioned dataset collection files are meta-files\n"
55591 " that point to a list of serial VTK XML files. When reading\n"
55592 " in parallel, this reader will distribute sub-blocks among\n"
55593 " processors. The expected file extensions are .vtpc.\n"
55594 " </Documentation>\n"
55595 " <SubProxy>\n"
55596 " <Proxy name=\"Reader\"\n"
55597 " proxygroup=\"internal_sources\"\n"
55598 " proxyname=\"XMLPartitionedDataSetCollectionReaderCore\"></Proxy>\n"
55599 " <ExposedProperties>\n"
55600 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
55601 " name=\"CellPointArrayStatus\"\n"
55602 " panel_visibility=\"default\"\n"
55603 " panel_widget=\"ArrayStatus\">\n"
55604 " <Property name=\"CellArrayInfo\" />\n"
55605 " <Property name=\"CellArrayStatus\" />\n"
55606 " <Property name=\"PointArrayInfo\" />\n"
55607 " <Property name=\"PointArrayStatus\" />\n"
55608 " </PropertyGroup>\n"
55609 " <Property name=\"TimeArrayInfo\" />\n"
55610 " <Property name=\"TimeArray\" />\n"
55611 " <Property name=\"PieceDistribution\" />\n"
55612 " </ExposedProperties>\n"
55613 " </SubProxy>\n"
55614 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
55615 ;
55616 
55617 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioxml.xml
55619 " information_only=\"1\"\n"
55620 " name=\"FileNameInfo\">\n"
55621 " <SimpleStringInformationHelper />\n"
55622 " </StringVectorProperty>\n"
55623 " <StringVectorProperty animateable=\"0\"\n"
55624 " clean_command=\"RemoveAllFileNames\"\n"
55625 " command=\"AddFileName\"\n"
55626 " information_property=\"FileNameInfo\"\n"
55627 " name=\"FileName\"\n"
55628 " number_of_elements=\"1\"\n"
55629 " panel_visibility=\"never\"\n"
55630 " repeat_command=\"1\">\n"
55631 " <FileListDomain name=\"files\" />\n"
55632 " <Documentation>The list of files to be read by the reader.</Documentation>\n"
55633 " </StringVectorProperty>\n"
55634 " <DoubleVectorProperty information_only=\"1\"\n"
55635 " name=\"TimestepValues\"\n"
55636 " repeatable=\"1\">\n"
55637 " <TimeStepsInformationHelper />\n"
55638 " <Documentation>Available timestep values.</Documentation>\n"
55639 " </DoubleVectorProperty>\n"
55640 " <Hints>\n"
55641 " <ReaderFactory extensions=\"vtpc vtpc.series\"\n"
55642 " file_description=\"VTK Partitioned Dataset Collection Files\" />\n"
55643 " </Hints>\n"
55644 " <!-- end of XMLPartitionedDataSetCollectionReader -->\n"
55645 " </SourceProxy>\n"
55646 "\n"
55647 " <!-- ================================================================== -->\n"
55648 " <!-- end of \"sources\" -->\n"
55649 " </ProxyGroup>\n"
55650 "</ServerManagerConfiguration>\n"
55651 "\n";
55652 // Get single string
55654 {
55655 
55656  const size_t len0 = strlen(paraview_server_managerreaders_ioxmlInterface0);
55657  const size_t len1 = strlen(paraview_server_managerreaders_ioxmlInterface1);
55658  const size_t len2 = strlen(paraview_server_managerreaders_ioxmlInterface2);
55659  const size_t len3 = strlen(paraview_server_managerreaders_ioxmlInterface3);
55660  const size_t len4 = strlen(paraview_server_managerreaders_ioxmlInterface4);
55661  const size_t len5 = strlen(paraview_server_managerreaders_ioxmlInterface5);
55662  const size_t len6 = strlen(paraview_server_managerreaders_ioxmlInterface6);
55663  const size_t len7 = strlen(paraview_server_managerreaders_ioxmlInterface7);
55664  const size_t len8 = strlen(paraview_server_managerreaders_ioxmlInterface8);
55665  const size_t len9 = strlen(paraview_server_managerreaders_ioxmlInterface9);
55666  size_t len = ( 0
55667  + len0
55668  + len1
55669  + len2
55670  + len3
55671  + len4
55672  + len5
55673  + len6
55674  + len7
55675  + len8
55676  + len9 );
55677  char* res = new char[ len + 1];
55678  size_t offset = 0;
55689  assert(offset == len);
55690  res[offset] = 0;
55691  return res;
55692 }
55693 
55694 
55695 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/writers_ioxml.xml
55697 "<ServerManagerConfiguration>\n"
55698 " <ProxyGroup name=\"internal_writers\">\n"
55699 " <!-- ================================================================= -->\n"
55700 " <Proxy class=\"vtkXMLDataObjectWriter\" name=\"XMLDataObjectWriterCore\">\n"
55701 " <Documentation>Internal writer for writing xml-based vtk\n"
55702 " files.</Documentation>\n"
55703 " <IntVectorProperty command=\"SetDataMode\"\n"
55704 " default_values=\"2\"\n"
55705 " name=\"DataMode\"\n"
55706 " number_of_elements=\"1\">\n"
55707 " <EnumerationDomain name=\"enum\">\n"
55708 " <Entry text=\"Ascii\" value=\"0\" />\n"
55709 " <Entry text=\"Binary\" value=\"1\" />\n"
55710 " <Entry text=\"Appended\" value=\"2\" />\n"
55711 " </EnumerationDomain>\n"
55712 " <Documentation>The mode uses for writing the file's data i.e. ascii,\n"
55713 " binary, appended binary.</Documentation>\n"
55714 " </IntVectorProperty>\n"
55715 " <IntVectorProperty command=\"SetHeaderType\"\n"
55716 " default_values=\"64\"\n"
55717 " name=\"HeaderType\"\n"
55718 " number_of_elements=\"1\"\n"
55719 " panel_widget=\"never\">\n"
55720 " <EnumerationDomain name=\"enum\">\n"
55721 " <Entry text=\"UInt32\" value=\"32\" />\n"
55722 " <Entry text=\"UInt64\" value=\"64\" />\n"
55723 " </EnumerationDomain>\n"
55724 " <Documentation>Set the binary data header word type. The default is\n"
55725 " UInt32. Set to UInt64 when storing arrays requiring 64-bit indexing.\n"
55726 " </Documentation>\n"
55727 " </IntVectorProperty>\n"
55728 " <IntVectorProperty command=\"SetEncodeAppendedData\"\n"
55729 " default_values=\"0\"\n"
55730 " name=\"EncodeAppendedData\"\n"
55731 " number_of_elements=\"1\">\n"
55732 " <BooleanDomain name=\"bool\" />\n"
55733 " <Documentation>When EncodeAppendedData is turned ON, the writer uses\n"
55734 " base64 encoding when writing binary data (only if appended mode is\n"
55735 " selected).</Documentation>\n"
55736 " </IntVectorProperty>\n"
55737 " <IntVectorProperty command=\"SetCompressorType\"\n"
55738 " default_values=\"0\"\n"
55739 " name=\"CompressorType\"\n"
55740 " number_of_elements=\"1\">\n"
55741 " <EnumerationDomain name=\"enum\">\n"
55742 " <Entry text=\"None\" value=\"0\" info=\"fastest write\" />\n"
55743 " <Entry text=\"LZ4\" value=\"2\" info=\"fastest compressed write\" />\n"
55744 " <Entry text=\"ZLib\" value=\"1\" info=\"balanced performance\" />\n"
55745 " <Entry text=\"LZMA\" value=\"3\" info=\"smallest filesize\" />\n"
55746 " </EnumerationDomain>\n"
55747 " <Documentation>The compression algorithm used to compress binary data\n"
55748 " (appended mode only). None offers fastest write, LZ4 offers fastest\n"
55749 " compressed write, ZLib offers balanced performance, LZMA offers\n"
55750 " smallest compressed filesize.</Documentation>\n"
55751 " </IntVectorProperty>\n"
55752 " <IntVectorProperty command=\"SetCompressionLevel\"\n"
55753 " default_values=\"6\"\n"
55754 " name=\"CompressionLevel\"\n"
55755 " number_of_elements=\"1\">\n"
55756 " <EnumerationDomain name=\"enum\">\n"
55757 " <Entry text=\"1\" value=\"1\" info=\"fastest write\" />\n"
55758 " <Entry text=\"2\" value=\"2\" />\n"
55759 " <Entry text=\"3\" value=\"3\" />\n"
55760 " <Entry text=\"4\" value=\"4\" />\n"
55761 " <Entry text=\"5\" value=\"5\" info=\"balanced performance\" />\n"
55762 " <Entry text=\"6\" value=\"6\" />\n"
55763 " <Entry text=\"7\" value=\"7\" />\n"
55764 " <Entry text=\"8\" value=\"8\" />\n"
55765 " <Entry text=\"9\" value=\"9\" info=\"smallest filesize\" />\n"
55766 " </EnumerationDomain>\n"
55767 " <Documentation>A compression performance parameter from 1 (faster/larger\n"
55768 " compressed filesize) to 9 (slower/smaller compressed filesize).</Documentation>\n"
55769 " <Hints>\n"
55770 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
55771 " mode=\"enabled_state\"\n"
55772 " property=\"CompressorType\"\n"
55773 " value=\"0\"\n"
55774 " inverse=\"1\" />\n"
55775 " </Hints>\n"
55776 " </IntVectorProperty>\n"
55777 " <!-- End of XMLDataSetWriterCore -->\n"
55778 " </Proxy>\n"
55779 "\n"
55780 " <!-- ================================================================= -->\n"
55781 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55782 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55783 " class=\"vtkXMLPMultiBlockDataWriter\"\n"
55784 " name=\"XMLPMultiBlockDataWriterCore\">\n"
55785 " <Documentation>Internal proxy used by\n"
55786 " XMLMultiBlockDataWriter.</Documentation>\n"
55787 " <!-- End of XMLPMultiBlockDataWriterCore -->\n"
55788 " </PWriterProxy>\n"
55789 "\n"
55790 " <!-- ================================================================= -->\n"
55791 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55792 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55793 " class=\"vtkXMLPPartitionedDataSetWriter\"\n"
55794 " name=\"XMLPPartitionedDataSetWriterCore\">\n"
55795 " <Documentation>Internal proxy used by XMLPPartitionedDataSetWriter.</Documentation>\n"
55796 " <!-- End of XMLPPartitionedDataSetWriterCore -->\n"
55797 " </PWriterProxy>\n"
55798 "\n"
55799 " <!-- ================================================================= -->\n"
55800 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55801 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55802 " class=\"vtkXMLPartitionedDataSetCollectionWriter\"\n"
55803 " name=\"XMLPartitionedDataSetCollectionWriterCore\">\n"
55804 " <Documentation>Internal proxy used by\n"
55805 " XMLPartitionedDataSetCollectionWriter.</Documentation>\n"
55806 " <!-- End of XMLPartitionedDataSetCollectionWriterCore -->\n"
55807 " </PWriterProxy>\n"
55808 "\n"
55809 " <!-- ================================================================= -->\n"
55810 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55811 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55812 " class=\"vtkXMLPUniformGridAMRWriter\"\n"
55813 " name=\"XMLPUniformGridAMRWriter\">\n"
55814 " <Documentation>\n"
55815 " Internal proxy used by XMLUniformGridAMRWriter\n"
55816 " </Documentation>\n"
55817 " <!-- End of XMLPUniformGridAMRWriter-->\n"
55818 " </PWriterProxy>\n"
55819 "\n"
55820 " <!-- ================================================================= -->\n"
55821 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55822 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55823 " class=\"vtkXMLPPolyDataWriter\"\n"
55824 " name=\"XMLPPolyDataWriterCore\">\n"
55825 " <Documentation>Internal writer used to write XML poly data in\n"
55826 " parallel.</Documentation>\n"
55827 " <IntVectorProperty command=\"SetGhostLevel\"\n"
55828 " default_values=\"1\"\n"
55829 " panel_visibility=\"never\"\n"
55830 " name=\"GhostLevel\"\n"
55831 " number_of_elements=\"1\">\n"
55832 " <IntRangeDomain min=\"0\"\n"
55833 " name=\"range\" />\n"
55834 " <Documentation>The number of ghost levels to include in the output\n"
55835 " file(s).</Documentation>\n"
55836 " </IntVectorProperty>\n"
55837 " <IntVectorProperty command=\"SetUseSubdirectory\"\n"
55838 " name=\"UseSubdirectory\"\n"
55839 " label=\"Store Data in Subdirectory\"\n"
55840 " number_of_elements=\"1\"\n"
55841 " default_values=\"1\">\n"
55842 " <BooleanDomain name=\"bool\"/>\n"
55843 " <Documentation>This property controls whether the writer puts the files for each piece\n"
55844 " in the same directory as the pvt* file or in a subdirectory named the same as the\n"
55845 " pvt* file without its extension</Documentation>\n"
55846 " </IntVectorProperty>\n"
55847 " </PWriterProxy>\n"
55848 " <!-- ================================================================= -->\n"
55849 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55850 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55851 " class=\"vtkXMLPUnstructuredGridWriter\"\n"
55852 " name=\"XMLPUnstructuredGridWriterCore\">\n"
55853 " <Documentation>Internal writer used to write XML poly data in\n"
55854 " parallel.</Documentation>\n"
55855 " <IntVectorProperty command=\"SetGhostLevel\"\n"
55856 " default_values=\"1\"\n"
55857 " name=\"GhostLevel\"\n"
55858 " panel_visibility=\"never\"\n"
55859 " number_of_elements=\"1\">\n"
55860 " <IntRangeDomain min=\"0\"\n"
55861 " name=\"range\" />\n"
55862 " <Documentation>The number of ghost levels to include in the output\n"
55863 " file(s).</Documentation>\n"
55864 " </IntVectorProperty>\n"
55865 " <IntVectorProperty command=\"SetUseSubdirectory\"\n"
55866 " name=\"UseSubdirectory\"\n"
55867 " label=\"Store Data in Subdirectory\"\n"
55868 " number_of_elements=\"1\"\n"
55869 " default_values=\"1\">\n"
55870 " <BooleanDomain name=\"bool\"/>\n"
55871 " <Documentation>This property controls whether the writer puts the files for each piece\n"
55872 " in the same directory as the pvt* file or in a subdirectory named the same as the\n"
55873 " pvt* file without its extension</Documentation>\n"
55874 " </IntVectorProperty>\n"
55875 " </PWriterProxy>\n"
55876 " <!-- ================================================================= -->\n"
55877 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55878 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55879 " class=\"vtkXMLPTableWriter\"\n"
55880 " name=\"XMLPTableCore\">\n"
55881 " <Documentation>Internal writer used to write XML poly data in\n"
55882 " parallel.</Documentation>\n"
55883 " <IntVectorProperty command=\"SetUseSubdirectory\"\n"
55884 " name=\"UseSubdirectory\"\n"
55885 " label=\"Store Data in Subdirectory\"\n"
55886 " number_of_elements=\"1\"\n"
55887 " default_values=\"1\">\n"
55888 " <BooleanDomain name=\"bool\"/>\n"
55889 " <Documentation>This property controls whether the writer puts the files for each piece\n"
55890 " in the same directory as the pvt* file or in a subdirectory named the same as the\n"
55891 " pvt* file without its extension</Documentation>\n"
55892 " </IntVectorProperty>\n"
55893 " </PWriterProxy>\n"
55894 " <!-- ================================================================= -->\n"
55895 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55896 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55897 " class=\"vtkXMLPStructuredGridWriter\"\n"
55898 " name=\"XMLPStructuredGridWriterCore\">\n"
55899 " <Documentation>Internal writer used to write XML poly data in\n"
55900 " parallel.</Documentation>\n"
55901 " <IntVectorProperty command=\"SetUseSubdirectory\"\n"
55902 " name=\"UseSubdirectory\"\n"
55903 " label=\"Store Data in Subdirectory\"\n"
55904 " number_of_elements=\"1\"\n"
55905 " default_values=\"1\">\n"
55906 " <BooleanDomain name=\"bool\"/>\n"
55907 " <Documentation>This property controls whether the writer puts the files for each piece\n"
55908 " in the same directory as the pvt* file or in a subdirectory named the same as the\n"
55909 " pvt* file without its extension</Documentation>\n"
55910 " </IntVectorProperty>\n"
55911 " </PWriterProxy>\n"
55912 " <!-- ================================================================= -->\n"
55913 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55914 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55915 " class=\"vtkXMLPRectilinearGridWriter\"\n"
55916 " name=\"XMLPRectilinearGridWriterCore\">\n"
55917 " <Documentation>Writer to write rectilinear grid in a xml-based vtk data\n"
55918 " file. Can be used for parallel writing.</Documentation>\n"
55919 " <IntVectorProperty command=\"SetUseSubdirectory\"\n"
55920 " name=\"UseSubdirectory\"\n"
55921 " label=\"Store Data in Subdirectory\"\n"
55922 " number_of_elements=\"1\"\n"
55923 " default_values=\"1\">\n"
55924 " <BooleanDomain name=\"bool\"/>\n"
55925 " <Documentation>This property controls whether the writer puts the files for each piece\n"
55926 " in the same directory as the pvt* file or in a subdirectory named the same as the\n"
55927 " pvt* file without its extension</Documentation>\n"
55928 " </IntVectorProperty>\n"
55929 " </PWriterProxy>\n"
55930 " <!-- ================================================================= -->\n"
55931 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55932 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55933 " class=\"vtkXMLPImageDataWriter\"\n"
55934 " name=\"XMLPImageDataWriterCore\"\n"
55935 " parallel_only=\"1\">\n"
55936 " <Documentation>Writer to write image data in a xml-based vtk data file.\n"
55937 " Can be used for parallel writing.</Documentation>\n"
55938 " <IntVectorProperty command=\"SetUseSubdirectory\"\n"
55939 " name=\"UseSubdirectory\"\n"
55940 " label=\"Store Data in Subdirectory\"\n"
55941 " number_of_elements=\"1\"\n"
55942 " default_values=\"1\">\n"
55943 " <BooleanDomain name=\"bool\"/>\n"
55944 " <Documentation>This property controls whether the writer puts the files for each piece\n"
55945 " in the same directory as the pvt* file or in a subdirectory named the same as the\n"
55946 " pvt* file without its extension</Documentation>\n"
55947 " </IntVectorProperty>\n"
55948 " </PWriterProxy>\n"
55949 " <!-- ================================================================= -->\n"
55950 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
55951 " base_proxyname=\"XMLDataObjectWriterCore\"\n"
55952 " class=\"vtkXMLPHyperTreeGridWriter\"\n"
55953 " name=\"XMLPHyperTreeGridWriterCore\">\n"
55954 " <Documentation>Internal writer used to write XML hyper tree grid data in parallel</Documentation>\n"
55955 " <IntVectorProperty command=\"SetUseSubdirectory\"\n"
55956 " name=\"UseSubdirectory\"\n"
55957 " label=\"Store Data in Subdirectory\"\n"
55958 " number_of_elements=\"1\"\n"
55959 " default_values=\"1\">\n"
55960 " <BooleanDomain name=\"bool\"/>\n"
55961 " <Documentation>This property controls whether the writer puts the files for each piece\n"
55962 " in the same directory as the phtg file or in a subdirectory named the same as the\n"
55963 " phtg file without its extension</Documentation>\n"
55964 " </IntVectorProperty>\n"
55965 " </PWriterProxy>\n"
55966 "\n"
55967 " <!-- ================================================================= -->\n"
55968 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
55969 " base_proxyname=\"FileSeriesWriter\"\n"
55970 " name=\"XMLDataObjectWriterBase\">\n"
55971 " <Documentation>Base for all XML-based file-series\n"
55972 " writers.</Documentation>\n"
55973 " <SubProxy>\n"
55974 " <Proxy name=\"Writer\"\n"
55975 " proxygroup=\"internal_writers\"\n"
55976 " proxyname=\"XMLDataObjectWriterCore\"></Proxy>\n"
55977 " <ExposedProperties>\n"
55978 " <PropertyGroup label=\"XML Writer Parameters\">\n"
55979 " <Property name=\"DataMode\" />\n"
55980 " <Property name=\"EncodeAppendedData\" />\n"
55981 " <Property name=\"CompressorType\" />\n"
55982 " <Property name=\"CompressionLevel\" />\n"
55983 ;
55984 
55985 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/writers_ioxml.xml
55987 " </PropertyGroup>\n"
55988 " </ExposedProperties>\n"
55989 " </SubProxy>\n"
55990 " <!-- End of XMLDataObjectWriterBase -->\n"
55991 " </WriterProxy>\n"
55992 " <!-- End of internal_writers -->\n"
55993 " </ProxyGroup>\n"
55994 "\n"
55995 " <!-- =================================================================== -->\n"
55996 " <ProxyGroup name=\"writers\">\n"
55997 "\n"
55998 " <!-- ================================================================= -->\n"
55999 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56000 " base_proxyname=\"XMLDataObjectWriterBase\"\n"
56001 " class=\"vtkFileSeriesWriter\"\n"
56002 " file_name_method=\"SetFileName\"\n"
56003 " name=\"XMLPolyDataWriter\">\n"
56004 " <Documentation short_help=\"Write poly data in a xml-based vtk data file.\">\n"
56005 " Writer to write poly data in a xml-based vtk data file. Cannot be used\n"
56006 " for parallel writing.</Documentation>\n"
56007 " <InputProperty command=\"SetInputConnection\"\n"
56008 " name=\"Input\"\n"
56009 " panel_visibility=\"never\">\n"
56010 " <DataTypeDomain composite_data_supported=\"0\"\n"
56011 " name=\"input_type\">\n"
56012 " <DataType value=\"vtkPolyData\" />\n"
56013 " </DataTypeDomain>\n"
56014 " <InputArrayDomain name=\"point_arrays\" attribute_type=\"point\" optional=\"1\" />\n"
56015 " <Documentation>The input filter/source whose output dataset is to\n"
56016 " written to the file.</Documentation>\n"
56017 " </InputProperty>\n"
56018 "\n"
56019 " <Hints>\n"
56020 " <WriterFactory extensions=\"vtp\"\n"
56021 " file_description=\"VTK PolyData Files\" />\n"
56022 " </Hints>\n"
56023 " <!-- End of XMLPolyDataWriter -->\n"
56024 " </WriterProxy>\n"
56025 "\n"
56026 " <!-- ================================================================= -->\n"
56027 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56028 " base_proxyname=\"XMLDataObjectWriterBase\"\n"
56029 " class=\"vtkFileSeriesWriter\"\n"
56030 " file_name_method=\"SetFileName\"\n"
56031 " name=\"XMLUnstructuredGridWriter\">\n"
56032 " <Documentation short_help=\"Write unstructured grid in a xml-based vtk data file.\">\n"
56033 " Writer to write unstructured grid in a xml-based vtk data file. Cannot be\n"
56034 " used for parallel writing.</Documentation>\n"
56035 " <InputProperty command=\"SetInputConnection\"\n"
56036 " panel_visibility=\"never\"\n"
56037 " name=\"Input\">\n"
56038 " <DataTypeDomain composite_data_supported=\"0\"\n"
56039 " name=\"input_type\">\n"
56040 " <DataType value=\"vtkUnstructuredGrid\" />\n"
56041 " </DataTypeDomain>\n"
56042 " <Documentation>The input filter/source whose output dataset is to\n"
56043 " written to the file.</Documentation>\n"
56044 " </InputProperty>\n"
56045 " <Hints>\n"
56046 " <WriterFactory extensions=\"vtu\"\n"
56047 " file_description=\"VTK UnstructuredGrid Files\" />\n"
56048 " </Hints>\n"
56049 " <!-- End of XMLUnstructuredGridWriter -->\n"
56050 " </WriterProxy>\n"
56051 "\n"
56052 " <!-- ================================================================= -->\n"
56053 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56054 " base_proxyname=\"XMLDataObjectWriterBase\"\n"
56055 " class=\"vtkFileSeriesWriter\"\n"
56056 " file_name_method=\"SetFileName\"\n"
56057 " name=\"XMLStructuredGridWriter\">\n"
56058 " <Documentation short_help=\"Write structured grid in a xml-based vtk data file.\">\n"
56059 " Writer to write structured grid in a xml-based vtk data file. Cannot be\n"
56060 " used for parallel writing.</Documentation>\n"
56061 " <InputProperty command=\"SetInputConnection\"\n"
56062 " panel_visibility=\"never\"\n"
56063 " name=\"Input\">\n"
56064 " <DataTypeDomain composite_data_supported=\"0\"\n"
56065 " name=\"input_type\">\n"
56066 " <DataType value=\"vtkStructuredGrid\" />\n"
56067 " </DataTypeDomain>\n"
56068 " <Documentation>The input filter/source whose output dataset is to\n"
56069 " written to the file.</Documentation>\n"
56070 " </InputProperty>\n"
56071 " <Hints>\n"
56072 " <WriterFactory extensions=\"vts\"\n"
56073 " file_description=\"VTK StructuredGrid Files\" />\n"
56074 " </Hints>\n"
56075 " <!-- End of XMLStructuredGridWriter -->\n"
56076 " </WriterProxy>\n"
56077 "\n"
56078 " <!-- ================================================================= -->\n"
56079 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56080 " base_proxyname=\"XMLDataObjectWriterBase\"\n"
56081 " class=\"vtkFileSeriesWriter\"\n"
56082 " file_name_method=\"SetFileName\"\n"
56083 " name=\"XMLRectilinearGridWriter\">\n"
56084 " <Documentation short_help=\"Write rectilinear grid in a xml-based vtk data file.\">\n"
56085 " Writer to write rectilinear grid in a xml-based vtk data file. Cannot be\n"
56086 " used for parallel writing.</Documentation>\n"
56087 " <InputProperty command=\"SetInputConnection\"\n"
56088 " panel_visibility=\"never\"\n"
56089 " name=\"Input\">\n"
56090 " <DataTypeDomain composite_data_supported=\"0\"\n"
56091 " name=\"input_type\">\n"
56092 " <DataType value=\"vtkRectilinearGrid\" />\n"
56093 " </DataTypeDomain>\n"
56094 " <Documentation>The input filter/source whose output dataset is to\n"
56095 " written to the file.</Documentation>\n"
56096 " </InputProperty>\n"
56097 " <Hints>\n"
56098 " <WriterFactory extensions=\"vtr\"\n"
56099 " file_description=\"VTK RectilinearGrid Files\" />\n"
56100 " </Hints>\n"
56101 " <!-- End of XMLRectilinearGridWriter -->\n"
56102 " </WriterProxy>\n"
56103 "\n"
56104 " <!-- ================================================================= -->\n"
56105 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56106 " base_proxyname=\"XMLDataObjectWriterBase\"\n"
56107 " class=\"vtkFileSeriesWriter\"\n"
56108 " file_name_method=\"SetFileName\"\n"
56109 " name=\"XMLImageDataWriter\">\n"
56110 " <Documentation short_help=\"Write image data in a xml-based vtk data file.\">\n"
56111 " Writer to write image data in a xml-based vtk data file. Cannot be used\n"
56112 " for parallel writing.</Documentation>\n"
56113 " <InputProperty command=\"SetInputConnection\"\n"
56114 " panel_visibility=\"never\"\n"
56115 " name=\"Input\">\n"
56116 " <DataTypeDomain composite_data_supported=\"0\"\n"
56117 " name=\"input_type\">\n"
56118 " <DataType value=\"vtkImageData\" />\n"
56119 " </DataTypeDomain>\n"
56120 " <Documentation>The input filter/source whose output dataset is to\n"
56121 " written to the file.</Documentation>\n"
56122 " </InputProperty>\n"
56123 " <Hints>\n"
56124 " <WriterFactory extensions=\"vti\"\n"
56125 " file_description=\"VTK ImageData Files\" />\n"
56126 " </Hints>\n"
56127 " <!-- End of XMLImageDataWriter -->\n"
56128 " </WriterProxy>\n"
56129 "\n"
56130 " <!-- ================================================================= -->\n"
56131 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56132 " base_proxyname=\"XMLDataObjectWriterBase\"\n"
56133 " class=\"vtkFileSeriesWriter\"\n"
56134 " file_name_method=\"SetFileName\"\n"
56135 " name=\"XMLTableWriter\">\n"
56136 " <Documentation short_help=\"Write a table in a xml-based vtk data file.\">\n"
56137 " Writer to write a table in a xml-based vtk data file. Cannot be used\n"
56138 " for parallel writing.</Documentation>\n"
56139 " <InputProperty command=\"SetInputConnection\"\n"
56140 " panel_visibility=\"never\"\n"
56141 " name=\"Input\">\n"
56142 " <DataTypeDomain composite_data_supported=\"0\"\n"
56143 " name=\"input_type\">\n"
56144 " <DataType value=\"vtkTable\" />\n"
56145 " </DataTypeDomain>\n"
56146 " <Documentation>The input filter/source whose output dataset is to\n"
56147 " written to the file.</Documentation>\n"
56148 " </InputProperty>\n"
56149 " <Hints>\n"
56150 " <WriterFactory extensions=\"vtt\"\n"
56151 " file_description=\"VTK Table Files\" />\n"
56152 " </Hints>\n"
56153 " <!-- End of XMLImageDataWriter -->\n"
56154 " </WriterProxy>\n"
56155 "\n"
56156 " <!-- ================================================================= -->\n"
56157 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56158 " base_proxyname=\"ParallelFileSeriesWriter\"\n"
56159 " class=\"vtkFileSeriesWriter\"\n"
56160 " file_name_method=\"SetFileName\"\n"
56161 " name=\"XMLPPolyDataWriter\"\n"
56162 " supports_parallel=\"1\">\n"
56163 " <Documentation short_help=\"Write polydata in a xml-based vtk data file.\">\n"
56164 " Writer to write polydata in a xml-based vtk data file. Can be used for\n"
56165 " parallel writing.</Documentation>\n"
56166 " <InputProperty command=\"SetInputConnection\"\n"
56167 " panel_visibility=\"never\"\n"
56168 " name=\"Input\">\n"
56169 " <DataTypeDomain composite_data_supported=\"0\"\n"
56170 " name=\"input_type\">\n"
56171 " <DataType value=\"vtkPolyData\" />\n"
56172 " </DataTypeDomain>\n"
56173 " <Documentation>The input filter/source whose output dataset is to\n"
56174 " written to the file.</Documentation>\n"
56175 " </InputProperty>\n"
56176 " <SubProxy>\n"
56177 " <Proxy name=\"Writer\"\n"
56178 " proxygroup=\"internal_writers\"\n"
56179 " proxyname=\"XMLPPolyDataWriterCore\"></Proxy>\n"
56180 " <ExposedProperties>\n"
56181 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56182 " <Property name=\"GhostLevel\" />\n"
56183 " <Property name=\"DataMode\" />\n"
56184 " <Property name=\"HeaderType\" />\n"
56185 " <Property name=\"EncodeAppendedData\" />\n"
56186 " <Property name=\"CompressorType\" />\n"
56187 " <Property name=\"CompressionLevel\" />\n"
56188 " <Property name=\"UseSubdirectory\" />\n"
56189 " </PropertyGroup>\n"
56190 " </ExposedProperties>\n"
56191 " </SubProxy>\n"
56192 " <Hints>\n"
56193 " <WriterFactory extensions=\"pvtp\"\n"
56194 " file_description=\"PVTK PolyData Files\" />\n"
56195 " </Hints>\n"
56196 " <!-- End of XMLPPolyDataWriter -->\n"
56197 " </WriterProxy>\n"
56198 "\n"
56199 " <!-- ================================================================= -->\n"
56200 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56201 " base_proxyname=\"ParallelFileSeriesWriter\"\n"
56202 " class=\"vtkFileSeriesWriter\"\n"
56203 " file_name_method=\"SetFileName\"\n"
56204 " name=\"XMLPUnstructuredGridWriter\"\n"
56205 " supports_parallel=\"1\">\n"
56206 " <Documentation short_help=\"Write unstructured grid in a xml-based vtk data file.\">\n"
56207 " Writer to write unstructured grid in a xml-based vtk data file. Can be\n"
56208 " used for parallel writing.</Documentation>\n"
56209 " <InputProperty command=\"SetInputConnection\"\n"
56210 " panel_visibility=\"never\"\n"
56211 " name=\"Input\">\n"
56212 " <DataTypeDomain composite_data_supported=\"0\"\n"
56213 " name=\"input_type\">\n"
56214 " <DataType value=\"vtkUnstructuredGrid\" />\n"
56215 " </DataTypeDomain>\n"
56216 " <Documentation>The input filter/source whose output dataset is to\n"
56217 " written to the file.</Documentation>\n"
56218 " </InputProperty>\n"
56219 " <SubProxy>\n"
56220 " <Proxy name=\"Writer\"\n"
56221 " proxygroup=\"internal_writers\"\n"
56222 " proxyname=\"XMLPUnstructuredGridWriterCore\"></Proxy>\n"
56223 " <ExposedProperties>\n"
56224 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56225 " <Property name=\"GhostLevel\" />\n"
56226 " <Property name=\"DataMode\" />\n"
56227 " <Property name=\"HeaderType\" />\n"
56228 " <Property name=\"EncodeAppendedData\" />\n"
56229 " <Property name=\"CompressorType\" />\n"
56230 " <Property name=\"CompressionLevel\" />\n"
56231 " <Property name=\"UseSubdirectory\" />\n"
56232 " </PropertyGroup>\n"
56233 " </ExposedProperties>\n"
56234 " </SubProxy>\n"
56235 " <Hints>\n"
56236 " <WriterFactory extensions=\"pvtu\"\n"
56237 " file_description=\"PVTK UnstructuredGrid Files\" />\n"
56238 " </Hints>\n"
56239 " <!-- End of XMLPUnstructuredGridWriter -->\n"
56240 " </WriterProxy>\n"
56241 "\n"
56242 " <!-- ================================================================= -->\n"
56243 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56244 " base_proxyname=\"ParallelFileSeriesWriter\"\n"
56245 " class=\"vtkFileSeriesWriter\"\n"
56246 " file_name_method=\"SetFileName\"\n"
56247 " name=\"XMLPTableWriter\"\n"
56248 " supports_parallel=\"1\">\n"
56249 " <Documentation short_help=\"Write table in a xml-based vtk data file.\">\n"
56250 " Writer to write table in a xml-based vtk data file. Can be\n"
56251 " used for parallel writing.</Documentation>\n"
56252 " <InputProperty command=\"SetInputConnection\"\n"
56253 " panel_visibility=\"never\"\n"
56254 " name=\"Input\">\n"
56255 " <DataTypeDomain composite_data_supported=\"0\"\n"
56256 " name=\"input_type\">\n"
56257 " <DataType value=\"vtkTable\" />\n"
56258 " </DataTypeDomain>\n"
56259 " <Documentation>The input filter/source whose output dataset is to\n"
56260 " written to the file.</Documentation>\n"
56261 " </InputProperty>\n"
56262 " <SubProxy>\n"
56263 " <Proxy name=\"Writer\"\n"
56264 " proxygroup=\"internal_writers\"\n"
56265 " proxyname=\"XMLPTableCore\"></Proxy>\n"
56266 " <ExposedProperties>\n"
56267 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56268 " <!-- <Property name=\"GhostLevel\" /> -->\n"
56269 " <Property name=\"DataMode\" />\n"
56270 " <Property name=\"HeaderType\" />\n"
56271 " <Property name=\"EncodeAppendedData\" />\n"
56272 " <Property name=\"CompressorType\" />\n"
56273 " <Property name=\"CompressionLevel\" />\n"
56274 " <Property name=\"UseSubdirectory\" />\n"
56275 " </PropertyGroup>\n"
56276 " </ExposedProperties>\n"
56277 " </SubProxy>\n"
56278 " <Hints>\n"
56279 " <WriterFactory extensions=\"pvtt\"\n"
56280 " file_description=\"PVTK Table Files\" />\n"
56281 " </Hints>\n"
56282 " <!-- End of XMLPUnstructuredGridWriter -->\n"
56283 " </WriterProxy>\n"
56284 "\n"
56285 " <!-- ================================================================= -->\n"
56286 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56287 " base_proxyname=\"ParallelFileSeriesWriter\"\n"
56288 " class=\"vtkFileSeriesWriter\"\n"
56289 " file_name_method=\"SetFileName\"\n"
56290 " name=\"XMLPStructuredGridWriter\"\n"
56291 " supports_parallel=\"1\">\n"
56292 " <Documentation short_help=\"Write structured grid in a xml-based vtk data file.\">\n"
56293 " Writer to write structured grid in a xml-based vtk data file. Can be used\n"
56294 " for parallel writing.</Documentation>\n"
56295 " <InputProperty command=\"SetInputConnection\"\n"
56296 " panel_visibility=\"never\"\n"
56297 " name=\"Input\">\n"
56298 " <DataTypeDomain composite_data_supported=\"0\"\n"
56299 " name=\"input_type\">\n"
56300 " <DataType value=\"vtkStructuredGrid\" />\n"
56301 " </DataTypeDomain>\n"
56302 " <Documentation>The input filter/source whose output dataset is to\n"
56303 " written to the file.</Documentation>\n"
56304 " </InputProperty>\n"
56305 " <SubProxy>\n"
56306 " <Proxy name=\"Writer\"\n"
56307 " proxygroup=\"internal_writers\"\n"
56308 " proxyname=\"XMLPStructuredGridWriterCore\"></Proxy>\n"
56309 " <ExposedProperties>\n"
56310 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56311 " <Property name=\"DataMode\" />\n"
56312 " <Property name=\"HeaderType\" />\n"
56313 ;
56314 
56315 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/writers_ioxml.xml
56317 " <Property name=\"EncodeAppendedData\" />\n"
56318 " <Property name=\"CompressorType\" />\n"
56319 " <Property name=\"CompressionLevel\" />\n"
56320 " </PropertyGroup>\n"
56321 " </ExposedProperties>\n"
56322 " </SubProxy>\n"
56323 " <Hints>\n"
56324 " <WriterFactory extensions=\"pvts\"\n"
56325 " file_description=\"PVTK StructuredGrid Files\" />\n"
56326 " </Hints>\n"
56327 " <!-- End of XMLPStructuredGridWriter -->\n"
56328 " </WriterProxy>\n"
56329 "\n"
56330 " <!-- ================================================================= -->\n"
56331 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56332 " base_proxyname=\"ParallelFileSeriesWriter\"\n"
56333 " class=\"vtkFileSeriesWriter\"\n"
56334 " file_name_method=\"SetFileName\"\n"
56335 " name=\"XMLPRectilinearGridWriter\"\n"
56336 " supports_parallel=\"1\">\n"
56337 " <Documentation short_help=\"Write rectilinear grid in a xml-based vtk data file.\">\n"
56338 " Writer to write rectilinear grid in a xml-based vtk data file. Can be\n"
56339 " used for parallel writing.</Documentation>\n"
56340 " <InputProperty command=\"SetInputConnection\"\n"
56341 " panel_visibility=\"never\"\n"
56342 " name=\"Input\">\n"
56343 " <DataTypeDomain composite_data_supported=\"0\"\n"
56344 " name=\"input_type\">\n"
56345 " <DataType value=\"vtkRectilinearGrid\" />\n"
56346 " </DataTypeDomain>\n"
56347 " <Documentation>The input filter/source whose output dataset is to\n"
56348 " written to the file.</Documentation>\n"
56349 " </InputProperty>\n"
56350 " <SubProxy>\n"
56351 " <Proxy name=\"Writer\"\n"
56352 " proxygroup=\"internal_writers\"\n"
56353 " proxyname=\"XMLPRectilinearGridWriterCore\"></Proxy>\n"
56354 " <ExposedProperties>\n"
56355 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56356 " <Property name=\"DataMode\" />\n"
56357 " <Property name=\"HeaderType\" />\n"
56358 " <Property name=\"EncodeAppendedData\" />\n"
56359 " <Property name=\"CompressorType\" />\n"
56360 " <Property name=\"CompressionLevel\" />\n"
56361 " </PropertyGroup>\n"
56362 " </ExposedProperties>\n"
56363 " </SubProxy>\n"
56364 " <Hints>\n"
56365 " <WriterFactory extensions=\"pvtr\"\n"
56366 " file_description=\"PVTK RectilinearGrid Files\" />\n"
56367 " </Hints>\n"
56368 " <!-- End of XMLPRectilinearGridWriter -->\n"
56369 " </WriterProxy>\n"
56370 "\n"
56371 " <!-- ================================================================= -->\n"
56372 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56373 " base_proxyname=\"ParallelFileSeriesWriter\"\n"
56374 " class=\"vtkFileSeriesWriter\"\n"
56375 " file_name_method=\"SetFileName\"\n"
56376 " name=\"XMLPImageDataWriter\"\n"
56377 " supports_parallel=\"1\">\n"
56378 " <Documentation short_help=\"Write image data in a xml-based vtk data file.\">\n"
56379 " Writer to write image data in a xml-based vtk data file. Can be used for\n"
56380 " parallel writing.</Documentation>\n"
56381 " <InputProperty command=\"SetInputConnection\"\n"
56382 " panel_visibility=\"never\"\n"
56383 " name=\"Input\">\n"
56384 " <DataTypeDomain composite_data_supported=\"0\"\n"
56385 " name=\"input_type\">\n"
56386 " <DataType value=\"vtkImageData\" />\n"
56387 " </DataTypeDomain>\n"
56388 " <Documentation>The input filter/source whose output dataset is to\n"
56389 " written to the file.</Documentation>\n"
56390 " </InputProperty>\n"
56391 " <SubProxy>\n"
56392 " <Proxy name=\"Writer\"\n"
56393 " proxygroup=\"internal_writers\"\n"
56394 " proxyname=\"XMLPImageDataWriterCore\"></Proxy>\n"
56395 " <ExposedProperties>\n"
56396 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56397 " <Property name=\"DataMode\" />\n"
56398 " <Property name=\"HeaderType\" />\n"
56399 " <Property name=\"EncodeAppendedData\" />\n"
56400 " <Property name=\"CompressorType\" />\n"
56401 " <Property name=\"CompressionLevel\" />\n"
56402 " </PropertyGroup>\n"
56403 " </ExposedProperties>\n"
56404 " </SubProxy>\n"
56405 " <Hints>\n"
56406 " <WriterFactory extensions=\"pvti\"\n"
56407 " file_description=\"PVTK ImageData Files\" />\n"
56408 " </Hints>\n"
56409 " <!-- End of XMLPImageDataWriter -->\n"
56410 " </WriterProxy>\n"
56411 "\n"
56412 " <!-- ================================================================= -->\n"
56413 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56414 " base_proxyname=\"FileSeriesWriter\"\n"
56415 " class=\"vtkFileSeriesWriter\"\n"
56416 " file_name_method=\"SetFileName\"\n"
56417 " name=\"XMLMultiBlockDataWriter\"\n"
56418 " supports_parallel=\"1\">\n"
56419 " <Documentation short_help=\"Write a multiblock in a xml-based vtk data file.\">\n"
56420 " Writer to write a multiblock dataset in a xml-based vtk data file. Can be\n"
56421 " used for parallel writing as well as serial writing.</Documentation>\n"
56422 " <InputProperty command=\"SetInputConnection\"\n"
56423 " panel_visibility=\"never\"\n"
56424 " name=\"Input\">\n"
56425 " <DataTypeDomain composite_data_supported=\"1\"\n"
56426 " name=\"input_type\">\n"
56427 " <DataType value=\"vtkMultiBlockDataSet\" />\n"
56428 " </DataTypeDomain>\n"
56429 " <Documentation>The input filter/source whose output dataset is to\n"
56430 " written to the file.</Documentation>\n"
56431 " </InputProperty>\n"
56432 " <SubProxy>\n"
56433 " <Proxy name=\"Writer\"\n"
56434 " proxygroup=\"internal_writers\"\n"
56435 " proxyname=\"XMLPMultiBlockDataWriterCore\"></Proxy>\n"
56436 " <ExposedProperties>\n"
56437 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56438 " <Property name=\"DataMode\" />\n"
56439 " <Property name=\"HeaderType\" />\n"
56440 " <Property name=\"EncodeAppendedData\" />\n"
56441 " <Property name=\"CompressorType\" />\n"
56442 " <Property name=\"CompressionLevel\" />\n"
56443 " </PropertyGroup>\n"
56444 " </ExposedProperties>\n"
56445 " </SubProxy>\n"
56446 " <Hints>\n"
56447 " <WriterFactory extensions=\"vtm\"\n"
56448 " file_description=\"VTK Multi Block Files\" />\n"
56449 " </Hints>\n"
56450 " <!-- End of XMLMultiBlockDataWriter -->\n"
56451 " </WriterProxy>\n"
56452 "\n"
56453 " <!-- ================================================================= -->\n"
56454 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56455 " base_proxyname=\"FileSeriesWriter\"\n"
56456 " class=\"vtkFileSeriesWriter\"\n"
56457 " file_name_method=\"SetFileName\"\n"
56458 " name=\"SerialHTGMultiBlock\"\n"
56459 " supports_parallel=\"1\">\n"
56460 " <Documentation short_help=\"Write a multiblock in a xml-based vtk data file.\">\n"
56461 " Writer to write a multiblock dataset in a xml-based vtk data file. Can be\n"
56462 " used for parallel writing as well as serial writing.</Documentation>\n"
56463 " <InputProperty command=\"SetInputConnection\"\n"
56464 " panel_visibility=\"never\"\n"
56465 " name=\"Input\">\n"
56466 " <DataTypeDomain composite_data_supported=\"1\"\n"
56467 " composite_data_required=\"1\"\n"
56468 " name=\"input_type\">\n"
56469 " <DataType value=\"vtkHyperTreeGrid\" />\n"
56470 " </DataTypeDomain>\n"
56471 " <Documentation>The input filter/source whose output dataset is to\n"
56472 " written to the file.</Documentation>\n"
56473 " </InputProperty>\n"
56474 " <SubProxy>\n"
56475 " <Proxy name=\"Writer\"\n"
56476 " proxygroup=\"internal_writers\"\n"
56477 " proxyname=\"XMLPMultiBlockDataWriterCore\"></Proxy>\n"
56478 " <ExposedProperties>\n"
56479 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56480 " <Property name=\"DataMode\" />\n"
56481 " <Property name=\"HeaderType\" />\n"
56482 " <Property name=\"EncodeAppendedData\" />\n"
56483 " <Property name=\"CompressorType\" />\n"
56484 " <Property name=\"CompressionLevel\" />\n"
56485 " </PropertyGroup>\n"
56486 " </ExposedProperties>\n"
56487 " </SubProxy>\n"
56488 " <Hints>\n"
56489 " <WriterFactory extensions=\"vtm\"\n"
56490 " file_description=\"VTK Multi Block Files\" />\n"
56491 " </Hints>\n"
56492 " <!-- End of XMLMultiBlockDataWriter -->\n"
56493 " </WriterProxy>\n"
56494 "\n"
56495 " <!-- ================================================================= -->\n"
56496 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56497 " base_proxyname=\"FileSeriesWriter\"\n"
56498 " class=\"vtkFileSeriesWriter\"\n"
56499 " file_name_method=\"SetFileName\"\n"
56500 " name=\"XMLPPartitionedDataSetWriter\"\n"
56501 " supports_parallel=\"1\">\n"
56502 " <Documentation>\n"
56503 " Write a vtkPartitionedDataSet to a xml-based vtk data file.\n"
56504 " </Documentation>\n"
56505 " <InputProperty command=\"SetInputConnection\"\n"
56506 " panel_visibility=\"never\"\n"
56507 " name=\"Input\">\n"
56508 " <DataTypeDomain composite_data_supported=\"1\"\n"
56509 " name=\"input_type\">\n"
56510 " <DataType value=\"vtkPartitionedDataSet\" />\n"
56511 " </DataTypeDomain>\n"
56512 " <Documentation>The input filter/source whose output dataset is to\n"
56513 " written to the file.</Documentation>\n"
56514 " </InputProperty>\n"
56515 " <SubProxy>\n"
56516 " <Proxy name=\"Writer\"\n"
56517 " proxygroup=\"internal_writers\"\n"
56518 " proxyname=\"XMLPPartitionedDataSetWriterCore\"></Proxy>\n"
56519 " <ExposedProperties>\n"
56520 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56521 " <Property name=\"DataMode\" />\n"
56522 " <Property name=\"HeaderType\" />\n"
56523 " <Property name=\"EncodeAppendedData\" />\n"
56524 " <Property name=\"CompressorType\" />\n"
56525 " <Property name=\"CompressionLevel\" />\n"
56526 " </PropertyGroup>\n"
56527 " </ExposedProperties>\n"
56528 " </SubProxy>\n"
56529 " <Hints>\n"
56530 " <WriterFactory extensions=\"vtpd\"\n"
56531 " file_description=\"VTK PartitionedDataSet Files\" />\n"
56532 " </Hints>\n"
56533 " <!-- End of XMLPPartitionedDataSetWriter -->\n"
56534 " </WriterProxy>\n"
56535 "\n"
56536 " <!-- ================================================================= -->\n"
56537 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56538 " base_proxyname=\"FileSeriesWriter\"\n"
56539 " class=\"vtkFileSeriesWriter\"\n"
56540 " file_name_method=\"SetFileName\"\n"
56541 " name=\"XMLPartitionedDataSetCollectionWriter\"\n"
56542 " supports_parallel=\"1\">\n"
56543 " <Documentation>\n"
56544 " Write a vtkPartitionedDataSetCollection to a xml-based vtk data file.\n"
56545 " </Documentation>\n"
56546 " <InputProperty command=\"SetInputConnection\"\n"
56547 " panel_visibility=\"never\"\n"
56548 " name=\"Input\">\n"
56549 " <DataTypeDomain composite_data_supported=\"1\"\n"
56550 " name=\"input_type\">\n"
56551 " <DataType value=\"vtkPartitionedDataSetCollection\" />\n"
56552 " </DataTypeDomain>\n"
56553 " <Documentation>The input filter/source whose output dataset is to\n"
56554 " written to the file.</Documentation>\n"
56555 " </InputProperty>\n"
56556 " <SubProxy>\n"
56557 " <Proxy name=\"Writer\"\n"
56558 " proxygroup=\"internal_writers\"\n"
56559 " proxyname=\"XMLPartitionedDataSetCollectionWriterCore\"></Proxy>\n"
56560 " <ExposedProperties>\n"
56561 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56562 " <Property name=\"DataMode\" />\n"
56563 " <Property name=\"HeaderType\" />\n"
56564 " <Property name=\"EncodeAppendedData\" />\n"
56565 " <Property name=\"CompressorType\" />\n"
56566 " <Property name=\"CompressionLevel\" />\n"
56567 " </PropertyGroup>\n"
56568 " </ExposedProperties>\n"
56569 " </SubProxy>\n"
56570 " <Hints>\n"
56571 " <WriterFactory extensions=\"vtpc\"\n"
56572 " file_description=\"VTK PartitionedDataSetCollection Files\" />\n"
56573 " </Hints>\n"
56574 " <!-- End of XMLPartitionedDataSetCollectionWriter -->\n"
56575 " </WriterProxy>\n"
56576 "\n"
56577 " <!-- ================================================================= -->\n"
56578 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56579 " base_proxyname=\"FileSeriesWriter\"\n"
56580 " class=\"vtkFileSeriesWriter\"\n"
56581 " file_name_method=\"SetFileName\"\n"
56582 " name=\"XMLUniformGridAMRWriter\"\n"
56583 " supports_parallel=\"1\">\n"
56584 " <Documentation short_help=\"Write a amr dataset in a xml-based vtk data file.\">\n"
56585 " Writer to write an AMR data-set (overlapping/non-overlapping)\n"
56586 " in a xml-based vtk data file. Can be used for parallel writing as well as\n"
56587 " serial writing.</Documentation>\n"
56588 " <InputProperty command=\"SetInputConnection\"\n"
56589 " panel_visibility=\"never\"\n"
56590 " name=\"Input\">\n"
56591 " <DataTypeDomain name=\"input_type\">\n"
56592 " <DataType value=\"vtkUniformGridAMR\" />\n"
56593 " </DataTypeDomain>\n"
56594 " <Documentation>The input filter/source whose output dataset is to\n"
56595 " written to the file.</Documentation>\n"
56596 " </InputProperty>\n"
56597 "\n"
56598 " <SubProxy>\n"
56599 " <Proxy name=\"Writer\"\n"
56600 " proxygroup=\"internal_writers\"\n"
56601 " proxyname=\"XMLPUniformGridAMRWriter\"></Proxy>\n"
56602 " <ExposedProperties>\n"
56603 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56604 " <Property name=\"DataMode\" />\n"
56605 " <Property name=\"HeaderType\" />\n"
56606 " <Property name=\"EncodeAppendedData\" />\n"
56607 " <Property name=\"CompressorType\" />\n"
56608 " <Property name=\"CompressionLevel\" />\n"
56609 " </PropertyGroup>\n"
56610 " </ExposedProperties>\n"
56611 " </SubProxy>\n"
56612 " <Hints>\n"
56613 " <WriterFactory extensions=\"vthb\"\n"
56614 " file_description=\"VTK AMR Files\" />\n"
56615 " </Hints>\n"
56616 " <!-- End of XMLUniformGridAMRWriter -->\n"
56617 " </WriterProxy>\n"
56618 "\n"
56619 " <!-- ================================================================= -->\n"
56620 " <WriterProxy base_proxygroup=\"writers\"\n"
56621 " base_proxyname=\"XMLUniformGridAMRWriter\"\n"
56622 " class=\"vtkFileSeriesWriter\"\n"
56623 " file_name_method=\"SetFileName\"\n"
56624 " name=\"XMLHierarchicalBoxDataWriter\"\n"
56625 " supports_parallel=\"1\">\n"
56626 " <Documentation short_help=\"(DEPRECATED) Write a hierarchical box dataset in a xml-based vtk data file.\">\n"
56627 " (DEPRECATED) Writer to write a hierarchical box in a xml-based vtk data file. Can be\n"
56628 " used for parallel writing as well as serial writing. This is deprecated.\n"
56629 " Use XMLUniformGridAMRWriter instead.\n"
56630 " </Documentation>\n"
56631 " </WriterProxy>\n"
56632 "\n"
56633 " <!-- ================================================================= -->\n"
56634 " <WriterProxy class=\"vtkXMLHyperTreeGridWriter\"\n"
56635 " name=\"HyperTreeGridWriter\">\n"
56636 " <Documentation short_help=\"Write HyperTree data as a HyperTreeGrid file.\">\n"
56637 " Writer to write hypertree data as a HyperTreeGrid file.\n"
56638 " </Documentation>\n"
56639 " <InputProperty command=\"SetInputConnection\"\n"
56640 " panel_visibility=\"never\"\n"
56641 " name=\"Input\">\n"
56642 " <DataTypeDomain composite_data_supported=\"0\"\n"
56643 " name=\"input_type\">\n"
56644 " <DataType value=\"vtkHyperTreeGrid\" />\n"
56645 " </DataTypeDomain>\n"
56646 " <Documentation>The input filter/source whose output dataset is to be\n"
56647 " written to the file.</Documentation>\n"
56648 " </InputProperty>\n"
56649 ;
56650 
56651 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/writers_ioxml.xml
56653 " <StringVectorProperty command=\"SetFileName\"\n"
56654 " name=\"FileName\"\n"
56655 " panel_visibility=\"never\"\n"
56656 " number_of_elements=\"1\">\n"
56657 " <Documentation>The name of the file to be written.</Documentation>\n"
56658 " </StringVectorProperty>\n"
56659 " <IntVectorProperty command=\"SetDataMode\"\n"
56660 " default_values=\"2\"\n"
56661 " name=\"DataMode\"\n"
56662 " number_of_elements=\"1\">\n"
56663 " <EnumerationDomain name=\"enum\">\n"
56664 " <Entry text=\"Ascii\"\n"
56665 " value=\"0\" />\n"
56666 " <Entry text=\"Binary\"\n"
56667 " value=\"1\" />\n"
56668 " <Entry text=\"Appended\"\n"
56669 " value=\"2\" />\n"
56670 " </EnumerationDomain>\n"
56671 " <Documentation>The mode uses for writing the file's data i.e. ascii,\n"
56672 " binary, appended binary.</Documentation>\n"
56673 " </IntVectorProperty>\n"
56674 " <IntVectorProperty command=\"SetEncodeAppendedData\"\n"
56675 " default_values=\"0\"\n"
56676 " name=\"EncodeAppendedData\"\n"
56677 " number_of_elements=\"1\">\n"
56678 " <BooleanDomain name=\"bool\" />\n"
56679 " <Documentation>When EncodeAppendedData is turned ON, the writer uses\n"
56680 " base64 encoding when writing binary data (only if appended mode is\n"
56681 " selected).</Documentation>\n"
56682 " </IntVectorProperty>\n"
56683 " <IntVectorProperty command=\"SetCompressorType\"\n"
56684 " default_values=\"0\"\n"
56685 " name=\"CompressorType\"\n"
56686 " number_of_elements=\"1\">\n"
56687 " <EnumerationDomain name=\"enum\">\n"
56688 " <Entry text=\"None\" value=\"0\" info=\"fastest write\"/>\n"
56689 " <Entry text=\"LZ4\" value=\"2\" info=\"fastest compressed write\" />\n"
56690 " <Entry text=\"ZLib\" value=\"1\" info=\"balanced performance\" />\n"
56691 " <Entry text=\"LZMA\" value=\"3\" info=\"smallest filesize\" />\n"
56692 " </EnumerationDomain>\n"
56693 " <Documentation>The compression algorithm used to compress binary data\n"
56694 " (appended mode only). None offers fastest write, LZ4 offers fastest\n"
56695 " compressed write, ZLib offers balanced performance, LZMA offers\n"
56696 " smallest compressed filesize.</Documentation>\n"
56697 " </IntVectorProperty>\n"
56698 " <IntVectorProperty command=\"SetCompressionLevel\"\n"
56699 " default_values=\"6\"\n"
56700 " name=\"CompressionLevel\"\n"
56701 " number_of_elements=\"1\">\n"
56702 " <EnumerationDomain name=\"enum\">\n"
56703 " <Entry text=\"1\" value=\"1\" info=\"fastest write\"/>\n"
56704 " <Entry text=\"2\" value=\"2\" />\n"
56705 " <Entry text=\"3\" value=\"3\" />\n"
56706 " <Entry text=\"4\" value=\"4\" />\n"
56707 " <Entry text=\"5\" value=\"5\" info=\"balanced performance\" />\n"
56708 " <Entry text=\"6\" value=\"6\" />\n"
56709 " <Entry text=\"7\" value=\"7\" />\n"
56710 " <Entry text=\"8\" value=\"8\" />\n"
56711 " <Entry text=\"9\" value=\"9\" info=\"smallest filesize\"/>\n"
56712 " </EnumerationDomain>\n"
56713 " <Documentation>A compression performance parameter from 1 (faster/larger\n"
56714 " compressed filesize) to 9 (slower/smaller compressed filesize).</Documentation>\n"
56715 " <Hints>\n"
56716 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
56717 " mode=\"enabled_state\"\n"
56718 " property=\"CompressorType\"\n"
56719 " value=\"0\"\n"
56720 " inverse=\"1\" />\n"
56721 " </Hints>\n"
56722 " </IntVectorProperty>\n"
56723 " <Hints>\n"
56724 " <WriterFactory extensions=\"htg\"\n"
56725 " file_description=\"HyperTreeGrid Files\" />\n"
56726 " </Hints>\n"
56727 " <!-- End of HyperTreeGridWriter -->\n"
56728 " </WriterProxy>\n"
56729 "\n"
56730 " <!-- ================================================================= -->\n"
56731 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
56732 " base_proxyname=\"ParallelFileSeriesWriter\"\n"
56733 " class=\"vtkFileSeriesWriter\"\n"
56734 " file_name_method=\"SetFileName\"\n"
56735 " name=\"XMLPHyperTreeGridWriter\"\n"
56736 " supports_parallel=\"1\">\n"
56737 " <Documentation short_help=\"Write hyper tree grid in a xml-based vtk data file.\">\n"
56738 " Writer to write hyper tree grid in a xml-based vtk data file. Can be\n"
56739 " used for parallel writing.</Documentation>\n"
56740 " <InputProperty command=\"SetInputConnection\"\n"
56741 " panel_visibility=\"never\"\n"
56742 " name=\"Input\">\n"
56743 " <DataTypeDomain composite_data_supported=\"0\"\n"
56744 " name=\"input_type\">\n"
56745 " <DataType value=\"vtkHyperTreeGrid\" />\n"
56746 " </DataTypeDomain>\n"
56747 " <Documentation>The input filter/source whose output dataset is to\n"
56748 " written to the file.</Documentation>\n"
56749 " </InputProperty>\n"
56750 " <SubProxy>\n"
56751 " <Proxy name=\"Writer\"\n"
56752 " proxygroup=\"internal_writers\"\n"
56753 " proxyname=\"XMLPHyperTreeGridWriterCore\"></Proxy>\n"
56754 " <ExposedProperties>\n"
56755 " <PropertyGroup label=\"XML Writer Parameters\">\n"
56756 " <Property name=\"DataMode\" />\n"
56757 " <Property name=\"EncodeAppendedData\" />\n"
56758 " <Property name=\"CompressorType\" />\n"
56759 " <Property name=\"CompressionLevel\" />\n"
56760 " </PropertyGroup>\n"
56761 " </ExposedProperties>\n"
56762 " </SubProxy>\n"
56763 " <Hints>\n"
56764 " <WriterFactory extensions=\"phtg\"\n"
56765 " file_description=\"PVTK Hyper Tree Grid Files\" />\n"
56766 " </Hints>\n"
56767 " <!-- End of XMLPHyperTreeGridWriter -->\n"
56768 " </WriterProxy>\n"
56769 "\n"
56770 " <!-- End of \"writers\" -->\n"
56771 " </ProxyGroup>\n"
56772 "\n"
56773 " <!-- =================================================================== -->\n"
56774 " <ProxyGroup name=\"extract_writers\">\n"
56775 "\n"
56776 " <!-- ================================================================= -->\n"
56777 " <DataExtractWriterProxy name=\"PLY\">\n"
56778 " <Documentation>\n"
56779 " Extract writer to write polygonal data to the PLY file format.\n"
56780 " </Documentation>\n"
56781 " <StringVectorProperty name=\"FileName\"\n"
56782 " number_of_elements=\"1\"\n"
56783 " default_values=\"%p_%.6ts.ply\">\n"
56784 " <Documentation>\n"
56785 " Specify the filename to use.\n"
56786 " </Documentation>\n"
56787 " </StringVectorProperty>\n"
56788 " <SubProxy>\n"
56789 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"PPLYWriter\" />\n"
56790 " <ExposedProperties>\n"
56791 " <Property name=\"Input\" />\n"
56792 " <Property name=\"FileType\" />\n"
56793 " </ExposedProperties>\n"
56794 " </SubProxy>\n"
56795 "\n"
56796 " <Hints>\n"
56797 " <ShowInMenu category=\"Data\" />\n"
56798 " </Hints>\n"
56799 " </DataExtractWriterProxy>\n"
56800 "\n"
56801 " <!-- ================================================================= -->\n"
56802 " <DataExtractWriterProxy name=\"VTP\">\n"
56803 " <Documentation>\n"
56804 " Extract writer to write polygonal data using the VTK XML file format\n"
56805 " (vtp or pvtkp).\n"
56806 " </Documentation>\n"
56807 " <StringVectorProperty name=\"FileName\"\n"
56808 " number_of_elements=\"1\"\n"
56809 " default_values=\"%p_%.6ts.pvtp\">\n"
56810 " <Documentation>\n"
56811 " Specify the filename to use.\n"
56812 " </Documentation>\n"
56813 " </StringVectorProperty>\n"
56814 " <SubProxy>\n"
56815 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPPolyDataWriter\" />\n"
56816 " <ExposedProperties>\n"
56817 " <Property name=\"Input\" />\n"
56818 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n"
56819 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n"
56820 " <Property name=\"CompressorType\" />\n"
56821 " <Property name=\"CompressionLevel\" />\n"
56822 " <Property name=\"UseSubdirectory\" panel_visibility=\"advanced\" />\n"
56823 " </ExposedProperties>\n"
56824 " </SubProxy>\n"
56825 "\n"
56826 " <Hints>\n"
56827 " <ShowInMenu category=\"Data\" />\n"
56828 " </Hints>\n"
56829 " </DataExtractWriterProxy>\n"
56830 "\n"
56831 " <!-- ================================================================= -->\n"
56832 " <DataExtractWriterProxy name=\"VTU\">\n"
56833 " <Documentation>\n"
56834 " Extract writer to write unstructured data using the VTK XML file format\n"
56835 " (vtu or pvtu).\n"
56836 " </Documentation>\n"
56837 " <StringVectorProperty name=\"FileName\"\n"
56838 " number_of_elements=\"1\"\n"
56839 " default_values=\"%p_%.6ts.pvtu\">\n"
56840 " <Documentation>\n"
56841 " Specify the filename to use.\n"
56842 " </Documentation>\n"
56843 " </StringVectorProperty>\n"
56844 " <SubProxy>\n"
56845 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPUnstructuredGridWriter\" />\n"
56846 " <ExposedProperties>\n"
56847 " <Property name=\"Input\" />\n"
56848 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n"
56849 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n"
56850 " <Property name=\"CompressorType\" />\n"
56851 " <Property name=\"CompressionLevel\" />\n"
56852 " <Property name=\"UseSubdirectory\" panel_visibility=\"advanced\" />\n"
56853 " </ExposedProperties>\n"
56854 " </SubProxy>\n"
56855 "\n"
56856 " <Hints>\n"
56857 " <ShowInMenu category=\"Data\" />\n"
56858 " </Hints>\n"
56859 " </DataExtractWriterProxy>\n"
56860 "\n"
56861 " <!-- ================================================================= -->\n"
56862 " <DataExtractWriterProxy name=\"HTG\">\n"
56863 " <Documentation>\n"
56864 " Extract writer to write hypertree grid using the VTK XML file format\n"
56865 " (htg or phtg).\n"
56866 " </Documentation>\n"
56867 " <StringVectorProperty name=\"FileName\"\n"
56868 " number_of_elements=\"1\"\n"
56869 " default_values=\"%p_%.6ts.phtg\">\n"
56870 " <Documentation>\n"
56871 " Specify the filename to use.\n"
56872 " </Documentation>\n"
56873 " </StringVectorProperty>\n"
56874 " <SubProxy>\n"
56875 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPHyperTreeGridWriter\" />\n"
56876 " <ExposedProperties>\n"
56877 " <Property name=\"Input\" />\n"
56878 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n"
56879 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n"
56880 " <Property name=\"CompressorType\" />\n"
56881 " <Property name=\"CompressionLevel\" />\n"
56882 " </ExposedProperties>\n"
56883 " </SubProxy>\n"
56884 "\n"
56885 " <Hints>\n"
56886 " <ShowInMenu category=\"Data\" />\n"
56887 " </Hints>\n"
56888 " </DataExtractWriterProxy>\n"
56889 "\n"
56890 " <!-- ================================================================= -->\n"
56891 " <DataExtractWriterProxy name=\"VTS\">\n"
56892 " <Documentation>\n"
56893 " Extract writer to write structured grid using the VTK XML file format\n"
56894 " (vts or pvts).\n"
56895 " </Documentation>\n"
56896 " <StringVectorProperty name=\"FileName\"\n"
56897 " number_of_elements=\"1\"\n"
56898 " default_values=\"%p_%.6ts.pvts\">\n"
56899 " <Documentation>\n"
56900 " Specify the filename to use.\n"
56901 " </Documentation>\n"
56902 " </StringVectorProperty>\n"
56903 " <SubProxy>\n"
56904 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPStructuredGridWriter\" />\n"
56905 " <ExposedProperties>\n"
56906 " <Property name=\"Input\" />\n"
56907 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n"
56908 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n"
56909 " <Property name=\"CompressorType\" />\n"
56910 " <Property name=\"CompressionLevel\" />\n"
56911 " </ExposedProperties>\n"
56912 " </SubProxy>\n"
56913 "\n"
56914 " <Hints>\n"
56915 " <ShowInMenu category=\"Data\" />\n"
56916 " </Hints>\n"
56917 " </DataExtractWriterProxy>\n"
56918 "\n"
56919 " <!-- ================================================================= -->\n"
56920 " <DataExtractWriterProxy name=\"VTR\">\n"
56921 " <Documentation>\n"
56922 " Extract writer to write rectilinear grid using the VTK XML file format\n"
56923 " (vtr or pvtr).\n"
56924 " </Documentation>\n"
56925 " <StringVectorProperty name=\"FileName\"\n"
56926 " number_of_elements=\"1\"\n"
56927 " default_values=\"%p_%.6ts.pvtr\">\n"
56928 " <Documentation>\n"
56929 " Specify the filename to use.\n"
56930 " </Documentation>\n"
56931 " </StringVectorProperty>\n"
56932 " <SubProxy>\n"
56933 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPRectilinearGridWriter\" />\n"
56934 " <ExposedProperties>\n"
56935 " <Property name=\"Input\" />\n"
56936 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n"
56937 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n"
56938 " <Property name=\"CompressorType\" />\n"
56939 " <Property name=\"CompressionLevel\" />\n"
56940 " </ExposedProperties>\n"
56941 " </SubProxy>\n"
56942 "\n"
56943 " <Hints>\n"
56944 " <ShowInMenu category=\"Data\" />\n"
56945 " </Hints>\n"
56946 " </DataExtractWriterProxy>\n"
56947 "\n"
56948 " <!-- ================================================================= -->\n"
56949 " <DataExtractWriterProxy name=\"VTI\">\n"
56950 " <Documentation>\n"
56951 " Extract writer to write image data (uniform rectilinear grid) using the\n"
56952 " VTK XML file format (vti or pvti).\n"
56953 " </Documentation>\n"
56954 " <StringVectorProperty name=\"FileName\"\n"
56955 " number_of_elements=\"1\"\n"
56956 " default_values=\"%p_%.6ts.pvti\">\n"
56957 " <Documentation>\n"
56958 " Specify the filename to use.\n"
56959 " </Documentation>\n"
56960 " </StringVectorProperty>\n"
56961 " <SubProxy>\n"
56962 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPImageDataWriter\" />\n"
56963 " <ExposedProperties>\n"
56964 " <Property name=\"Input\" />\n"
56965 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n"
56966 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n"
56967 " <Property name=\"CompressorType\" />\n"
56968 " <Property name=\"CompressionLevel\" />\n"
56969 " </ExposedProperties>\n"
56970 " </SubProxy>\n"
56971 "\n"
56972 " <Hints>\n"
56973 " <ShowInMenu category=\"Data\" />\n"
56974 " </Hints>\n"
56975 " </DataExtractWriterProxy>\n"
56976 "\n"
56977 " <!-- ================================================================= -->\n"
56978 " <DataExtractWriterProxy name=\"VTM\">\n"
56979 " <Documentation>\n"
56980 " Extract writer to write a multiblock dataset using the\n"
56981 " VTK XML file format (vtm).\n"
56982 " </Documentation>\n"
56983 " <StringVectorProperty name=\"FileName\"\n"
56984 " number_of_elements=\"1\"\n"
56985 " default_values=\"%p_%.6ts.vtm\">\n"
56986 " <Documentation>\n"
56987 " Specify the filename to use.\n"
56988 " </Documentation>\n"
56989 " </StringVectorProperty>\n"
56990 " <SubProxy>\n"
56991 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLMultiBlockDataWriter\" />\n"
56992 " <ExposedProperties>\n"
56993 " <Property name=\"Input\" />\n"
56994 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n"
56995 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n"
56996 " <Property name=\"CompressorType\" />\n"
56997 " <Property name=\"CompressionLevel\" />\n"
56998 " </ExposedProperties>\n"
56999 " </SubProxy>\n"
57000 "\n"
57001 " <Hints>\n"
57002 " <ShowInMenu category=\"Data\" />\n"
57003 " </Hints>\n"
57004 " </DataExtractWriterProxy>\n"
57005 "\n"
57006 " <!-- ================================================================= -->\n"
57007 ;
57008 
57009 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/writers_ioxml.xml
57011 " <DataExtractWriterProxy name=\"VTPD\">\n"
57012 " <Documentation>\n"
57013 " Extract writer to write a partitioned dataset using the\n"
57014 " VTK XML file format (vtpd).\n"
57015 " </Documentation>\n"
57016 " <StringVectorProperty name=\"FileName\"\n"
57017 " number_of_elements=\"1\"\n"
57018 " default_values=\"%p_%.6ts.vtpd\">\n"
57019 " <Documentation>\n"
57020 " Specify the filename to use.\n"
57021 " </Documentation>\n"
57022 " </StringVectorProperty>\n"
57023 " <SubProxy>\n"
57024 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPPartitionedDataSetWriter\" />\n"
57025 " <ExposedProperties>\n"
57026 " <Property name=\"Input\" />\n"
57027 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n"
57028 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n"
57029 " <Property name=\"CompressorType\" />\n"
57030 " <Property name=\"CompressionLevel\" />\n"
57031 " </ExposedProperties>\n"
57032 " </SubProxy>\n"
57033 "\n"
57034 " <Hints>\n"
57035 " <ShowInMenu category=\"Data\" />\n"
57036 " </Hints>\n"
57037 " </DataExtractWriterProxy>\n"
57038 "\n"
57039 " <!-- ================================================================= -->\n"
57040 " <DataExtractWriterProxy name=\"VTPC\">\n"
57041 " <Documentation>\n"
57042 " Extract writer to write a partitioned dataset collection using the\n"
57043 " VTK XML file format (vtpc).\n"
57044 " </Documentation>\n"
57045 " <StringVectorProperty name=\"FileName\"\n"
57046 " number_of_elements=\"1\"\n"
57047 " default_values=\"%p_%.6ts.vtpc\">\n"
57048 " <Documentation>\n"
57049 " Specify the filename to use.\n"
57050 " </Documentation>\n"
57051 " </StringVectorProperty>\n"
57052 " <SubProxy>\n"
57053 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLPartitionedDataSetCollectionWriter\" />\n"
57054 " <ExposedProperties>\n"
57055 " <Property name=\"Input\" />\n"
57056 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n"
57057 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n"
57058 " <Property name=\"CompressorType\" />\n"
57059 " <Property name=\"CompressionLevel\" />\n"
57060 " </ExposedProperties>\n"
57061 " </SubProxy>\n"
57062 "\n"
57063 " <Hints>\n"
57064 " <ShowInMenu category=\"Data\" />\n"
57065 " </Hints>\n"
57066 " </DataExtractWriterProxy>\n"
57067 "\n"
57068 " <!-- ================================================================= -->\n"
57069 " <DataExtractWriterProxy name=\"VTH\">\n"
57070 " <Documentation>\n"
57071 " Extract writer to write a uniform grid AMR dataset using the\n"
57072 " VTK XML file format (vth).\n"
57073 " </Documentation>\n"
57074 " <StringVectorProperty name=\"FileName\"\n"
57075 " number_of_elements=\"1\"\n"
57076 " default_values=\"%p_%.6ts.vth\">\n"
57077 " <Documentation>\n"
57078 " Specify the filename to use.\n"
57079 " </Documentation>\n"
57080 " </StringVectorProperty>\n"
57081 " <SubProxy>\n"
57082 " <Proxy name=\"Writer\" proxygroup=\"writers\" proxyname=\"XMLUniformGridAMRWriter\" />\n"
57083 " <ExposedProperties>\n"
57084 " <Property name=\"Input\" />\n"
57085 " <Property name=\"DataMode\" panel_visibility=\"advanced\" />\n"
57086 " <Property name=\"EncodeAppendedData\" panel_visibility=\"advanced\" />\n"
57087 " <Property name=\"CompressorType\" />\n"
57088 " <Property name=\"CompressionLevel\" />\n"
57089 " </ExposedProperties>\n"
57090 " </SubProxy>\n"
57091 "\n"
57092 " <Hints>\n"
57093 " <ShowInMenu category=\"Data\" />\n"
57094 " </Hints>\n"
57095 " </DataExtractWriterProxy>\n"
57096 "\n"
57097 " <!-- end of \"extract_writers\" -->\n"
57098 " </ProxyGroup>\n"
57099 "</ServerManagerConfiguration>\n"
57100 "\n";
57101 // Get single string
57103 {
57104 
57105  const size_t len0 = strlen(paraview_server_managerwriters_ioxmlInterface0);
57106  const size_t len1 = strlen(paraview_server_managerwriters_ioxmlInterface1);
57107  const size_t len2 = strlen(paraview_server_managerwriters_ioxmlInterface2);
57108  const size_t len3 = strlen(paraview_server_managerwriters_ioxmlInterface3);
57109  const size_t len4 = strlen(paraview_server_managerwriters_ioxmlInterface4);
57110  size_t len = ( 0
57111  + len0
57112  + len1
57113  + len2
57114  + len3
57115  + len4 );
57116  char* res = new char[ len + 1];
57117  size_t offset = 0;
57123  assert(offset == len);
57124  res[offset] = 0;
57125  return res;
57126 }
57127 
57128 
57129 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ionetcdf.xml
57131 "<ServerManagerConfiguration>\n"
57132 " <ProxyGroup name=\"internal_sources\">\n"
57133 " <!-- ================================================================== -->\n"
57134 " <Proxy class=\"vtkSLACParticleReader\"\n"
57135 " label=\"SLAC Particle Data Reader\"\n"
57136 " name=\"SLACParticleReaderCore\">\n"
57137 " <Documentation>The SLAC Particle data reader.</Documentation>\n"
57138 " <StringVectorProperty animateable=\"0\"\n"
57139 " command=\"SetFileName\"\n"
57140 " name=\"FileName\"\n"
57141 " number_of_elements=\"1\"\n"
57142 " panel_visibility=\"never\">\n"
57143 " <FileListDomain name=\"files\" />\n"
57144 " <Documentation>The name of the file to load.</Documentation>\n"
57145 " </StringVectorProperty>\n"
57146 " <!-- SLACParticleReaderCore -->\n"
57147 " </Proxy>\n"
57148 "\n"
57149 " <!-- ================================================================== -->\n"
57150 " <Proxy class=\"vtkNetCDFCAMReader\"\n"
57151 " label=\"NetCDF CAM reader\"\n"
57152 " name=\"NetCDFCAMReaderCore\">\n"
57153 " <Documentation>Core for NetCDF CAM reader.</Documentation>\n"
57154 " <StringVectorProperty animateable=\"0\"\n"
57155 " command=\"SetFileName\"\n"
57156 " name=\"FileName\"\n"
57157 " number_of_elements=\"1\"\n"
57158 " panel_visibility=\"never\">\n"
57159 " <FileListDomain name=\"files\" />\n"
57160 " <Documentation>This property specifies the file name to\n"
57161 " read.</Documentation>\n"
57162 " </StringVectorProperty>\n"
57163 " <StringVectorProperty animateable=\"0\"\n"
57164 " command=\"SetConnectivityFileName\"\n"
57165 " name=\"ConnectivityFileName\"\n"
57166 " number_of_elements=\"1\">\n"
57167 " <FileListDomain name=\"files\" />\n"
57168 " <Documentation>This property specifies the file name to read for the\n"
57169 " grid connectivity.</Documentation>\n"
57170 " </StringVectorProperty>\n"
57171 " <StringVectorProperty animateable=\"0\"\n"
57172 " command=\"SetFileName\"\n"
57173 " name=\"PointsFileName\"\n"
57174 " number_of_elements=\"1\">\n"
57175 " <FileListDomain name=\"files\" />\n"
57176 " <Documentation>This property specifies the file name to read for the\n"
57177 " points and field information.</Documentation>\n"
57178 " </StringVectorProperty>\n"
57179 " <IntVectorProperty command=\"SetVerticalDimension\"\n"
57180 " default_values=\"1\"\n"
57181 " name=\"VerticalDimension\"\n"
57182 " number_of_elements=\"1\">\n"
57183 " <Documentation>Specify whether to read variables from the\n"
57184 " single layer, from midpoint layers or from interface\n"
57185 " layers.</Documentation>\n"
57186 " <EnumerationDomain name=\"enum\">\n"
57187 " <Entry text=\"Single layer [time, ncol]\"\n"
57188 " value=\"0\" />\n"
57189 " <Entry text=\"Midpoint layers [time, lev, ncol]\"\n"
57190 " value=\"1\" />\n"
57191 " <Entry text=\"Interface layers [time, ilev, ncol]\"\n"
57192 " value=\"2\" />\n"
57193 " </EnumerationDomain>\n"
57194 " </IntVectorProperty>\n"
57195 " <StringVectorProperty information_only=\"1\"\n"
57196 " name=\"PointArrayInfo\">\n"
57197 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
57198 " </StringVectorProperty>\n"
57199 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
57200 " element_types=\"2 0\"\n"
57201 " information_property=\"PointArrayInfo\"\n"
57202 " name=\"PointArrayStatus\"\n"
57203 " number_of_elements=\"2\"\n"
57204 " number_of_elements_per_command=\"2\"\n"
57205 " repeat_command=\"1\"\n"
57206 " panel_visibility=\"advanced\">\n"
57207 " <ArraySelectionDomain name=\"array_list\">\n"
57208 " <RequiredProperties>\n"
57209 " <Property function=\"ArrayList\"\n"
57210 " name=\"PointArrayInfo\" />\n"
57211 " </RequiredProperties>\n"
57212 " </ArraySelectionDomain>\n"
57213 " <Documentation>This property lists which NetCDF CAM point\n"
57214 " variables to load.</Documentation>\n"
57215 " </StringVectorProperty>\n"
57216 "\n"
57217 " <IntVectorProperty name=\"SingleMidpointLayer\"\n"
57218 " command=\"SetSingleMidpointLayer\"\n"
57219 " number_of_elements=\"1\"\n"
57220 " default_values=\"0\"\n"
57221 " panel_visibility=\"advanced\">\n"
57222 " <BooleanDomain name=\"bool\" />\n"
57223 " <Documentation>\n"
57224 " Load only one layer from variables on the midpoint layers. The layer\n"
57225 " is specified by MidpointLayerIndex.\n"
57226 " </Documentation>\n"
57227 " </IntVectorProperty>\n"
57228 " <IntVectorProperty command=\"GetMidpointLayersRange\"\n"
57229 " information_only=\"1\"\n"
57230 " name=\"MidpointLayersRangeInfo\"></IntVectorProperty>\n"
57231 " <IntVectorProperty name=\"MidpointLayerIndex\"\n"
57232 " command=\"SetMidpointLayerIndex\"\n"
57233 " number_of_elements=\"1\"\n"
57234 " default_values=\"0\"\n"
57235 " panel_visibility=\"advanced\">\n"
57236 " <IntRangeDomain name=\"range\" default_mode=\"min\">\n"
57237 " <RequiredProperties>\n"
57238 " <Property function=\"Range\"\n"
57239 " name=\"MidpointLayersRangeInfo\" />\n"
57240 " </RequiredProperties>\n"
57241 " </IntRangeDomain>\n"
57242 " <Hints>\n"
57243 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
57244 " <Property name=\"SingleMidpointLayer\" function=\"boolean\" />\n"
57245 " </PropertyWidgetDecorator>\n"
57246 " </Hints>\n"
57247 " <Documentation>\n"
57248 " Specifies which layer to load from the midpoint layers. Note that\n"
57249 " the layer indexes 0 to n-1 map to Z values n-1 to 0.\n"
57250 " </Documentation>\n"
57251 " </IntVectorProperty>\n"
57252 "\n"
57253 " <IntVectorProperty name=\"SingleInterfaceLayer\"\n"
57254 " command=\"SetSingleInterfaceLayer\"\n"
57255 " number_of_elements=\"1\"\n"
57256 " default_values=\"0\"\n"
57257 " panel_visibility=\"advanced\">\n"
57258 " <BooleanDomain name=\"bool\" />\n"
57259 " <Documentation>\n"
57260 " Load only one layer from variables on the interface layers. The layer\n"
57261 " is specified by InterfaceLayerIndex.\n"
57262 " </Documentation>\n"
57263 " </IntVectorProperty>\n"
57264 " <IntVectorProperty command=\"GetInterfaceLayersRange\"\n"
57265 " information_only=\"1\"\n"
57266 " name=\"InterfaceLayersRangeInfo\"></IntVectorProperty>\n"
57267 " <IntVectorProperty name=\"InterfaceLayerIndex\"\n"
57268 " command=\"SetInterfaceLayerIndex\"\n"
57269 " number_of_elements=\"1\"\n"
57270 " default_values=\"0\"\n"
57271 " panel_visibility=\"advanced\">\n"
57272 " <IntRangeDomain name=\"range\" default_mode=\"min\">\n"
57273 " <RequiredProperties>\n"
57274 " <Property function=\"Range\"\n"
57275 " name=\"InterfaceLayersRangeInfo\" />\n"
57276 " </RequiredProperties>\n"
57277 " </IntRangeDomain>\n"
57278 " <Hints>\n"
57279 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
57280 " <Property name=\"SingleInterfaceLayer\" function=\"boolean\" />\n"
57281 " </PropertyWidgetDecorator>\n"
57282 " </Hints>\n"
57283 " <Documentation>\n"
57284 " Specifies which layer to load from the interface layers. Note that\n"
57285 " the layer indexes 0 to n-1 map to Z values n-1 to 0.\n"
57286 " </Documentation>\n"
57287 " </IntVectorProperty>\n"
57288 "\n"
57289 " <IntVectorProperty default_values=\"1\"\n"
57290 " name=\"CellLayerRight\"\n"
57291 " number_of_elements=\"1\"\n"
57292 " panel_visibility=\"never\">\n"
57293 " <Documentation>**DEPRECATED in ParaView 4.4.** No longer needed/supported.</Documentation>\n"
57294 " <BooleanDomain name=\"bool\" />\n"
57295 " </IntVectorProperty>\n"
57296 " <DoubleVectorProperty information_only=\"1\"\n"
57297 " name=\"TimestepValues\"\n"
57298 " repeatable=\"1\">\n"
57299 " <TimeStepsInformationHelper />\n"
57300 " <Documentation>Available timestep values.</Documentation>\n"
57301 " </DoubleVectorProperty>\n"
57302 " <!-- End NetCDFCAMReaderCore -->\n"
57303 " </Proxy>\n"
57304 "\n"
57305 " <!-- ================================================================== -->\n"
57306 " <Proxy class=\"vtkNetCDFPOPReader\"\n"
57307 " label=\"NetCDF POP reader\"\n"
57308 " name=\"NetCDFPOPReaderCore\">\n"
57309 " <Documentation>Core for NetCDF POP reader.</Documentation>\n"
57310 " <StringVectorProperty animateable=\"0\"\n"
57311 " command=\"SetFileName\"\n"
57312 " name=\"FileName\"\n"
57313 " number_of_elements=\"1\"\n"
57314 " panel_visibility=\"never\">\n"
57315 " <FileListDomain name=\"files\" />\n"
57316 " <Documentation>This property specifies the file name to\n"
57317 " read.</Documentation>\n"
57318 " </StringVectorProperty>\n"
57319 " <StringVectorProperty information_only=\"1\"\n"
57320 " name=\"VariableArrayInfo\">\n"
57321 " <ArraySelectionInformationHelper attribute_name=\"Variable\" />\n"
57322 " </StringVectorProperty>\n"
57323 " <StringVectorProperty command=\"SetVariableArrayStatus\"\n"
57324 " element_types=\"2 0\"\n"
57325 " information_property=\"VariableArrayInfo\"\n"
57326 " label=\"Variables\"\n"
57327 " name=\"VariableArrayStatus\"\n"
57328 " number_of_elements=\"0\"\n"
57329 " number_of_elements_per_command=\"2\"\n"
57330 " repeat_command=\"1\">\n"
57331 " <ArraySelectionDomain name=\"array_list\">\n"
57332 " <RequiredProperties>\n"
57333 " <Property function=\"ArrayList\"\n"
57334 " name=\"VariableArrayInfo\" />\n"
57335 " </RequiredProperties>\n"
57336 " </ArraySelectionDomain>\n"
57337 " <Documentation>This property lists which NetCDF variables to\n"
57338 " load.</Documentation>\n"
57339 " </StringVectorProperty>\n"
57340 " <IntVectorProperty animateable=\"0\"\n"
57341 " command=\"SetStride\"\n"
57342 " default_values=\"1 1 1\"\n"
57343 " name=\"Stride\"\n"
57344 " number_of_elements=\"3\">\n"
57345 " <IntRangeDomain min=\"1 1 1\"\n"
57346 " name=\"range\" />\n"
57347 " <Documentation>This property indicate the number of indices per\n"
57348 " dimension (i,j,k) to skip between each point included in this\n"
57349 " output.</Documentation>\n"
57350 " </IntVectorProperty>\n"
57351 " <!-- End NetCDFPOPReaderCore -->\n"
57352 " </Proxy>\n"
57353 "\n"
57354 " <!-- ================================================================== -->\n"
57355 " <Proxy class=\"vtkNetCDFCFReader\"\n"
57356 " name=\"netCDFReaderCore\">\n"
57357 " <StringVectorProperty animateable=\"0\"\n"
57358 " command=\"SetFileName\"\n"
57359 " name=\"FileName\"\n"
57360 " number_of_elements=\"1\"\n"
57361 " panel_visibility=\"never\">\n"
57362 " <FileListDomain name=\"files\" />\n"
57363 " <Documentation>The name of the file to load.</Documentation>\n"
57364 " </StringVectorProperty>\n"
57365 " <StringVectorProperty command=\"GetAllDimensions\"\n"
57366 " information_only=\"1\"\n"
57367 " name=\"DimensionInfo\">\n"
57368 " <StringArrayHelper />\n"
57369 " </StringVectorProperty>\n"
57370 " <StringVectorProperty animatelable=\"0\"\n"
57371 " command=\"SetDimensions\"\n"
57372 " name=\"Dimensions\"\n"
57373 " number_of_elements=\"1\"\n"
57374 " panel_visibility=\"default\">\n"
57375 " <StringListDomain name=\"array_list\">\n"
57376 " <RequiredProperties>\n"
57377 " <Property function=\"ArrayList\"\n"
57378 " name=\"DimensionInfo\" />\n"
57379 " </RequiredProperties>\n"
57380 " </StringListDomain>\n"
57381 " <Documentation>Load the grid with the given dimensions. Any arrays that\n"
57382 " conform to these dimensions will be loaded.</Documentation>\n"
57383 " </StringVectorProperty>\n"
57384 " <StringVectorProperty command=\"GetVariableDimensions\"\n"
57385 " information_only=\"1\"\n"
57386 " name=\"VariableDimensionInfo\">\n"
57387 " <StringArrayHelper />\n"
57388 " </StringVectorProperty>\n"
57389 " <StringVectorProperty command=\"GetAllVariableArrayNames\"\n"
57390 " information_only=\"1\"\n"
57391 " name=\"VariableArrayInfo\">\n"
57392 " <StringArrayHelper />\n"
57393 " </StringVectorProperty>\n"
57394 " <IntVectorProperty animateable=\"0\"\n"
57395 " command=\"SetSphericalCoordinates\"\n"
57396 " default_values=\"1\"\n"
57397 " name=\"SphericalCoordinates\"\n"
57398 " number_of_elements=\"1\"\n"
57399 " panel_visibility=\"default\">\n"
57400 " <BooleanDomain name=\"bool\" />\n"
57401 " <Documentation>If on, then data with latitude/longitude dimensions will\n"
57402 " be read in as curvilinear data shaped like spherical coordinates. If\n"
57403 " false, then the data will always be read in Cartesian\n"
57404 " coordinates.</Documentation>\n"
57405 " </IntVectorProperty>\n"
57406 " <DoubleVectorProperty command=\"SetVerticalScale\"\n"
57407 " default_values=\"1\"\n"
57408 " name=\"VerticalScale\"\n"
57409 " number_of_elements=\"1\"\n"
57410 " panel_visibility=\"default\">\n"
57411 " <DoubleRangeDomain name=\"range\" />\n"
57412 " <Documentation>The scale of the vertical component of spherical\n"
57413 " coordinates. It is common to write the vertical component with respect\n"
57414 " to something other than the center of the sphere (for example, the\n"
57415 " surface). In this case, it might be necessary to scale and/or bias the\n"
57416 " vertical height. The height will become height*scale + bias. Keep in\n"
57417 " mind that if the positive attribute of the vertical dimension is down,\n"
57418 " then the height is negated. The scaling will be adjusted if it results\n"
57419 " in invalid (negative) vertical values.</Documentation>\n"
57420 " </DoubleVectorProperty>\n"
57421 " <DoubleVectorProperty command=\"SetVerticalBias\"\n"
57422 " default_values=\"0\"\n"
57423 " name=\"VerticalBias\"\n"
57424 " number_of_elements=\"1\"\n"
57425 " panel_visibility=\"default\">\n"
57426 " <DoubleRangeDomain name=\"range\" />\n"
57427 " <Documentation>The bias of the vertical component of spherical\n"
57428 " coordinates. It is common to write the vertical component with respect\n"
57429 " to something other than the center of the sphere (for example, the\n"
57430 " surface). In this case, it might be necessary to scale and/or bias the\n"
57431 " vertical height. The height will become height*scale + bias. Keep in\n"
57432 " mind that if the positive attribute of the vertical dimension is down,\n"
57433 " then the height is negated. The scaling will be adjusted if it results\n"
57434 " in invalid (negative) vertical values.</Documentation>\n"
57435 ;
57436 
57437 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ionetcdf.xml
57439 " </DoubleVectorProperty>\n"
57440 " <IntVectorProperty command=\"SetReplaceFillValueWithNan\"\n"
57441 " default_values=\"0\"\n"
57442 " name=\"ReplaceFillValueWithNan\"\n"
57443 " number_of_elements=\"1\"\n"
57444 " panel_visibility=\"default\">\n"
57445 " <BooleanDomain name=\"bool\" />\n"
57446 " <Documentation>If on, any float or double variable read that has a\n"
57447 " _FillValue attribute will have that fill value replaced with a\n"
57448 " not-a-number (NaN) value. The advantage of setting these to NaN values\n"
57449 " is that, if implemented properly by the system and careful math\n"
57450 " operations are used, they can implicitly be ignored by calculations\n"
57451 " like finding the range of the values. That said, this option should be\n"
57452 " used with caution as VTK does not fully support NaN values and\n"
57453 " therefore odd calculations may occur.</Documentation>\n"
57454 " </IntVectorProperty>\n"
57455 " <IntVectorProperty animateable=\"0\"\n"
57456 " command=\"SetOutputType\"\n"
57457 " default_values=\"-1\"\n"
57458 " name=\"OutputType\"\n"
57459 " number_of_elements=\"1\"\n"
57460 " panel_visibility=\"default\">\n"
57461 " <EnumerationDomain name=\"enum\">\n"
57462 " <Entry text=\"Automatic\"\n"
57463 " value=\"-1\" />\n"
57464 " <Entry text=\"Image\"\n"
57465 " value=\"6\" />\n"
57466 " <Entry text=\"Rectilinear\"\n"
57467 " value=\"3\" />\n"
57468 " <Entry text=\"Structured\"\n"
57469 " value=\"2\" />\n"
57470 " <Entry text=\"Unstructured\"\n"
57471 " value=\"4\" />\n"
57472 " </EnumerationDomain>\n"
57473 " <Documentation>Specifies the type of data that the reader creates. If\n"
57474 " Automatic, the reader will use the most appropriate grid type for the\n"
57475 " data read. Note that not all grid types support all data. A warning is\n"
57476 " issued if a mismatch occurs.</Documentation>\n"
57477 " </IntVectorProperty>\n"
57478 " <DoubleVectorProperty information_only=\"1\"\n"
57479 " name=\"TimestepValues\"\n"
57480 " repeatable=\"1\">\n"
57481 " <TimeStepsInformationHelper />\n"
57482 " <Documentation>This magic property sends time information to the\n"
57483 " animation panel. ParaView will then automatically set up the animation\n"
57484 " to visit the time steps defined in the file.</Documentation>\n"
57485 " </DoubleVectorProperty>\n"
57486 " <!-- netCDFReaderCore -->\n"
57487 " </Proxy>\n"
57488 "\n"
57489 " <!-- ================================================================== -->\n"
57490 " <!-- end of \"internal_sources\" -->\n"
57491 " </ProxyGroup>\n"
57492 "\n"
57493 " <!-- ==================================================================== -->\n"
57494 " <ProxyGroup name=\"sources\">\n"
57495 "\n"
57496 " <!-- ================================================================== -->\n"
57497 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
57498 " file_name_method=\"SetFileName\"\n"
57499 " label=\"SLAC Particle Data Reader\"\n"
57500 " name=\"SLACParticleReader\"\n"
57501 " si_class=\"vtkSIMetaReaderProxy\">\n"
57502 " <Documentation short_help=\"The SLAC Particle data reader.\">The SLAC Particle data reader.</Documentation>\n"
57503 " <SubProxy>\n"
57504 " <Proxy name=\"Reader\"\n"
57505 " proxygroup=\"internal_sources\"\n"
57506 " proxyname=\"SLACParticleReaderCore\"></Proxy>\n"
57507 " </SubProxy>\n"
57508 " <StringVectorProperty animateable=\"0\"\n"
57509 " clean_command=\"RemoveAllFileNames\"\n"
57510 " command=\"AddFileName\"\n"
57511 " name=\"FileName\"\n"
57512 " number_of_elements=\"1\"\n"
57513 " panel_visibility=\"never\"\n"
57514 " repeat_command=\"1\">\n"
57515 " <FileListDomain name=\"files\" />\n"
57516 " <Documentation>A list of files to be read in a time\n"
57517 " series.</Documentation>\n"
57518 " </StringVectorProperty>\n"
57519 " <DoubleVectorProperty information_only=\"1\"\n"
57520 " name=\"TimestepValues\"\n"
57521 " repeatable=\"1\">\n"
57522 " <TimeStepsInformationHelper />\n"
57523 " <Documentation>Available timestep values.</Documentation>\n"
57524 " </DoubleVectorProperty>\n"
57525 " <Hints>\n"
57526 " <ReaderFactory extensions=\"ncdf netcdf\"\n"
57527 " file_description=\"SLAC Particle Files\" />\n"
57528 " </Hints>\n"
57529 " <!-- SLACParticleReader -->\n"
57530 " </SourceProxy>\n"
57531 "\n"
57532 " <!-- ================================================================== -->\n"
57533 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
57534 " file_name_method=\"SetFileName\"\n"
57535 " label=\"NetCDF CAM reader\"\n"
57536 " name=\"NetCDFCAMReader\"\n"
57537 " si_class=\"vtkSIMetaReaderProxy\">\n"
57538 " <Documentation long_help=\"Reads unstructured grid data from NetCDF files. There are 2 files, a points+fields file which is set as FileName and a cell connectivity file set as ConnectivityFileName.\"\n"
57539 " short_help=\"Read unstructured grid NetCDF files in CAM format.\">\n"
57540 " This reader reads in unstructured grid data from a NetCDF\n"
57541 " file. The grid data is in a set of planes as quadrilateral\n"
57542 " cells. The reader creates hex cells in order to create a\n"
57543 " volumetric grid.</Documentation>\n"
57544 " <SubProxy>\n"
57545 " <Proxy name=\"Reader\"\n"
57546 " proxygroup=\"internal_sources\"\n"
57547 " proxyname=\"NetCDFCAMReaderCore\"></Proxy>\n"
57548 " <ExposedProperties>\n"
57549 " <Property name=\"ConnectivityFileName\" />\n"
57550 " <Property name=\"VerticalDimension\" />\n"
57551 " <Property name=\"PointArrayStatus\" />\n"
57552 " <Property name=\"SingleMidpointLayer\" />\n"
57553 " <Property name=\"MidpointLayerIndex\" />\n"
57554 " <Property name=\"SingleInterfaceLayer\" />\n"
57555 " <Property name=\"InterfaceLayerIndex\" />\n"
57556 " <Property name=\"CellLayerRight\" />\n"
57557 " </ExposedProperties>\n"
57558 " </SubProxy>\n"
57559 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
57560 " information_only=\"1\"\n"
57561 " name=\"FileNameInfo\">\n"
57562 " <SimpleStringInformationHelper />\n"
57563 " </StringVectorProperty>\n"
57564 " <StringVectorProperty animateable=\"0\"\n"
57565 " clean_command=\"RemoveAllFileNames\"\n"
57566 " command=\"AddFileName\"\n"
57567 " information_property=\"FileNameInfo\"\n"
57568 " name=\"FileName\"\n"
57569 " number_of_elements=\"1\"\n"
57570 " panel_visibility=\"never\"\n"
57571 " repeat_command=\"1\">\n"
57572 " <FileListDomain name=\"files\" />\n"
57573 " <Documentation>The list of files to be read by the\n"
57574 " reader.</Documentation>\n"
57575 " </StringVectorProperty>\n"
57576 " <DoubleVectorProperty information_only=\"1\"\n"
57577 " name=\"TimestepValues\"\n"
57578 " repeatable=\"1\">\n"
57579 " <TimeStepsInformationHelper />\n"
57580 " <Documentation>Available timestep values.</Documentation>\n"
57581 " </DoubleVectorProperty>\n"
57582 " <Hints>\n"
57583 " <ReaderFactory extensions=\"nc ncdf\"\n"
57584 " file_description=\"CAM NetCDF (Unstructured)\" />\n"
57585 " </Hints>\n"
57586 " <!-- End NetCDFCAMReader -->\n"
57587 " </SourceProxy>\n"
57588 "\n"
57589 " <!-- ================================================================== -->\n"
57590 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
57591 " file_name_method=\"SetFileName\"\n"
57592 " label=\"NetCDF POP reader\"\n"
57593 " name=\"NetCDFPOPReader\"\n"
57594 " si_class=\"vtkSIMetaReaderProxy\">\n"
57595 " <Documentation long_help=\"Reads rectilinear grid data from a NetCDF POP file.\"\n"
57596 " short_help=\"Read rectilinear grid data from a NetCDF file in the POP format.\">\n"
57597 " The reader reads regular rectilinear grid (image/volume) data from a\n"
57598 " NetCDF file.</Documentation>\n"
57599 " <SubProxy>\n"
57600 " <Proxy name=\"Reader\"\n"
57601 " proxygroup=\"internal_sources\"\n"
57602 " proxyname=\"NetCDFPOPReaderCore\"></Proxy>\n"
57603 " <ExposedProperties>\n"
57604 " <Property name=\"VariableArrayInfo\" />\n"
57605 " <Property name=\"VariableArrayStatus\" />\n"
57606 " <Property name=\"Stride\" />\n"
57607 " </ExposedProperties>\n"
57608 " </SubProxy>\n"
57609 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
57610 " information_only=\"1\"\n"
57611 " name=\"FileNameInfo\">\n"
57612 " <SimpleStringInformationHelper />\n"
57613 " </StringVectorProperty>\n"
57614 " <StringVectorProperty animateable=\"0\"\n"
57615 " clean_command=\"RemoveAllFileNames\"\n"
57616 " command=\"AddFileName\"\n"
57617 " information_property=\"FileNameInfo\"\n"
57618 " name=\"FileName\"\n"
57619 " number_of_elements=\"1\"\n"
57620 " panel_visibility=\"never\"\n"
57621 " repeat_command=\"1\">\n"
57622 " <FileListDomain name=\"files\" />\n"
57623 " <Documentation>The list of files to be read by the\n"
57624 " reader.</Documentation>\n"
57625 " </StringVectorProperty>\n"
57626 " <DoubleVectorProperty information_only=\"1\"\n"
57627 " name=\"TimestepValues\"\n"
57628 " repeatable=\"1\">\n"
57629 " <TimeStepsInformationHelper />\n"
57630 " <Documentation>Available timestep values.</Documentation>\n"
57631 " </DoubleVectorProperty>\n"
57632 " <Hints>\n"
57633 " <ReaderFactory extensions=\"pop.ncdf pop.nc\"\n"
57634 " file_description=\"POP Ocean NetCDF (Rectilinear)\" />\n"
57635 " </Hints>\n"
57636 " <!-- End NetCDFPOPReader -->\n"
57637 " </SourceProxy>\n"
57638 "\n"
57639 " <!-- ================================================================== -->\n"
57640 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
57641 " file_name_method=\"SetFileName\"\n"
57642 " label=\"NetCDF Reader\"\n"
57643 " name=\"netCDFReader\"\n"
57644 " si_class=\"vtkSIMetaReaderProxy\">\n"
57645 " <Documentation long_help=\"Reads regular arrays from NetCDF files. Will also read any topological information specified by the COARDS and CF conventions.\"\n"
57646 " short_help=\"Read regular arrays from NetCDF files.\">Reads\n"
57647 " arrays from NetCDF files into structured VTK data sets. In\n"
57648 " the absence of any other information, the files will be\n"
57649 " read as image data. This reader will also look for meta\n"
57650 " information specified by the CF convention that specify\n"
57651 " things like topology and time. This information can cause\n"
57652 " the output to be a nonuniform rectilinear grid or\n"
57653 " curvilinear (structured) grid. Details on the CF\n"
57654 " convention can be found at http://cf-pcmdi.llnl.gov/. It\n"
57655 " should be noted that the CF convention is a superset of\n"
57656 " the COARDS convention, so COARDS conventions will also be\n"
57657 " recognized.</Documentation>\n"
57658 " <StringVectorProperty animateable=\"0\"\n"
57659 " clean_command=\"RemoveAllFileNames\"\n"
57660 " command=\"AddFileName\"\n"
57661 " name=\"FileName\"\n"
57662 " number_of_elements=\"1\"\n"
57663 " panel_visibility=\"never\"\n"
57664 " repeat_command=\"1\">\n"
57665 " <FileListDomain name=\"files\" />\n"
57666 " <Documentation>The name of the files to load.</Documentation>\n"
57667 " </StringVectorProperty>\n"
57668 " <SubProxy>\n"
57669 " <Proxy name=\"Reader\"\n"
57670 " proxygroup=\"internal_sources\"\n"
57671 " proxyname=\"netCDFReaderCore\" />\n"
57672 " <ExposedProperties>\n"
57673 " <Property name=\"DimensionInfo\" />\n"
57674 " <Property name=\"Dimensions\" />\n"
57675 " <Property name=\"VariableDimensionInfo\" />\n"
57676 " <Property name=\"VariableArrayInfo\" />\n"
57677 " <Property name=\"SphericalCoordinates\" />\n"
57678 " <Property name=\"VerticalScale\" />\n"
57679 " <Property name=\"VerticalBias\" />\n"
57680 " <Property name=\"ReplaceFillValueWithNan\" />\n"
57681 " <Property name=\"OutputType\" />\n"
57682 " </ExposedProperties>\n"
57683 " </SubProxy>\n"
57684 " <DoubleVectorProperty information_only=\"1\"\n"
57685 " name=\"TimestepValues\"\n"
57686 " repeatable=\"1\">\n"
57687 " <TimeStepsInformationHelper />\n"
57688 " <Documentation>This magic property sends time information to the\n"
57689 " animation panel. ParaView will then automatically set up the animation\n"
57690 " to visit the time steps defined in the file.</Documentation>\n"
57691 " </DoubleVectorProperty>\n"
57692 " <Hints>\n"
57693 " <ReaderFactory extensions=\"ncdf nc\"\n"
57694 " file_description=\"netCDF files generic and CF conventions\" />\n"
57695 " </Hints>\n"
57696 " <!-- netCDFReader -->\n"
57697 " </SourceProxy>\n"
57698 "\n"
57699 " <!-- ================================================================== -->\n"
57700 " <SourceProxy class=\"vtkMPASReader\"\n"
57701 " label=\"NetCDF MPAS reader\"\n"
57702 " name=\"MPASReader\">\n"
57703 " <Documentation long_help=\"Reads unstructured grid MPAS data from a file.\"\n"
57704 " short_help=\"Read unstructured grid MPAS data from a file.\">\n"
57705 " This reader reads unstructured grid MPAS data from a file.\n"
57706 " It creates a dual grid It assumes the grid is in the\n"
57707 " global domain. By default, it creates a spherical view of\n"
57708 " vertical layer 0. It assumes it is ocean data. It gives\n"
57709 " several options to change the view to multilayer (all\n"
57710 " vertical layers will have a thickness determined by the\n"
57711 " value in the slider), lat/lon projection or atmospheric\n"
57712 " (vertical layers go out away from the center of the\n"
57713 " sphere, instead of down towards the center as they do for\n"
57714 " ocean data). It doesn't handle data in the rectangular\n"
57715 " domain. This is not a parallel reader. It expects one .nc\n"
57716 " file of data. It can display cell or vertex-centered data,\n"
57717 " but not edge data. When converted to the dual grid,\n"
57718 " cell-centered data becomes vertex-centered and vice-versa.\n"
57719 " NOTES: When using this reader, it is important that you\n"
57720 " remember to do the following: 1. When changing a selected\n"
57721 " variable, remember to select it also in the drop down box\n"
57722 " to color by. It doesn't color by that variable\n"
57723 " automatically 2. When selecting multilayer sphere view,\n"
57724 " start with layer thickness around 100,000 3. When\n"
57725 " selecting multilayer lat/lon view, start with layer\n"
57726 " thickness around 10 4. Always click the -Z orientation\n"
57727 " after making a switch from lat/lon to sphere, from single\n"
57728 " to multilayer or changing thickness. 5. Be conservative on\n"
57729 ;
57730 
57731 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ionetcdf.xml
57733 " the number of changes you make before hitting Apply, since\n"
57734 " there may be bugs in this reader. Just make one change and\n"
57735 " then hit Apply. For problems, contact Christine Ahrens\n"
57736 " (cahrens@lanl.gov)</Documentation>\n"
57737 " <StringVectorProperty animateable=\"0\"\n"
57738 " command=\"SetFileName\"\n"
57739 " name=\"FileName\"\n"
57740 " number_of_elements=\"1\"\n"
57741 " panel_visibility=\"never\">\n"
57742 " <FileListDomain name=\"files\" />\n"
57743 " <Documentation>This property specifies the file name to read. It should\n"
57744 " be an MPAS format NetCDF file ending in .nc.</Documentation>\n"
57745 " </StringVectorProperty>\n"
57746 " <IntVectorProperty animateable=\"0\"\n"
57747 " command=\"SetUseDimensionedArrayNames\"\n"
57748 " name=\"UseDimensionedArrayNames\"\n"
57749 " number_of_elements=\"1\"\n"
57750 " default_values=\"1\"\n"
57751 " panel_visibility=\"never\">\n"
57752 " <BooleanDomain name=\"bool\" />\n"
57753 " <Documentation>This property ensures that the dimension info is always\n"
57754 " shown in the ParaView GUI.</Documentation>\n"
57755 " </IntVectorProperty>\n"
57756 " <StringVectorProperty information_only=\"1\"\n"
57757 " name=\"PointArrayInfo\">\n"
57758 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
57759 " </StringVectorProperty>\n"
57760 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
57761 " element_types=\"2 0\"\n"
57762 " information_property=\"PointArrayInfo\"\n"
57763 " name=\"PointArrayStatus\"\n"
57764 " number_of_elements=\"2\"\n"
57765 " number_of_elements_per_command=\"2\"\n"
57766 " repeat_command=\"1\">\n"
57767 " <ArraySelectionDomain name=\"array_list\">\n"
57768 " <RequiredProperties>\n"
57769 " <Property function=\"ArrayList\"\n"
57770 " name=\"PointArrayInfo\" />\n"
57771 " </RequiredProperties>\n"
57772 " </ArraySelectionDomain>\n"
57773 " <Documentation>This property lists which NetCDF dual-grid point\n"
57774 " variables to load.</Documentation>\n"
57775 " </StringVectorProperty>\n"
57776 " <StringVectorProperty information_only=\"1\"\n"
57777 " name=\"CellArrayInfo\">\n"
57778 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
57779 " </StringVectorProperty>\n"
57780 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
57781 " element_types=\"2 0\"\n"
57782 " information_property=\"CellArrayInfo\"\n"
57783 " name=\"CellArrayStatus\"\n"
57784 " number_of_elements=\"2\"\n"
57785 " number_of_elements_per_command=\"2\"\n"
57786 " repeat_command=\"1\">\n"
57787 " <ArraySelectionDomain name=\"array_list\">\n"
57788 " <RequiredProperties>\n"
57789 " <Property function=\"ArrayList\"\n"
57790 " name=\"CellArrayInfo\" />\n"
57791 " </RequiredProperties>\n"
57792 " </ArraySelectionDomain>\n"
57793 " <Documentation>This property lists which NetCDF dual-grid cell\n"
57794 " variables to load.</Documentation>\n"
57795 " </StringVectorProperty>\n"
57796 " <!-- Dimensions table: -->\n"
57797 " <!-- Elements are [arrayName] [currentIndex] [dimSize]: -->\n"
57798 " <StringVectorProperty information_only=\"1\"\n"
57799 " name=\"DimensionInfo\"\n"
57800 " command=\"Dimension\"\n"
57801 " si_class=\"vtkSIIndexSelectionProperty\">\n"
57802 " </StringVectorProperty>\n"
57803 " <!-- Elements are [arrayName] [currentIndex]: -->\n"
57804 " <StringVectorProperty command=\"SetDimensionCurrentIndex\"\n"
57805 " name=\"DimensionCurrentIndex\"\n"
57806 " label=\"Extra Dimension Indices\"\n"
57807 " element_types=\"2 0\"\n"
57808 " number_of_elements=\"2\"\n"
57809 " number_of_elements_per_command=\"2\"\n"
57810 " repeat_command=\"1\"\n"
57811 " panel_widget=\"index_selection\">\n"
57812 " <IndexSelectionDomain name=\"index_selection\">\n"
57813 " <RequiredProperties>\n"
57814 " <Property function=\"Info\"\n"
57815 " name=\"DimensionInfo\" />\n"
57816 " </RequiredProperties>\n"
57817 " </IndexSelectionDomain>\n"
57818 " </StringVectorProperty>\n"
57819 " <!-- End dimensions table -->\n"
57820 " <IntVectorProperty command=\"SetShowMultilayerView\"\n"
57821 " default_values=\"0\"\n"
57822 " name=\"ShowMultilayerView\"\n"
57823 " number_of_elements=\"1\">\n"
57824 " <BooleanDomain name=\"bool\" />\n"
57825 " <Documentation>This property indicates whether to show multiple layers\n"
57826 " in one view, with each vertical level having the same thickness,\n"
57827 " specified by the layer thickness slider. For ocean data, the layers\n"
57828 " correspond to data at vertical level whose number increases towards the\n"
57829 " center of the sphere. For atmospheric data, the layers correspond to\n"
57830 " data at vertical levels increasing away from the\n"
57831 " center.</Documentation>\n"
57832 " </IntVectorProperty>\n"
57833 " <StringVectorProperty command=\"GetAllDimensions\"\n"
57834 " information_only=\"1\"\n"
57835 " name=\"DimensionList\">\n"
57836 " <StringArrayHelper />\n"
57837 " </StringVectorProperty>\n"
57838 " <StringVectorProperty command=\"SetVerticalDimension\"\n"
57839 " name=\"VerticalDimension\"\n"
57840 " label=\"Vertical Dimension\"\n"
57841 " number_of_elements=\"1\"\n"
57842 " default_values=\"nVertLevels\"\n"
57843 " panel_visibility=\"default\">\n"
57844 " <StringListDomain name=\"array_list\">\n"
57845 " <RequiredProperties>\n"
57846 " <Property function=\"ArrayList\"\n"
57847 " name=\"DimensionList\" />\n"
57848 " </RequiredProperties>\n"
57849 " </StringListDomain>\n"
57850 " <Hints>\n"
57851 " <PropertyWidgetDecorator type=\"EnableWidgetDecorator\">\n"
57852 " <Property name=\"ShowMultilayerView\" function=\"boolean\" />\n"
57853 " </PropertyWidgetDecorator>\n"
57854 " </Hints>\n"
57855 " </StringVectorProperty>\n"
57856 " <IntVectorProperty command=\"SetProjectLatLon\"\n"
57857 " default_values=\"0\"\n"
57858 " name=\"ProjectLatLon\"\n"
57859 " number_of_elements=\"1\">\n"
57860 " <BooleanDomain name=\"bool\" />\n"
57861 " <Documentation>This property indicates whether to view the data in the\n"
57862 " lat/lon projection.</Documentation>\n"
57863 " </IntVectorProperty>\n"
57864 " <IntVectorProperty command=\"SetIsAtmosphere\"\n"
57865 " default_values=\"0\"\n"
57866 " name=\"IsAtmosphere\"\n"
57867 " number_of_elements=\"1\">\n"
57868 " <BooleanDomain name=\"bool\" />\n"
57869 " <Documentation>This property indicates whether data is atmospheric.\n"
57870 " Checking this ensures the vertical levels will go up away from the\n"
57871 " sphere instead of down towards the center.</Documentation>\n"
57872 " </IntVectorProperty>\n"
57873 " <IntVectorProperty command=\"GetLayerThicknessRange\"\n"
57874 " information_only=\"1\"\n"
57875 " name=\"LayerThicknessRangeInfo\">\n"
57876 " <SimpleIntInformationHelper />\n"
57877 " </IntVectorProperty>\n"
57878 " <IntVectorProperty command=\"SetLayerThickness\"\n"
57879 " default_values=\"10\"\n"
57880 " label=\"Layer Thickness\"\n"
57881 " name=\"LayerThickness\"\n"
57882 " number_of_elements=\"1\">\n"
57883 " <IntRangeDomain name=\"LayerThicknessRange\">\n"
57884 " <RequiredProperties>\n"
57885 " <Property function=\"Range\"\n"
57886 " name=\"LayerThicknessRangeInfo\" />\n"
57887 " </RequiredProperties>\n"
57888 " </IntRangeDomain>\n"
57889 " <Documentation>This property specifies how thick the layer should be if\n"
57890 " viewing the data in multilayer view. Each layer corresponds to a\n"
57891 " vertical level. A good starting point is 100,000 for the spherical view\n"
57892 " and 10 for the lat/lon projection. Click on -Z after applying this\n"
57893 " change, since the scale may change drastically.</Documentation>\n"
57894 " </IntVectorProperty>\n"
57895 " <IntVectorProperty command=\"GetCenterLonRange\"\n"
57896 " information_only=\"1\"\n"
57897 " name=\"CenterLonRangeInfo\">\n"
57898 " <SimpleIntInformationHelper />\n"
57899 " </IntVectorProperty>\n"
57900 " <IntVectorProperty command=\"SetCenterLon\"\n"
57901 " default_values=\"180\"\n"
57902 " label=\"Center Longitude\"\n"
57903 " name=\"CenterLon\"\n"
57904 " number_of_elements=\"1\">\n"
57905 " <IntRangeDomain name=\"CenterLonRange\">\n"
57906 " <RequiredProperties>\n"
57907 " <Property function=\"Range\"\n"
57908 " name=\"CenterLonRangeInfo\" />\n"
57909 " </RequiredProperties>\n"
57910 " </IntRangeDomain>\n"
57911 " <Documentation>This property specifies where the center will be viewed\n"
57912 " for a lat/lon projection.</Documentation>\n"
57913 " </IntVectorProperty>\n"
57914 " <DoubleVectorProperty information_only=\"1\"\n"
57915 " name=\"TimestepValues\"\n"
57916 " repeatable=\"1\">\n"
57917 " <TimeStepsInformationHelper />\n"
57918 " </DoubleVectorProperty>\n"
57919 " <Hints>\n"
57920 " <ReaderFactory extensions=\"ncdf nc\"\n"
57921 " file_description=\"MPAS NetCDF (Unstructured)\" />\n"
57922 " </Hints>\n"
57923 " </SourceProxy>\n"
57924 " <!-- End MPASReader -->\n"
57925 "\n"
57926 " <!-- ================================================================== -->\n"
57927 " <SourceProxy class=\"vtkSLACReader\"\n"
57928 " label=\"SLAC Data Reader\"\n"
57929 " name=\"SLACReader\">\n"
57930 " <!-- this may create vtkPSLACReader if module is enabled -->\n"
57931 " <Documentation short_help=\"A reader for a data format used by\n"
57932 " Omega3p, Tau3p, and several other tools used at the Standford\n"
57933 " Linear Accelerator Center (SLAC)\">A reader for a data format\n"
57934 " used by Omega3p, Tau3p, and several other tools used at the\n"
57935 " Standford Linear Accelerator Center (SLAC). The underlying\n"
57936 " format uses NetCDF to store arrays, but also imposes several\n"
57937 " conventions to form an unstructured grid of\n"
57938 " elements.</Documentation>\n"
57939 " <OutputPort index=\"0\"\n"
57940 " name=\"External Surface\" />\n"
57941 " <OutputPort index=\"1\"\n"
57942 " name=\"Entire Volume\" />\n"
57943 " <StringVectorProperty animateable=\"0\"\n"
57944 " command=\"SetMeshFileName\"\n"
57945 " name=\"MeshFileName\"\n"
57946 " number_of_elements=\"1\">\n"
57947 " <FileListDomain name=\"files\" />\n"
57948 " <Documentation>The name of the mesh file to load.</Documentation>\n"
57949 " </StringVectorProperty>\n"
57950 " <StringVectorProperty animateable=\"0\"\n"
57951 " clean_command=\"RemoveAllModeFileNames\"\n"
57952 " command=\"AddModeFileName\"\n"
57953 " name=\"ModeFileName\"\n"
57954 " number_of_elements=\"1\"\n"
57955 " repeat_command=\"1\">\n"
57956 " <FileListDomain name=\"files\" />\n"
57957 " <Documentation>The name of the mode files to load. The points in the\n"
57958 " mode file should be the same as the mesh file.</Documentation>\n"
57959 " </StringVectorProperty>\n"
57960 " <IntVectorProperty animateable=\"0\"\n"
57961 " command=\"SetReadInternalVolume\"\n"
57962 " default_values=\"0\"\n"
57963 " name=\"ReadInternalVolume\"\n"
57964 " number_of_elements=\"1\">\n"
57965 " <BooleanDomain name=\"bool\" />\n"
57966 " <Documentation>If on, read the internal volume of the data\n"
57967 " set.</Documentation>\n"
57968 " </IntVectorProperty>\n"
57969 " <IntVectorProperty animateable=\"0\"\n"
57970 " command=\"SetReadExternalSurface\"\n"
57971 " default_values=\"1\"\n"
57972 " name=\"ReadExternalSurface\"\n"
57973 " number_of_elements=\"1\">\n"
57974 " <BooleanDomain name=\"bool\" />\n"
57975 " <Documentation>If on, read the external surfaces of the data\n"
57976 " set.</Documentation>\n"
57977 " </IntVectorProperty>\n"
57978 " <IntVectorProperty animateable=\"0\"\n"
57979 " command=\"SetReadMidpoints\"\n"
57980 " default_values=\"0\"\n"
57981 " name=\"ReadMidpoints\"\n"
57982 " number_of_elements=\"1\">\n"
57983 " <BooleanDomain name=\"bool\" />\n"
57984 " <Documentation>If on, reads midpoint information for external surfaces\n"
57985 " and builds quadratic surface triangles.</Documentation>\n"
57986 " </IntVectorProperty>\n"
57987 " <!-- <StringVectorProperty name=\"VariableArrayStatus\" -->\n"
57988 " <!-- command=\"SetVariableArrayStatus\" -->\n"
57989 " <!-- number_of_elements=\"0\" -->\n"
57990 " <!-- repeat_command=\"1\" -->\n"
57991 " <!-- number_of_elements_per_command=\"2\" -->\n"
57992 " <!-- element_types=\"2 0\" -->\n"
57993 " <!-- information_property=\"VariableArrayInfo\" -->\n"
57994 " <!-- label=\"Variables\"> -->\n"
57995 " <!-- <ArraySelectionDomain name=\"array_list\"> -->\n"
57996 " <!-- <RequiredProperties> -->\n"
57997 " <!-- <Property name=\"VariableArrayInfo\" function=\"ArrayList\" /> -->\n"
57998 " <!-- </RequiredProperties> -->\n"
57999 " <!-- </ArraySelectionDomain> -->\n"
58000 " <!-- <Documentation> -->\n"
58001 " <!-- This property lists which mode variables to load from the mode file. -->\n"
58002 " <!-- </Documentation> -->\n"
58003 " <!-- </StringVectorProperty> -->\n"
58004 " <DoubleVectorProperty information_only=\"1\"\n"
58005 " name=\"TimestepValues\"\n"
58006 " repeatable=\"1\">\n"
58007 " <TimeStepsInformationHelper />\n"
58008 " <Documentation>This magic property sends time information to the\n"
58009 " animation panel. ParaView will then automatically set up the animation\n"
58010 " to visit the time steps defined in the file.</Documentation>\n"
58011 " </DoubleVectorProperty>\n"
58012 " <DoubleVectorProperty information_only=\"1\"\n"
58013 " name=\"TimeRange\">\n"
58014 " <TimeRangeInformationHelper />\n"
58015 " <Documentation>This magic property sends time range information to the\n"
58016 " animation panel. ParaView uses this information to set the range of\n"
58017 " time for the animation. This property is important for when there are\n"
58018 " no timesteps but you still want to give ParaView a range of values to\n"
58019 " use.</Documentation>\n"
58020 " </DoubleVectorProperty>\n"
58021 "\n"
58022 " <DoubleVectorProperty name=\"FrequencyScale\"\n"
58023 " command=\"SetFrequencyScale\"\n"
58024 " clean_command=\"ResetFrequencyScales\"\n"
58025 " information_property=\"FrequencyScaleInfo\"\n"
58026 ;
58027 
58028 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ionetcdf.xml
58030 " number_of_elements_per_command=\"1\"\n"
58031 " repeat_command=\"1\"\n"
58032 " use_index=\"1\"\n"
58033 " panel_visibility=\"advanced\"\n"
58034 " panel_widget=\"list\" >\n"
58035 " <Documentation>\n"
58036 " Sets the scale factor for each mode. By default, each scale factor is\n"
58037 " set to 1.\n"
58038 " </Documentation>\n"
58039 " <DoubleRangeDomain name=\"range\" />\n"
58040 " </DoubleVectorProperty>\n"
58041 "\n"
58042 " <DoubleVectorProperty command=\"GetFrequencyScales\"\n"
58043 " information_only=\"1\"\n"
58044 " name=\"FrequencyScaleInfo\"\n"
58045 " si_class=\"vtkSIDataArrayProperty\" >\n"
58046 " </DoubleVectorProperty>\n"
58047 "\n"
58048 " <DoubleVectorProperty name=\"PhaseShift\"\n"
58049 " command=\"SetPhaseShift\"\n"
58050 " clean_command=\"ResetPhaseShifts\"\n"
58051 " information_property=\"PhaseShiftInfo\"\n"
58052 " number_of_elements_per_command=\"1\"\n"
58053 " repeat_command=\"1\"\n"
58054 " use_index=\"1\"\n"
58055 " panel_visibility=\"advanced\"\n"
58056 " panel_widget=\"list\" >\n"
58057 " <Documentation>\n"
58058 " Sets the phase offset for each mode. By default, shift is set to 0.\n"
58059 " </Documentation>\n"
58060 " <DoubleRangeDomain name=\"range\" />\n"
58061 " </DoubleVectorProperty>\n"
58062 "\n"
58063 " <DoubleVectorProperty command=\"GetPhaseShifts\"\n"
58064 " information_only=\"1\"\n"
58065 " name=\"PhaseShiftInfo\"\n"
58066 " si_class=\"vtkSIDataArrayProperty\" >\n"
58067 " </DoubleVectorProperty>\n"
58068 "\n"
58069 "\n"
58070 " <Hints>\n"
58071 " <ReaderFactory extensions=\"ncdf nc\"\n"
58072 " file_description=\"SLAC Mesh Files\" />\n"
58073 " <!-- Usually you want to look at the external surface, but the\n"
58074 " volume is there for visualizing the internal fields. -->\n"
58075 " <OutputPort index=\"1\"\n"
58076 " visible=\"0\" />\n"
58077 " </Hints>\n"
58078 " <!-- SLACReader -->\n"
58079 " </SourceProxy>\n"
58080 "\n"
58081 " <!-- end of \"sources\" -->\n"
58082 " </ProxyGroup>\n"
58083 "\n"
58084 "</ServerManagerConfiguration>\n"
58085 "\n";
58086 // Get single string
58088 {
58089 
58090  const size_t len0 = strlen(paraview_server_managerreaders_ionetcdfInterface0);
58091  const size_t len1 = strlen(paraview_server_managerreaders_ionetcdfInterface1);
58092  const size_t len2 = strlen(paraview_server_managerreaders_ionetcdfInterface2);
58093  const size_t len3 = strlen(paraview_server_managerreaders_ionetcdfInterface3);
58094  size_t len = ( 0
58095  + len0
58096  + len1
58097  + len2
58098  + len3 );
58099  char* res = new char[ len + 1];
58100  size_t offset = 0;
58105  assert(offset == len);
58106  res[offset] = 0;
58107  return res;
58108 }
58109 
58110 
58111 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioparallelnetcdf.xml
58113 "<ServerManagerConfiguration>\n"
58114 " <ProxyGroup name=\"internal_sources\">\n"
58115 " <!-- ================================================================== -->\n"
58116 " <Proxy class=\"vtkPNetCDFPOPReader\"\n"
58117 " label=\"Parallel NetCDF POP reader\"\n"
58118 " name=\"PNetCDFPOPReaderCore\">\n"
58119 " <Documentation>Core for Parallel NetCDF POP reader.</Documentation>\n"
58120 " <StringVectorProperty animateable=\"0\"\n"
58121 " command=\"SetFileName\"\n"
58122 " name=\"FileName\"\n"
58123 " number_of_elements=\"1\"\n"
58124 " panel_visibility=\"never\">\n"
58125 " <FileListDomain name=\"files\" />\n"
58126 " <Documentation>This property specifies the file name to\n"
58127 " read.</Documentation>\n"
58128 " </StringVectorProperty>\n"
58129 " <StringVectorProperty information_only=\"1\"\n"
58130 " name=\"VariableArrayInfo\">\n"
58131 " <ArraySelectionInformationHelper attribute_name=\"Variable\" />\n"
58132 " </StringVectorProperty>\n"
58133 " <StringVectorProperty command=\"SetVariableArrayStatus\"\n"
58134 " element_types=\"2 0\"\n"
58135 " information_property=\"VariableArrayInfo\"\n"
58136 " label=\"Variables\"\n"
58137 " name=\"VariableArrayStatus\"\n"
58138 " number_of_elements=\"0\"\n"
58139 " number_of_elements_per_command=\"2\"\n"
58140 " repeat_command=\"1\">\n"
58141 " <ArraySelectionDomain name=\"array_list\">\n"
58142 " <RequiredProperties>\n"
58143 " <Property function=\"ArrayList\"\n"
58144 " name=\"VariableArrayInfo\" />\n"
58145 " </RequiredProperties>\n"
58146 " </ArraySelectionDomain>\n"
58147 " <Documentation>This property lists which NetCDF variables to\n"
58148 " load.</Documentation>\n"
58149 " </StringVectorProperty>\n"
58150 " <IntVectorProperty animateable=\"0\"\n"
58151 " command=\"SetStride\"\n"
58152 " default_values=\"1 1 1\"\n"
58153 " name=\"Stride\"\n"
58154 " number_of_elements=\"3\">\n"
58155 " <IntRangeDomain min=\"1 1 1\"\n"
58156 " name=\"range\" />\n"
58157 " <Documentation>This property indicates the number of indices per\n"
58158 " dimension (i,j,k) to skip between each point included in this\n"
58159 " output.</Documentation>\n"
58160 " </IntVectorProperty>\n"
58161 " <!-- End PNetCDFPOPReaderCore -->\n"
58162 " </Proxy>\n"
58163 "\n"
58164 " <!-- end of \"internal_sources\" -->\n"
58165 " </ProxyGroup>\n"
58166 "\n"
58167 " <ProxyGroup name=\"sources\">\n"
58168 " <!-- ==================================================================== -->\n"
58169 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
58170 " file_name_method=\"SetFileName\"\n"
58171 " label=\"Parallel NetCDF POP reader\"\n"
58172 " mpi_required=\"true\"\n"
58173 " name=\"PNetCDFPOPReader\"\n"
58174 " si_class=\"vtkSIMetaReaderProxy\">\n"
58175 " <Documentation long_help=\"Reads rectilinear grid data from a NetCDF POP file in parallel.\"\n"
58176 " short_help=\"Read rectilinear grid data from a NetCDF file in the POP format in parallel.\">\n"
58177 " The reader reads regular rectilinear grid (image/volume) data from a\n"
58178 " NetCDF file. Only a subset of the processes actually read the file and\n"
58179 " these processes communicate the data to other processes.</Documentation>\n"
58180 " <SubProxy>\n"
58181 " <Proxy name=\"Reader\"\n"
58182 " proxygroup=\"internal_sources\"\n"
58183 " proxyname=\"PNetCDFPOPReaderCore\"></Proxy>\n"
58184 " <ExposedProperties>\n"
58185 " <Property name=\"VariableArrayInfo\" />\n"
58186 " <Property name=\"VariableArrayStatus\" />\n"
58187 " <Property name=\"Stride\" />\n"
58188 " </ExposedProperties>\n"
58189 " </SubProxy>\n"
58190 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
58191 " information_only=\"1\"\n"
58192 " name=\"FileNameInfo\">\n"
58193 " <SimpleStringInformationHelper />\n"
58194 " </StringVectorProperty>\n"
58195 " <StringVectorProperty animateable=\"0\"\n"
58196 " clean_command=\"RemoveAllFileNames\"\n"
58197 " command=\"AddFileName\"\n"
58198 " information_property=\"FileNameInfo\"\n"
58199 " name=\"FileName\"\n"
58200 " number_of_elements=\"1\"\n"
58201 " panel_visibility=\"never\"\n"
58202 " repeat_command=\"1\">\n"
58203 " <FileListDomain name=\"files\" />\n"
58204 " <Documentation>The list of files to be read by the\n"
58205 " reader.</Documentation>\n"
58206 " </StringVectorProperty>\n"
58207 " <DoubleVectorProperty information_only=\"1\"\n"
58208 " name=\"TimestepValues\"\n"
58209 " repeatable=\"1\">\n"
58210 " <TimeStepsInformationHelper />\n"
58211 " <Documentation>Available timestep values.</Documentation>\n"
58212 " </DoubleVectorProperty>\n"
58213 " <Hints>\n"
58214 " <ReaderFactory extensions=\"pop.ncdf pop.nc\"\n"
58215 " file_description=\"Parallel POP Ocean NetCDF (Rectilinear)\" />\n"
58216 " </Hints>\n"
58217 " <!-- End PNetCDFPOPReader -->\n"
58218 " </SourceProxy>\n"
58219 "\n"
58220 " <!-- ================================================================== -->\n"
58221 "\n"
58222 " <!-- end of \"sources\" -->\n"
58223 " </ProxyGroup>\n"
58224 "\n"
58225 "</ServerManagerConfiguration>\n"
58226 "\n";
58227 // Get single string
58229 {
58230 
58232  size_t len = ( 0
58233  + len0 );
58234  char* res = new char[ len + 1];
58235  size_t offset = 0;
58237  assert(offset == len);
58238  res[offset] = 0;
58239  return res;
58240 }
58241 
58242 
58243 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/proxies_xdmf2.xml
58245 "<ServerManagerConfiguration>\n"
58246 " <!-- ******************************************************************** -->\n"
58247 " <ProxyGroup name=\"internal_sources\">\n"
58248 " <!-- =================================================================== -->\n"
58249 " <SourceProxy class=\"vtkXdmfReader\" name=\"XdmfReaderCore\">\n"
58250 " <Documentation>\n"
58251 " The actual reader proxy for Xdmf Reader. Make internal since it doesn't\n"
58252 " support file-series.\n"
58253 " </Documentation>\n"
58254 " <StringVectorProperty information_only=\"1\"\n"
58255 " name=\"PointArrayInfo\">\n"
58256 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
58257 " </StringVectorProperty>\n"
58258 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
58259 " element_types=\"2 0\"\n"
58260 " information_property=\"PointArrayInfo\"\n"
58261 " label=\"Point Arrays\"\n"
58262 " name=\"PointArrayStatus\"\n"
58263 " number_of_elements=\"0\"\n"
58264 " number_of_elements_per_command=\"2\"\n"
58265 " panel_visibility=\"default\"\n"
58266 " repeat_command=\"1\">\n"
58267 " <ArraySelectionDomain name=\"array_list\">\n"
58268 " <RequiredProperties>\n"
58269 " <Property function=\"ArrayList\"\n"
58270 " name=\"PointArrayInfo\" />\n"
58271 " </RequiredProperties>\n"
58272 " </ArraySelectionDomain>\n"
58273 " <Documentation>This property lists which point-centered arrays to\n"
58274 " read.</Documentation>\n"
58275 " </StringVectorProperty>\n"
58276 " <StringVectorProperty information_only=\"1\"\n"
58277 " name=\"CellArrayInfo\">\n"
58278 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
58279 " </StringVectorProperty>\n"
58280 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
58281 " element_types=\"2 0\"\n"
58282 " information_property=\"CellArrayInfo\"\n"
58283 " label=\"Cell Arrays\"\n"
58284 " name=\"CellArrayStatus\"\n"
58285 " number_of_elements=\"0\"\n"
58286 " number_of_elements_per_command=\"2\"\n"
58287 " panel_visibility=\"default\"\n"
58288 " repeat_command=\"1\">\n"
58289 " <ArraySelectionDomain name=\"array_list\">\n"
58290 " <RequiredProperties>\n"
58291 " <Property function=\"ArrayList\"\n"
58292 " name=\"CellArrayInfo\" />\n"
58293 " </RequiredProperties>\n"
58294 " </ArraySelectionDomain>\n"
58295 " <Documentation>This property lists which cell-centered arrays to\n"
58296 " read.</Documentation>\n"
58297 " </StringVectorProperty>\n"
58298 " <StringVectorProperty information_only=\"1\"\n"
58299 " name=\"SetInfo\">\n"
58300 " <ArraySelectionInformationHelper attribute_name=\"Set\" />\n"
58301 " </StringVectorProperty>\n"
58302 " <StringVectorProperty command=\"SetSetStatus\"\n"
58303 " element_types=\"2 0\"\n"
58304 " information_property=\"SetInfo\"\n"
58305 " label=\"Sets\"\n"
58306 " name=\"SetStatus\"\n"
58307 " number_of_elements=\"2\"\n"
58308 " number_of_elements_per_command=\"2\"\n"
58309 " repeat_command=\"1\">\n"
58310 " <ArraySelectionDomain name=\"array_list\">\n"
58311 " <RequiredProperties>\n"
58312 " <Property function=\"ArrayList\"\n"
58313 " name=\"SetInfo\" />\n"
58314 " </RequiredProperties>\n"
58315 " </ArraySelectionDomain>\n"
58316 " <Documentation>Select the sets to be loaded from the dataset, if\n"
58317 " any.</Documentation>\n"
58318 " </StringVectorProperty>\n"
58319 " <StringVectorProperty command=\"GetSIL\"\n"
58320 " information_only=\"1\"\n"
58321 " name=\"GridInfo\"\n"
58322 " si_class=\"vtkSISILProperty\"\n"
58323 " subtree=\"Blocks\" />\n"
58324 " <IdTypeVectorProperty command=\"GetSILUpdateStamp\"\n"
58325 " default_values=\"0\"\n"
58326 " information_only=\"1\"\n"
58327 " name=\"SILTimeStamp\"\n"
58328 " number_of_elements=\"1\" />\n"
58329 " <StringVectorProperty command=\"SetGridStatus\"\n"
58330 " element_types=\"2 0\"\n"
58331 " label=\"Grids\"\n"
58332 " name=\"GridStatus\"\n"
58333 " number_of_elements_per_command=\"2\"\n"
58334 " repeat_command=\"1\">\n"
58335 " <SILDomain name=\"array_list\"\n"
58336 " subtree=\"Blocks\">\n"
58337 " <RequiredProperties>\n"
58338 " <Property function=\"ArrayList\"\n"
58339 " name=\"GridInfo\" />\n"
58340 " <Property function=\"TimeStamp\"\n"
58341 " name=\"SILTimeStamp\" />\n"
58342 " </RequiredProperties>\n"
58343 " </SILDomain>\n"
58344 " <Documentation>Controls which particular data sets to read from a file\n"
58345 " that contains many data sets inside a composite data set\n"
58346 " collection.</Documentation>\n"
58347 " </StringVectorProperty>\n"
58348 " <IntVectorProperty animateable=\"0\"\n"
58349 " command=\"SetStride\"\n"
58350 " default_values=\"1 1 1\"\n"
58351 " name=\"Stride\"\n"
58352 " number_of_elements=\"3\">\n"
58353 " <IntRangeDomain min=\"1 1 1\"\n"
58354 " name=\"range\" />\n"
58355 " <Documentation>If loading structured data, this property indicate the\n"
58356 " number of indices per dimension (X, Y, or Z) to skip between each point\n"
58357 " included in this output.</Documentation>\n"
58358 " </IntVectorProperty>\n"
58359 " <!-- End of XdmfReaderCore -->\n"
58360 " </SourceProxy>\n"
58361 " </ProxyGroup>\n"
58362 "\n"
58363 " <!-- ==================================================================== -->\n"
58364 " <ProxyGroup name=\"sources\">\n"
58365 "\n"
58366 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
58367 " file_name_method=\"SetFileName\"\n"
58368 " label=\"XDMF Reader\"\n"
58369 " name=\"XdmfReader\"\n"
58370 " si_class=\"vtkSIMetaReaderProxy\">\n"
58371 " <Documentation long_help=\"Reads XDMF (eXtensible Data Model and Format) files.\"\n"
58372 " short_help=\"Read XDMF data files.\">The XDMF reader reads\n"
58373 " files in XDMF format. The expected file extension is .xmf.\n"
58374 " Metadata is stored in the XDMF file using an XML format,\n"
58375 " and large attribute arrays are stored in a corresponding\n"
58376 " HDF5 file. The output may be unstructured grid, structured\n"
58377 " grid, or rectiliner grid. See http://www.xdmf.org for a\n"
58378 " description of the file format.</Documentation>\n"
58379 " <SubProxy>\n"
58380 " <Proxy name=\"Reader\"\n"
58381 " proxygroup=\"internal_sources\"\n"
58382 " proxyname=\"XdmfReaderCore\" />\n"
58383 " <ExposedProperties>\n"
58384 " <Property name=\"PointArrayInfo\" />\n"
58385 " <Property name=\"PointArrayStatus\" />\n"
58386 " <Property name=\"CellArrayInfo\" />\n"
58387 " <Property name=\"CellArrayStatus\" />\n"
58388 " <Property name=\"SetInfo\" />\n"
58389 " <Property name=\"SetStatus\" />\n"
58390 " <Property name=\"GridInfo\" />\n"
58391 " <Property name=\"GridStatus\" />\n"
58392 " <Property name=\"Stride\" />\n"
58393 " <Property name=\"SILTimeStamp\" />\n"
58394 " </ExposedProperties>\n"
58395 " </SubProxy>\n"
58396 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
58397 " information_only=\"1\"\n"
58398 " name=\"FileNameInfo\">\n"
58399 " <SimpleStringInformationHelper />\n"
58400 " </StringVectorProperty>\n"
58401 " <StringVectorProperty animateable=\"0\"\n"
58402 " clean_command=\"RemoveAllFileNames\"\n"
58403 " command=\"AddFileName\"\n"
58404 " name=\"FileNames\"\n"
58405 " number_of_elements=\"0\"\n"
58406 " panel_visibility=\"never\"\n"
58407 " repeat_command=\"1\">\n"
58408 " <FileListDomain name=\"files\" />\n"
58409 " <Documentation>The list of files to be read by the\n"
58410 " reader.</Documentation>\n"
58411 " </StringVectorProperty>\n"
58412 " <DoubleVectorProperty information_only=\"1\"\n"
58413 " name=\"TimestepValues\"\n"
58414 " repeatable=\"1\">\n"
58415 " <TimeStepsInformationHelper />\n"
58416 " <Documentation>Available timestep values.</Documentation>\n"
58417 " </DoubleVectorProperty>\n"
58418 " <Hints>\n"
58419 " <ReaderFactory extensions=\"xmf xdmf xmf2 xdmf2\"\n"
58420 " file_description=\"Xdmf Reader\" />\n"
58421 " </Hints>\n"
58422 " <!-- End of XdmfReader -->\n"
58423 " </SourceProxy>\n"
58424 " </ProxyGroup>\n"
58425 "\n"
58426 " <!-- ******************************************************************** -->\n"
58427 " <ProxyGroup name=\"writers\">\n"
58428 " <!-- ================================================================= -->\n"
58429 " <!-- ================================================================= -->\n"
58430 " <WriterProxy class=\"vtkXdmfWriter\"\n"
58431 " name=\"XdmfWriter\">\n"
58432 " <Documentation short_help=\"Write data in Xdmf files.\">Writer to write\n"
58433 " data in eXtensible Data Model and Format *(XDMF) files.</Documentation>\n"
58434 " <InputProperty command=\"SetInputConnection\"\n"
58435 " name=\"Input\">\n"
58436 " <ProxyGroupDomain name=\"groups\">\n"
58437 " <Group name=\"sources\" />\n"
58438 " <Group name=\"filters\" />\n"
58439 " </ProxyGroupDomain>\n"
58440 " <DataTypeDomain composite_data_supported=\"1\"\n"
58441 " name=\"input_type\">\n"
58442 " <DataType value=\"vtkDataSet\" />\n"
58443 " </DataTypeDomain>\n"
58444 " <Documentation>The input filter/source whose output dataset is to\n"
58445 " written to the file.</Documentation>\n"
58446 " </InputProperty>\n"
58447 " <StringVectorProperty command=\"SetFileName\"\n"
58448 " name=\"FileName\"\n"
58449 " number_of_elements=\"1\">\n"
58450 " <Documentation>The name of the file to be written.</Documentation>\n"
58451 " </StringVectorProperty>\n"
58452 " <IntVectorProperty name=\"WriteAllTimeSteps\"\n"
58453 " command=\"SetWriteAllTimeSteps\"\n"
58454 " number_of_elements=\"1\"\n"
58455 " default_values=\"0\">\n"
58456 " <BooleanDomain name=\"bool\" />\n"
58457 " <Documentation>When WriteAllTimeSteps is turned ON, the writer is\n"
58458 " executed once for each timestep available from the reader.\n"
58459 " </Documentation>\n"
58460 " </IntVectorProperty>\n"
58461 " <IntVectorProperty name=\"MeshStaticOverTime\"\n"
58462 " command=\"SetMeshStaticOverTime\"\n"
58463 " number_of_elements=\"1\"\n"
58464 " default_values=\"0\">\n"
58465 " <BooleanDomain name=\"bool\" />\n"
58466 " <Documentation>When MeshStaticOverTime is turned ON, only the mesh\n"
58467 " topology and geometry at the first time step will be written in the\n"
58468 " heavy data file. All time steps will reference them in the Xdmf file.\n"
58469 " </Documentation>\n"
58470 " </IntVectorProperty>\n"
58471 " <Hints>\n"
58472 " <Property name=\"Input\"\n"
58473 " show=\"0\" />\n"
58474 " <Property name=\"FileName\"\n"
58475 " show=\"0\" />\n"
58476 " <WriterFactory extensions=\"xmf\"\n"
58477 " file_description=\"Xdmf Data File\" />\n"
58478 " </Hints>\n"
58479 " <!-- End of XdmfWriter -->\n"
58480 " </WriterProxy>\n"
58481 " </ProxyGroup>\n"
58482 "</ServerManagerConfiguration>\n"
58483 "\n";
58484 // Get single string
58486 {
58487 
58488  const size_t len0 = strlen(paraview_server_managerproxies_xdmf2Interface0);
58489  size_t len = ( 0
58490  + len0 );
58491  char* res = new char[ len + 1];
58492  size_t offset = 0;
58494  assert(offset == len);
58495  res[offset] = 0;
58496  return res;
58497 }
58498 
58499 
58500 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/proxies_citygml.xml
58502 "<ServerManagerConfiguration>\n"
58503 " <ProxyGroup name=\"sources\">\n"
58504 " <SourceProxy class=\"vtkCityGMLReader\"\n"
58505 " label=\"CityGML Reader\"\n"
58506 " name=\"CityGML Reader\">\n"
58507 " <Documentation short_help=\"Reads CityGML data files.\">\n"
58508 "vtkCityGMLReader is a reader for CityGML .gml files. The output is a\n"
58509 "multiblock dataset. We read objects at level of detail (LOD) specified\n"
58510 "(default is 3). The leaves of the multiblock dataset (which are\n"
58511 "polygonal datasets) have a field array with one element called\n"
58512 "\"gml_id\" which corresponds to the gml:id for gml:TriangulatedSurface,\n"
58513 "gml:MultiSurface or gml:CompositeSurface in the CityGML file. If the\n"
58514 "polygonal dataset has a texture, we specify this with a point array called\n"
58515 "\"tcoords\" and a field array with one element called \"texture_uri\"\n"
58516 "containing the path to the texture file. Top level children of the\n"
58517 "multiblock dataset have a field array with one element called\n"
58518 "\"element\" which contains the CityGML element name for example:\n"
58519 "dem:ReliefFeature, wtr:WaterBody, grp::CityObjectGroup (forest),\n"
58520 "veg:SolitaryVegetationObject, brid:Bridge, run:Tunel, tran:Railway,\n"
58521 "tran:Road, bldg:Building, gen:GenericCityObject, luse:LandUse\n"
58522 " </Documentation>\n"
58523 " <StringVectorProperty animateable=\"0\"\n"
58524 " command=\"SetFileName\"\n"
58525 " name=\"FileName\"\n"
58526 " number_of_elements=\"1\">\n"
58527 " <FileListDomain name=\"files\" />\n"
58528 " <Documentation>Specify file name of the CityGML data file to read.</Documentation>\n"
58529 " </StringVectorProperty>\n"
58530 " <IntVectorProperty command=\"SetLOD\"\n"
58531 " default_values=\"3\"\n"
58532 " name=\"LOD\"\n"
58533 " number_of_elements=\"1\">\n"
58534 " <IntRangeDomain min=\"0\" max=\"4\"\n"
58535 " name=\"range\" />\n"
58536 " <Documentation>Specify the level of detail (LOD) to\n"
58537 " read. Valid values are from 0 (least detailed) through 4 (most\n"
58538 " detailed), default value is 3.</Documentation>\n"
58539 " </IntVectorProperty>\n"
58540 " <IntVectorProperty command=\"SetUseTransparencyAsOpacity\"\n"
58541 " default_values=\"0\"\n"
58542 " name=\"UseTransparencyAsOpacity\"\n"
58543 " number_of_elements=\"1\"\n"
58544 " panel_visibility=\"advanced\">\n"
58545 " <BooleanDomain name=\"bool\" />\n"
58546 " <Documentation>Certain input files use app:transparency as\n"
58547 " opacity. Set this field true to show that correctly. The\n"
58548 " default is false.</Documentation>\n"
58549 " </IntVectorProperty>\n"
58550 " <IntVectorProperty command=\"SetNumberOfBuildings\"\n"
58551 " default_values=\"2147483647\"\n"
58552 " name=\"NumberOfBuildings\"\n"
58553 " number_of_elements=\"1\"\n"
58554 " panel_visibility=\"advanced\">\n"
58555 " <Documentation>Number of buildings to read from the file.</Documentation>\n"
58556 " </IntVectorProperty>\n"
58557 " <Hints>\n"
58558 " <ReaderFactory extensions=\"gml xml\"\n"
58559 " file_description=\"CityGML files\" />\n"
58560 " </Hints>\n"
58561 " </SourceProxy>\n"
58562 " <!-- End CityGMLReader -->\n"
58563 " </ProxyGroup>\n"
58564 "</ServerManagerConfiguration>\n"
58565 "\n";
58566 // Get single string
58568 {
58569 
58570  const size_t len0 = strlen(paraview_server_managerproxies_citygmlInterface0);
58571  size_t len = ( 0
58572  + len0 );
58573  char* res = new char[ len + 1];
58574  size_t offset = 0;
58576  assert(offset == len);
58577  res[offset] = 0;
58578  return res;
58579 }
58580 
58581 
58582 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/proxies_segy.xml
58584 "<ServerManagerConfiguration>\n"
58585 " <ProxyGroup name=\"sources\">\n"
58586 " <SourceProxy class=\"vtkSegYReader\"\n"
58587 " label=\"SegY Reader\"\n"
58588 " name=\"SegY Reader\">\n"
58589 " <Documentation short_help=\"Reads SEG-Y data files.\">\n"
58590 " SEG-Y Reader reads SEG-Y data files. We create a Structured\n"
58591 " Grid for 2.5D SEG-Y and 3D data. If we set the StructuredGrid\n"
58592 " option to false we create a Image Data for 3D data. This saves\n"
58593 " memory and may speed-up certain algorithms, but the position\n"
58594 " and the shape of the data may not be correct. The axes for the\n"
58595 " data are: crossline, inline, depth.\n"
58596 " </Documentation>\n"
58597 " <StringVectorProperty animateable=\"0\"\n"
58598 " command=\"SetFileName\"\n"
58599 " name=\"FileName\"\n"
58600 " number_of_elements=\"1\"\n"
58601 " panel_visibility=\"never\">\n"
58602 " <FileListDomain name=\"files\" />\n"
58603 " <Documentation>This property specifies the file name for the\n"
58604 " SEG-Y reader.</Documentation>\n"
58605 " </StringVectorProperty>\n"
58606 " <IntVectorProperty command=\"SetXYCoordMode\"\n"
58607 " default_values=\"0\"\n"
58608 " name=\"XYCoordMode\"\n"
58609 " label=\"XY Coord Mode\"\n"
58610 " number_of_elements=\"1\" >\n"
58611 " <EnumerationDomain name=\"enum\">\n"
58612 " <Entry text=\"Source\"\n"
58613 " value=\"0\" />\n"
58614 " <Entry text=\"CDP\"\n"
58615 " value=\"1\" />\n"
58616 " <Entry text=\"Custom\"\n"
58617 " value=\"2\" />\n"
58618 " </EnumerationDomain>\n"
58619 " <Documentation>\n"
58620 "Specify whether to use source x/y coordinates or CDP coordinates or custom\n"
58621 "byte positions for data position in the SEG-Y trace header. Defaults to\n"
58622 "source x/y coordinates.\n"
58623 "\n"
58624 "As per SEG-Y rev 2.0 specification:\n"
58625 "\n"
58626 "- Source XY coordinate bytes = (73, 77)\n"
58627 "- CDP XY coordinate bytes = (181, 185)\n"
58628 " </Documentation>\n"
58629 " </IntVectorProperty>\n"
58630 " <IntVectorProperty command=\"SetXCoordByte\"\n"
58631 " default_values=\"73\"\n"
58632 " name=\"XCoordByte\"\n"
58633 " number_of_elements=\"1\">\n"
58634 " <IntRangeDomain name=\"range\" />\n"
58635 " <Documentation>\n"
58636 " Specify X and Y byte positions for custom XYCoordinateMode.\n"
58637 " By default, XCoordByte = 73, YCoordByte = 77 i.e. source xy.\n"
58638 " </Documentation>\n"
58639 " </IntVectorProperty>\n"
58640 " <IntVectorProperty command=\"SetYCoordByte\"\n"
58641 " default_values=\"76\"\n"
58642 " name=\"YCoordByte\"\n"
58643 " number_of_elements=\"1\">\n"
58644 " <IntRangeDomain name=\"range\" />\n"
58645 " <Documentation>\n"
58646 " Specify X and Y byte positions for custom XYCoordinateMode.\n"
58647 " By default, XCoordByte = 73, YCoordByte = 77 i.e. source xy.\n"
58648 " </Documentation>\n"
58649 " </IntVectorProperty>\n"
58650 " <IntVectorProperty command=\"SetVerticalCRS\"\n"
58651 " default_values=\"0\"\n"
58652 " name=\"VerticalCRS\"\n"
58653 " number_of_elements=\"1\">\n"
58654 " <EnumerationDomain name=\"enum\">\n"
58655 " <Entry text=\"Heights\"\n"
58656 " value=\"0\" />\n"
58657 " <Entry text=\"Depths\"\n"
58658 " value=\"1\" />\n"
58659 " </EnumerationDomain>\n"
58660 " <Documentation>\n"
58661 "Specify whether the vertical coordinates in the SEG-Y file are heights\n"
58662 "(positive up) or depths (positive down). By default, the vertical\n"
58663 "coordinates are treated as heights (i.e. positive up). This means that the\n"
58664 "Z-axis of the dataset goes from 0 (surface) to -ve depth (last sample).\n"
58665 "Note. As per the SEG-Y rev 2.0 specification, this information is defined\n"
58666 "in the Location Data Stanza of the Extended Textual Header. However, as of\n"
58667 "this revision, SegYReader does not support reading the extended\n"
58668 "textual header.\n"
58669 " </Documentation>\n"
58670 " </IntVectorProperty>\n"
58671 " <IntVectorProperty\n"
58672 " command=\"SetStructuredGrid\"\n"
58673 " name=\"StructuredGrid\"\n"
58674 " number_of_elements=\"1\"\n"
58675 " default_values=\"1\">\n"
58676 " <BooleanDomain name=\"bool\" />\n"
58677 " <Documentation>\n"
58678 " Specify if we create a Structured Grid even when the data is\n"
58679 " SEG-Y 3D. Note this consumes more memory but it shows the\n"
58680 " precise location for each point and the correct shape of the\n"
58681 " data. The default value is true. If we set this option to\n"
58682 " false we create an Image Data for a SEG-Y 3D dataset.\n"
58683 " </Documentation>\n"
58684 " </IntVectorProperty>\n"
58685 " <IntVectorProperty name=\"Force2D\"\n"
58686 " label=\"Force 2D\"\n"
58687 " command=\"SetForce2D\"\n"
58688 " number_of_elements=\"1\"\n"
58689 " default_values=\"0\">\n"
58690 " <BooleanDomain name=\"bool\" />\n"
58691 " <Documentation>\n"
58692 " Specify if we create a Structured Grid even when the data is\n"
58693 " SEG-Y 3D. Note this consumes more memory but it shows the\n"
58694 " precise location for each point and the correct shape of the\n"
58695 " data. The default value is true. If we set this option to\n"
58696 " false we create an Image Data for a SEG-Y 3D dataset.\n"
58697 " Specify if we should we force the data to be interpreted as a 2D dataset.\n"
58698 " It may be a 2D sheet through 3D space. When this is turned on we ignore the cross\n"
58699 " line and line values and instead build a 2D data by processing and\n"
58700 " connecting the traces in order from first to last. The output will be a\n"
58701 " Structured Grid.\n"
58702 " </Documentation>\n"
58703 " </IntVectorProperty>\n"
58704 " <Hints>\n"
58705 " <ReaderFactory extensions=\"sgy segy\"\n"
58706 " file_description=\"SEG-Y Files\" />\n"
58707 " </Hints>\n"
58708 " </SourceProxy>\n"
58709 " <!-- End SegYReader -->\n"
58710 " </ProxyGroup>\n"
58711 "\n"
58712 "</ServerManagerConfiguration>\n"
58713 "\n";
58714 // Get single string
58716 {
58717 
58718  const size_t len0 = strlen(paraview_server_managerproxies_segyInterface0);
58719  size_t len = ( 0
58720  + len0 );
58721  char* res = new char[ len + 1];
58722  size_t offset = 0;
58724  assert(offset == len);
58725  res[offset] = 0;
58726  return res;
58727 }
58728 
58729 
58730 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/writers_iolegacy.xml
58732 "<ServerManagerConfiguration>\n"
58733 " <ProxyGroup name=\"internal_writers\">\n"
58734 " <!-- ================================================================= -->\n"
58735 " <Proxy base_proxygroup=\"internal_writers\"\n"
58736 " base_proxyname=\"DataWriterBase\"\n"
58737 " class=\"vtkGenericDataObjectWriter\"\n"
58738 " name=\"DataSetWriterCore\">\n"
58739 " <Documentation>Internal proxy used for writing legacy vtk files.</Documentation>\n"
58740 " </Proxy>\n"
58741 " <!-- end of \"internal_writers\" -->\n"
58742 " </ProxyGroup>\n"
58743 "\n"
58744 " <!-- =================================================================== -->\n"
58745 " <ProxyGroup name=\"writers\">\n"
58746 "\n"
58747 " <!-- ================================================================= -->\n"
58748 " <WriterProxy base_proxygroup=\"internal_writers\"\n"
58749 " base_proxyname=\"FileSeriesWriter\"\n"
58750 " class=\"vtkFileSeriesWriter\"\n"
58751 " file_name_method=\"SetFileName\"\n"
58752 " name=\"DataSetWriter\">\n"
58753 " <Documentation short_help=\"Write any type of data object in a legacy vtk data file.\">\n"
58754 " Writer to write any type of data object in a legacy vtk data file. Cannot\n"
58755 " be used for parallel writing.</Documentation>\n"
58756 " <SubProxy>\n"
58757 " <Proxy name=\"Writer\"\n"
58758 " proxygroup=\"internal_writers\"\n"
58759 " proxyname=\"DataSetWriterCore\"></Proxy>\n"
58760 " <ExposedProperties>\n"
58761 " <Property name=\"FileType\" />\n"
58762 " </ExposedProperties>\n"
58763 " </SubProxy>\n"
58764 " <InputProperty command=\"SetInputConnection\"\n"
58765 " panel_visibility=\"never\"\n"
58766 " name=\"Input\">\n"
58767 " <DataTypeDomain composite_data_supported=\"0\" name=\"input_type\">\n"
58768 " <DataType value=\"vtkDataSet\" />\n"
58769 " <DataType value=\"vtkTable\" />\n"
58770 " <DataType value=\"vtkGraph\" />\n"
58771 " </DataTypeDomain>\n"
58772 " <Documentation>The input filter/source whose output dataset is to\n"
58773 " written to the file.</Documentation>\n"
58774 " </InputProperty>\n"
58775 " <Hints>\n"
58776 " <WriterFactory extensions=\"vtk\"\n"
58777 " file_description=\"Legacy VTK Files\" />\n"
58778 " </Hints>\n"
58779 " <!-- End of DataSetWriter -->\n"
58780 " </WriterProxy>\n"
58781 "\n"
58782 " <!-- ================================================================= -->\n"
58783 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n"
58784 " file_name_method=\"SetFileName\"\n"
58785 " name=\"PDataSetWriterPolyData\"\n"
58786 " parallel_only=\"1\"\n"
58787 " base_proxygroup=\"internal_writers\"\n"
58788 " base_proxyname=\"ParallelSerialWriter\">\n"
58789 " <Documentation short_help=\"Writer that writes polydata as legacy vtk files.\">\n"
58790 " Writer to write vtkPolyData in a legacy vtk data file. This\n"
58791 " version is used when running in parallel. It gathers data to first node\n"
58792 " and saves one file.</Documentation>\n"
58793 " <SubProxy>\n"
58794 " <Proxy name=\"Writer\"\n"
58795 " proxygroup=\"internal_writers\"\n"
58796 " proxyname=\"DataSetWriterCore\"></Proxy>\n"
58797 " <ExposedProperties>\n"
58798 " <Property name=\"FileType\" />\n"
58799 " </ExposedProperties>\n"
58800 " </SubProxy>\n"
58801 " <InputProperty command=\"SetInputConnection\"\n"
58802 " panel_visibility=\"never\"\n"
58803 " name=\"Input\">\n"
58804 " <DataTypeDomain composite_data_supported=\"0\"\n"
58805 " name=\"input_type\">\n"
58806 " <DataType value=\"vtkPolyData\" />\n"
58807 " </DataTypeDomain>\n"
58808 " <Documentation>The input filter/source whose output dataset is to\n"
58809 " written to the file.</Documentation>\n"
58810 " </InputProperty>\n"
58811 " <StringVectorProperty command=\"SetFileName\"\n"
58812 " name=\"FileName\"\n"
58813 " panel_visibility=\"never\"\n"
58814 " number_of_elements=\"1\">\n"
58815 " <Documentation>The name of the file to be written.</Documentation>\n"
58816 " </StringVectorProperty>\n"
58817 " <SubProxy>\n"
58818 " <Proxy name=\"PostGatherHelper\"\n"
58819 " proxygroup=\"filters\"\n"
58820 " proxyname=\"AppendPolyData\" />\n"
58821 " </SubProxy>\n"
58822 " <Hints>\n"
58823 " <WriterFactory extensions=\"vtk\"\n"
58824 " file_description=\"Legacy VTK Files\" />\n"
58825 " </Hints>\n"
58826 " <!-- End of PDataSetWriterPolyData -->\n"
58827 " </PSWriterProxy>\n"
58828 "\n"
58829 " <!-- ================================================================= -->\n"
58830 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n"
58831 " file_name_method=\"SetFileName\"\n"
58832 " name=\"PDataSetWriterUnstructuredGrid\"\n"
58833 " parallel_only=\"1\"\n"
58834 " base_proxygroup=\"internal_writers\"\n"
58835 " base_proxyname=\"ParallelSerialWriter\">\n"
58836 " <Documentation short_help=\"Writer that writes unstructured grid as legacy vtk files.\">\n"
58837 " Writer to write vtkUnstructuredGrid of data object in a legacy vtk data file. This\n"
58838 " version is used when running in parallel. It gathers data to first node\n"
58839 " and saves one file.</Documentation>\n"
58840 " <SubProxy>\n"
58841 " <Proxy name=\"Writer\"\n"
58842 " proxygroup=\"internal_writers\"\n"
58843 " proxyname=\"DataSetWriterCore\"></Proxy>\n"
58844 " <ExposedProperties>\n"
58845 " <Property name=\"FileType\" />\n"
58846 " </ExposedProperties>\n"
58847 " </SubProxy>\n"
58848 " <InputProperty command=\"SetInputConnection\"\n"
58849 " panel_visibility=\"never\"\n"
58850 " name=\"Input\">\n"
58851 " <DataTypeDomain composite_data_supported=\"0\"\n"
58852 " name=\"input_type\">\n"
58853 " <DataType value=\"vtkUnstructuredGrid\" />\n"
58854 " </DataTypeDomain>\n"
58855 " <Documentation>The input filter/source whose output dataset is to\n"
58856 " written to the file.</Documentation>\n"
58857 " </InputProperty>\n"
58858 " <StringVectorProperty command=\"SetFileName\"\n"
58859 " name=\"FileName\"\n"
58860 " panel_visibility=\"never\"\n"
58861 " number_of_elements=\"1\">\n"
58862 " <Documentation>The name of the file to be written.</Documentation>\n"
58863 " </StringVectorProperty>\n"
58864 " <SubProxy>\n"
58865 " <Proxy name=\"PostGatherHelper\"\n"
58866 " proxygroup=\"filters\"\n"
58867 " proxyname=\"Append\" />\n"
58868 " </SubProxy>\n"
58869 " <Hints>\n"
58870 " <WriterFactory extensions=\"vtk\"\n"
58871 " file_description=\"Legacy VTK Files\" />\n"
58872 " </Hints>\n"
58873 " <!-- End of PDataSetWriterUnstructuredGrid -->\n"
58874 " </PSWriterProxy>\n"
58875 "\n"
58876 " <!-- end of \"writers\" -->\n"
58877 " </ProxyGroup>\n"
58878 "</ServerManagerConfiguration>\n"
58879 "\n";
58880 // Get single string
58882 {
58883 
58884  const size_t len0 = strlen(paraview_server_managerwriters_iolegacyInterface0);
58885  size_t len = ( 0
58886  + len0 );
58887  char* res = new char[ len + 1];
58888  size_t offset = 0;
58890  assert(offset == len);
58891  res[offset] = 0;
58892  return res;
58893 }
58894 
58895 
58896 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_iogeometry.xml
58898 "<ServerManagerConfiguration>\n"
58899 " <ProxyGroup name=\"internal_sources\">\n"
58900 "\n"
58901 " <!-- ================================================================== -->\n"
58902 " <Proxy class=\"vtkAVSucdReader\"\n"
58903 " label=\"AVS UCD Reader\"\n"
58904 " name=\"AVSucdReader\">\n"
58905 " <Documentation long_help=\"Reads binary or ASCII files stored in AVS UCD format.\"\n"
58906 " short_help=\"Read a dataset in AVS UCD format.\">The AVS UCD\n"
58907 " reader reads binary or ASCII files stored in AVS UCD\n"
58908 " format. The default file extension is .inp. The output of\n"
58909 " this reader is unstructured grid.</Documentation>\n"
58910 " <StringVectorProperty animateable=\"0\"\n"
58911 " command=\"SetFileName\"\n"
58912 " name=\"FileName\"\n"
58913 " number_of_elements=\"1\"\n"
58914 " panel_visibility=\"never\">\n"
58915 " <FileListDomain name=\"files\" />\n"
58916 " <Documentation>This property specifies the file name for the AVS UCD\n"
58917 " reader.</Documentation>\n"
58918 " </StringVectorProperty>\n"
58919 " <StringVectorProperty information_only=\"1\"\n"
58920 " name=\"CellArrayInfo\">\n"
58921 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
58922 " </StringVectorProperty>\n"
58923 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
58924 " element_types=\"2 0\"\n"
58925 " information_property=\"CellArrayInfo\"\n"
58926 " label=\"Cell Arrays\"\n"
58927 " name=\"CellArrayStatus\"\n"
58928 " number_of_elements=\"2\"\n"
58929 " number_of_elements_per_command=\"2\"\n"
58930 " repeat_command=\"1\">\n"
58931 " <ArraySelectionDomain name=\"array_list\">\n"
58932 " <RequiredProperties>\n"
58933 " <Property function=\"ArrayList\"\n"
58934 " name=\"CellArrayInfo\" />\n"
58935 " </RequiredProperties>\n"
58936 " </ArraySelectionDomain>\n"
58937 " <Documentation>This property contains a list of the cell-centered\n"
58938 " arrays to read.</Documentation>\n"
58939 " </StringVectorProperty>\n"
58940 " <StringVectorProperty information_only=\"1\"\n"
58941 " name=\"PointArrayInfo\">\n"
58942 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
58943 " </StringVectorProperty>\n"
58944 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
58945 " element_types=\"2 0\"\n"
58946 " information_property=\"PointArrayInfo\"\n"
58947 " label=\"Point Arrays\"\n"
58948 " name=\"PointArrayStatus\"\n"
58949 " number_of_elements=\"2\"\n"
58950 " number_of_elements_per_command=\"2\"\n"
58951 " repeat_command=\"1\">\n"
58952 " <ArraySelectionDomain name=\"array_list\">\n"
58953 " <RequiredProperties>\n"
58954 " <Property function=\"ArrayList\"\n"
58955 " name=\"PointArrayInfo\" />\n"
58956 " </RequiredProperties>\n"
58957 " </ArraySelectionDomain>\n"
58958 " <Documentation>This property contains a list of the point-centered\n"
58959 " arrays to read.</Documentation>\n"
58960 " </StringVectorProperty>\n"
58961 " <!-- End AVSucdReader -->\n"
58962 " </Proxy>\n"
58963 "\n"
58964 " <!-- ================================================================== -->\n"
58965 " <Proxy class=\"vtkSTLReader\"\n"
58966 " label=\"STL Reader\"\n"
58967 " name=\"stlreadercore\">\n"
58968 " <Documentation long_help=\"Reads ASCII or binary stereo lithography (STL) files.\"\n"
58969 " short_help=\"Read STL files.\">The STL reader reads ASCII or\n"
58970 " binary stereo lithography (STL) files. The expected file\n"
58971 " extension is .stl. The output of this reader is a\n"
58972 " polygonal dataset.</Documentation>\n"
58973 " <StringVectorProperty animateable=\"0\"\n"
58974 " command=\"SetFileName\"\n"
58975 " name=\"FileName\"\n"
58976 " number_of_elements=\"1\"\n"
58977 " panel_visibility=\"never\">\n"
58978 " <FileListDomain name=\"files\" />\n"
58979 " <Documentation>This property specifies the file name for the STL\n"
58980 " reader.</Documentation>\n"
58981 " </StringVectorProperty>\n"
58982 " <IntVectorProperty command=\"SetScalarTags\"\n"
58983 " default_values=\"1\"\n"
58984 " name=\"ScalarTags\"\n"
58985 " number_of_elements=\"1\">\n"
58986 " <BooleanDomain name=\"bool\" />\n"
58987 " <Documentation>When set to true, the reader will include cell data\n"
58988 " describing which solid a cell belongs to.</Documentation>\n"
58989 " </IntVectorProperty>\n"
58990 " <!-- End stlreader -->\n"
58991 " </Proxy>\n"
58992 "\n"
58993 " <!-- ================================================================== -->\n"
58994 " <Proxy class=\"vtkFLUENTReader\" name=\"FLUENTReaderCore\">\n"
58995 " <StringVectorProperty information_only=\"1\"\n"
58996 " name=\"CellArrayInfo\">\n"
58997 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
58998 " </StringVectorProperty>\n"
58999 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
59000 " element_types=\"2 0\"\n"
59001 " information_property=\"CellArrayInfo\"\n"
59002 " label=\"Cell Arrays\"\n"
59003 " name=\"CellArrayStatus\"\n"
59004 " number_of_elements=\"0\"\n"
59005 " number_of_elements_per_command=\"2\"\n"
59006 " repeat_command=\"1\">\n"
59007 " <ArraySelectionDomain name=\"array_list\">\n"
59008 " <RequiredProperties>\n"
59009 " <Property function=\"ArrayList\"\n"
59010 " name=\"CellArrayInfo\" />\n"
59011 " </RequiredProperties>\n"
59012 " </ArraySelectionDomain>\n"
59013 " <Documentation>Select which cell-centered arrays to\n"
59014 " read.</Documentation>\n"
59015 " </StringVectorProperty>\n"
59016 " <!-- FLUENTReaderCore -->\n"
59017 " </Proxy>\n"
59018 "\n"
59019 " <!-- ================================================================== -->\n"
59020 " <Proxy class=\"vtkTecplotReader\"\n"
59021 " label=\"VTK Tecplot Reader\"\n"
59022 " name=\"TecplotReaderCore\">\n"
59023 " <Documentation>Core for TecplotReader</Documentation>\n"
59024 " <StringVectorProperty command=\"SetFileName\"\n"
59025 " name=\"FileName\"\n"
59026 " number_of_elements=\"1\"\n"
59027 " panel_visibility=\"never\">\n"
59028 " <FileListDomain name=\"files\" />\n"
59029 " <Documentation>The name of the file to load</Documentation>\n"
59030 " </StringVectorProperty>\n"
59031 " <StringVectorProperty information_only=\"1\"\n"
59032 " name=\"DataArrayInfo\">\n"
59033 " <ArraySelectionInformationHelper attribute_name=\"Data\" />\n"
59034 " </StringVectorProperty>\n"
59035 " <StringVectorProperty command=\"SetDataArrayStatus\"\n"
59036 " element_types=\"2 0\"\n"
59037 " information_property=\"DataArrayInfo\"\n"
59038 " label=\"Data Arrays\"\n"
59039 " name=\"DataArrayStatus\"\n"
59040 " number_of_elements=\"0\"\n"
59041 " number_of_elements_per_command=\"2\"\n"
59042 " repeat_command=\"1\">\n"
59043 " <ArraySelectionDomain name=\"array_list\">\n"
59044 " <RequiredProperties>\n"
59045 " <Property function=\"ArrayList\"\n"
59046 " name=\"DataArrayInfo\" />\n"
59047 " </RequiredProperties>\n"
59048 " </ArraySelectionDomain>\n"
59049 " <Documentation>This property lists what dataset attribute arrays (point\n"
59050 " data and cell data) to read.</Documentation>\n"
59051 " </StringVectorProperty>\n"
59052 " <!-- End TecplotReaderCore-->\n"
59053 " </Proxy>\n"
59054 "\n"
59055 " <!-- ================================================================== -->\n"
59056 " <Proxy class=\"vtkParticleReader\"\n"
59057 " label=\"VTK Particle Reader\"\n"
59058 " name=\"ParticleReaderCore\">\n"
59059 " <Documentation>Core for ParticleReader.</Documentation>\n"
59060 " <StringVectorProperty command=\"SetFileName\"\n"
59061 " name=\"FileName\"\n"
59062 " number_of_elements=\"1\"\n"
59063 " panel_visibility=\"never\">\n"
59064 " <FileListDomain name=\"files\" />\n"
59065 " <Documentation>The name of the file to load.</Documentation>\n"
59066 " </StringVectorProperty>\n"
59067 " <IntVectorProperty command=\"SetDataByteOrder\"\n"
59068 " default_values=\"0\"\n"
59069 " name=\"ByteOrder\"\n"
59070 " number_of_elements=\"1\">\n"
59071 " <Documentation>Set/Get the byte ordering of the file you are trying to\n"
59072 " read in.</Documentation>\n"
59073 " <EnumerationDomain name=\"enum\">\n"
59074 " <Entry text=\"BigEndian\"\n"
59075 " value=\"0\" />\n"
59076 " <Entry text=\"LittleEndian\"\n"
59077 " value=\"1\" />\n"
59078 " </EnumerationDomain>\n"
59079 " </IntVectorProperty>\n"
59080 " <IntVectorProperty command=\"SetHasScalar\"\n"
59081 " default_values=\"1\"\n"
59082 " name=\"HasScalar\"\n"
59083 " number_of_elements=\"1\">\n"
59084 " <Documentation>Default: 1. If 1 then each particle has a value\n"
59085 " associated with it.</Documentation>\n"
59086 " <BooleanDomain name=\"bool\" />\n"
59087 " </IntVectorProperty>\n"
59088 " <IntVectorProperty command=\"SetFileType\"\n"
59089 " default_values=\"0\"\n"
59090 " name=\"FileType\"\n"
59091 " number_of_elements=\"1\">\n"
59092 " <Documentation>Set the file type. The options are: - Unknown (0)\n"
59093 " (default) the reader will attempt to determine the file type. If this\n"
59094 " fails then you should set the file type yourself. - Text (1) the file\n"
59095 " type is text. - Binary (2) the file type is binary.</Documentation>\n"
59096 " <EnumerationDomain name=\"enum\">\n"
59097 " <Entry text=\"Unknown\"\n"
59098 " value=\"0\" />\n"
59099 " <Entry text=\"Text\"\n"
59100 " value=\"1\" />\n"
59101 " <Entry text=\"Binary\"\n"
59102 " value=\"2\" />\n"
59103 " </EnumerationDomain>\n"
59104 " </IntVectorProperty>\n"
59105 " <IntVectorProperty command=\"SetDataType\"\n"
59106 " default_values=\"10\"\n"
59107 " name=\"DataType\"\n"
59108 " number_of_elements=\"1\">\n"
59109 " <Documentation>Get/Set the data type. The options are: - Float (10)\n"
59110 " (default) single precision floating point. - Double (11) double\n"
59111 " precision floating point.</Documentation>\n"
59112 " <EnumerationDomain name=\"enum\">\n"
59113 " <Entry text=\"Float\"\n"
59114 " value=\"10\" />\n"
59115 " <Entry text=\"Double\"\n"
59116 " value=\"11\" />\n"
59117 " </EnumerationDomain>\n"
59118 " </IntVectorProperty>\n"
59119 " <!-- ParticleReaderCore -->\n"
59120 " </Proxy>\n"
59121 "\n"
59122 " <!-- ================================================================== -->\n"
59123 " <!-- end of \"internal_sources\" -->\n"
59124 " </ProxyGroup>\n"
59125 "\n"
59126 " <!-- ==================================================================== -->\n"
59127 " <ProxyGroup name=\"sources\">\n"
59128 "\n"
59129 " <!-- ================================================================== -->\n"
59130 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
59131 " file_name_method=\"SetFileName\"\n"
59132 " label=\"AVS UCD Reader\"\n"
59133 " name=\"AVSucdSeriesReader\"\n"
59134 " si_class=\"vtkSIMetaReaderProxy\">\n"
59135 " <Documentation long_help=\"Reads binary or ASCII files stored in AVS UCD format.\"\n"
59136 " short_help=\"Read a dataset in AVS UCD format.\">The AVS UCD\n"
59137 " reader reads binary or ASCII files stored in AVS UCD\n"
59138 " format. The default file extension is .inp. The output of\n"
59139 " this reader is unstructured grid. This supports reading a\n"
59140 " file series.</Documentation>\n"
59141 " <SubProxy>\n"
59142 " <Proxy name=\"Reader\"\n"
59143 " proxygroup=\"internal_sources\"\n"
59144 " proxyname=\"AVSucdReader\"></Proxy>\n"
59145 " <ExposedProperties>\n"
59146 " <PropertyGroup label=\"Cell/Point Array Status\"\n"
59147 " name=\"CellPointArrayStatus\"\n"
59148 " panel_visibility=\"default\"\n"
59149 " panel_widget=\"ArrayStatus\">\n"
59150 " <Property name=\"CellArrayInfo\" />\n"
59151 " <Property name=\"CellArrayStatus\" />\n"
59152 " <Property name=\"PointArrayInfo\" />\n"
59153 " <Property name=\"PointArrayStatus\" />\n"
59154 " </PropertyGroup>\n"
59155 " </ExposedProperties>\n"
59156 " </SubProxy>\n"
59157 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
59158 " information_only=\"1\"\n"
59159 " name=\"FileNameInfo\">\n"
59160 " <SimpleStringInformationHelper />\n"
59161 " </StringVectorProperty>\n"
59162 " <StringVectorProperty animateable=\"0\"\n"
59163 " clean_command=\"RemoveAllFileNames\"\n"
59164 " command=\"AddFileName\"\n"
59165 " information_property=\"FileNameInfo\"\n"
59166 " name=\"FileNames\"\n"
59167 " number_of_elements=\"1\"\n"
59168 " panel_visibility=\"never\"\n"
59169 " repeat_command=\"1\">\n"
59170 " <FileListDomain name=\"files\" />\n"
59171 " <Documentation>The list of files to be read by the reader. If more than\n"
59172 " one file is specified, the reader will switch to file series mode in\n"
59173 " which it will pretend that it can support time and provide one file per\n"
59174 " time step.</Documentation>\n"
59175 " </StringVectorProperty>\n"
59176 " <DoubleVectorProperty information_only=\"1\"\n"
59177 " name=\"TimestepValues\"\n"
59178 " repeatable=\"1\">\n"
59179 " <TimeStepsInformationHelper />\n"
59180 " <Documentation>Available timestep values.</Documentation>\n"
59181 " </DoubleVectorProperty>\n"
59182 " <Hints>\n"
59183 " <ReaderFactory extensions=\"inp\"\n"
59184 " file_description=\"AVS UCD Binary/ASCII Files\" />\n"
59185 " </Hints>\n"
59186 " <!-- End of AVSucdSeriesReader -->\n"
59187 " </SourceProxy>\n"
59188 "\n"
59189 " <!-- ================================================================== -->\n"
59190 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
59191 " file_name_method=\"SetFileName\"\n"
59192 " label=\"STL Reader\"\n"
59193 " name=\"stlreader\"\n"
59194 " si_class=\"vtkSIMetaReaderProxy\">\n"
59195 " <Documentation long_help=\"Reads ASCII or binary stereo lithography (STL) files.\"\n"
59196 " short_help=\"Read STL files.\">The STL reader reads ASCII or\n"
59197 " binary stereo lithography (STL) files. The expected file\n"
59198 " extension is .stl. The output of this reader is a\n"
59199 " polygonal dataset. This reader also supports file\n"
59200 " series.</Documentation>\n"
59201 " <SubProxy>\n"
59202 " <Proxy name=\"Reader\"\n"
59203 " proxygroup=\"internal_sources\"\n"
59204 " proxyname=\"stlreadercore\"></Proxy>\n"
59205 " </SubProxy>\n"
59206 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
59207 " information_only=\"1\"\n"
59208 ;
59209 
59210 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_iogeometry.xml
59212 " name=\"FileNameInfo\">\n"
59213 " <SimpleStringInformationHelper />\n"
59214 " </StringVectorProperty>\n"
59215 " <StringVectorProperty animateable=\"0\"\n"
59216 " clean_command=\"RemoveAllFileNames\"\n"
59217 " command=\"AddFileName\"\n"
59218 " information_property=\"FileNameInfo\"\n"
59219 " name=\"FileNames\"\n"
59220 " number_of_elements=\"1\"\n"
59221 " panel_visibility=\"never\"\n"
59222 " repeat_command=\"1\">\n"
59223 " <FileListDomain name=\"files\" />\n"
59224 " <Documentation>The list of files to be read by the reader. If more than\n"
59225 " one file is specified, the reader will switch to file series mode in\n"
59226 " which it will pretend that it can support time and provide one file per\n"
59227 " time step.</Documentation>\n"
59228 " </StringVectorProperty>\n"
59229 " <DoubleVectorProperty information_only=\"1\"\n"
59230 " name=\"TimestepValues\"\n"
59231 " repeatable=\"1\">\n"
59232 " <TimeStepsInformationHelper />\n"
59233 " <Documentation>Available timestep values.</Documentation>\n"
59234 " </DoubleVectorProperty>\n"
59235 " <Hints>\n"
59236 " <ReaderFactory extensions=\"stl stl.series\"\n"
59237 " file_description=\"Stereo Lithography\" />\n"
59238 " </Hints>\n"
59239 " <!-- End stlreader-->\n"
59240 " </SourceProxy>\n"
59241 "\n"
59242 " <!-- ================================================================== -->\n"
59243 " <SourceProxy class=\"vtkBYUReader\"\n"
59244 " label=\"BYU Reader\"\n"
59245 " name=\"byureader\">\n"
59246 " <Documentation long_help=\"Reads Movie.BYU files to produce polygonal data.\"\n"
59247 " short_help=\"Read Movie.BYU files.\">The BYU reader reads\n"
59248 " data stored in Movie.BYU format. The expected file\n"
59249 " extension is .g. The datasets resulting from reading these\n"
59250 " files are polygonal.</Documentation>\n"
59251 " <StringVectorProperty animateable=\"0\"\n"
59252 " command=\"SetFileName\"\n"
59253 " name=\"FileName\"\n"
59254 " number_of_elements=\"1\"\n"
59255 " panel_visibility=\"never\" >\n"
59256 " <FileListDomain name=\"files\" />\n"
59257 " <Documentation>This property specifies the file name for the BYU\n"
59258 " reader.</Documentation>\n"
59259 " </StringVectorProperty>\n"
59260 " <Hints>\n"
59261 " <ReaderFactory extensions=\"g\"\n"
59262 " file_description=\"BYU Files\" />\n"
59263 " </Hints>\n"
59264 " <!-- End byureader -->\n"
59265 " </SourceProxy>\n"
59266 "\n"
59267 " <!-- ================================================================== -->\n"
59268 " <SourceProxy class=\"vtkOBJReader\"\n"
59269 " label=\"Wavefront OBJ Reader\"\n"
59270 " name=\"objreader\">\n"
59271 " <Documentation long_help=\"Reads Wavefront .OBJ files to produce polygonal and line data.\"\n"
59272 " short_help=\"Read Wavefront .OBJ files.\">The OBJ reader\n"
59273 " reads data stored in Wavefront .OBJ format. The expected\n"
59274 " file extension is .obj, the datasets resulting from\n"
59275 " reading these files are polygons and\n"
59276 " lines.</Documentation>\n"
59277 " <StringVectorProperty animateable=\"0\"\n"
59278 " command=\"SetFileName\"\n"
59279 " name=\"FileName\"\n"
59280 " number_of_elements=\"1\"\n"
59281 " panel_visibility=\"never\" >\n"
59282 " <FileListDomain name=\"files\" />\n"
59283 " <Documentation>This property specifies the file name for the OBJ\n"
59284 " reader.</Documentation>\n"
59285 " </StringVectorProperty>\n"
59286 " <Hints>\n"
59287 " <ReaderFactory extensions=\"obj\"\n"
59288 " file_description=\"Wavefront OBJ Files\" />\n"
59289 " </Hints>\n"
59290 " <!-- End vtkOBJReader -->\n"
59291 " </SourceProxy>\n"
59292 "\n"
59293 " <!-- ================================================================== -->\n"
59294 " <SourceProxy class=\"vtkPDBReader\"\n"
59295 " label=\"PDB Reader\"\n"
59296 " name=\"pdbreader\">\n"
59297 " <Documentation long_help=\"Reads PDB molecule files.\"\n"
59298 " short_help=\"Read PDB files.\">The PDB reader reads files in\n"
59299 " the format used by the Protein Data Bank (an archive of\n"
59300 " experimentally determined three-dimensional structures of\n"
59301 " biological macromolecules). The expected file extension is\n"
59302 " .pdb. The output datasets are polygonal.</Documentation>\n"
59303 " <StringVectorProperty animateable=\"0\"\n"
59304 " command=\"SetFileName\"\n"
59305 " name=\"FileName\"\n"
59306 " number_of_elements=\"1\"\n"
59307 " panel_visibility=\"never\" >\n"
59308 " <FileListDomain name=\"files\" />\n"
59309 " <Documentation>This property specifies the file name for the PDB\n"
59310 " reader.</Documentation>\n"
59311 " </StringVectorProperty>\n"
59312 " <Hints>\n"
59313 " <ReaderFactory extensions=\"pdb\"\n"
59314 " file_description=\"Protein Data Bank Files\" />\n"
59315 " </Hints>\n"
59316 " <!-- End pdbreader -->\n"
59317 " </SourceProxy>\n"
59318 "\n"
59319 " <!-- ================================================================== -->\n"
59320 " <!-- Beginning of MFIX Reader -->\n"
59321 " <SourceProxy class=\"vtkMFIXReader\"\n"
59322 " name=\"MFIXReader\">\n"
59323 " <Documentation long_help=\"Reads a dataset in MFIX file format.\"\n"
59324 " short_help=\"Reads a dataset in MFIX file format.\">\n"
59325 " vtkMFIXReader creates an unstructured grid dataset. It\n"
59326 " reads a restart file and a set of sp files. The restart\n"
59327 " file contains the mesh information. MFIX meshes are either\n"
59328 " cylindrical or rectilinear, but this reader will convert\n"
59329 " them to an unstructured grid. The sp files contain\n"
59330 " transient data for the cells. Each sp file has one or more\n"
59331 " variables stored inside it.</Documentation>\n"
59332 " <StringVectorProperty animateable=\"0\"\n"
59333 " command=\"SetFileName\"\n"
59334 " name=\"FileName\"\n"
59335 " number_of_elements=\"1\"\n"
59336 " panel_visibility=\"never\">\n"
59337 " <FileListDomain name=\"files\" />\n"
59338 " <Documentation>Set the file name for the MFIX reader.</Documentation>\n"
59339 " </StringVectorProperty>\n"
59340 " <StringVectorProperty information_only=\"1\"\n"
59341 " name=\"CellArrayInfo\">\n"
59342 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
59343 " </StringVectorProperty>\n"
59344 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
59345 " element_types=\"2 0\"\n"
59346 " information_property=\"CellArrayInfo\"\n"
59347 " label=\"Cell Arrays\"\n"
59348 " name=\"CellArrayStatus\"\n"
59349 " number_of_elements=\"0\"\n"
59350 " number_of_elements_per_command=\"2\"\n"
59351 " repeat_command=\"1\">\n"
59352 " <ArraySelectionDomain name=\"array_list\">\n"
59353 " <RequiredProperties>\n"
59354 " <Property function=\"ArrayList\"\n"
59355 " name=\"CellArrayInfo\" />\n"
59356 " </RequiredProperties>\n"
59357 " </ArraySelectionDomain>\n"
59358 " <Documentation>Select which cell-centered arrays to\n"
59359 " read.</Documentation>\n"
59360 " </StringVectorProperty>\n"
59361 " <DoubleVectorProperty information_only=\"1\"\n"
59362 " name=\"TimestepValues\"\n"
59363 " repeatable=\"1\">\n"
59364 " <TimeStepsInformationHelper />\n"
59365 " </DoubleVectorProperty>\n"
59366 " <Hints>\n"
59367 " <ReaderFactory extensions=\"RES\"\n"
59368 " file_description=\"MFIX Unstructured Grid Files\" />\n"
59369 " </Hints>\n"
59370 " </SourceProxy>\n"
59371 " <!-- End of MFIX Reader -->\n"
59372 "\n"
59373 " <!-- ================================================================== -->\n"
59374 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
59375 " file_name_method=\"SetFileName\"\n"
59376 " label=\"Fluent Case Reader\"\n"
59377 " name=\"FLUENTReader\"\n"
59378 " si_class=\"vtkSIMetaReaderProxy\">\n"
59379 " <Documentation long_help=\"Reads a dataset in Fluent file format.\"\n"
59380 " short_help=\"Reads a dataset in Fluent file format.\">\n"
59381 " FLUENTReader creates an unstructured grid dataset. It\n"
59382 " reads .cas and .dat files stored in FLUENT native format\n"
59383 " (or a file series of the same.</Documentation>\n"
59384 " <StringVectorProperty animateable=\"0\"\n"
59385 " clean_command=\"RemoveAllFileNames\"\n"
59386 " command=\"AddFileName\"\n"
59387 " name=\"FileName\"\n"
59388 " number_of_elements=\"1\"\n"
59389 " panel_visibility=\"never\"\n"
59390 " repeat_command=\"1\">\n"
59391 " <FileListDomain name=\"files\" />\n"
59392 " <Documentation>The name of the files to load.</Documentation>\n"
59393 " </StringVectorProperty>\n"
59394 " <SubProxy>\n"
59395 " <Proxy name=\"Reader\"\n"
59396 " proxygroup=\"internal_sources\"\n"
59397 " proxyname=\"FLUENTReaderCore\"></Proxy>\n"
59398 " <ExposedProperties>\n"
59399 " <Property name=\"CellArrayInfo\" />\n"
59400 " <Property name=\"CellArrayStatus\" />\n"
59401 " </ExposedProperties>\n"
59402 " </SubProxy>\n"
59403 " <Hints>\n"
59404 " <ReaderFactory extensions=\"cas\"\n"
59405 " file_description=\"Fluent Case Files\" />\n"
59406 " </Hints>\n"
59407 " <!-- FLUENTReader -->\n"
59408 " </SourceProxy>\n"
59409 "\n"
59410 " <!-- ================================================================== -->\n"
59411 " <!-- Beginning of ProStar Reader -->\n"
59412 " <SourceProxy class=\"vtkProStarReader\"\n"
59413 " label=\"proSTAR (STARCD) Reader\"\n"
59414 " name=\"ProStarReader\">\n"
59415 " <Documentation long_help=\"Reads geometry in proSTAR (STARCD) file format.\"\n"
59416 " short_help=\"Reads geometry in proSTAR (STARCD) file format.\">\n"
59417 " ProStarReader creates an unstructured grid dataset. It\n"
59418 " reads .cel/.vrt files stored in proSTAR (STARCD) ASCII\n"
59419 " format.</Documentation>\n"
59420 " <StringVectorProperty animateable=\"0\"\n"
59421 " command=\"SetFileName\"\n"
59422 " name=\"FileName\"\n"
59423 " number_of_elements=\"1\"\n"
59424 " panel_visibility=\"never\">\n"
59425 " <FileListDomain name=\"files\" />\n"
59426 " <Documentation>Set the file name for the proSTAR (STARCD)\n"
59427 " reader.</Documentation>\n"
59428 " </StringVectorProperty>\n"
59429 " <DoubleVectorProperty animateable=\"0\"\n"
59430 " command=\"SetScaleFactor\"\n"
59431 " default_values=\"1\"\n"
59432 " name=\"ScaleFactor\"\n"
59433 " number_of_elements=\"1\">\n"
59434 " <Documentation>Scaling factor for the points</Documentation>\n"
59435 " </DoubleVectorProperty>\n"
59436 " <Hints>\n"
59437 " <ReaderFactory extensions=\"cel vrt\"\n"
59438 " file_description=\"proSTAR Files\" />\n"
59439 " </Hints>\n"
59440 " </SourceProxy>\n"
59441 " <!-- End of ProStar Reader -->\n"
59442 "\n"
59443 " <!-- ================================================================== -->\n"
59444 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
59445 " file_name_method=\"SetFileName\"\n"
59446 " label=\"Tecplot Reader\"\n"
59447 " name=\"TecplotReader\"\n"
59448 " si_class=\"vtkSIMetaReaderProxy\">\n"
59449 " <Documentation long_help=\"Reads files in the Tecplot ASCII file format.\"\n"
59450 " short_help=\"Read files in the Tecplot ASCII file format.\">\n"
59451 " The Tecplot reader extracts multiple zones (blocks) of\n"
59452 " data from a Tecplot ASCII file, in which a zone is stored\n"
59453 " in either point packing mode (i.e., tuple-based, with only\n"
59454 " point data supported) or block packing mode (i.e.,\n"
59455 " component-based, with point data and cell data supported).\n"
59456 " The output of the reader is a vtkMultiBlockDataset, of\n"
59457 " which each block is either a vtkStructuredGrid or a\n"
59458 " vtkUnstructuredGrid. This supports reading a file\n"
59459 " series.</Documentation>\n"
59460 " <StringVectorProperty animateable=\"0\"\n"
59461 " clean_command=\"RemoveAllFileNames\"\n"
59462 " command=\"AddFileName\"\n"
59463 " information_property=\"FileNameInfo\"\n"
59464 " name=\"FileNames\"\n"
59465 " number_of_elements=\"1\"\n"
59466 " panel_visibility=\"never\"\n"
59467 " repeat_command=\"1\">\n"
59468 " <FileListDomain name=\"files\" />\n"
59469 " <Documentation>The list of files to be read by the\n"
59470 " reader.</Documentation>\n"
59471 " </StringVectorProperty>\n"
59472 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
59473 " information_only=\"1\"\n"
59474 " name=\"FileNameInfo\">\n"
59475 " <SimpleStringInformationHelper />\n"
59476 " </StringVectorProperty>\n"
59477 " <DoubleVectorProperty information_only=\"1\"\n"
59478 " name=\"TimestepValues\"\n"
59479 " repeatable=\"1\">\n"
59480 " <TimeStepsInformationHelper />\n"
59481 " <Documentation>Available timestep values.</Documentation>\n"
59482 " </DoubleVectorProperty>\n"
59483 " <SubProxy>\n"
59484 " <Proxy name=\"Reader\"\n"
59485 " proxygroup=\"internal_sources\"\n"
59486 " proxyname=\"TecplotReaderCore\"></Proxy>\n"
59487 " <ExposedProperties>\n"
59488 " <Property name=\"DataArrayInfo\" />\n"
59489 " <Property name=\"DataArrayStatus\" />\n"
59490 " </ExposedProperties>\n"
59491 " </SubProxy>\n"
59492 " <Hints>\n"
59493 " <ReaderFactory extensions=\"tec TEC Tec tp TP dat\"\n"
59494 " file_description=\"Tecplot Files\" />\n"
59495 " </Hints>\n"
59496 " <!-- End TecplotReader -->\n"
59497 " </SourceProxy>\n"
59498 "\n"
59499 " <!-- ================================================================== -->\n"
59500 " <!-- Start WindBladeReader -->\n"
59501 " <SourceProxy class=\"vtkWindBladeReader\"\n"
59502 " label=\"WindBlade reader\"\n"
59503 " name=\"WindBladeReader\">\n"
59504 " <Documentation long_help=\"Reads WindBlade/Firetec simulation files possibly including wind turbines and topology files.\"\n"
59505 " short_help=\"Read WindBlade simulation files.\">\n"
59506 " WindBlade/Firetec is a simulation dealing with the effects\n"
59507 " of wind on wind turbines or on the spread of fires. It\n"
59508 " produces three outputs - a StructuredGrid for the wind\n"
59509 " data fields, a StructuredGrid for the ground topology, and\n"
59510 " a PolyData for turning turbine blades. The input file\n"
59511 " (.wind) opened by the WindBlade reader is an ASCII\n"
59512 " description of the data files expected. Data is\n"
59513 ;
59514 
59515 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_iogeometry.xml
59517 " accumulated by the simulation processor and is written one\n"
59518 " file per time step. WindBlade can deal with topology if a\n"
59519 " flag is turned on and expects (x,y) data for the ground.\n"
59520 " It also can deal with turning wind turbines from other\n"
59521 " time step data files which gives polygon positions of\n"
59522 " segments of the blades and data for each\n"
59523 " segment.</Documentation>\n"
59524 " <OutputPort index=\"0\"\n"
59525 " name=\"Field\" />\n"
59526 " <OutputPort index=\"1\"\n"
59527 " name=\"Blade\" />\n"
59528 " <OutputPort index=\"2\"\n"
59529 " name=\"Ground\" />\n"
59530 " <StringVectorProperty animateable=\"0\"\n"
59531 " command=\"SetFilename\"\n"
59532 " name=\"Filename\"\n"
59533 " number_of_elements=\"1\"\n"
59534 " panel_visibility=\"never\">\n"
59535 " <FileListDomain name=\"files\" />\n"
59536 " <Documentation>ASCII .wind file describes locations of data files, grid\n"
59537 " sizes and variable deltas, time step sizes, whether topology is used,\n"
59538 " whether turbines are used, and type and order of data written to the\n"
59539 " files.</Documentation>\n"
59540 " </StringVectorProperty>\n"
59541 " <DoubleVectorProperty information_only=\"1\"\n"
59542 " name=\"TimestepValues\"\n"
59543 " repeatable=\"1\">\n"
59544 " <TimeStepsInformationHelper />\n"
59545 " </DoubleVectorProperty>\n"
59546 " <StringVectorProperty information_only=\"1\"\n"
59547 " name=\"PointArrayInfo\">\n"
59548 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
59549 " </StringVectorProperty>\n"
59550 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
59551 " element_types=\"2 0\"\n"
59552 " information_property=\"PointArrayInfo\"\n"
59553 " label=\"Point Arrays\"\n"
59554 " name=\"PointArrayStatus\"\n"
59555 " number_of_elements=\"2\"\n"
59556 " number_of_elements_per_command=\"2\"\n"
59557 " repeat_command=\"1\">\n"
59558 " <ArraySelectionDomain name=\"array_list\">\n"
59559 " <RequiredProperties>\n"
59560 " <Property function=\"ArrayList\"\n"
59561 " name=\"PointArrayInfo\" />\n"
59562 " </RequiredProperties>\n"
59563 " </ArraySelectionDomain>\n"
59564 " <Documentation>Variables written to the data files are described in the\n"
59565 " .wind file and are presented for selection. Only selected variables are\n"
59566 " loaded for a time step.</Documentation>\n"
59567 " </StringVectorProperty>\n"
59568 " <Hints>\n"
59569 " <ReaderFactory extensions=\"wind\"\n"
59570 " file_description=\"WindBlade Data\" />\n"
59571 " </Hints>\n"
59572 " </SourceProxy>\n"
59573 " <!-- End WindBladeReader -->\n"
59574 "\n"
59575 " <!-- ================================================================== -->\n"
59576 " <SourceProxy class=\"vtkPTSReader\"\n"
59577 " label=\"PTS Reader\"\n"
59578 " name=\"PTSReader\">\n"
59579 " <Documentation long_help=\"Reads a PTS ASCII Point Cloud file.\"\n"
59580 " short_help=\"Read a pointset in PTS format\">The PTS reader\n"
59581 " reads ASCII PTS Point Cloud files containing\n"
59582 " points as well as optional intensity and color information. The default\n"
59583 " file extension is .pts. This reader produces a\n"
59584 " polydata set of a single vertex cell containing all of\n"
59585 " the points.</Documentation>\n"
59586 " <StringVectorProperty animateable=\"0\"\n"
59587 " command=\"SetFileName\"\n"
59588 " name=\"FileName\"\n"
59589 " number_of_elements=\"1\">\n"
59590 " <FileListDomain name=\"files\" />\n"
59591 " <Documentation>This property specifies the file name for the PTS\n"
59592 " (ASCII Point Cloud) reader.</Documentation>\n"
59593 " </StringVectorProperty>\n"
59594 " <IntVectorProperty command=\"SetLimitToMaxNumberOfPoints\"\n"
59595 " name=\"LimitNumberOfPointsRead\"\n"
59596 " default_values=\"0\"\n"
59597 " number_of_elements=\"1\">\n"
59598 " <BooleanDomain name=\"bool\" />\n"
59599 " <Documentation>\n"
59600 " Limits the number of points read in from file\n"
59601 " </Documentation>\n"
59602 " </IntVectorProperty>\n"
59603 " <IntVectorProperty command=\"SetMaxNumberOfPoints\"\n"
59604 " name=\"MaxNumberOfPoints\"\n"
59605 " default_values=\"100000\"\n"
59606 " number_of_elements=\"1\">\n"
59607 " <Hints>\n"
59608 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
59609 " mode=\"visibility\"\n"
59610 " property=\"LimitNumberOfPointsRead\"\n"
59611 " value=\"1\" />\n"
59612 " </Hints>\n"
59613 " <Documentation>\n"
59614 " Specify the max number of point to be read.\n"
59615 " </Documentation>\n"
59616 " </IntVectorProperty>\n"
59617 " <IntVectorProperty command=\"SetLimitReadToBounds\"\n"
59618 " name=\"LimitPointCloudToBounds\"\n"
59619 " default_values=\"0\"\n"
59620 " number_of_elements=\"1\">\n"
59621 " <BooleanDomain name=\"bool\" />\n"
59622 " <Documentation>\n"
59623 " Restrict the point to cloud to a specified volume.\n"
59624 " </Documentation>\n"
59625 " </IntVectorProperty>\n"
59626 " <DoubleVectorProperty animateable=\"0\"\n"
59627 " command=\"SetReadBounds\"\n"
59628 " name=\"ReadBounds\"\n"
59629 " number_of_elements=\"6\"\n"
59630 " default_values=\"0 100 0 100 0 100\">\n"
59631 " <Hints>\n"
59632 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
59633 " mode=\"visibility\"\n"
59634 " property=\"LimitPointCloudToBounds\"\n"
59635 " value=\"1\" />\n"
59636 " </Hints>\n"
59637 " <Documentation>Define the spatial volume that will restrict the\n"
59638 " extent of the point cloud [xmin, xmax, ymin, ymax, zmin, zmax]</Documentation>\n"
59639 "\n"
59640 " </DoubleVectorProperty>\n"
59641 " <Hints>\n"
59642 " <ReaderFactory extensions=\"pts\"\n"
59643 " file_description=\"PTS (Point Cloud) Files\" />\n"
59644 " </Hints>\n"
59645 " <!-- End PTSReader -->\n"
59646 " </SourceProxy>\n"
59647 "\n"
59648 " <!-- ================================================================== -->\n"
59649 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
59650 " file_name_method=\"SetFileName\"\n"
59651 " label=\"Particles Reader\"\n"
59652 " name=\"ParticleReader\"\n"
59653 " si_class=\"vtkSIMetaReaderProxy\">\n"
59654 " <Documentation long_help=\"Reads particle data.\"\n"
59655 " short_help=\"Read particle data.\">vtkParticleReader reads\n"
59656 " either a binary or a text file of particles. Each particle\n"
59657 " can have associated with it an optional scalar value. So\n"
59658 " the format is: x, y, z, scalar (all floats or doubles).\n"
59659 " The text file can consist of a comma delimited set of\n"
59660 " values. In most cases vtkParticleReader can automatically\n"
59661 " determine whether the file is text or binary. The data can\n"
59662 " be either float or double. Progress updates are provided.\n"
59663 " With respect to binary files, random access into the file\n"
59664 " to read pieces is supported.</Documentation>\n"
59665 " <StringVectorProperty animateable=\"0\"\n"
59666 " clean_command=\"RemoveAllFileNames\"\n"
59667 " command=\"AddFileName\"\n"
59668 " information_property=\"FileNameInfo\"\n"
59669 " name=\"FileName\"\n"
59670 " number_of_elements=\"1\"\n"
59671 " panel_visibility=\"never\"\n"
59672 " repeat_command=\"1\">\n"
59673 " <FileListDomain name=\"files\" />\n"
59674 " <Documentation>The list of files to be read by the\n"
59675 " reader.</Documentation>\n"
59676 " </StringVectorProperty>\n"
59677 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
59678 " information_only=\"1\"\n"
59679 " name=\"FileNameInfo\">\n"
59680 " <SimpleStringInformationHelper />\n"
59681 " </StringVectorProperty>\n"
59682 " <DoubleVectorProperty information_only=\"1\"\n"
59683 " name=\"TimestepValues\"\n"
59684 " repeatable=\"1\">\n"
59685 " <TimeStepsInformationHelper />\n"
59686 " <Documentation>Available timestep values.</Documentation>\n"
59687 " </DoubleVectorProperty>\n"
59688 " <SubProxy>\n"
59689 " <Proxy name=\"Reader\"\n"
59690 " proxygroup=\"internal_sources\"\n"
59691 " proxyname=\"ParticleReaderCore\"></Proxy>\n"
59692 " <ExposedProperties>\n"
59693 " <Property name=\"ByteOrder\" />\n"
59694 " <Property name=\"HasScalar\" />\n"
59695 " <Property name=\"FileType\" />\n"
59696 " <Property name=\"DataType\" />\n"
59697 " </ExposedProperties>\n"
59698 " </SubProxy>\n"
59699 " <Hints>\n"
59700 " <ReaderFactory extensions=\"particles\"\n"
59701 " file_description=\"VTK Particle Files\" />\n"
59702 " </Hints>\n"
59703 " <!-- End of ParticleReader -->\n"
59704 " </SourceProxy>\n"
59705 "\n"
59706 " <!-- ================================================================== -->\n"
59707 " <!-- Beginning of glTF Reader -->\n"
59708 " <SourceProxy\n"
59709 " class=\"vtkGLTFReader\"\n"
59710 " name=\"glTF 2.0 Reader\"\n"
59711 " label=\"glTF Reader\">\n"
59712 " <Documentation\n"
59713 " long_help=\"Read a glTF file.\"\n"
59714 " short_help=\"Read a glTF file\">The glTF reader reads a glTF file.</Documentation>\n"
59715 " <StringVectorProperty\n"
59716 " name=\"FileName\"\n"
59717 " command=\"SetFileName\"\n"
59718 " number_of_elements=\"1\"\n"
59719 " panel_visibility=\"never\">\n"
59720 " <FileListDomain name=\"files\" />\n"
59721 " </StringVectorProperty>\n"
59722 " <IntVectorProperty\n"
59723 " name=\"ApplyDeformationsToGeometry\"\n"
59724 " command=\"SetApplyDeformationsToGeometry\"\n"
59725 " number_of_elements=\"1\"\n"
59726 " default_values=\"1\"\n"
59727 " panel_visibility=\"advanced\">\n"
59728 " <BooleanDomain name=\"bool\" />\n"
59729 " </IntVectorProperty>\n"
59730 " <StringVectorProperty\n"
59731 " command=\"GetAllSceneNames\"\n"
59732 " information_only=\"1\"\n"
59733 " name=\"SceneNameInfo\">\n"
59734 " <StringArrayHelper />\n"
59735 " </StringVectorProperty>\n"
59736 " <StringVectorProperty\n"
59737 " command=\"SetScene\"\n"
59738 " name=\"Scene\"\n"
59739 " number_of_elements=\"1\"\n"
59740 " default_values=\"0\">\n"
59741 " <StringListDomain name=\"SceneList\">\n"
59742 " <RequiredProperties>\n"
59743 " <Property\n"
59744 " function=\"SceneNameInfo\"\n"
59745 " name=\"SceneNameInfo\" />\n"
59746 " </RequiredProperties>\n"
59747 " </StringListDomain>\n"
59748 " </StringVectorProperty>\n"
59749 " <StringVectorProperty\n"
59750 " name=\"AnimationInfo\"\n"
59751 " command=\"GetAnimationSelection\"\n"
59752 " number_of_elements_per_command=\"2\"\n"
59753 " information_only=\"1\"\n"
59754 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
59755 " <StringVectorProperty\n"
59756 " name=\"AnimationStatus\"\n"
59757 " command=\"GetAnimationSelection\"\n"
59758 " information_property=\"AnimationInfo\"\n"
59759 " number_of_elements_per_command=\"2\"\n"
59760 " element_types=\"2 0\"\n"
59761 " repeat_command=\"1\"\n"
59762 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
59763 " <ArraySelectionDomain name=\"animation_list\">\n"
59764 " <RequiredProperties>\n"
59765 " <Property\n"
59766 " function=\"AnimationList\"\n"
59767 " name=\"AnimationInfo\" />\n"
59768 " </RequiredProperties>\n"
59769 " </ArraySelectionDomain>\n"
59770 " <Documentation>Select the animations to enable.</Documentation>\n"
59771 " <Hints>\n"
59772 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
59773 " <Property\n"
59774 " name=\"ApplyDeformationsToGeometry\"\n"
59775 " function=\"boolean\" />\n"
59776 " </PropertyWidgetDecorator>\n"
59777 " </Hints>\n"
59778 " </StringVectorProperty>\n"
59779 " <DoubleVectorProperty\n"
59780 " information_only=\"1\"\n"
59781 " name=\"TimestepValues\"\n"
59782 " repeatable=\"1\">\n"
59783 " <TimeStepsInformationHelper />\n"
59784 " </DoubleVectorProperty>\n"
59785 " <IntVectorProperty\n"
59786 " name=\"Framerate\"\n"
59787 " command=\"SetFrameRate\"\n"
59788 " number_of_elements=\"1\"\n"
59789 " default_values=\"60\"\n"
59790 " panel_visibility=\"advanced\">\n"
59791 " <Hints>\n"
59792 " <PropertyWidgetDecorator type=\"ShowWidgetDecorator\">\n"
59793 " <Property\n"
59794 " name=\"ApplyDeformationsToGeometry\"\n"
59795 " function=\"boolean\" />\n"
59796 " </PropertyWidgetDecorator>\n"
59797 " </Hints>\n"
59798 " </IntVectorProperty>\n"
59799 " <Hints>\n"
59800 " <ReaderFactory\n"
59801 " extensions=\"gltf glb\"\n"
59802 " file_description=\"glTF 2.0 Files\" />\n"
59803 " </Hints>\n"
59804 " </SourceProxy>\n"
59805 " <!-- End of vtkGLTFReader -->\n"
59806 "\n"
59807 " <!-- ================================================================== -->\n"
59808 " <!-- end of \"sources\" -->\n"
59809 " </ProxyGroup>\n"
59810 "</ServerManagerConfiguration>\n"
59811 "\n";
59812 // Get single string
59814 {
59815 
59816  const size_t len0 = strlen(paraview_server_managerreaders_iogeometryInterface0);
59817  const size_t len1 = strlen(paraview_server_managerreaders_iogeometryInterface1);
59818  const size_t len2 = strlen(paraview_server_managerreaders_iogeometryInterface2);
59819  size_t len = ( 0
59820  + len0
59821  + len1
59822  + len2 );
59823  char* res = new char[ len + 1];
59824  size_t offset = 0;
59828  assert(offset == len);
59829  res[offset] = 0;
59830  return res;
59831 }
59832 
59833 
59834 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/writers_iogeometry.xml
59836 "<ServerManagerConfiguration>\n"
59837 " <ProxyGroup name=\"internal_writers\">\n"
59838 " <!-- ================================================================= -->\n"
59839 " <Proxy class=\"vtkOBJWriter\"\n"
59840 " name=\"OBJWriter\">\n"
59841 " <Documentation short_help=\"Write polygonal data in Wavefront OBJ format.\">\n"
59842 " </Documentation>\n"
59843 " <StringVectorProperty command=\"SetFileName\"\n"
59844 " name=\"FileName\"\n"
59845 " number_of_elements=\"1\">\n"
59846 " <Documentation>The name of the file to be written.</Documentation>\n"
59847 " </StringVectorProperty>\n"
59848 " <InputProperty name=\"DummyInput\" panel_visibility=\"never\">\n"
59849 " <InputArrayDomain attribute_type=\"any\" name=\"input_array\" />\n"
59850 " </InputProperty>\n"
59851 " <!-- End of OBJWriter -->\n"
59852 " </Proxy>\n"
59853 "\n"
59854 " <!-- ================================================================= -->\n"
59855 " <Proxy base_proxygroup=\"internal_writers\"\n"
59856 " base_proxyname=\"DataWriterBase\"\n"
59857 " class=\"vtkSTLWriter\"\n"
59858 " name=\"STLWriter\">\n"
59859 " <Documentation short_help=\"Write stereo lithography files.\">\n"
59860 " </Documentation>\n"
59861 " <!-- End of STLWriter -->\n"
59862 " </Proxy>\n"
59863 "\n"
59864 " </ProxyGroup>\n"
59865 "\n"
59866 " <ProxyGroup name=\"writers\">\n"
59867 " <!-- ================================================================= -->\n"
59868 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n"
59869 " file_name_method=\"SetFileName\"\n"
59870 " name=\"POBJWriter\"\n"
59871 " base_proxygroup=\"internal_writers\"\n"
59872 " base_proxyname=\"ParallelSerialWriter\">\n"
59873 " <Documentation short_help=\"Write polygonal data in Wavefront OBJ format.\">\n"
59874 " Writer to write polygonal data in Wavefront OBJ format.\n"
59875 " Written files contain the geometry including lines, triangles and polygons.\n"
59876 " Normals and texture coordinates on points are also written if they exist.\n"
59877 " This version is used when running in parallel. It gathers data to first node\n"
59878 " and saves one file.</Documentation>\n"
59879 " <SubProxy>\n"
59880 " <Proxy name=\"Writer\"\n"
59881 " proxygroup=\"internal_writers\"\n"
59882 " proxyname=\"OBJWriter\"></Proxy>\n"
59883 " <LinkProperties>\n"
59884 " <Property name=\"DummyInput\" with_property=\"Input\" />\n"
59885 " </LinkProperties>\n"
59886 " </SubProxy>\n"
59887 " <InputProperty command=\"SetInputConnection\"\n"
59888 " panel_visibility=\"never\"\n"
59889 " name=\"Input\">\n"
59890 " <DataTypeDomain name=\"input_type\">\n"
59891 " <DataType value=\"vtkPolyData\" />\n"
59892 " </DataTypeDomain>\n"
59893 " <Documentation>The input filter/source whose output dataset is to\n"
59894 " written to the file.</Documentation>\n"
59895 " </InputProperty>\n"
59896 " <StringVectorProperty command=\"SetFileName\"\n"
59897 " name=\"FileName\"\n"
59898 " panel_visibility=\"never\"\n"
59899 " number_of_elements=\"1\">\n"
59900 " <Documentation>The name of the file to be written.</Documentation>\n"
59901 " </StringVectorProperty>\n"
59902 " <SubProxy>\n"
59903 " <Proxy name=\"PostGatherHelper\"\n"
59904 " proxygroup=\"filters\"\n"
59905 " proxyname=\"AppendPolyData\" />\n"
59906 " </SubProxy>\n"
59907 " <Hints>\n"
59908 " <WriterFactory extensions=\"obj\" file_description=\"Wavefront OBJ File Format\" />\n"
59909 " <UseDocumentationForLabels />\n"
59910 " </Hints>\n"
59911 " <!-- End of OBJWriter -->\n"
59912 " </PSWriterProxy>\n"
59913 "\n"
59914 " <!-- ================================================================= -->\n"
59915 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n"
59916 " file_name_method=\"SetFileName\"\n"
59917 " name=\"PSTLWriter\"\n"
59918 " base_proxygroup=\"internal_writers\"\n"
59919 " base_proxyname=\"ParallelSerialWriter\">\n"
59920 " <Documentation short_help=\"Write stereo lithography files.\">STLWriter\n"
59921 " writes stereo lithography (.stl) files in either ASCII or binary form.\n"
59922 " Stereo lithography files only contain triangles. If polygons with more\n"
59923 " than 3 vertices are present, only the first 3 vertices are written. Use\n"
59924 " TriangleFilter to convert polygons to triangles. This version of the\n"
59925 " reader is used when running in parallel. It gathers all the geometry to\n"
59926 " first node and saves 1 file.</Documentation>\n"
59927 " <SubProxy>\n"
59928 " <Proxy name=\"Writer\"\n"
59929 " proxygroup=\"internal_writers\"\n"
59930 " proxyname=\"STLWriter\"></Proxy>\n"
59931 " <ExposedProperties>\n"
59932 " <Property name=\"FileType\" />\n"
59933 " </ExposedProperties>\n"
59934 " </SubProxy>\n"
59935 " <InputProperty command=\"SetInputConnection\"\n"
59936 " panel_visibility=\"never\"\n"
59937 " name=\"Input\">\n"
59938 " <DataTypeDomain name=\"input_type\">\n"
59939 " <DataType value=\"vtkPolyData\" />\n"
59940 " </DataTypeDomain>\n"
59941 " <Documentation>The input filter/source whose output dataset is to\n"
59942 " written to the file.</Documentation>\n"
59943 " </InputProperty>\n"
59944 " <StringVectorProperty command=\"SetFileName\"\n"
59945 " name=\"FileName\"\n"
59946 " panel_visibility=\"never\"\n"
59947 " number_of_elements=\"1\">\n"
59948 " <Documentation>The name of the file to be written.</Documentation>\n"
59949 " </StringVectorProperty>\n"
59950 " <SubProxy>\n"
59951 " <Proxy name=\"PostGatherHelper\"\n"
59952 " proxygroup=\"filters\"\n"
59953 " proxyname=\"AppendPolyData\" />\n"
59954 " </SubProxy>\n"
59955 " <Hints>\n"
59956 " <WriterFactory extensions=\"stl\"\n"
59957 " file_description=\"Stereo Lithography File Format\" />\n"
59958 " </Hints>\n"
59959 " <!-- End of PSTLWriter -->\n"
59960 " </PSWriterProxy>\n"
59961 "\n"
59962 " <!-- ================================================================= -->\n"
59963 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n"
59964 " file_name_method=\"SetFileName\"\n"
59965 " name=\"HoudiniWriter\"\n"
59966 " base_proxygroup=\"internal_writers\"\n"
59967 " base_proxyname=\"ParallelSerialWriter\">\n"
59968 " <Documentation short_help=\"Write polygonal data in Houdini .geo format.\">\n"
59969 " Writer to write polygonal data in ASCII Houdini .geo (pre-v12.0)\n"
59970 " format. </Documentation>\n"
59971 " <InputProperty command=\"SetInputConnection\"\n"
59972 " panel_visibility=\"never\"\n"
59973 " name=\"Input\">\n"
59974 " <DataTypeDomain name=\"input_type\">\n"
59975 " <DataType value=\"vtkPolyData\" />\n"
59976 " </DataTypeDomain>\n"
59977 " <Documentation>The input filter/source whose output dataset is to\n"
59978 " written to the file.</Documentation>\n"
59979 " </InputProperty>\n"
59980 " <StringVectorProperty command=\"SetFileName\"\n"
59981 " name=\"FileName\"\n"
59982 " panel_visibility=\"never\"\n"
59983 " number_of_elements=\"1\">\n"
59984 " <Documentation>The name of the file to be written.</Documentation>\n"
59985 " </StringVectorProperty>\n"
59986 " <SubProxy>\n"
59987 " <Proxy name=\"PostGatherHelper\"\n"
59988 " proxygroup=\"filters\"\n"
59989 " proxyname=\"AppendPolyData\" />\n"
59990 " </SubProxy>\n"
59991 " <SubProxy>\n"
59992 " <Proxy name=\"Writer\" class=\"vtkHoudiniPolyDataWriter\" />\n"
59993 " </SubProxy>\n"
59994 " <Hints>\n"
59995 " <WriterFactory extensions=\"geo\"\n"
59996 " file_description=\"Houdini File Format\" />\n"
59997 " <UseDocumentationForLabels />\n"
59998 " </Hints>\n"
59999 " <!-- End of HoudiniWriter -->\n"
60000 " </PSWriterProxy>\n"
60001 " </ProxyGroup>\n"
60002 "</ServerManagerConfiguration>\n"
60003 "\n";
60004 // Get single string
60006 {
60007 
60008  const size_t len0 = strlen(paraview_server_managerwriters_iogeometryInterface0);
60009  size_t len = ( 0
60010  + len0 );
60011  char* res = new char[ len + 1];
60012  size_t offset = 0;
60014  assert(offset == len);
60015  res[offset] = 0;
60016  return res;
60017 }
60018 
60019 
60020 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioply.xml
60022 "<ServerManagerConfiguration>\n"
60023 " <ProxyGroup name=\"internal_sources\">\n"
60024 "\n"
60025 " <!-- ================================================================== -->\n"
60026 " <Proxy class=\"vtkPLYReader\" name=\"PLYReaderCore\">\n"
60027 " <StringVectorProperty animateable=\"0\"\n"
60028 " command=\"SetFileName\"\n"
60029 " name=\"FileName\"\n"
60030 " number_of_elements=\"1\"\n"
60031 " panel_visibility=\"never\" >\n"
60032 " <FileListDomain name=\"files\" />\n"
60033 " <Documentation>This property specifies the file name for the PLY\n"
60034 " reader.</Documentation>\n"
60035 " </StringVectorProperty>\n"
60036 " <IntVectorProperty command=\"SetDuplicatePointsForFaceTexture\"\n"
60037 " default_values=\"1\"\n"
60038 " name=\"DuplicatePointsForFaceTexture\"\n"
60039 " number_of_elements=\"1\"\n"
60040 " panel_visibility=\"advanced\">\n"
60041 " <BooleanDomain name=\"bool\" />\n"
60042 " <Documentation>If true (default) and the \"face\" element has\n"
60043 " the property \"texcoord\" duplicate face points if they have 2\n"
60044 " or more different texture coordinates. Otherwise, each texture\n"
60045 " coordinate for a face point overwrites previously set texture\n"
60046 " coordinates for that point.\n"
60047 " </Documentation>\n"
60048 " </IntVectorProperty>\n"
60049 " <DoubleVectorProperty command=\"SetFaceTextureTolerance\"\n"
60050 " default_values=\"0.000001\"\n"
60051 " name=\"FaceTextureTolerance\"\n"
60052 " number_of_elements=\"1\"\n"
60053 " panel_visibility=\"advanced\">\n"
60054 " <DoubleRangeDomain name=\"range\" />\n"
60055 " <Documentation>Tolerance used to detect different texture\n"
60056 " coordinates for shared points for faces</Documentation>\n"
60057 " </DoubleVectorProperty>\n"
60058 " <!-- End PLYReaderCore -->\n"
60059 " </Proxy>\n"
60060 "\n"
60061 " <!-- ================================================================== -->\n"
60062 " <!-- end of \"internal_sources\" -->\n"
60063 " </ProxyGroup>\n"
60064 "\n"
60065 " <!-- ==================================================================== -->\n"
60066 " <ProxyGroup name=\"sources\">\n"
60067 " <!-- ================================================================== -->\n"
60068 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
60069 " file_name_method=\"SetFileName\"\n"
60070 " label=\"PLY Reader\"\n"
60071 " name=\"PLYReader\"\n"
60072 " si_class=\"vtkSIMetaReaderProxy\">\n"
60073 " <Documentation long_help=\"Reads files stored in Stanford University's PLY polygonal file format.\"\n"
60074 " short_help=\"Read PLY polygonal files.\">The PLY reader\n"
60075 " reads files stored in the PLY polygonal file format\n"
60076 " developed at Stanford University. The PLY files that\n"
60077 " ParaView can read must have the elements \"vertex\" and\n"
60078 " \"face\" defined. The \"vertex\" elements must have the\n"
60079 " properties \"x\", \"y\", and \"z\". The \"face\" elements must have\n"
60080 " the property \"vertex_indices\" defined. The default file\n"
60081 " extension for this reader is .ply.</Documentation>\n"
60082 " <SubProxy>\n"
60083 " <Proxy name=\"Reader\"\n"
60084 " proxygroup=\"internal_sources\"\n"
60085 " proxyname=\"PLYReaderCore\"></Proxy>\n"
60086 " <ExposedProperties>\n"
60087 " <Property name=\"DuplicatePointsForFaceTexture\" />\n"
60088 " <Property name=\"FaceTextureTolerance\" />\n"
60089 " </ExposedProperties>\n"
60090 " </SubProxy>\n"
60091 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
60092 " information_only=\"1\"\n"
60093 " name=\"FileNameInfo\">\n"
60094 " <SimpleStringInformationHelper />\n"
60095 " </StringVectorProperty>\n"
60096 " <StringVectorProperty animateable=\"0\"\n"
60097 " clean_command=\"RemoveAllFileNames\"\n"
60098 " command=\"AddFileName\"\n"
60099 " name=\"FileNames\"\n"
60100 " number_of_elements=\"0\"\n"
60101 " panel_visibility=\"never\"\n"
60102 " repeat_command=\"1\">\n"
60103 " <FileListDomain name=\"files\" />\n"
60104 " <Documentation>The list of files to be read by the\n"
60105 " reader.</Documentation>\n"
60106 " </StringVectorProperty>\n"
60107 " <DoubleVectorProperty information_only=\"1\"\n"
60108 " name=\"TimestepValues\"\n"
60109 " repeatable=\"1\">\n"
60110 " <TimeStepsInformationHelper />\n"
60111 " <Documentation>Available timestep values.</Documentation>\n"
60112 " </DoubleVectorProperty>\n"
60113 " <Hints>\n"
60114 " <ReaderFactory extensions=\"ply ply.series\"\n"
60115 " file_description=\"PLY Polygonal File Format\" />\n"
60116 " </Hints>\n"
60117 " <!-- End PLYReader -->\n"
60118 " </SourceProxy>\n"
60119 "\n"
60120 " <!-- ================================================================== -->\n"
60121 " <SourceProxy class=\"vtkPLYReader\"\n"
60122 " name=\"plyreader\"\n"
60123 " base_proxygroup=\"internal_sources\"\n"
60124 " base_proxyname=\"PLYReaderCore\">\n"
60125 " <Deprecated deprecated_in=\"5.3\" to_remove_in=\"5.4\">\n"
60126 " This has been replaced by \"PLYReader\" which also supports a series of PLY files.\n"
60127 " </Deprecated>\n"
60128 " <!-- End plyreader -->\n"
60129 " </SourceProxy>\n"
60130 "\n"
60131 " <!-- ================================================================== -->\n"
60132 " <!-- end of \"sources\" -->\n"
60133 " </ProxyGroup>\n"
60134 "</ServerManagerConfiguration>\n"
60135 "\n";
60136 // Get single string
60138 {
60139 
60140  const size_t len0 = strlen(paraview_server_managerreaders_ioplyInterface0);
60141  size_t len = ( 0
60142  + len0 );
60143  char* res = new char[ len + 1];
60144  size_t offset = 0;
60146  assert(offset == len);
60147  res[offset] = 0;
60148  return res;
60149 }
60150 
60151 
60152 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioparallel.xml
60154 "<ServerManagerConfiguration>\n"
60155 " <ProxyGroup name=\"internal_sources\">\n"
60156 " <!-- ================================================================== -->\n"
60157 " <Proxy class=\"vtkPDataSetReader\"\n"
60158 " label=\"Legacy VTK Reader\"\n"
60159 " name=\"legacyreader\">\n"
60160 " <Documentation long_help=\"Reads files stored in VTK's legacy file format.\"\n"
60161 " short_help=\"Read legacy VTK files.\">The Legacy VTK reader\n"
60162 " loads files stored in VTK's legacy file format. The\n"
60163 " expected file extension is .vtk. The type of the dataset\n"
60164 " may be structured grid, uniform rectilinear grid\n"
60165 " (image/volume), non-uniform rectilinear grid, unstructured\n"
60166 " grid, or polygonal.</Documentation>\n"
60167 " <StringVectorProperty animateable=\"0\"\n"
60168 " command=\"SetFileName\"\n"
60169 " name=\"FileName\"\n"
60170 " number_of_elements=\"1\"\n"
60171 " panel_visibility=\"never\">\n"
60172 " <FileListDomain name=\"files\" />\n"
60173 " <Documentation>This property specifies the file name for the Legacy VTK\n"
60174 " reader.</Documentation>\n"
60175 " </StringVectorProperty>\n"
60176 " <!-- End legacyreader -->\n"
60177 " </Proxy>\n"
60178 " <!-- end of \"internal_sources\" -->\n"
60179 " </ProxyGroup>\n"
60180 "\n"
60181 " <!-- ==================================================================== -->\n"
60182 " <ProxyGroup name=\"sources\">\n"
60183 "\n"
60184 " <!-- ================================================================== -->\n"
60185 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
60186 " file_name_method=\"SetFileName\"\n"
60187 " label=\"Legacy VTK Reader\"\n"
60188 " name=\"LegacyVTKFileReader\"\n"
60189 " si_class=\"vtkSIMetaReaderProxy\">\n"
60190 " <Documentation long_help=\"Reads files stored in VTK's legacy file format.\"\n"
60191 " short_help=\"Read legacy VTK files.\">The Legacy VTK reader\n"
60192 " loads files stored in VTK's legacy file format (before VTK\n"
60193 " 4.2, although still supported). The expected file\n"
60194 " extension is .vtk. The type of the dataset may be\n"
60195 " structured grid, uniform rectilinear grid (image/volume),\n"
60196 " non-uniform rectilinear grid, unstructured grid, or\n"
60197 " polygonal. This reader also supports file\n"
60198 " series.</Documentation>\n"
60199 " <SubProxy>\n"
60200 " <Proxy name=\"Reader\"\n"
60201 " proxygroup=\"internal_sources\"\n"
60202 " proxyname=\"legacyreader\"></Proxy>\n"
60203 " </SubProxy>\n"
60204 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
60205 " information_only=\"1\"\n"
60206 " name=\"FileNameInfo\">\n"
60207 " <SimpleStringInformationHelper />\n"
60208 " </StringVectorProperty>\n"
60209 " <StringVectorProperty animateable=\"0\"\n"
60210 " clean_command=\"RemoveAllFileNames\"\n"
60211 " command=\"AddFileName\"\n"
60212 " information_property=\"FileNameInfo\"\n"
60213 " name=\"FileNames\"\n"
60214 " number_of_elements=\"1\"\n"
60215 " panel_visibility=\"never\"\n"
60216 " repeat_command=\"1\">\n"
60217 " <FileListDomain name=\"files\" />\n"
60218 " <Documentation>The list of files to be read by the reader. If more than\n"
60219 " one file is specified, the reader will switch to file series mode in\n"
60220 " which it will pretend that it can support time and provide one file per\n"
60221 " time step.</Documentation>\n"
60222 " </StringVectorProperty>\n"
60223 " <DoubleVectorProperty information_only=\"1\"\n"
60224 " name=\"TimestepValues\"\n"
60225 " repeatable=\"1\">\n"
60226 " <TimeStepsInformationHelper />\n"
60227 " <Documentation>Available timestep values.</Documentation>\n"
60228 " </DoubleVectorProperty>\n"
60229 " <Hints>\n"
60230 " <ReaderFactory extensions=\"vtk vtk.series\"\n"
60231 " file_description=\"Legacy VTK files\" />\n"
60232 " </Hints>\n"
60233 " <!-- End LegacyVTKFileReader -->\n"
60234 " </SourceProxy>\n"
60235 "\n"
60236 " <!-- ================================================================== -->\n"
60237 " <SourceProxy class=\"vtkPDataSetReader\"\n"
60238 " label=\"Partitioned Legacy VTK Reader\"\n"
60239 " name=\"pvtkfile\">\n"
60240 " <Documentation long_help=\"Reads files stored in VTK partitioned legacy format.\"\n"
60241 " short_help=\"Read partitioned legacy VTK files.\">The\n"
60242 " Partitioned Legacy VTK reader loads files stored in VTK's\n"
60243 " partitioned legacy file format (before VTK 4.2, although\n"
60244 " still supported). The expected file extension is .pvtk.\n"
60245 " The type of the dataset may be structured grid, uniform\n"
60246 " rectilinear grid (image/volume), non-uniform rectilinear\n"
60247 " grid, unstructured grid, or polygonal.</Documentation>\n"
60248 " <StringVectorProperty animateable=\"0\"\n"
60249 " command=\"SetFileName\"\n"
60250 " name=\"FileName\"\n"
60251 " number_of_elements=\"1\">\n"
60252 " <FileListDomain name=\"files\" />\n"
60253 " <Documentation>This property specifies the file name for the\n"
60254 " Partitioned Legacy VTK reader.</Documentation>\n"
60255 " </StringVectorProperty>\n"
60256 " <Hints>\n"
60257 " <ReaderFactory extensions=\"pvtk pvtk.series\"\n"
60258 " file_description=\"Legacy VTK Files (partitioned)\" />\n"
60259 " </Hints>\n"
60260 " <!-- End pvtkfile -->\n"
60261 " </SourceProxy>\n"
60262 "\n"
60263 " <!-- ================================================================== -->\n"
60264 " <!-- Beginning of OpenFOAM Reader -->\n"
60265 " <SourceProxy class=\"vtkPOpenFOAMReader\"\n"
60266 " name=\"OpenFOAMReader\">\n"
60267 " <Documentation long_help=\"Reads OpenFOAM data files, producing multiblock dataset.\"\n"
60268 " short_help=\"Read OpenFOAM data files.\">The OpenFOAM reader\n"
60269 " reads OpenFOAM data files and outputs multiblock\n"
60270 " datasets. Mesh information and time dependent data are\n"
60271 " supported. The OpenFOAM format is described fully at\n"
60272 " http://www.openfoam.com/docs/user/basic-file-format.php</Documentation>\n"
60273 " <StringVectorProperty animateable=\"0\"\n"
60274 " command=\"SetFileName\"\n"
60275 " name=\"FileName\"\n"
60276 " number_of_elements=\"1\"\n"
60277 " panel_visibility=\"advanced\">\n"
60278 " <FileListDomain name=\"files\" />\n"
60279 " <Documentation>This property specifies the file name for the\n"
60280 " reader.</Documentation>\n"
60281 " </StringVectorProperty>\n"
60282 " <Property animateable=\"0\"\n"
60283 " command=\"SetRefresh\"\n"
60284 " name=\"Refresh\">\n"
60285 " <Documentation>Refresh time information and selection list metadata.\n"
60286 " Useful when watching a running simulation.</Documentation>\n"
60287 " </Property>\n"
60288 " <IntVectorProperty animateable=\"0\"\n"
60289 " command=\"SetSkipZeroTime\"\n"
60290 " default_values=\"1\"\n"
60291 " name=\"SkipZeroTime\"\n"
60292 " label=\"Skip Zero Time\"\n"
60293 " number_of_elements=\"1\">\n"
60294 " <BooleanDomain name=\"bool\" />\n"
60295 " <Documentation>Ignore the 0/ time directory.</Documentation>\n"
60296 " </IntVectorProperty>\n"
60297 " <IntVectorProperty animateable=\"0\"\n"
60298 " command=\"SetCaseType\"\n"
60299 " default_values=\"1\"\n"
60300 " name=\"CaseType\"\n"
60301 " number_of_elements=\"1\">\n"
60302 " <EnumerationDomain name=\"enum\">\n"
60303 " <Entry text=\"Decomposed Case\" value=\"0\" />\n"
60304 " <Entry text=\"Reconstructed Case\" value=\"1\" />\n"
60305 " </EnumerationDomain>\n"
60306 " <Documentation>The property indicates whether decomposed mesh or\n"
60307 " reconstructed mesh should be read</Documentation>\n"
60308 " </IntVectorProperty>\n"
60309 " <IntVectorProperty animateable=\"0\"\n"
60310 " command=\"SetUse64BitLabels\"\n"
60311 " default_values=\"0\"\n"
60312 " label=\"Label Size\"\n"
60313 " name=\"Use64BitLabels\"\n"
60314 " number_of_elements=\"1\">\n"
60315 " <EnumerationDomain name=\"enum\">\n"
60316 " <Entry text=\"32-bit\" value=\"0\" />\n"
60317 " <Entry text=\"64-bit\" value=\"1\" />\n"
60318 " </EnumerationDomain>\n"
60319 " <Documentation>The expected label-size for the OpenFOAM data.</Documentation>\n"
60320 " </IntVectorProperty>\n"
60321 " <IntVectorProperty animateable=\"0\"\n"
60322 " command=\"SetUse64BitFloats\"\n"
60323 " default_values=\"1\"\n"
60324 " label=\"Scalar Size\"\n"
60325 " name=\"Use64BitFloats\"\n"
60326 " number_of_elements=\"1\">\n"
60327 " <EnumerationDomain name=\"enum\">\n"
60328 " <Entry text=\"32-bit (SP)\" value=\"0\" />\n"
60329 " <Entry text=\"64-bit (DP)\" value=\"1\" />\n"
60330 " </EnumerationDomain>\n"
60331 " <Documentation>The expected scalar-size for the OpenFOAM data.</Documentation>\n"
60332 " </IntVectorProperty>\n"
60333 " <IntVectorProperty animateable=\"0\"\n"
60334 " command=\"SetCreateCellToPoint\"\n"
60335 " default_values=\"1\"\n"
60336 " label=\"Create cell-to-point filtered data\"\n"
60337 " name=\"CreateCellToPoint\"\n"
60338 " number_of_elements=\"1\">\n"
60339 " <BooleanDomain name=\"bool\" />\n"
60340 " <Documentation>Create point data from cell data. Beware: the filter\n"
60341 " does not do inverse distance weighting.</Documentation>\n"
60342 " </IntVectorProperty>\n"
60343 " <IntVectorProperty animateable=\"0\"\n"
60344 " command=\"SetAddDimensionsToArrayNames\"\n"
60345 " default_values=\"0\"\n"
60346 " label=\"Add dimensional units to array names\"\n"
60347 " name=\"AddDimensionsToArrayNames\"\n"
60348 " number_of_elements=\"1\">\n"
60349 " <BooleanDomain name=\"bool\" />\n"
60350 " <Documentation>Read dimensional units from field data and add them to\n"
60351 " array names as human-readable string.</Documentation>\n"
60352 " </IntVectorProperty>\n"
60353 " <DoubleVectorProperty information_only=\"1\"\n"
60354 " name=\"TimestepValues\"\n"
60355 " repeatable=\"1\">\n"
60356 " <TimeStepsInformationHelper />\n"
60357 " </DoubleVectorProperty>\n"
60358 " <StringVectorProperty information_only=\"1\"\n"
60359 " name=\"PatchArrayInfo\">\n"
60360 " <ArraySelectionInformationHelper attribute_name=\"Patch\" />\n"
60361 " </StringVectorProperty>\n"
60362 " <StringVectorProperty animateable=\"0\"\n"
60363 " command=\"SetPatchArrayStatus\"\n"
60364 " element_types=\"2 0\"\n"
60365 " information_property=\"PatchArrayInfo\"\n"
60366 " name=\"MeshRegions\"\n"
60367 " number_of_elements=\"0\"\n"
60368 " number_of_elements_per_command=\"2\"\n"
60369 " repeat_command=\"1\">\n"
60370 " <ArraySelectionDomain name=\"array_list\">\n"
60371 " <RequiredProperties>\n"
60372 " <Property function=\"ArrayList\"\n"
60373 " name=\"PatchArrayInfo\" />\n"
60374 " </RequiredProperties>\n"
60375 " </ArraySelectionDomain>\n"
60376 " </StringVectorProperty>\n"
60377 " <StringVectorProperty information_only=\"1\"\n"
60378 " name=\"CellArrayInfo\">\n"
60379 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
60380 " </StringVectorProperty>\n"
60381 " <StringVectorProperty animateable=\"0\"\n"
60382 " command=\"SetCellArrayStatus\"\n"
60383 " element_types=\"2 0\"\n"
60384 " information_property=\"CellArrayInfo\"\n"
60385 " name=\"CellArrays\"\n"
60386 " number_of_elements=\"0\"\n"
60387 " number_of_elements_per_command=\"2\"\n"
60388 " repeat_command=\"1\">\n"
60389 " <ArraySelectionDomain name=\"array_list\">\n"
60390 " <RequiredProperties>\n"
60391 " <Property function=\"ArrayList\"\n"
60392 " name=\"CellArrayInfo\" />\n"
60393 " </RequiredProperties>\n"
60394 " </ArraySelectionDomain>\n"
60395 " </StringVectorProperty>\n"
60396 " <StringVectorProperty information_only=\"1\"\n"
60397 " name=\"PointArrayInfo\">\n"
60398 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
60399 " </StringVectorProperty>\n"
60400 " <StringVectorProperty animateable=\"0\"\n"
60401 " command=\"SetPointArrayStatus\"\n"
60402 " element_types=\"2 0\"\n"
60403 " information_property=\"PointArrayInfo\"\n"
60404 " name=\"PointArrays\"\n"
60405 " number_of_elements=\"0\"\n"
60406 " number_of_elements_per_command=\"2\"\n"
60407 " repeat_command=\"1\">\n"
60408 " <ArraySelectionDomain name=\"array_list\">\n"
60409 " <RequiredProperties>\n"
60410 " <Property function=\"ArrayList\"\n"
60411 " name=\"PointArrayInfo\" />\n"
60412 " </RequiredProperties>\n"
60413 " </ArraySelectionDomain>\n"
60414 " </StringVectorProperty>\n"
60415 " <StringVectorProperty information_only=\"1\"\n"
60416 " name=\"LagrangianArrayInfo\">\n"
60417 " <ArraySelectionInformationHelper attribute_name=\"Lagrangian\" />\n"
60418 " </StringVectorProperty>\n"
60419 " <StringVectorProperty animateable=\"0\"\n"
60420 " command=\"SetLagrangianArrayStatus\"\n"
60421 " element_types=\"2 0\"\n"
60422 " information_property=\"LagrangianArrayInfo\"\n"
60423 " name=\"LagrangianArrays\"\n"
60424 " number_of_elements=\"0\"\n"
60425 " number_of_elements_per_command=\"2\"\n"
60426 " repeat_command=\"1\">\n"
60427 " <ArraySelectionDomain name=\"array_list\">\n"
60428 " <RequiredProperties>\n"
60429 " <Property function=\"ArrayList\"\n"
60430 " name=\"LagrangianArrayInfo\" />\n"
60431 " </RequiredProperties>\n"
60432 " </ArraySelectionDomain>\n"
60433 " </StringVectorProperty>\n"
60434 " <IntVectorProperty animateable=\"0\"\n"
60435 " command=\"SetCacheMesh\"\n"
60436 " default_values=\"1\"\n"
60437 " label=\"Cache mesh\"\n"
60438 " name=\"CacheMesh\"\n"
60439 " number_of_elements=\"1\"\n"
60440 " panel_visibility=\"advanced\">\n"
60441 " <BooleanDomain name=\"bool\" />\n"
60442 " <Documentation>Cache the OpenFOAM mesh between GUI selection\n"
60443 " changes.</Documentation>\n"
60444 " </IntVectorProperty>\n"
60445 " <IntVectorProperty animateable=\"0\"\n"
60446 " command=\"SetDecomposePolyhedra\"\n"
60447 " default_values=\"1\"\n"
60448 " label=\"Decompose polyhedra\"\n"
60449 " name=\"DecomposePolyhedra\"\n"
60450 " number_of_elements=\"1\"\n"
60451 ;
60452 
60453 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioparallel.xml
60455 " panel_visibility=\"advanced\">\n"
60456 " <BooleanDomain name=\"bool\" />\n"
60457 " <Documentation>Decompose polyhedra into tetrahedra and\n"
60458 " pyramids.</Documentation>\n"
60459 " </IntVectorProperty>\n"
60460 " <IntVectorProperty animateable=\"0\"\n"
60461 " command=\"SetListTimeStepsByControlDict\"\n"
60462 " default_values=\"0\"\n"
60463 " label=\"List timesteps according to controlDict\"\n"
60464 " name=\"ListTimeStepsByControlDict\"\n"
60465 " number_of_elements=\"1\"\n"
60466 " panel_visibility=\"advanced\">\n"
60467 " <BooleanDomain name=\"bool\" />\n"
60468 " <Documentation>List time directories listed according to the settings\n"
60469 " in controlDict.</Documentation>\n"
60470 " </IntVectorProperty>\n"
60471 " <IntVectorProperty animateable=\"0\"\n"
60472 " command=\"SetPositionsIsIn13Format\"\n"
60473 " default_values=\"1\"\n"
60474 " label=\"Lagrangian positions without extra data\"\n"
60475 " name=\"PositionsIsIn13Format\"\n"
60476 " number_of_elements=\"1\"\n"
60477 " panel_visibility=\"advanced\">\n"
60478 " <BooleanDomain name=\"bool\" />\n"
60479 " <Documentation>Lagrangian positions without extra data (before OpenFOAM 1.4, after 2.4)</Documentation>\n"
60480 " </IntVectorProperty>\n"
60481 " <IntVectorProperty animateable=\"0\"\n"
60482 " command=\"SetReadZones\"\n"
60483 " default_values=\"0\"\n"
60484 " label=\"Read zones\"\n"
60485 " name=\"ReadZones\"\n"
60486 " number_of_elements=\"1\">\n"
60487 " <BooleanDomain name=\"bool\" />\n"
60488 " <Documentation>Read point/face/cell-Zones?</Documentation>\n"
60489 " </IntVectorProperty>\n"
60490 " <IntVectorProperty animateable=\"0\"\n"
60491 " command=\"SetCopyDataToCellZones\"\n"
60492 " default_values=\"0\"\n"
60493 " label=\"Copy data to cell zones\"\n"
60494 " name=\"CopyDataToCellZones\"\n"
60495 " number_of_elements=\"1\">\n"
60496 " <BooleanDomain name=\"bool\" />\n"
60497 " <Documentation>Copy data of internal mesh to the cell zones</Documentation>\n"
60498 " <Hints>\n"
60499 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
60500 " mode=\"visibility\"\n"
60501 " property=\"ReadZones\"\n"
60502 " value=\"1\" />\n"
60503 " </Hints>\n"
60504 " </IntVectorProperty>\n"
60505 " <Hints>\n"
60506 " <ReaderFactory extensions=\"foam\"\n"
60507 " file_description=\"OpenFOAM\" />\n"
60508 " <ReloadFiles property=\"Refresh\" />\n"
60509 " </Hints>\n"
60510 " </SourceProxy>\n"
60511 " <!-- End of OpenFOAM Reader -->\n"
60512 "\n"
60513 " <!-- ================================================================== -->\n"
60514 " <SourceProxy class=\"vtkMultiBlockPLOT3DReader\"\n"
60515 " label=\"PLOT3D Reader\"\n"
60516 " name=\"P3DReader\"\n"
60517 " executive=\"vtkReaderExecutive\">\n"
60518 " <Documentation long_help=\"Reads ASCII or binary PLOT3D files.\"\n"
60519 " short_help=\"Read PLOT3D files.\">PLOT3D is a plotting\n"
60520 " package developed at NASA. The PLOT3D reader can read both\n"
60521 " ASCII and binary PLOT3D files. The default file extension\n"
60522 " for the geometry files is .xyz, and the default file\n"
60523 " extension for the solution files is .q. The output of this\n"
60524 " reader is a multiblock dataset containing curvilinear\n"
60525 " (structured grid) datasets.</Documentation>\n"
60526 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
60527 " information_only=\"1\"\n"
60528 " name=\"FileNameInfo\">\n"
60529 " <SimpleStringInformationHelper />\n"
60530 " </StringVectorProperty>\n"
60531 " <StringVectorProperty animateable=\"0\"\n"
60532 " command=\"SetFileName\"\n"
60533 " name=\"FileName\"\n"
60534 " number_of_elements=\"1\"\n"
60535 " panel_visibility=\"never\">\n"
60536 " <FileListDomain name=\"files\" />\n"
60537 " <Documentation>This property specifies the .xyz (geometry) file name\n"
60538 " for the PLOT3D reader.</Documentation>\n"
60539 " </StringVectorProperty>\n"
60540 " <StringVectorProperty animateable=\"0\"\n"
60541 " clean_command=\"ClearFileNames\"\n"
60542 " command=\"AddFileName\"\n"
60543 " name=\"QFileName\"\n"
60544 " number_of_elements=\"1\"\n"
60545 " information_property=\"FileNameInfo\"\n"
60546 " repeat_command=\"1\">\n"
60547 " <FileListDomain name=\"files\" />\n"
60548 " <Documentation>The list of .q (solution) files for the PLOT3D reader.\n"
60549 " There can be more than one. If more that one file is specified, the\n"
60550 " reader will switch to file-series mode in which it will pretend that it\n"
60551 " can support time and provide one file per time step.</Documentation>\n"
60552 " <Hints>\n"
60553 " <FileChooser extensions=\"q\" file_description=\"Solution files\" />\n"
60554 " </Hints>\n"
60555 " </StringVectorProperty>\n"
60556 " <StringVectorProperty animateable=\"0\"\n"
60557 " command=\"SetFunctionFileName\"\n"
60558 " name=\"FunctionFileName\"\n"
60559 " number_of_elements=\"1\"\n"
60560 " panel_visibility=\"default\">\n"
60561 " <FileListDomain name=\"files\" />\n"
60562 " <Documentation>This property specifies the .f (function) file name for\n"
60563 " the PLOT3D reader.</Documentation>\n"
60564 " </StringVectorProperty>\n"
60565 " <IntVectorProperty command=\"SetAutoDetectFormat\"\n"
60566 " default_values=\"1\"\n"
60567 " name=\"AutoDetectFormat\"\n"
60568 " number_of_elements=\"1\">\n"
60569 " <BooleanDomain name=\"bool\" />\n"
60570 " <Documentation>When this options is enabled, the reader will try to\n"
60571 " automatically figure out various settings for a binary file. The other\n"
60572 " options are ignored. Does not work for text (ASCII) files.</Documentation>\n"
60573 " </IntVectorProperty>\n"
60574 " <IntVectorProperty command=\"SetBinaryFile\"\n"
60575 " default_values=\"1\"\n"
60576 " name=\"BinaryFile\"\n"
60577 " number_of_elements=\"1\">\n"
60578 " <BooleanDomain name=\"bool\" />\n"
60579 " <Documentation>This property indicates whether the data files are\n"
60580 " binary.</Documentation>\n"
60581 " </IntVectorProperty>\n"
60582 " <IntVectorProperty command=\"SetMultiGrid\"\n"
60583 " default_values=\"0\"\n"
60584 " name=\"MultiGrid\"\n"
60585 " number_of_elements=\"1\">\n"
60586 " <BooleanDomain name=\"bool\" />\n"
60587 " <Documentation>This property indicates whether these files have\n"
60588 " multiple-block information.</Documentation>\n"
60589 " </IntVectorProperty>\n"
60590 " <IntVectorProperty command=\"SetHasByteCount\"\n"
60591 " default_values=\"0\"\n"
60592 " name=\"HasByteCount\"\n"
60593 " number_of_elements=\"1\">\n"
60594 " <BooleanDomain name=\"bool\" />\n"
60595 " <Documentation>This property indicates whether this file uses Fortran\n"
60596 " leading-trailing byte counts.</Documentation>\n"
60597 " </IntVectorProperty>\n"
60598 " <IntVectorProperty command=\"SetIBlanking\"\n"
60599 " default_values=\"0\"\n"
60600 " name=\"IBlanking\"\n"
60601 " number_of_elements=\"1\">\n"
60602 " <BooleanDomain name=\"bool\" />\n"
60603 " <Documentation>This property indicates whether this dataset has\n"
60604 " visibility information.</Documentation>\n"
60605 " </IntVectorProperty>\n"
60606 " <IntVectorProperty command=\"SetTwoDimensionalGeometry\"\n"
60607 " default_values=\"0\"\n"
60608 " name=\"TwoDimensionalGeometry\"\n"
60609 " number_of_elements=\"1\">\n"
60610 " <BooleanDomain name=\"bool\" />\n"
60611 " <Documentation>This property indicates whether the data is two- or\n"
60612 " three-dimensional.</Documentation>\n"
60613 " </IntVectorProperty>\n"
60614 " <IntVectorProperty command=\"SetForceRead\"\n"
60615 " default_values=\"0\"\n"
60616 " name=\"ForceRead\"\n"
60617 " number_of_elements=\"1\">\n"
60618 " <BooleanDomain name=\"bool\" />\n"
60619 " <Documentation>This property indicates whether to attempt to read the\n"
60620 " file even if it appears corrupt</Documentation>\n"
60621 " </IntVectorProperty>\n"
60622 " <IntVectorProperty command=\"SetDoublePrecision\"\n"
60623 " default_values=\"0\"\n"
60624 " name=\"DoublePrecision\"\n"
60625 " number_of_elements=\"1\">\n"
60626 " <BooleanDomain name=\"bool\" />\n"
60627 " <Documentation>This property specifies whether floating points values\n"
60628 " are in double precision.</Documentation>\n"
60629 " </IntVectorProperty>\n"
60630 " <IntVectorProperty command=\"SetByteOrder\"\n"
60631 " default_values=\"0\"\n"
60632 " name=\"ByteOrder\"\n"
60633 " number_of_elements=\"1\">\n"
60634 " <EnumerationDomain name=\"enum\">\n"
60635 " <Entry text=\"BigEndian\"\n"
60636 " value=\"0\" />\n"
60637 " <Entry text=\"LittleEndian\"\n"
60638 " value=\"1\" />\n"
60639 " </EnumerationDomain>\n"
60640 " <Documentation>This property specifies the byte order of any binary\n"
60641 " file(s).</Documentation>\n"
60642 " </IntVectorProperty>\n"
60643 " <IntVectorProperty clean_command=\"RemoveAllFunctions\"\n"
60644 " command=\"AddFunction\"\n"
60645 " name=\"Functions\"\n"
60646 " number_of_elements_per_command=\"1\"\n"
60647 " panel_visibility=\"default\"\n"
60648 " repeat_command=\"1\">\n"
60649 " <EnumerationDomain name=\"array_list\">\n"
60650 " <!-- <Entry value=\"100\" text=\"Scalar - Density\"/> -->\n"
60651 " <Entry text=\"Scalar - Pressure\"\n"
60652 " value=\"110\" />\n"
60653 " <Entry text=\"Scalar - Pressure Coefficient\"\n"
60654 " value=\"111\" />\n"
60655 " <Entry text=\"Scalar - Mach Number\"\n"
60656 " value=\"112\" />\n"
60657 " <Entry text=\"Scalar - Sound Speed\"\n"
60658 " value=\"113\" />\n"
60659 " <Entry text=\"Scalar - Temperature\"\n"
60660 " value=\"120\" />\n"
60661 " <Entry text=\"Scalar - Enthalpy\"\n"
60662 " value=\"130\" />\n"
60663 " <Entry text=\"Scalar - Internal energy\"\n"
60664 " value=\"140\" />\n"
60665 " <Entry text=\"Scalar - Kinetic energy\"\n"
60666 " value=\"144\" />\n"
60667 " <Entry text=\"Scalar - Velocity magnitude\"\n"
60668 " value=\"153\" />\n"
60669 " <!-- <Entry value=\"163\" text=\"Scalar - Stagnation energy\"/> -->\n"
60670 " <Entry text=\"Scalar - Entropy\"\n"
60671 " value=\"170\" />\n"
60672 " <Entry text=\"Scalar - Swirl\"\n"
60673 " value=\"184\" />\n"
60674 " <Entry text=\"Vector - Velocity\"\n"
60675 " value=\"200\" />\n"
60676 " <Entry text=\"Vector - Vorticity\"\n"
60677 " value=\"201\" />\n"
60678 " <!-- <Entry value=\"202\" text=\"Vector - Momentum\"/> -->\n"
60679 " <Entry text=\"Vector - Pressure gradient\"\n"
60680 " value=\"210\" />\n"
60681 " <Entry text=\"Scalar - Vorticity magnitude\"\n"
60682 " value=\"211\" />\n"
60683 " <Entry text=\"Vector - Strain rate\"\n"
60684 " value=\"212\" />\n"
60685 " </EnumerationDomain>\n"
60686 " <Documentation>This property lists which functions (point-centered\n"
60687 " arrays) to compute.</Documentation>\n"
60688 " </IntVectorProperty>\n"
60689 " <IntVectorProperty name=\"PreserveIntermediateFunctions\"\n"
60690 " command=\"SetPreserveIntermediateFunctions\"\n"
60691 " number_of_elements=\"1\"\n"
60692 " default_values=\"1\">\n"
60693 " <BooleanDomain name=\"bool\" />\n"
60694 " <Documentation>\n"
60695 " When checked, the reader will preserve intermediate computed\n"
60696 " quantities that were not explicitly requested e.g. if **Velocity magnitude** is\n"
60697 " enabled, but not **Velocity**, the reader still needs to compute **Velocity**.\n"
60698 " If this is unchecked, then the output will not have\n"
60699 " **Velocity** array, only the requested **VelocityMagnitude**. This is useful to\n"
60700 " avoid using up memory for arrays that are not relevant for the analysis.\n"
60701 " </Documentation>\n"
60702 " </IntVectorProperty>\n"
60703 " <DoubleVectorProperty information_only=\"1\"\n"
60704 " name=\"TimestepValues\"\n"
60705 " repeatable=\"1\">\n"
60706 " <TimeStepsInformationHelper />\n"
60707 " <Documentation>Available timestep values.</Documentation>\n"
60708 " </DoubleVectorProperty>\n"
60709 " <Hints>\n"
60710 " <ReaderFactory extensions=\"xyz\"\n"
60711 " file_description=\"PLOT3D Files\" />\n"
60712 " <!-- This hint tells the GUI that the File | Open dialog sets the FileName\n"
60713 " property -->\n"
60714 " <DefaultFileNameProperty name=\"FileName\" />\n"
60715 " </Hints>\n"
60716 " <!-- End P3DReader -->\n"
60717 " </SourceProxy>\n"
60718 "\n"
60719 " <!-- ================================================================== -->\n"
60720 " <!-- Plot3D Meta Reader -->\n"
60721 " <SourceProxy class=\"vtkPlot3DMetaReader\"\n"
60722 " label=\"PLOT3D Meta-File Reader\"\n"
60723 " name=\"Plot3DMetaReader\">\n"
60724 " <Documentation short_help=\"The main goal of this reader is to make it easy to read PLOT3D files or time series of PLOT3D files.\">\n"
60725 "The main goal of this reader is to make it easy to read PLOT3D files,\n"
60726 "specifically time series of PLOT3D files. PLOT3D files can take many\n"
60727 "different forms based on their content. Unfortunately, it is not a\n"
60728 "self-describing format therefore the user needs to pass information\n"
60729 "about the contents of the file to the reader. Normally, this is done\n"
60730 "by setting a number of member variables. The goal of this reader is to\n"
60731 "provide a simple format that enable the writer of the PLOT3D file to\n"
60732 "describe its settings as well as group a number of files as a time\n"
60733 "series.\n"
60734 " </Documentation>\n"
60735 " <StringVectorProperty animateable=\"0\"\n"
60736 " command=\"SetFileName\"\n"
60737 " name=\"FileName\"\n"
60738 " number_of_elements=\"1\"\n"
60739 " panel_visibility=\"never\">\n"
60740 " <FileListDomain name=\"files\" />\n"
60741 " <Documentation>This property specifies the meta file\n"
60742 " name</Documentation>\n"
60743 " </StringVectorProperty>\n"
60744 " <DoubleVectorProperty information_only=\"1\"\n"
60745 " name=\"TimestepValues\"\n"
60746 " repeatable=\"1\">\n"
60747 " <TimeStepsInformationHelper />\n"
60748 " <Documentation>Available timestep values.</Documentation>\n"
60749 " </DoubleVectorProperty>\n"
60750 " <Hints>\n"
60751 " <ReaderFactory extensions=\"p3d\"\n"
60752 " file_description=\"PLOT3D Meta Files\" />\n"
60753 " </Hints>\n"
60754 " <!-- End Plot3D Meta Reader-->\n"
60755 " </SourceProxy>\n"
60756 "\n"
60757 " <!-- ================================================================== -->\n"
60758 "\n"
60759 " <!-- end of \"sources\" -->\n"
60760 ;
60761 
60762 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioparallel.xml
60764 " </ProxyGroup>\n"
60765 "\n"
60766 "</ServerManagerConfiguration>\n"
60767 "\n";
60768 // Get single string
60770 {
60771 
60772  const size_t len0 = strlen(paraview_server_managerreaders_ioparallelInterface0);
60773  const size_t len1 = strlen(paraview_server_managerreaders_ioparallelInterface1);
60774  const size_t len2 = strlen(paraview_server_managerreaders_ioparallelInterface2);
60775  size_t len = ( 0
60776  + len0
60777  + len1
60778  + len2 );
60779  char* res = new char[ len + 1];
60780  size_t offset = 0;
60784  assert(offset == len);
60785  res[offset] = 0;
60786  return res;
60787 }
60788 
60789 
60790 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/writers_ensight.xml
60792 "<ServerManagerConfiguration>\n"
60793 " <ProxyGroup name=\"writers\">\n"
60794 " <!-- ================================================================= -->\n"
60795 " <PWriterProxy base_proxygroup=\"internal_writers\"\n"
60796 " base_proxyname=\"ParallelWriterBase\"\n"
60797 " class=\"vtkEnSightWriter\"\n"
60798 " name=\"EnSightWriter\">\n"
60799 " <Documentation short_help=\"Write unstructured grid data as an EnSight file.\">\n"
60800 " Writer to write unstructured grid data as an EnSight file. Binary files\n"
60801 " written on one system may not be readable on other systems. Be sure to\n"
60802 " specify the endian-ness of the file when reading it into\n"
60803 " EnSight.</Documentation>\n"
60804 " <InputProperty command=\"SetInputConnection\"\n"
60805 " panel_visibility=\"never\"\n"
60806 " name=\"Input\">\n"
60807 " <DataTypeDomain composite_data_supported=\"0\"\n"
60808 " name=\"input_type\">\n"
60809 " <DataType value=\"vtkUnstructuredGrid\" />\n"
60810 " </DataTypeDomain>\n"
60811 " <Documentation>The input filter/source whose output dataset is to\n"
60812 " written to the file.</Documentation>\n"
60813 " </InputProperty>\n"
60814 " <Hints>\n"
60815 " <WriterFactory extensions=\"case\"\n"
60816 " file_description=\"EnSight File\" />\n"
60817 " </Hints>\n"
60818 " <!-- End of EnSightWriter -->\n"
60819 " </PWriterProxy>\n"
60820 " </ProxyGroup>\n"
60821 "</ServerManagerConfiguration>\n"
60822 "\n";
60823 // Get single string
60825 {
60826 
60827  const size_t len0 = strlen(paraview_server_managerwriters_ensightInterface0);
60828  size_t len = ( 0
60829  + len0 );
60830  char* res = new char[ len + 1];
60831  size_t offset = 0;
60833  assert(offset == len);
60834  res[offset] = 0;
60835  return res;
60836 }
60837 
60838 
60839 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_lsdyna.xml
60841 "<ServerManagerConfiguration>\n"
60842 " <ProxyGroup name=\"sources\">\n"
60843 " <!-- Beginning of LSDyna Reader -->\n"
60844 " <SourceProxy class=\"vtkPLSDynaReader\"\n"
60845 " name=\"LSDynaReader\">\n"
60846 " <Documentation long_help=\"Read LS-Dyna databases (d3plot).\"\n"
60847 " short_help=\"Read LS-Dyna databases (d3plot).\">This reader\n"
60848 " reads LS-Dyna databases.</Documentation>\n"
60849 " <StringVectorProperty animateable=\"0\"\n"
60850 " command=\"SetFileName\"\n"
60851 " name=\"FileName\"\n"
60852 " number_of_elements=\"1\"\n"
60853 " panel_visibility=\"never\">\n"
60854 " <FileListDomain name=\"files\" />\n"
60855 " <Documentation>Set the file name for the LSDyna reader.</Documentation>\n"
60856 " </StringVectorProperty>\n"
60857 " <DoubleVectorProperty information_only=\"1\"\n"
60858 " name=\"TimestepValues\"\n"
60859 " repeatable=\"1\">\n"
60860 " <TimeStepsInformationHelper />\n"
60861 " </DoubleVectorProperty>\n"
60862 " <StringVectorProperty information_only=\"1\"\n"
60863 " name=\"SolidArrayInfo\">\n"
60864 " <ArraySelectionInformationHelper attribute_name=\"Solid\" />\n"
60865 " </StringVectorProperty>\n"
60866 " <StringVectorProperty command=\"SetSolidArrayStatus\"\n"
60867 " element_types=\"2 0\"\n"
60868 " information_property=\"SolidArrayInfo\"\n"
60869 " label=\"Solid Arrays\"\n"
60870 " name=\"SolidArrayStatus\"\n"
60871 " number_of_elements=\"2\"\n"
60872 " number_of_elements_per_command=\"2\"\n"
60873 " repeat_command=\"1\">\n"
60874 " <ArraySelectionDomain name=\"array_list\">\n"
60875 " <RequiredProperties>\n"
60876 " <Property function=\"ArrayList\"\n"
60877 " name=\"SolidArrayInfo\" />\n"
60878 " </RequiredProperties>\n"
60879 " </ArraySelectionDomain>\n"
60880 " <Documentation>Select which solid arrays to read.</Documentation>\n"
60881 " </StringVectorProperty>\n"
60882 " <StringVectorProperty information_only=\"1\"\n"
60883 " name=\"ThickShellArrayInfo\">\n"
60884 " <ArraySelectionInformationHelper attribute_name=\"ThickShell\" />\n"
60885 " </StringVectorProperty>\n"
60886 " <StringVectorProperty command=\"SetThickShellArrayStatus\"\n"
60887 " element_types=\"2 0\"\n"
60888 " information_property=\"ThickShellArrayInfo\"\n"
60889 " label=\"Thick Shell Arrays\"\n"
60890 " name=\"ThickShellArrayStatus\"\n"
60891 " number_of_elements=\"2\"\n"
60892 " number_of_elements_per_command=\"2\"\n"
60893 " repeat_command=\"1\">\n"
60894 " <ArraySelectionDomain name=\"array_list\">\n"
60895 " <RequiredProperties>\n"
60896 " <Property function=\"ArrayList\"\n"
60897 " name=\"ThickShellArrayInfo\" />\n"
60898 " </RequiredProperties>\n"
60899 " </ArraySelectionDomain>\n"
60900 " <Documentation>Select which thick shell arrays to read.</Documentation>\n"
60901 " </StringVectorProperty>\n"
60902 " <StringVectorProperty information_only=\"1\"\n"
60903 " name=\"ShellArrayInfo\">\n"
60904 " <ArraySelectionInformationHelper attribute_name=\"Shell\" />\n"
60905 " </StringVectorProperty>\n"
60906 " <StringVectorProperty command=\"SetShellArrayStatus\"\n"
60907 " element_types=\"2 0\"\n"
60908 " information_property=\"ShellArrayInfo\"\n"
60909 " label=\"Shell Arrays\"\n"
60910 " name=\"ShellArrayStatus\"\n"
60911 " number_of_elements=\"2\"\n"
60912 " number_of_elements_per_command=\"2\"\n"
60913 " repeat_command=\"1\">\n"
60914 " <ArraySelectionDomain name=\"array_list\">\n"
60915 " <RequiredProperties>\n"
60916 " <Property function=\"ArrayList\"\n"
60917 " name=\"ShellArrayInfo\" />\n"
60918 " </RequiredProperties>\n"
60919 " </ArraySelectionDomain>\n"
60920 " <Documentation>Select which shell arrays to read.</Documentation>\n"
60921 " </StringVectorProperty>\n"
60922 " <StringVectorProperty information_only=\"1\"\n"
60923 " name=\"RigidBodyArrayInfo\">\n"
60924 " <ArraySelectionInformationHelper attribute_name=\"RigidBody\" />\n"
60925 " </StringVectorProperty>\n"
60926 " <StringVectorProperty command=\"SetRigidBodyArrayStatus\"\n"
60927 " element_types=\"2 0\"\n"
60928 " information_property=\"RigidBodyArrayInfo\"\n"
60929 " label=\"Rigid Body Arrays\"\n"
60930 " name=\"RigidBodyArrayStatus\"\n"
60931 " number_of_elements=\"2\"\n"
60932 " number_of_elements_per_command=\"2\"\n"
60933 " repeat_command=\"1\">\n"
60934 " <ArraySelectionDomain name=\"array_list\">\n"
60935 " <RequiredProperties>\n"
60936 " <Property function=\"ArrayList\"\n"
60937 " name=\"RigidBodyArrayInfo\" />\n"
60938 " </RequiredProperties>\n"
60939 " </ArraySelectionDomain>\n"
60940 " <Documentation>Select which rigid body arrays to load.</Documentation>\n"
60941 " </StringVectorProperty>\n"
60942 " <StringVectorProperty information_only=\"1\"\n"
60943 " name=\"RoadSurfaceArrayInfo\">\n"
60944 " <ArraySelectionInformationHelper attribute_name=\"RoadSurface\" />\n"
60945 " </StringVectorProperty>\n"
60946 " <StringVectorProperty command=\"SetRoadSurfaceArrayStatus\"\n"
60947 " element_types=\"2 0\"\n"
60948 " information_property=\"RoadSurfaceArrayInfo\"\n"
60949 " label=\"Road Surface Arrays\"\n"
60950 " name=\"RoadSurfaceArrayStatus\"\n"
60951 " number_of_elements=\"2\"\n"
60952 " number_of_elements_per_command=\"2\"\n"
60953 " repeat_command=\"1\">\n"
60954 " <ArraySelectionDomain name=\"array_list\">\n"
60955 " <RequiredProperties>\n"
60956 " <Property function=\"ArrayList\"\n"
60957 " name=\"RoadSurfaceArrayInfo\" />\n"
60958 " </RequiredProperties>\n"
60959 " </ArraySelectionDomain>\n"
60960 " <Documentation>Select which road surface arrays to\n"
60961 " read.</Documentation>\n"
60962 " </StringVectorProperty>\n"
60963 " <StringVectorProperty information_only=\"1\"\n"
60964 " name=\"BeamArrayInfo\">\n"
60965 " <ArraySelectionInformationHelper attribute_name=\"Beam\" />\n"
60966 " </StringVectorProperty>\n"
60967 " <StringVectorProperty command=\"SetBeamArrayStatus\"\n"
60968 " element_types=\"2 0\"\n"
60969 " information_property=\"BeamArrayInfo\"\n"
60970 " label=\"Beam Arrays\"\n"
60971 " name=\"BeamArrayStatus\"\n"
60972 " number_of_elements=\"2\"\n"
60973 " number_of_elements_per_command=\"2\"\n"
60974 " repeat_command=\"1\">\n"
60975 " <ArraySelectionDomain name=\"array_list\">\n"
60976 " <RequiredProperties>\n"
60977 " <Property function=\"ArrayList\"\n"
60978 " name=\"BeamArrayInfo\" />\n"
60979 " </RequiredProperties>\n"
60980 " </ArraySelectionDomain>\n"
60981 " <Documentation>Select which beam arrays to read.</Documentation>\n"
60982 " </StringVectorProperty>\n"
60983 " <StringVectorProperty information_only=\"1\"\n"
60984 " name=\"ParticleArrayInfo\">\n"
60985 " <ArraySelectionInformationHelper attribute_name=\"Particle\" />\n"
60986 " </StringVectorProperty>\n"
60987 " <StringVectorProperty command=\"SetParticleArrayStatus\"\n"
60988 " element_types=\"2 0\"\n"
60989 " information_property=\"ParticleArrayInfo\"\n"
60990 " label=\"Particle Arrays\"\n"
60991 " name=\"ParticleArrayStatus\"\n"
60992 " number_of_elements=\"2\"\n"
60993 " number_of_elements_per_command=\"2\"\n"
60994 " repeat_command=\"1\">\n"
60995 " <ArraySelectionDomain name=\"array_list\">\n"
60996 " <RequiredProperties>\n"
60997 " <Property function=\"ArrayList\"\n"
60998 " name=\"ParticleArrayInfo\" />\n"
60999 " </RequiredProperties>\n"
61000 " </ArraySelectionDomain>\n"
61001 " <Documentation>Select which particle arrays to read.</Documentation>\n"
61002 " </StringVectorProperty>\n"
61003 " <StringVectorProperty information_only=\"1\"\n"
61004 " name=\"PointArrayInfo\">\n"
61005 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
61006 " </StringVectorProperty>\n"
61007 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
61008 " element_types=\"2 0\"\n"
61009 " information_property=\"PointArrayInfo\"\n"
61010 " label=\"Point Arrays\"\n"
61011 " name=\"PointArrayStatus\"\n"
61012 " number_of_elements=\"2\"\n"
61013 " number_of_elements_per_command=\"2\"\n"
61014 " repeat_command=\"1\">\n"
61015 " <ArraySelectionDomain name=\"array_list\">\n"
61016 " <RequiredProperties>\n"
61017 " <Property function=\"ArrayList\"\n"
61018 " name=\"PointArrayInfo\" />\n"
61019 " </RequiredProperties>\n"
61020 " </ArraySelectionDomain>\n"
61021 " <Documentation>Select which point-centered arrays to\n"
61022 " read.</Documentation>\n"
61023 " </StringVectorProperty>\n"
61024 " <StringVectorProperty information_only=\"1\"\n"
61025 " name=\"PartArrayInfo\">\n"
61026 " <ArraySelectionInformationHelper attribute_name=\"Part\" />\n"
61027 " </StringVectorProperty>\n"
61028 " <StringVectorProperty command=\"SetPartArrayStatus\"\n"
61029 " element_types=\"2 0\"\n"
61030 " information_property=\"PartArrayInfo\"\n"
61031 " label=\"Part Arrays\"\n"
61032 " name=\"PartArrayStatus\"\n"
61033 " number_of_elements=\"2\"\n"
61034 " number_of_elements_per_command=\"2\"\n"
61035 " repeat_command=\"1\">\n"
61036 " <ArraySelectionDomain name=\"array_list\">\n"
61037 " <RequiredProperties>\n"
61038 " <Property function=\"ArrayList\"\n"
61039 " name=\"PartArrayInfo\" />\n"
61040 " </RequiredProperties>\n"
61041 " </ArraySelectionDomain>\n"
61042 " <Documentation>Select which part arrays to read.</Documentation>\n"
61043 " </StringVectorProperty>\n"
61044 " <IntVectorProperty command=\"SetDeformedMesh\"\n"
61045 " default_values=\"1\"\n"
61046 " name=\"DeformedMesh\"\n"
61047 " number_of_elements=\"1\">\n"
61048 " <BooleanDomain name=\"bool\" />\n"
61049 " <Documentation>Should the mesh be deformed over time (if the Deflection\n"
61050 " node array is set to load)?</Documentation>\n"
61051 " </IntVectorProperty>\n"
61052 " <IntVectorProperty command=\"SetRemoveDeletedCells\"\n"
61053 " default_values=\"1\"\n"
61054 " name=\"RemoveDeletedCells\"\n"
61055 " number_of_elements=\"1\">\n"
61056 " <BooleanDomain name=\"bool\" />\n"
61057 " <Documentation>Should cells that have been deleted (failed\n"
61058 " structurally, for example) be removed from the mesh?</Documentation>\n"
61059 " </IntVectorProperty>\n"
61060 " <Hints>\n"
61061 " <ReaderFactory extensions=\"k lsdyna d3plot\"\n"
61062 " file_description=\"LSDyna\"\n"
61063 " filename_patterns=\"d3plot\" />\n"
61064 " </Hints>\n"
61065 " </SourceProxy>\n"
61066 " <!-- End of LSDyna Reader -->\n"
61067 " </ProxyGroup>\n"
61068 "</ServerManagerConfiguration>\n"
61069 "\n";
61070 // Get single string
61072 {
61073 
61074  const size_t len0 = strlen(paraview_server_managerreaders_lsdynaInterface0);
61075  size_t len = ( 0
61076  + len0 );
61077  char* res = new char[ len + 1];
61078  size_t offset = 0;
61080  assert(offset == len);
61081  res[offset] = 0;
61082  return res;
61083 }
61084 
61085 
61086 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioinfovis.xml
61088 "<ServerManagerConfiguration>\n"
61089 " <ProxyGroup name=\"internal_sources\">\n"
61090 " <!-- ================================================================== -->\n"
61091 " <Proxy class=\"vtkDelimitedTextReader\"\n"
61092 " label=\"CSV Reader\"\n"
61093 " name=\"CSVReaderCore\">\n"
61094 " <Documentation long_help=\"Reads a comma-separated values file into a 1D rectilinear grid.\"\n"
61095 " short_help=\"Read a comma-separated values file.\">The CSV\n"
61096 " reader reads a comma-separated values file into a 1D\n"
61097 " rectilinear grid. If the file was saved using the\n"
61098 " CSVWriter, then the rectilinear grid's points and point\n"
61099 " data can be restored as well as the cell data. Otherwise\n"
61100 " all the data in the CSV file is treated as cell data. The\n"
61101 " default file extension is .csv.</Documentation>\n"
61102 " <StringVectorProperty animateable=\"0\"\n"
61103 " command=\"SetFileName\"\n"
61104 " name=\"FileName\"\n"
61105 " number_of_elements=\"1\"\n"
61106 " panel_visibility=\"never\">\n"
61107 " <FileListDomain name=\"files\" />\n"
61108 " <Documentation>This property specifies the file name for the CSV\n"
61109 " (Command Separated Values) reader.</Documentation>\n"
61110 " </StringVectorProperty>\n"
61111 " <IntVectorProperty command=\"SetDetectNumericColumns\"\n"
61112 " default_values=\"1\"\n"
61113 " name=\"DetectNumericColumns\"\n"
61114 " number_of_elements=\"1\">\n"
61115 " <BooleanDomain name=\"bool\" />\n"
61116 " <Documentation>When set to true, the reader will detect numeric columns\n"
61117 " and create vtkDoubleArray or vtkIntArray for those instead of\n"
61118 " vtkStringArray.</Documentation>\n"
61119 " </IntVectorProperty>\n"
61120 " <IntVectorProperty command=\"SetUseStringDelimiter\"\n"
61121 " default_values=\"1\"\n"
61122 " name=\"UseStringDelimiter\"\n"
61123 " number_of_elements=\"1\">\n"
61124 " <BooleanDomain name=\"bool\" />\n"
61125 " <Documentation>This property indicates whether to use the string\n"
61126 " delimiter.</Documentation>\n"
61127 " </IntVectorProperty>\n"
61128 " <IntVectorProperty command=\"SetAddTabFieldDelimiter\"\n"
61129 " default_values=\"0\"\n"
61130 " name=\"AddTabFieldDelimiter\"\n"
61131 " number_of_elements=\"1\">\n"
61132 " <BooleanDomain name=\"bool\" />\n"
61133 " <Documentation>This property indicates whether to add the tab character as a\n"
61134 " field delimiter to the list of other delimiter characters. This is needed\n"
61135 " since in the GUI the user can't enter a tab character.</Documentation>\n"
61136 " </IntVectorProperty>\n"
61137 " <IntVectorProperty command=\"SetHaveHeaders\"\n"
61138 " default_values=\"1\"\n"
61139 " name=\"HaveHeaders\"\n"
61140 " number_of_elements=\"1\">\n"
61141 " <BooleanDomain name=\"bool\" />\n"
61142 " <Documentation>If the value of this property is 1, treat the first line\n"
61143 " of the file as headers.</Documentation>\n"
61144 " </IntVectorProperty>\n"
61145 " <StringVectorProperty command=\"SetFieldDelimiterCharacters\"\n"
61146 " default_values=\",\"\n"
61147 " name=\"FieldDelimiterCharacters\"\n"
61148 " number_of_elements=\"1\">\n"
61149 " <Documentation>This property lists the characters that may be used to\n"
61150 " separate fields. For example, a value of \",\" indicates a\n"
61151 " comma-separated value file. A value of \".:;\" indicates that columns may\n"
61152 " be separated by a period, colon or semicolon. The order of the\n"
61153 " characters in the text string does not matter.</Documentation>\n"
61154 " </StringVectorProperty>\n"
61155 " <IntVectorProperty command=\"SetMergeConsecutiveDelimiters\"\n"
61156 " default_values=\"0\"\n"
61157 " name=\"MergeConsecutiveDelimiters\"\n"
61158 " number_of_elements=\"1\">\n"
61159 " <BooleanDomain name=\"bool\" />\n"
61160 " <Documentation>Whether to merge successive delimiters. Use this if (for\n"
61161 " example) your fields are separated by spaces but you don't know exactly\n"
61162 " how many.</Documentation>\n"
61163 " </IntVectorProperty>\n"
61164 " <!-- End of CSVReaderCore -->\n"
61165 " </Proxy>\n"
61166 " <!-- end of \"internal_sources\" -->\n"
61167 " </ProxyGroup>\n"
61168 "\n"
61169 " <!-- ==================================================================== -->\n"
61170 " <ProxyGroup name=\"sources\">\n"
61171 " <!-- ================================================================== -->\n"
61172 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
61173 " file_name_method=\"SetFileName\"\n"
61174 " label=\"CSV Reader\"\n"
61175 " name=\"CSVReader\"\n"
61176 " si_class=\"vtkSIMetaReaderProxy\">\n"
61177 " <Documentation long_help=\"Reads a Delimited Text values file into a 1D rectilinear grid.\"\n"
61178 " short_help=\"Read a Delimited Text values file.\">The CSV\n"
61179 " reader reads a Delimited Text values file into a 1D\n"
61180 " rectilinear grid. If the file was saved using the\n"
61181 " CSVWriter, then the rectilinear grid's points and point\n"
61182 " data can be restored as well as the cell data. Otherwise\n"
61183 " all the data in the CSV file is treated as cell data. The\n"
61184 " default file extension is .csv as well as .txt.\n"
61185 " This can read file series as well.</Documentation>\n"
61186 " <StringVectorProperty animateable=\"0\"\n"
61187 " clean_command=\"RemoveAllFileNames\"\n"
61188 " command=\"AddFileName\"\n"
61189 " information_property=\"FileNameInfo\"\n"
61190 " name=\"FileName\"\n"
61191 " number_of_elements=\"1\"\n"
61192 " panel_visibility=\"never\"\n"
61193 " repeat_command=\"1\">\n"
61194 " <FileListDomain name=\"files\" />\n"
61195 " <Documentation>The list of files to be read by the reader. Each file is\n"
61196 " expected to be a csv file. If more than one file is specified, the\n"
61197 " reader will switch to file series mode in which it will pretend that it\n"
61198 " can support time and provide one file per time step.</Documentation>\n"
61199 " </StringVectorProperty>\n"
61200 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
61201 " information_only=\"1\"\n"
61202 " name=\"FileNameInfo\">\n"
61203 " <SimpleStringInformationHelper />\n"
61204 " </StringVectorProperty>\n"
61205 " <DoubleVectorProperty information_only=\"1\"\n"
61206 " name=\"TimestepValues\"\n"
61207 " repeatable=\"1\">\n"
61208 " <TimeStepsInformationHelper />\n"
61209 " <Documentation>Available timestep values.</Documentation>\n"
61210 " </DoubleVectorProperty>\n"
61211 " <SubProxy>\n"
61212 " <Proxy name=\"Reader\"\n"
61213 " proxygroup=\"internal_sources\"\n"
61214 " proxyname=\"CSVReaderCore\"></Proxy>\n"
61215 " <ExposedProperties>\n"
61216 " <Property name=\"DetectNumericColumns\" />\n"
61217 " <Property name=\"UseStringDelimiter\" />\n"
61218 " <Property name=\"HaveHeaders\" />\n"
61219 " <Property name=\"FieldDelimiterCharacters\" />\n"
61220 " <Property name=\"AddTabFieldDelimiter\" />\n"
61221 " <Property name=\"MergeConsecutiveDelimiters\" />\n"
61222 " </ExposedProperties>\n"
61223 " </SubProxy>\n"
61224 " <Hints>\n"
61225 " <!-- View can be used to specify the preferred view for the proxy -->\n"
61226 " <View type=\"SpreadSheetView\" />\n"
61227 " <ReaderFactory extensions=\"csv tsv txt CSV TSV TXT\"\n"
61228 " file_description=\"Delimited Text\" />\n"
61229 " <InitializationHelper class=\"vtkSMCSVProxiesInitializationHelper\" />\n"
61230 " </Hints>\n"
61231 " <!-- End of CSVReader -->\n"
61232 " </SourceProxy>\n"
61233 " </ProxyGroup>\n"
61234 "</ServerManagerConfiguration>\n"
61235 "\n";
61236 // Get single string
61238 {
61239 
61240  const size_t len0 = strlen(paraview_server_managerreaders_ioinfovisInterface0);
61241  size_t len = ( 0
61242  + len0 );
61243  char* res = new char[ len + 1];
61244  size_t offset = 0;
61246  assert(offset == len);
61247  res[offset] = 0;
61248  return res;
61249 }
61250 
61251 
61252 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_iotecplottable.xml
61254 "<ServerManagerConfiguration>\n"
61255 " <ProxyGroup name=\"sources\">\n"
61256 " <SourceProxy class=\"vtkTecplotTableReader\"\n"
61257 " label=\"Tecplot Table Reader\"\n"
61258 " name=\"TecplotTableReaderCore\">\n"
61259 " <Documentation>The Tecplot\n"
61260 " table reader reads a .DAT file containing tabular\n"
61261 " data into a spreadsheet view.</Documentation>\n"
61262 " <StringVectorProperty command=\"SetFileName\"\n"
61263 " name=\"FileName\"\n"
61264 " number_of_elements=\"1\"\n"
61265 " panel_visibility=\"never\"\n"
61266 " >\n"
61267 " <FileListDomain name=\"files\" />\n"
61268 " <Documentation>The name of the file to read.</Documentation>\n"
61269 " </StringVectorProperty>\n"
61270 " <StringVectorProperty command=\"GetFileName\"\n"
61271 " information_only=\"1\"\n"
61272 " name=\"FileNameInfo\">\n"
61273 " <SimpleStringInformationHelper />\n"
61274 " </StringVectorProperty>\n"
61275 " <IntVectorProperty command=\"SetMaxRecords\"\n"
61276 " default_values=\"0\"\n"
61277 " name=\"Max. Number of Records\"\n"
61278 " number_of_elements=\"1\">\n"
61279 " <Documentation>The maximum number of records to read.\n"
61280 " Use this to preview a file.</Documentation>\n"
61281 " </IntVectorProperty>\n"
61282 " <IntVectorProperty command=\"SetHeaderLines\"\n"
61283 " default_values=\"2\"\n"
61284 " name=\"Number of header lines\"\n"
61285 " number_of_elements=\"1\"\n"
61286 " panel_visibility=\"advanced\">\n"
61287 " <Documentation>The number of lines that form the header.</Documentation>\n"
61288 " </IntVectorProperty>\n"
61289 " <IntVectorProperty command=\"SetColumnNamesOnLine\"\n"
61290 " default_values=\"1\"\n"
61291 " name=\"Line with column names\"\n"
61292 " number_of_elements=\"1\"\n"
61293 " panel_visibility=\"advanced\">\n"
61294 " <Documentation>The line that contains the column names.</Documentation>\n"
61295 " </IntVectorProperty>\n"
61296 " <IntVectorProperty command=\"SetSkipColumnNames\"\n"
61297 " default_values=\"1\"\n"
61298 " name=\"Skip #column name fields\"\n"
61299 " number_of_elements=\"1\"\n"
61300 " panel_visibility=\"advanced\">\n"
61301 " <Documentation>Number of fields to skip while reading column names.</Documentation>\n"
61302 " </IntVectorProperty>\n"
61303 " <Hints>\n"
61304 " <!-- View can be used to specify the preferred view for the proxy -->\n"
61305 " <View type=\"SpreadSheetView\" />\n"
61306 " <ReaderFactory extensions=\"dat DAT\"\n"
61307 " file_description=\"Tecplot Table\" />\n"
61308 " </Hints>\n"
61309 " <!-- End of TecplotTableReader -->\n"
61310 " </SourceProxy>\n"
61311 " </ProxyGroup>\n"
61312 "</ServerManagerConfiguration>\n"
61313 "\n";
61314 // Get single string
61316 {
61317 
61318  const size_t len0 = strlen(paraview_server_managerreaders_iotecplottableInterface0);
61319  size_t len = ( 0
61320  + len0 );
61321  char* res = new char[ len + 1];
61322  size_t offset = 0;
61324  assert(offset == len);
61325  res[offset] = 0;
61326  return res;
61327 }
61328 
61329 
61330 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_iovpic.xml
61332 "<ServerManagerConfiguration>\n"
61333 " <ProxyGroup name=\"sources\">\n"
61334 " <!-- Start vtkVPICReader -->\n"
61335 " <SourceProxy class=\"vtkVPICReader\"\n"
61336 " label=\"VPIC Reader\"\n"
61337 " name=\"VPICReader\">\n"
61338 " <Documentation long_help=\"Reads distributed VPIC files into an ImageData.\"\n"
61339 " short_help=\"Read VPIC simulation files.\">VPIC is a 3D\n"
61340 " kinetic plasma particle-in-cell simulation. The input file\n"
61341 " (.vpc) opened by the VPIC reader is an ASCII description\n"
61342 " of the data files which are written one file per\n"
61343 " processor, per category and per time step. These are\n"
61344 " arranged in subdirectories per category (field data and\n"
61345 " hydrology data) and then in time step\n"
61346 " subdirectories.</Documentation>\n"
61347 " <StringVectorProperty animateable=\"0\"\n"
61348 " command=\"SetFileName\"\n"
61349 " name=\"FileName\"\n"
61350 " number_of_elements=\"1\"\n"
61351 " panel_visibility=\"never\">\n"
61352 " <FileListDomain name=\"files\" />\n"
61353 " <Documentation>ASCII .vpc file describes locations of data files, grid\n"
61354 " sizes, time step sizes and type and order of data written to the\n"
61355 " files.</Documentation>\n"
61356 " </StringVectorProperty>\n"
61357 " <StringVectorProperty information_only=\"1\"\n"
61358 " name=\"PointArrayInfo\">\n"
61359 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
61360 " </StringVectorProperty>\n"
61361 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
61362 " element_types=\"2 0\"\n"
61363 " information_property=\"PointArrayInfo\"\n"
61364 " label=\"Point Arrays\"\n"
61365 " name=\"PointArrayStatus\"\n"
61366 " number_of_elements=\"2\"\n"
61367 " number_of_elements_per_command=\"2\"\n"
61368 " repeat_command=\"1\">\n"
61369 " <ArraySelectionDomain name=\"array_list\">\n"
61370 " <RequiredProperties>\n"
61371 " <Property function=\"ArrayList\"\n"
61372 " name=\"PointArrayInfo\" />\n"
61373 " </RequiredProperties>\n"
61374 " </ArraySelectionDomain>\n"
61375 " <Documentation>Variables written to the data files are described in the\n"
61376 " .vpc file and are presented for selection. Only selected variables are\n"
61377 " loaded for a time step.</Documentation>\n"
61378 " </StringVectorProperty>\n"
61379 " <DoubleVectorProperty information_only=\"1\"\n"
61380 " name=\"TimestepValues\"\n"
61381 " repeatable=\"1\">\n"
61382 " <TimeStepsInformationHelper />\n"
61383 " </DoubleVectorProperty>\n"
61384 " <IntVectorProperty command=\"SetStride\"\n"
61385 " default_values=\"1 1 1\"\n"
61386 " label=\"Stride\"\n"
61387 " name=\"SetStride\"\n"
61388 " number_of_elements=\"3\">\n"
61389 " <IntRangeDomain min=\"1\"\n"
61390 " name=\"range\" />\n"
61391 " <Documentation>VPIC data may be very large and not all is needed for\n"
61392 " effective visualization. Setting the stride selects every nth data item\n"
61393 " within the files for display.</Documentation>\n"
61394 " </IntVectorProperty>\n"
61395 " <IntVectorProperty command=\"GetXLayout\"\n"
61396 " information_only=\"1\"\n"
61397 " name=\"DefaultXExtent\">\n"
61398 " <SimpleIntInformationHelper />\n"
61399 " <Documentation>VPIC data is written one file per simulation processor.\n"
61400 " This coarse map of files is used in partitioning files between\n"
61401 " visualizing processors so that each ParaView processor has its own set\n"
61402 " of files to display. Default extent is all files\n"
61403 " available.</Documentation>\n"
61404 " </IntVectorProperty>\n"
61405 " <IntVectorProperty command=\"GetYLayout\"\n"
61406 " information_only=\"1\"\n"
61407 " name=\"DefaultYExtent\">\n"
61408 " <SimpleIntInformationHelper />\n"
61409 " <Documentation>VPIC data is written one file per simulation processor.\n"
61410 " This coarse map of files is used in partitioning files between\n"
61411 " visualizing processors so that each ParaView processor has its own set\n"
61412 " of files to display. Default extent is all files\n"
61413 " available.</Documentation>\n"
61414 " </IntVectorProperty>\n"
61415 " <IntVectorProperty command=\"GetZLayout\"\n"
61416 " information_only=\"1\"\n"
61417 " name=\"DefaultZExtent\">\n"
61418 " <SimpleIntInformationHelper />\n"
61419 " <Documentation>VPIC data is written one file per simulation processor.\n"
61420 " This coarse map of files is used in partitioning files between\n"
61421 " visualizing processors so that each ParaView processor has its own set\n"
61422 " of files to display. Default extent is all files\n"
61423 " available.</Documentation>\n"
61424 " </IntVectorProperty>\n"
61425 " <IntVectorProperty animateable=\"1\"\n"
61426 " command=\"SetXExtent\"\n"
61427 " default_values=\"-1 -1\"\n"
61428 " label=\"X Extent\"\n"
61429 " name=\"XExtent\"\n"
61430 " number_of_elements=\"2\">\n"
61431 " <IntRangeDomain name=\"XRange\">\n"
61432 " <RequiredProperties>\n"
61433 " <Property function=\"Range\"\n"
61434 " name=\"DefaultXExtent\" />\n"
61435 " </RequiredProperties>\n"
61436 " </IntRangeDomain>\n"
61437 " <Documentation>VPIC data is written one file per simulation processor.\n"
61438 " This coarse map of files is used in partitioning files between\n"
61439 " visualizing processors so that each ParaView processor has its own set\n"
61440 " of files to display. Ghost cell overlap is handled within the reader.\n"
61441 " To limit the View of VPIC information the extent in the X dimension of\n"
61442 " \"files\" can be specified. Only the files selected will be displayed and\n"
61443 " they will be partitioned between the visualizing processors, allowing a\n"
61444 " higher resolution over a smaller area.</Documentation>\n"
61445 " </IntVectorProperty>\n"
61446 " <IntVectorProperty animateable=\"1\"\n"
61447 " command=\"SetYExtent\"\n"
61448 " default_values=\"-1 -1\"\n"
61449 " label=\"Y Extent\"\n"
61450 " name=\"YExtent\"\n"
61451 " number_of_elements=\"2\">\n"
61452 " <IntRangeDomain name=\"YRange\">\n"
61453 " <RequiredProperties>\n"
61454 " <Property function=\"Range\"\n"
61455 " name=\"DefaultYExtent\" />\n"
61456 " </RequiredProperties>\n"
61457 " </IntRangeDomain>\n"
61458 " <Documentation>VPIC data is written one file per simulation processor.\n"
61459 " This coarse map of files is used in partitioning files between\n"
61460 " visualizing processors so that each ParaView processor has its own set\n"
61461 " of files to display. Ghost cell overlap is handled within the reader.\n"
61462 " To limit the View of VPIC information the extent in the Y dimension of\n"
61463 " \"files\" can be specified. Only the files selected will be displayed and\n"
61464 " they will be partitioned between the visualizing processors, allowing a\n"
61465 " higher resolution over a smaller area.</Documentation>\n"
61466 " </IntVectorProperty>\n"
61467 " <IntVectorProperty animateable=\"1\"\n"
61468 " command=\"SetZExtent\"\n"
61469 " default_values=\"-1 -1\"\n"
61470 " label=\"Z Extent\"\n"
61471 " name=\"ZExtent\"\n"
61472 " number_of_elements=\"2\">\n"
61473 " <IntRangeDomain name=\"ZRange\">\n"
61474 " <RequiredProperties>\n"
61475 " <Property function=\"Range\"\n"
61476 " name=\"DefaultZExtent\" />\n"
61477 " </RequiredProperties>\n"
61478 " </IntRangeDomain>\n"
61479 " <Documentation>VPIC data is written one file per simulation processor.\n"
61480 " This coarse map of files is used in partitioning files between\n"
61481 " visualizing processors so that each ParaView processor has its own set\n"
61482 " of files to display. Ghost cell overlap is handled within the reader.\n"
61483 " To limit the View of VPIC information the extent in the Z dimension of\n"
61484 " \"files\" can be specified. Only the files selected will be displayed and\n"
61485 " they will be partitioned between the visualizing processors, allowing a\n"
61486 " higher resolution over a smaller area.</Documentation>\n"
61487 " </IntVectorProperty>\n"
61488 " <Hints>\n"
61489 " <ReaderFactory extensions=\"vpc\"\n"
61490 " file_description=\"VPIC Files\" />\n"
61491 " </Hints>\n"
61492 " <!-- End vtkVPICReader -->\n"
61493 " </SourceProxy>\n"
61494 " </ProxyGroup>\n"
61495 "</ServerManagerConfiguration>\n"
61496 "\n";
61497 // Get single string
61499 {
61500 
61501  const size_t len0 = strlen(paraview_server_managerreaders_iovpicInterface0);
61502  size_t len = ( 0
61503  + len0 );
61504  char* res = new char[ len + 1];
61505  size_t offset = 0;
61507  assert(offset == len);
61508  res[offset] = 0;
61509  return res;
61510 }
61511 
61512 
61513 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_iotruchas.xml
61515 "<ServerManagerConfiguration>\n"
61516 " <ProxyGroup name=\"sources\">\n"
61517 " <!-- GE/LANL TRUCHAS Reader -->\n"
61518 " <SourceProxy class=\"vtkTRUCHASReader\"\n"
61519 " label=\"TRUCHAS Reader\"\n"
61520 " name=\"TruchasReader\">\n"
61521 " <Documentation long_help=\"Reads TRUCHAS data from HDF5\"\n"
61522 " short_help=\"Reads TRUCHAS data\">Reads TRUCHAS simulation output stored in HDF5.</Documentation>\n"
61523 " <StringVectorProperty animateable=\"0\"\n"
61524 " command=\"SetFileName\"\n"
61525 " name=\"FileName\"\n"
61526 " number_of_elements=\"1\"\n"
61527 " panel_visibility=\"never\">\n"
61528 " <FileListDomain name=\"files\" />\n"
61529 " <Documentation>This property specifies the HDF5 file name</Documentation>\n"
61530 " </StringVectorProperty>\n"
61531 " <DoubleVectorProperty information_only=\"1\"\n"
61532 " name=\"TimestepValues\"\n"
61533 " repeatable=\"1\">\n"
61534 " <TimeStepsInformationHelper />\n"
61535 " <Documentation>Available timestep values.</Documentation>\n"
61536 " </DoubleVectorProperty>\n"
61537 " <StringVectorProperty information_only=\"1\"\n"
61538 " name=\"PointArrayInfo\">\n"
61539 " <ArraySelectionInformationHelper attribute_name=\"Point\" />\n"
61540 " </StringVectorProperty>\n"
61541 " <StringVectorProperty command=\"SetPointArrayStatus\"\n"
61542 " element_types=\"2 0\"\n"
61543 " information_property=\"PointArrayInfo\"\n"
61544 " label=\"Point Arrays\"\n"
61545 " name=\"PointArrayStatus\"\n"
61546 " number_of_elements=\"0\"\n"
61547 " number_of_elements_per_command=\"2\"\n"
61548 " panel_visibility=\"default\"\n"
61549 " repeat_command=\"1\">\n"
61550 " <ArraySelectionDomain name=\"array_list\">\n"
61551 " <RequiredProperties>\n"
61552 " <Property function=\"ArrayList\"\n"
61553 " name=\"PointArrayInfo\" />\n"
61554 " </RequiredProperties>\n"
61555 " </ArraySelectionDomain>\n"
61556 " <Documentation>This property lists which point-centered arrays to\n"
61557 " read.</Documentation>\n"
61558 " </StringVectorProperty>\n"
61559 " <StringVectorProperty information_only=\"1\"\n"
61560 " name=\"CellArrayInfo\">\n"
61561 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
61562 " </StringVectorProperty>\n"
61563 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
61564 " element_types=\"2 0\"\n"
61565 " information_property=\"CellArrayInfo\"\n"
61566 " label=\"Cell Arrays\"\n"
61567 " name=\"CellArrayStatus\"\n"
61568 " number_of_elements=\"0\"\n"
61569 " number_of_elements_per_command=\"2\"\n"
61570 " panel_visibility=\"default\"\n"
61571 " repeat_command=\"1\">\n"
61572 " <ArraySelectionDomain name=\"array_list\">\n"
61573 " <RequiredProperties>\n"
61574 " <Property function=\"ArrayList\"\n"
61575 " name=\"CellArrayInfo\" />\n"
61576 " </RequiredProperties>\n"
61577 " </ArraySelectionDomain>\n"
61578 " <Documentation>This property lists which cell-centered arrays to\n"
61579 " read.</Documentation>\n"
61580 " </StringVectorProperty>\n"
61581 " <StringVectorProperty information_only=\"1\"\n"
61582 " name=\"BlockInfo\">\n"
61583 " <ArraySelectionInformationHelper attribute_name=\"Block\" />\n"
61584 " </StringVectorProperty>\n"
61585 " <StringVectorProperty command=\"SetBlockArrayStatus\"\n"
61586 " element_types=\"2 0\"\n"
61587 " information_property=\"BlockInfo\"\n"
61588 " label=\"Blocks\"\n"
61589 " name=\"BlockArrayStatus\"\n"
61590 " number_of_elements=\"2\"\n"
61591 " number_of_elements_per_command=\"2\"\n"
61592 " repeat_command=\"1\">\n"
61593 " <ArraySelectionDomain name=\"array_list\">\n"
61594 " <RequiredProperties>\n"
61595 " <Property function=\"ArrayList\"\n"
61596 " name=\"BlockInfo\" />\n"
61597 " </RequiredProperties>\n"
61598 " </ArraySelectionDomain>\n"
61599 " <Documentation>Select the grids to be loaded from the dataset, if\n"
61600 " any.</Documentation>\n"
61601 " </StringVectorProperty>\n"
61602 "\n"
61603 " <Hints>\n"
61604 " <ReaderFactory extensions=\"hdf5 h5\"\n"
61605 " file_description=\"TRUCHAS dataset\" />\n"
61606 " </Hints>\n"
61607 " </SourceProxy>\n"
61608 " </ProxyGroup>\n"
61609 "</ServerManagerConfiguration>\n"
61610 "\n";
61611 // Get single string
61613 {
61614 
61615  const size_t len0 = strlen(paraview_server_managerreaders_iotruchasInterface0);
61616  size_t len = ( 0
61617  + len0 );
61618  char* res = new char[ len + 1];
61619  size_t offset = 0;
61621  assert(offset == len);
61622  res[offset] = 0;
61623  return res;
61624 }
61625 
61626 
61627 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioveraout.xml
61629 "<ServerManagerConfiguration>\n"
61630 " <ProxyGroup name=\"source\">\n"
61631 " <!-- VERAout Reader -->\n"
61632 " <SourceProxy\n"
61633 " name=\"vtkVeraOutReader\"\n"
61634 " class=\"vtkVeraOutReader\"\n"
61635 " label=\"VERA OUT Reader\" >\n"
61636 " <Documentation\n"
61637 " long_help=\"Reads VERA OUT HDF5 data.\"\n"
61638 " short_help=\"Reads VERA OUT HDF5 data.\"\n"
61639 " />\n"
61640 " <StringVectorProperty\n"
61641 " name=\"FileName\"\n"
61642 " animateable=\"0\"\n"
61643 " command=\"SetFileName\"\n"
61644 " number_of_elements=\"1\"\n"
61645 " >\n"
61646 " <FileListDomain name=\"files\" />\n"
61647 " <Documentation>\n"
61648 " This property specifies the HDF5 file name for the VERA OUT reader.\n"
61649 " </Documentation>\n"
61650 " </StringVectorProperty>\n"
61651 "\n"
61652 " <StringVectorProperty name=\"CellArrayInfo\"\n"
61653 " command=\"GetCellDataArraySelection\"\n"
61654 " number_of_elements_per_command=\"2\"\n"
61655 " information_only=\"1\"\n"
61656 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
61657 "\n"
61658 " <StringVectorProperty name=\"CellArrayStatus\"\n"
61659 " command=\"GetCellDataArraySelection\"\n"
61660 " information_property=\"CellArrayInfo\"\n"
61661 " number_of_elements_per_command=\"2\"\n"
61662 " element_types=\"2 0\"\n"
61663 " repeat_command=\"1\"\n"
61664 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
61665 " <ArraySelectionDomain name=\"array_list\">\n"
61666 " <RequiredProperties>\n"
61667 " <Property function=\"ArrayList\" name=\"CellArrayInfo\" />\n"
61668 " </RequiredProperties>\n"
61669 " </ArraySelectionDomain>\n"
61670 " <Documentation>Select the cell arrays to read load.</Documentation>\n"
61671 " </StringVectorProperty>\n"
61672 "\n"
61673 " <StringVectorProperty name=\"FieldArrayInfo\"\n"
61674 " command=\"GetFieldDataArraySelection\"\n"
61675 " number_of_elements_per_command=\"2\"\n"
61676 " information_only=\"1\"\n"
61677 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
61678 "\n"
61679 " <StringVectorProperty name=\"FieldArrayStatus\"\n"
61680 " command=\"GetFieldDataArraySelection\"\n"
61681 " information_property=\"FieldArrayInfo\"\n"
61682 " number_of_elements_per_command=\"2\"\n"
61683 " element_types=\"2 0\"\n"
61684 " repeat_command=\"1\"\n"
61685 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
61686 " <ArraySelectionDomain name=\"array_list\">\n"
61687 " <RequiredProperties>\n"
61688 " <Property function=\"ArrayList\" name=\"FieldArrayInfo\" />\n"
61689 " </RequiredProperties>\n"
61690 " </ArraySelectionDomain>\n"
61691 " <Documentation>Select the field arrays to read load.</Documentation>\n"
61692 " </StringVectorProperty>\n"
61693 "\n"
61694 " <Hints>\n"
61695 " <ReaderFactory\n"
61696 " extensions=\"h5\"\n"
61697 " file_description=\"VERA OUT Reader\"\n"
61698 " />\n"
61699 " </Hints>\n"
61700 "\n"
61701 " <DoubleVectorProperty\n"
61702 " name=\"TimestepValues\"\n"
61703 " repeatable=\"1\"\n"
61704 " information_only=\"1\"\n"
61705 " >\n"
61706 " <TimeStepsInformationHelper/>\n"
61707 " </DoubleVectorProperty>\n"
61708 " </SourceProxy>\n"
61709 " </ProxyGroup>\n"
61710 "</ServerManagerConfiguration>\n"
61711 "\n";
61712 // Get single string
61714 {
61715 
61716  const size_t len0 = strlen(paraview_server_managerreaders_ioveraoutInterface0);
61717  size_t len = ( 0
61718  + len0 );
61719  char* res = new char[ len + 1];
61720  size_t offset = 0;
61722  assert(offset == len);
61723  res[offset] = 0;
61724  return res;
61725 }
61726 
61727 
61728 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioh5part.xml
61730 "<ServerManagerConfiguration>\n"
61731 " <ProxyGroup name=\"sources\">\n"
61732 " <SourceProxy name=\"H5PartReader\" class=\"vtkH5PartReader\">\n"
61733 " <Documentation>\n"
61734 " Reader for H5Part (HDF5) particle files.\n"
61735 " </Documentation>\n"
61736 "\n"
61737 " <StringVectorProperty name=\"FileName\"\n"
61738 " command=\"SetFileName\"\n"
61739 " number_of_elements=\"1\"\n"
61740 " panel_visibility=\"never\">\n"
61741 " <FileListDomain name=\"files\"/>\n"
61742 " </StringVectorProperty>\n"
61743 "\n"
61744 " <DoubleVectorProperty name=\"TimestepValues\"\n"
61745 " information_only=\"1\">\n"
61746 " <TimeStepsInformationHelper/>\n"
61747 " </DoubleVectorProperty>\n"
61748 "\n"
61749 " <StringVectorProperty name=\"XarrayInfo\"\n"
61750 " command=\"GetXarray\"\n"
61751 " information_only=\"1\">\n"
61752 " </StringVectorProperty>\n"
61753 "\n"
61754 " <StringVectorProperty name=\"YarrayInfo\"\n"
61755 " command=\"GetYarray\"\n"
61756 " information_only=\"1\">\n"
61757 " </StringVectorProperty>\n"
61758 "\n"
61759 " <StringVectorProperty name=\"ZarrayInfo\"\n"
61760 " command=\"GetZarray\"\n"
61761 " information_only=\"1\">\n"
61762 " </StringVectorProperty>\n"
61763 "\n"
61764 " <StringVectorProperty name=\"Xarray\"\n"
61765 " command=\"SetXarray\"\n"
61766 " number_of_elements=\"1\"\n"
61767 " information_property=\"XarrayInfo\">\n"
61768 " <Documentation>\n"
61769 " This property lists which point array to use for coordinates.\n"
61770 " </Documentation>\n"
61771 " <StringListDomain name=\"array_list\">\n"
61772 " <RequiredProperties>\n"
61773 " <Property name=\"PointArrayInfo\" function=\"ArrayList\" />\n"
61774 " </RequiredProperties>\n"
61775 " </StringListDomain>\n"
61776 " </StringVectorProperty>\n"
61777 "\n"
61778 " <StringVectorProperty name=\"Yarray\"\n"
61779 " command=\"SetYarray\"\n"
61780 " number_of_elements=\"1\"\n"
61781 " information_property=\"YarrayInfo\">\n"
61782 " <Documentation>\n"
61783 " This property lists which point array to use for coordinates.\n"
61784 " </Documentation>\n"
61785 " <StringListDomain name=\"array_list\">\n"
61786 " <RequiredProperties>\n"
61787 " <Property name=\"PointArrayInfo\" function=\"ArrayList\" />\n"
61788 " </RequiredProperties>\n"
61789 " </StringListDomain>\n"
61790 " </StringVectorProperty>\n"
61791 "\n"
61792 " <StringVectorProperty name=\"Zarray\"\n"
61793 " command=\"SetZarray\"\n"
61794 " number_of_elements=\"1\"\n"
61795 " information_property=\"ZarrayInfo\">\n"
61796 " <Documentation>\n"
61797 " This property lists which point array to use for coordinates.\n"
61798 " </Documentation>\n"
61799 " <StringListDomain name=\"array_list\">\n"
61800 " <RequiredProperties>\n"
61801 " <Property name=\"PointArrayInfo\" function=\"ArrayList\" />\n"
61802 " </RequiredProperties>\n"
61803 " </StringListDomain>\n"
61804 " </StringVectorProperty>\n"
61805 "\n"
61806 " <StringVectorProperty name=\"PointArrayInfo\"\n"
61807 " information_only=\"1\">\n"
61808 " <ArraySelectionInformationHelper attribute_name=\"Point\"/>\n"
61809 " </StringVectorProperty>\n"
61810 "\n"
61811 " <StringVectorProperty name=\"PointArrayStatus\"\n"
61812 " command=\"SetPointArrayStatus\"\n"
61813 " number_of_elements=\"0\"\n"
61814 " repeat_command=\"1\"\n"
61815 " number_of_elements_per_command=\"2\"\n"
61816 " element_types=\"2 0\"\n"
61817 " information_property=\"PointArrayInfo\"\n"
61818 " label=\"Point Arrays\">\n"
61819 " <ArraySelectionDomain name=\"array_list\">\n"
61820 " <RequiredProperties>\n"
61821 " <Property name=\"PointArrayInfo\" function=\"ArrayList\"/>\n"
61822 " </RequiredProperties>\n"
61823 " </ArraySelectionDomain>\n"
61824 " <Documentation>\n"
61825 " This property lists which point-centered arrays to read.\n"
61826 " </Documentation>\n"
61827 " </StringVectorProperty>\n"
61828 "\n"
61829 " <IntVectorProperty name=\"GenerateVertexCells\"\n"
61830 " command=\"SetGenerateVertexCells\"\n"
61831 " number_of_elements=\"1\"\n"
61832 " default_values=\"1\"\n"
61833 " panel_visibility=\"advanced\">\n"
61834 " <BooleanDomain name=\"bool\"/>\n"
61835 " </IntVectorProperty>\n"
61836 "\n"
61837 " <IntVectorProperty name=\"MaskOutOfTimeRangeOutput\"\n"
61838 " command=\"SetMaskOutOfTimeRangeOutput\"\n"
61839 " number_of_elements=\"1\"\n"
61840 " default_values=\"0\"\n"
61841 " panel_visibility=\"advanced\">\n"
61842 " <BooleanDomain name=\"bool\"/>\n"
61843 " </IntVectorProperty>\n"
61844 " <Hints>\n"
61845 " <ReaderFactory extensions=\"h5part\"\n"
61846 " file_description=\"H5Part particle files\" />\n"
61847 " </Hints>\n"
61848 " </SourceProxy>\n"
61849 " </ProxyGroup>\n"
61850 "</ServerManagerConfiguration>\n"
61851 "\n";
61852 // Get single string
61854 {
61855 
61856  const size_t len0 = strlen(paraview_server_managerreaders_ioh5partInterface0);
61857  size_t len = ( 0
61858  + len0 );
61859  char* res = new char[ len + 1];
61860  size_t offset = 0;
61862  assert(offset == len);
61863  res[offset] = 0;
61864  return res;
61865 }
61866 
61867 
61868 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_iopio.xml
61870 "<ServerManagerConfiguration>\n"
61871 " <ProxyGroup name=\"sources\">\n"
61872 " <SourceProxy class=\"vtkPIOReader\"\n"
61873 " label=\"PIO Reader\"\n"
61874 " name=\"PIOReader\">\n"
61875 " <Documentation long_help=\"Reads PIO dump files into an unstructured or hypertree grid.\"\n"
61876 " short_help=\"Read PIO dump files.\">PIO is a file format\n"
61877 " in support of XRAGE. The input file\n"
61878 " (.pio) opened by the PIO reader is an ASCII description\n"
61879 " of the data files within a dump directory numbered by cycle.\n"
61880 " The reader uses a PIOData class to read the file and a PIOAdaptor\n"
61881 " to build an unstructured or hypertree grid from the data. Requested\n"
61882 " data is filled into the structures. </Documentation>\n"
61883 " <StringVectorProperty animateable=\"0\"\n"
61884 " command=\"SetFileName\"\n"
61885 " name=\"FileName\"\n"
61886 " number_of_elements=\"1\"\n"
61887 " panel_visibility=\"never\">\n"
61888 " <FileListDomain name=\"files\" />\n"
61889 " <Documentation>ASCII .pio file describes locations of data files,\n"
61890 " type and order of data written to the files.</Documentation>\n"
61891 " </StringVectorProperty>\n"
61892 "\n"
61893 " <IntVectorProperty command=\"GetHyperTreeGrid\"\n"
61894 " information_only=\"1\"\n"
61895 " name=\"HyperTreeGridInfo\">\n"
61896 " </IntVectorProperty>\n"
61897 " <IntVectorProperty command=\"GetTracers\"\n"
61898 " information_only=\"1\"\n"
61899 " name=\"TracersInfo\">\n"
61900 " </IntVectorProperty>\n"
61901 " <IntVectorProperty command=\"GetFloat64\"\n"
61902 " information_only=\"1\"\n"
61903 " name=\"Float64Info\">\n"
61904 " </IntVectorProperty>\n"
61905 "\n"
61906 " <IntVectorProperty command=\"SetHyperTreeGrid\"\n"
61907 " name=\"HyperTreeGrid\"\n"
61908 " default_values=\"0\"\n"
61909 " number_of_elements=\"1\"\n"
61910 " label=\"Use HyperTree Grid (HTG) for AMR Mesh\"\n"
61911 " information_property=\"HyperTreeGridInfo\">\n"
61912 " <BooleanDomain name=\"bool\" />\n"
61913 " <Documentation short_help=\"Specify if hypertree grid is created rather than unstructured for AMR.\"\n"
61914 " long_help=\"Specify if hypertree grid is created rather than unstructure for AMR.\">\n"
61915 " This property determines if AMR in the PIO file is created\n"
61916 " as a hypertree grid rather than as an unstructured grid.\n"
61917 " </Documentation>\n"
61918 " </IntVectorProperty>\n"
61919 " <IntVectorProperty command=\"SetTracers\"\n"
61920 " name=\"Tracers\"\n"
61921 " default_values=\"0\"\n"
61922 " number_of_elements=\"1\"\n"
61923 " label=\"Load Tracers\"\n"
61924 " information_property=\"TracersInfo\">\n"
61925 " <BooleanDomain name=\"bool\" />\n"
61926 " <Documentation short_help=\"Specify if tracer data is read.\"\n"
61927 " long_help=\"Specify if tracer points and data are read into a separate unstructured grid.\">\n"
61928 " This property determines if tracer data is read into a second unstructured grid.\n"
61929 " </Documentation>\n"
61930 " </IntVectorProperty>\n"
61931 " <IntVectorProperty command=\"SetFloat64\"\n"
61932 " name=\"Float64\"\n"
61933 " default_values=\"0\"\n"
61934 " number_of_elements=\"1\"\n"
61935 " label=\"Load variables as doubles (Float64)\"\n"
61936 " information_property=\"Float64Info\">\n"
61937 " <BooleanDomain name=\"bool\" />\n"
61938 " <Documentation short_help=\"Specify if AMR and tracer data is read as 64 bit float rather than 32 bit.\"\n"
61939 " long_help=\"Specify if AMR and tracer data is read as 64 bit float rather than 32 bit.\">\n"
61940 " This property determines if the AMR and tracer variable data is read as 64 bit float.\n"
61941 " </Documentation>\n"
61942 " </IntVectorProperty>\n"
61943 " <StringVectorProperty information_only=\"1\"\n"
61944 " name=\"CellArrayInfo\">\n"
61945 " <ArraySelectionInformationHelper attribute_name=\"Cell\" />\n"
61946 " </StringVectorProperty>\n"
61947 " <StringVectorProperty command=\"SetCellArrayStatus\"\n"
61948 " element_types=\"2 0\"\n"
61949 " information_property=\"CellArrayInfo\"\n"
61950 " label=\"Cell Arrays\"\n"
61951 " name=\"CellArrayStatus\"\n"
61952 " number_of_elements=\"0\"\n"
61953 " number_of_elements_per_command=\"2\"\n"
61954 " repeat_command=\"1\">\n"
61955 " <ArraySelectionDomain name=\"array_list\">\n"
61956 " <RequiredProperties>\n"
61957 " <Property function=\"ArrayList\"\n"
61958 " name=\"CellArrayInfo\" />\n"
61959 " </RequiredProperties>\n"
61960 " </ArraySelectionDomain>\n"
61961 " <Documentation>Variables written to the data files are described in the\n"
61962 " .pio file and are presented for selection. Only selected variables are\n"
61963 " loaded for a time step.</Documentation>\n"
61964 " </StringVectorProperty>\n"
61965 " <StringVectorProperty name=\"TimeArrayInfo\"\n"
61966 " command=\"GetTimeDataStringArray\"\n"
61967 " information_only=\"1\"\n"
61968 " si_class=\"vtkSIDataArrayProperty\" />\n"
61969 " <StringVectorProperty command=\"SetActiveTimeDataArrayName\"\n"
61970 " element_types=\"str\"\n"
61971 " information_property=\"TimeArrayInfo\"\n"
61972 " label=\"Time Array\"\n"
61973 " default_values=\"SimulationTime\"\n"
61974 " name=\"TimeArray\"\n"
61975 " number_of_elements=\"1\">\n"
61976 " <StringListDomain name=\"array_list\"\n"
61977 " none_string=\"None\" >\n"
61978 " <RequiredProperties>\n"
61979 " <Property function=\"ArrayList\"\n"
61980 " name=\"TimeArrayInfo\" />\n"
61981 " </RequiredProperties>\n"
61982 " </StringListDomain>\n"
61983 " <Documentation>This property sets which field data to use as time arrays\n"
61984 " to read. If set to Default, time steps are incremented integer values\n"
61985 " starting at zero.</Documentation>\n"
61986 " </StringVectorProperty>\n"
61987 " <DoubleVectorProperty information_only=\"1\"\n"
61988 " name=\"TimestepValues\"\n"
61989 " repeatable=\"1\">\n"
61990 " <TimeStepsInformationHelper />\n"
61991 " </DoubleVectorProperty>\n"
61992 " <Hints>\n"
61993 " <ReaderFactory extensions=\"pio\"\n"
61994 " file_description=\"PIO Dump Files\" />\n"
61995 " </Hints>\n"
61996 " <!-- End vtkPIOReader -->\n"
61997 " </SourceProxy>\n"
61998 " </ProxyGroup>\n"
61999 "</ServerManagerConfiguration>\n"
62000 "\n";
62001 // Get single string
62003 {
62004 
62005  const size_t len0 = strlen(paraview_server_managerreaders_iopioInterface0);
62006  size_t len = ( 0
62007  + len0 );
62008  char* res = new char[ len + 1];
62009  size_t offset = 0;
62011  assert(offset == len);
62012  res[offset] = 0;
62013  return res;
62014 }
62015 
62016 
62017 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_ioconvergecfd.xml
62019 "<ServerManagerConfiguration>\n"
62020 " <ProxyGroup name=\"sources\">\n"
62021 " <SourceProxy class=\"vtkCONVERGECFDReader\"\n"
62022 " file_name_method=\"SetFileName\"\n"
62023 " name=\"CONVERGECFDReader\">\n"
62024 " <Documentation long_help=\"Reads a CONVERGE CFD post file into a multiblock dataset.\"\n"
62025 " short_help=\"Reads a CONVERGE CFD post file.\">\n"
62026 " Reads CONVERGE post files containing meshes, surfaces,\n"
62027 " and parcels into a multiblock dataset. Each stream in a file is\n"
62028 " read as a top-level block and meshes, surfaces, and parcels are\n"
62029 " datasets under each stream.\n"
62030 " </Documentation>\n"
62031 " <StringVectorProperty animateable=\"0\"\n"
62032 " command=\"SetFileName\"\n"
62033 " name=\"FileName\"\n"
62034 " number_of_elements=\"1\"\n"
62035 " panel_visibility=\"never\">\n"
62036 " <FileListDomain name=\"files\" />\n"
62037 " <Documentation>The Converge CFD file name.</Documentation>\n"
62038 " </StringVectorProperty>\n"
62039 " <StringVectorProperty name=\"CellArrayInfo\"\n"
62040 " command=\"GetCellDataArraySelection\"\n"
62041 " number_of_elements_per_command=\"2\"\n"
62042 " information_only=\"1\"\n"
62043 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
62044 " <StringVectorProperty name=\"CellArrayStatus\"\n"
62045 " command=\"GetCellDataArraySelection\"\n"
62046 " information_property=\"CellArrayInfo\"\n"
62047 " number_of_elements_per_command=\"2\"\n"
62048 " element_types=\"2 0\"\n"
62049 " repeat_command=\"1\"\n"
62050 " si_class=\"vtkSIDataArraySelectionProperty\" >\n"
62051 " <ArraySelectionDomain name=\"array_list\" >\n"
62052 " <RequiredProperties>\n"
62053 " <Property name=\"CellArrayInfo\" function=\"ArrayList\"/>\n"
62054 " </RequiredProperties>\n"
62055 " </ArraySelectionDomain>\n"
62056 " <Documentation>\n"
62057 " Available cell variables.\n"
62058 " </Documentation>\n"
62059 " </StringVectorProperty>\n"
62060 " <StringVectorProperty name=\"ParcelArrayInfo\"\n"
62061 " command=\"GetParcelDataArraySelection\"\n"
62062 " number_of_elements_per_command=\"2\"\n"
62063 " information_only=\"1\"\n"
62064 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
62065 " <StringVectorProperty name=\"ParcelArrayStatus\"\n"
62066 " command=\"GetParcelDataArraySelection\"\n"
62067 " information_property=\"ParcelArrayInfo\"\n"
62068 " number_of_elements_per_command=\"2\"\n"
62069 " element_types=\"2 0\"\n"
62070 " repeat_command=\"1\"\n"
62071 " si_class=\"vtkSIDataArraySelectionProperty\" >\n"
62072 " <ArraySelectionDomain name=\"array_list\" >\n"
62073 " <RequiredProperties>\n"
62074 " <Property name=\"ParcelArrayInfo\" function=\"ArrayList\"/>\n"
62075 " </RequiredProperties>\n"
62076 " </ArraySelectionDomain>\n"
62077 " <Documentation>\n"
62078 " Available parcel variables.\n"
62079 " </Documentation>\n"
62080 " </StringVectorProperty>\n"
62081 " <DoubleVectorProperty information_only=\"1\"\n"
62082 " name=\"TimestepValues\"\n"
62083 " repeatable=\"1\">\n"
62084 " <TimeStepsInformationHelper />\n"
62085 " <Documentation>\n"
62086 " Reports time values to the GUI.\n"
62087 " </Documentation>\n"
62088 " </DoubleVectorProperty>\n"
62089 " <Hints>\n"
62090 " <ReaderFactory extensions=\"h5\"\n"
62091 " file_description=\"CONVERGE CFD\" />\n"
62092 " </Hints>\n"
62093 " </SourceProxy>\n"
62094 " </ProxyGroup>\n"
62095 "</ServerManagerConfiguration>\n"
62096 "\n";
62097 // Get single string
62099 {
62100 
62101  const size_t len0 = strlen(paraview_server_managerreaders_ioconvergecfdInterface0);
62102  size_t len = ( 0
62103  + len0 );
62104  char* res = new char[ len + 1];
62105  size_t offset = 0;
62107  assert(offset == len);
62108  res[offset] = 0;
62109  return res;
62110 }
62111 
62112 
62113 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/sources_renderingfreetype.xml
62115 "<ServerManagerConfiguration>\n"
62116 " <ProxyGroup name=\"sources\">\n"
62117 " <!-- ==================================================================== -->\n"
62118 " <SourceProxy class=\"vtkVectorText\"\n"
62119 " label=\"3D Text\"\n"
62120 " name=\"VectorText\">\n"
62121 " <Documentation long_help=\"3D geometric representation of a text string\"\n"
62122 " short_help=\"Create a 3D text object\">The 3D Text source\n"
62123 " displays a text string as polygonal data.</Documentation>\n"
62124 " <StringVectorProperty command=\"SetText\"\n"
62125 " default_values=\"3D Text\"\n"
62126 " name=\"Text\"\n"
62127 " number_of_elements=\"1\"\n"
62128 " panel_visibility=\"default\">\n"
62129 " <Documentation>This property contains the text string to be displayed.\n"
62130 " The ASCII alphanumeric characters a-z, A-Z, and 0-9 are supported; so\n"
62131 " are ASCII punctuation marks. The only supported control character is\n"
62132 " \"\\n\", which inserts a new line in the text string.</Documentation>\n"
62133 " </StringVectorProperty>\n"
62134 " <!-- End 3DText -->\n"
62135 " </SourceProxy>\n"
62136 " </ProxyGroup>\n"
62137 "</ServerManagerConfiguration>\n"
62138 "\n";
62139 // Get single string
62141 {
62142 
62144  size_t len = ( 0
62145  + len0 );
62146  char* res = new char[ len + 1];
62147  size_t offset = 0;
62149  assert(offset == len);
62150  res[offset] = 0;
62151  return res;
62152 }
62153 
62154 
62155 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/proxies_interactionwidgets.xml
62157 "<ServerManagerConfiguration>\n"
62158 " <!-- ==================================================================== -->\n"
62159 " <ProxyGroup name=\"contour_line_interpolators\">\n"
62160 " <Proxy name=\"ContourLineInterpolatorBase\">\n"
62161 " <Documentation>Base API definition for all contour line\n"
62162 " interpolators.</Documentation>\n"
62163 " <!-- End of \"ContourLineInterpolatorBase\" -->\n"
62164 " </Proxy>\n"
62165 " <Proxy base_proxygroup=\"contour_line_interpolators\"\n"
62166 " base_proxyname=\"ContourLineInterpolatorBase\"\n"
62167 " class=\"vtkBezierContourLineInterpolator\"\n"
62168 " name=\"BezierContourLineInterpolator\"></Proxy>\n"
62169 "\n"
62170 " <!--\n"
62171 " FIXME: vtkPolyDataContourLineInterpolator is an abstract class;\n"
62172 " how in the world is this expected to work ????\n"
62173 "\n"
62174 " <Proxy base_proxygroup=\"contour_line_interpolators\"\n"
62175 " base_proxyname=\"ContourLineInterpolatorBase\"\n"
62176 " class=\"vtkPolyDataContourLineInterpolator\"\n"
62177 " name=\"PolyDataContourLineInterpolator\"></Proxy>\n"
62178 " -->\n"
62179 " <Proxy base_proxygroup=\"contour_line_interpolators\"\n"
62180 " base_proxyname=\"ContourLineInterpolatorBase\"\n"
62181 " class=\"vtkPolygonalSurfaceContourLineInterpolator\"\n"
62182 " name=\"PolygonalSurfaceContourLineInterpolator\"></Proxy>\n"
62183 " </ProxyGroup>\n"
62184 "\n"
62185 " <!-- ==================================================================== -->\n"
62186 " <ProxyGroup name=\"point_placers\">\n"
62187 "\n"
62188 " <!-- ================================================================== -->\n"
62189 " <Proxy name=\"PointPlacerBase\">\n"
62190 " <Documentation>Base API definition for all point placers.</Documentation>\n"
62191 " <!-- End of \"PointPlacerBase\" -->\n"
62192 " </Proxy>\n"
62193 "\n"
62194 " <!-- ================================================================== -->\n"
62195 " <Proxy base_proxygroup=\"point_placers\"\n"
62196 " base_proxyname=\"PointPlacerBase\"\n"
62197 " class=\"vtkFocalPlanePointPlacer\"\n"
62198 " name=\"FocalPlanePointPlacer\"></Proxy>\n"
62199 "\n"
62200 " <!-- ================================================================== -->\n"
62201 " <Proxy base_proxygroup=\"point_placers\"\n"
62202 " base_proxyname=\"PointPlacerBase\"\n"
62203 " class=\"vtkBoundedPlanePointPlacer\"\n"
62204 " name=\"BoundedPlanePointPlacer\">\n"
62205 " <IntVectorProperty command=\"SetProjectionNormal\"\n"
62206 " default_values=\"2\"\n"
62207 " name=\"ProjectionNormal\"\n"
62208 " number_of_elements=\"1\">\n"
62209 " <EnumerationDomain name=\"enum\">\n"
62210 " <Entry text=\"XAxis\"\n"
62211 " value=\"0\" />\n"
62212 " <Entry text=\"YAxis\"\n"
62213 " value=\"1\" />\n"
62214 " <Entry text=\"ZAxis\"\n"
62215 " value=\"2\" />\n"
62216 " <Entry text=\"Oblique\"\n"
62217 " value=\"3\" />\n"
62218 " </EnumerationDomain>\n"
62219 " </IntVectorProperty>\n"
62220 " <DoubleVectorProperty command=\"SetProjectionPosition\"\n"
62221 " default_values=\"0.0\"\n"
62222 " name=\"ProjectionPosition\"\n"
62223 " number_of_elements=\"1\"></DoubleVectorProperty>\n"
62224 " <ProxyProperty clean_command=\"RemoveAllBoundingPlanes\"\n"
62225 " command=\"AddBoundingPlane\"\n"
62226 " name=\"BoundingPlanes\"\n"
62227 " number_of_elements_per_command=\"1\"\n"
62228 " repeat_command=\"1\">\n"
62229 " <ProxyGroupDomain name=\"groups\">\n"
62230 " <Group name=\"implicit_functions\" />\n"
62231 " </ProxyGroupDomain>\n"
62232 " <ProxyListDomain name=\"proxy_list\">\n"
62233 " <Proxy group=\"implicit_functions\"\n"
62234 " name=\"Plane\" />\n"
62235 " <Proxy group=\"implicit_functions\"\n"
62236 " name=\"Box\" />\n"
62237 " </ProxyListDomain>\n"
62238 " </ProxyProperty>\n"
62239 " </Proxy>\n"
62240 "\n"
62241 " <!-- ================================================================== -->\n"
62242 " <Proxy base_proxygroup=\"point_placers\"\n"
62243 " base_proxyname=\"PointPlacerBase\"\n"
62244 " class=\"vtkPolygonalSurfacePointPlacer\"\n"
62245 " name=\"PolygonalSurfacePointPlacer\">\n"
62246 " </Proxy>\n"
62247 " <!-- end of `point_placers` -->\n"
62248 " </ProxyGroup>\n"
62249 "</ServerManagerConfiguration>\n"
62250 "\n";
62251 // Get single string
62253 {
62254 
62256  size_t len = ( 0
62257  + len0 );
62258  char* res = new char[ len + 1];
62259  size_t offset = 0;
62261  assert(offset == len);
62262  res[offset] = 0;
62263  return res;
62264 }
62265 
62266 
62267 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/filters_selectionfftovertime.xml
62269 "<ServerManagerConfiguration>\n"
62270 " <ProxyGroup name=\"filters\">\n"
62271 " <!-- ================================================================== -->\n"
62272 " <CompoundSourceProxy label=\"FFT Of Selection Over Time\"\n"
62273 " name=\"FFTSelectionOverTime\">\n"
62274 " <Documentation long_help=\"Extracts selection over time and plots the FFT\"\n"
62275 " short_help=\"Extracts selection over time and plots the FFT\">\n"
62276 " Extracts the data of a selection (e.g. points or cells)\n"
62277 " over time, takes the FFT of them, and plots\n"
62278 " them.</Documentation>\n"
62279 " <Proxy compound_name=\"PlotSelectionOverTime1\"\n"
62280 " group=\"filters\"\n"
62281 " id=\"734\"\n"
62282 " servers=\"1\"\n"
62283 " type=\"ExtractSelectionOverTime\">\n"
62284 " <Property id=\"734.Input\"\n"
62285 " name=\"Input\"\n"
62286 " number_of_elements=\"1\">\n"
62287 " <Domain id=\"734.Input.groups\"\n"
62288 " name=\"groups\">\n"
62289 " <Group value=\"sources\" />\n"
62290 " <Group value=\"filters\" />\n"
62291 " </Domain>\n"
62292 " <Domain id=\"734.Input.input_type\"\n"
62293 " name=\"input_type\">\n"
62294 " <DataType value=\"vtkDataSet\" />\n"
62295 " <DataType value=\"vtkCompositeDataSet\" />\n"
62296 " </Domain>\n"
62297 " </Property>\n"
62298 " <Property id=\"734.Selection\"\n"
62299 " name=\"Selection\"\n"
62300 " number_of_elements=\"1\">\n"
62301 " <Proxy output_port=\"0\"\n"
62302 " value=\"742\" />\n"
62303 " <Domain id=\"734.Selection.groups\"\n"
62304 " name=\"groups\">\n"
62305 " <Group value=\"sources\" />\n"
62306 " <Group value=\"filters\" />\n"
62307 " </Domain>\n"
62308 " <Domain id=\"734.Selection.input_type\"\n"
62309 " name=\"input_type\">\n"
62310 " <DataType value=\"vtkSelection\" />\n"
62311 " </Domain>\n"
62312 " </Property>\n"
62313 " <Property id=\"734.SetReportStatisticsOnly\"\n"
62314 " name=\"Only Report Selection Statistics\"\n"
62315 " number_of_elements=\"1\">\n"
62316 " <Element index=\"0\"\n"
62317 " value=\"0\" />\n"
62318 " <Domain id=\"734.SetReportStatisticsOnly.bool\"\n"
62319 " name=\"bool\" />\n"
62320 " </Property>\n"
62321 " </Proxy>\n"
62322 " <Proxy compound_name=\"TableFFT1\"\n"
62323 " group=\"filters\"\n"
62324 " id=\"812\"\n"
62325 " servers=\"1\"\n"
62326 " type=\"TableFFT\">\n"
62327 " <Property id=\"812.Input\"\n"
62328 " name=\"Input\"\n"
62329 " number_of_elements=\"1\">\n"
62330 " <Proxy output_port=\"0\"\n"
62331 " value=\"734\" />\n"
62332 " <Domain id=\"812.Input.groups\"\n"
62333 " name=\"groups\">\n"
62334 " <Group value=\"sources\" />\n"
62335 " <Group value=\"filters\" />\n"
62336 " </Domain>\n"
62337 " <Domain id=\"812.Input.input_array\"\n"
62338 " name=\"input_array\">\n"
62339 " <InputArray attribute_type=\"row\"\n"
62340 " number_of_components=\"1\" />\n"
62341 " </Domain>\n"
62342 " <Domain id=\"812.Input.input_type\"\n"
62343 " name=\"input_type\">\n"
62344 " <DataType value=\"vtkTable\" />\n"
62345 " </Domain>\n"
62346 " </Property>\n"
62347 " </Proxy>\n"
62348 " <Proxy compound_name=\"auto_742\"\n"
62349 " group=\"sources\"\n"
62350 " id=\"742\"\n"
62351 " servers=\"1\"\n"
62352 " type=\"CompositeDataIDSelectionSource\">\n"
62353 " <Property id=\"742.ContainingCells\"\n"
62354 " name=\"ContainingCells\"\n"
62355 " number_of_elements=\"1\">\n"
62356 " <Element index=\"0\"\n"
62357 " value=\"0\" />\n"
62358 " <Domain id=\"742.ContainingCells.bool\"\n"
62359 " name=\"bool\" />\n"
62360 " </Property>\n"
62361 " <Property id=\"742.FieldType\"\n"
62362 " name=\"FieldType\"\n"
62363 " number_of_elements=\"1\">\n"
62364 " <Element index=\"0\"\n"
62365 " value=\"0\" />\n"
62366 " <Domain id=\"742.FieldType.enum\"\n"
62367 " name=\"enum\">\n"
62368 " <Entry text=\"CELL\"\n"
62369 " value=\"0\" />\n"
62370 " <Entry text=\"POINT\"\n"
62371 " value=\"1\" />\n"
62372 " <Entry text=\"FIELD\"\n"
62373 " value=\"2\" />\n"
62374 " <Entry text=\"VERTEX\"\n"
62375 " value=\"3\" />\n"
62376 " <Entry text=\"EDGE\"\n"
62377 " value=\"4\" />\n"
62378 " </Domain>\n"
62379 " </Property>\n"
62380 " <Property id=\"742.IDs\"\n"
62381 " name=\"IDs\"\n"
62382 " number_of_elements=\"3\">\n"
62383 " <Element index=\"0\"\n"
62384 " value=\"2\" />\n"
62385 " <Element index=\"1\"\n"
62386 " value=\"-1\" />\n"
62387 " <Element index=\"2\"\n"
62388 " value=\"3892\" />\n"
62389 " </Property>\n"
62390 " <Property id=\"742.InsideOut\"\n"
62391 " name=\"InsideOut\"\n"
62392 " number_of_elements=\"1\">\n"
62393 " <Element index=\"0\"\n"
62394 " value=\"0\" />\n"
62395 " <Domain id=\"742.InsideOut.bool\"\n"
62396 " name=\"bool\" />\n"
62397 " </Property>\n"
62398 " </Proxy>\n"
62399 " <ExposedProperties>\n"
62400 " <Property exposed_name=\"Input\"\n"
62401 " name=\"Input\"\n"
62402 " proxy_name=\"PlotSelectionOverTime1\" />\n"
62403 " <Property exposed_name=\"Selection\"\n"
62404 " name=\"Selection\"\n"
62405 " proxy_name=\"PlotSelectionOverTime1\" />\n"
62406 " </ExposedProperties>\n"
62407 " <OutputPort name=\"Output\"\n"
62408 " port_index=\"0\"\n"
62409 " proxy=\"TableFFT1\" />\n"
62410 " <Hints>\n"
62411 " <!-- View can be used to specify the preferred view for the proxy -->\n"
62412 " <View type=\"XYChartView\" />\n"
62413 " <Plotable />\n"
62414 " </Hints>\n"
62415 " <!-- FFTSelectionOverTime -->\n"
62416 " </CompoundSourceProxy>\n"
62417 " </ProxyGroup>\n"
62418 "</ServerManagerConfiguration>\n"
62419 "\n";
62420 // Get single string
62422 {
62423 
62425  size_t len = ( 0
62426  + len0 );
62427  char* res = new char[ len + 1];
62428  size_t offset = 0;
62430  assert(offset == len);
62431  res[offset] = 0;
62432  return res;
62433 }
62434 
62435 
62436 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Application/Resources/readers_openpmd.xml
62438 "<ServerManagerConfiguration>\n"
62439 " <ProxyGroup name=\"sources\">\n"
62440 " <!-- =================================================================== -->\n"
62441 " <SourceProxy name=\"OpenPMDReader\"\n"
62442 " label=\"openPMD Reader\"\n"
62443 " class=\"paraview.algorithms.openpmd.openPMDReader\"\n"
62444 " si_class=\"vtkSIPythonSourceProxy\">\n"
62445 "\n"
62446 " <Documentation>\n"
62447 " Reader for openPMD files.\n"
62448 " </Documentation>\n"
62449 "\n"
62450 " <OutputPort index=\"0\" name=\"Meshes\" />\n"
62451 " <OutputPort index=\"1\" name=\"Particles\" />\n"
62452 "\n"
62453 " <StringVectorProperty command=\"SetFileName\"\n"
62454 " name=\"FileName\"\n"
62455 " number_of_elements=\"1\"\n"
62456 " panel_visibility=\"never\">\n"
62457 " <FileListDomain name=\"files\" />\n"
62458 " <Documentation>Specify the file name.</Documentation>\n"
62459 " </StringVectorProperty>\n"
62460 "\n"
62461 " <DoubleVectorProperty information_only=\"1\" name=\"TimestepValues\" repeatable=\"1\">\n"
62462 " <TimeStepsInformationHelper />\n"
62463 " </DoubleVectorProperty>\n"
62464 "\n"
62465 " <StringVectorProperty name=\"ArraysInfo\"\n"
62466 " command=\"GetDataArraySelection\"\n"
62467 " number_of_elements_per_command=\"2\"\n"
62468 " information_only=\"1\"\n"
62469 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
62470 "\n"
62471 " <StringVectorProperty name=\"Arrays\"\n"
62472 " command=\"GetDataArraySelection\"\n"
62473 " information_property=\"ArraysInfo\"\n"
62474 " number_of_elements_per_command=\"2\"\n"
62475 " element_types=\"2 0\"\n"
62476 " repeat_command=\"1\"\n"
62477 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
62478 " <ArraySelectionDomain name=\"array_list\">\n"
62479 " <RequiredProperties>\n"
62480 " <Property function=\"ArrayList\" name=\"ArraysInfo\" />\n"
62481 " </RequiredProperties>\n"
62482 " </ArraySelectionDomain>\n"
62483 " <Documentation>Select the arrays to read.</Documentation>\n"
62484 " <Hints>\n"
62485 " <ArraySelectionWidget icon_type=\"cell\" />\n"
62486 " </Hints>\n"
62487 " </StringVectorProperty>\n"
62488 "\n"
62489 " <StringVectorProperty name=\"SpeciesInfo\"\n"
62490 " command=\"GetSpeciesSelection\"\n"
62491 " number_of_elements_per_command=\"2\"\n"
62492 " information_only=\"1\"\n"
62493 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
62494 "\n"
62495 " <StringVectorProperty name=\"Species\"\n"
62496 " command=\"GetSpeciesSelection\"\n"
62497 " information_property=\"SpeciesInfo\"\n"
62498 " number_of_elements_per_command=\"2\"\n"
62499 " element_types=\"2 0\"\n"
62500 " repeat_command=\"1\"\n"
62501 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
62502 " <ArraySelectionDomain name=\"array_list\">\n"
62503 " <RequiredProperties>\n"
62504 " <Property function=\"ArrayList\" name=\"SpeciesInfo\" />\n"
62505 " </RequiredProperties>\n"
62506 " </ArraySelectionDomain>\n"
62507 " <Documentation>Select the species to read.</Documentation>\n"
62508 " <Hints>\n"
62509 " <ArraySelectionWidget icon_type=\"cell\" />\n"
62510 " </Hints>\n"
62511 " </StringVectorProperty>\n"
62512 "\n"
62513 " <StringVectorProperty name=\"ParticleArraysInfo\"\n"
62514 " command=\"GetParticleArraySelection\"\n"
62515 " number_of_elements_per_command=\"2\"\n"
62516 " information_only=\"1\"\n"
62517 " si_class=\"vtkSIDataArraySelectionProperty\" />\n"
62518 "\n"
62519 " <StringVectorProperty name=\"ParticleArrays\"\n"
62520 " command=\"GetParticleArraySelection\"\n"
62521 " information_property=\"ParticleArraysInfo\"\n"
62522 " number_of_elements_per_command=\"2\"\n"
62523 " element_types=\"2 0\"\n"
62524 " repeat_command=\"1\"\n"
62525 " si_class=\"vtkSIDataArraySelectionProperty\">\n"
62526 " <ArraySelectionDomain name=\"array_list\">\n"
62527 " <RequiredProperties>\n"
62528 " <Property function=\"ArrayList\" name=\"ParticleArraysInfo\" />\n"
62529 " </RequiredProperties>\n"
62530 " </ArraySelectionDomain>\n"
62531 " <Documentation>Select the particle-arrays to read.</Documentation>\n"
62532 " <Hints>\n"
62533 " <ArraySelectionWidget icon_type=\"point\" />\n"
62534 " </Hints>\n"
62535 " </StringVectorProperty>\n"
62536 "\n"
62537 " <Hints>\n"
62538 " <ReaderFactory extensions=\"pmd\" file_description=\"openPMD files\" />\n"
62539 " </Hints>\n"
62540 "\n"
62541 " <!-- end of OpenPMDReader -->\n"
62542 " </SourceProxy>\n"
62543 "\n"
62544 " </ProxyGroup>\n"
62545 "</ServerManagerConfiguration>\n"
62546 "\n";
62547 // Get single string
62549 {
62550 
62551  const size_t len0 = strlen(paraview_server_managerreaders_openpmdInterface0);
62552  size_t len = ( 0
62553  + len0 );
62554  char* res = new char[ len + 1];
62555  size_t offset = 0;
62557  assert(offset == len);
62558  res[offset] = 0;
62559  return res;
62560 }
62561 
62562 
62563 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOGeneral/Resources/general_readers.xml
62565 "<ServerManagerConfiguration>\n"
62566 " <ProxyGroup name=\"internal_sources\">\n"
62567 " <Proxy class=\"vtkUnstructuredPOPReader\"\n"
62568 " label=\"Unstructured NetCDF POP reader\"\n"
62569 " name=\"UnstructuredPOPReaderCore\">\n"
62570 " <Documentation long_help=\"Reads rectilinear grid data from a NetCDF POP file and converts it into unstructured data.\"\n"
62571 " short_help=\"Read rectlinear grid data from a NetCDF file in the POP format and converts it into unstructured data.\">\n"
62572 " The reader reads regular rectilinear grid (image/volume) data from a\n"
62573 " NetCDF file and turns it into an unstructured spherical\n"
62574 " grid.</Documentation>\n"
62575 " <StringVectorProperty animateable=\"0\"\n"
62576 " command=\"SetFileName\"\n"
62577 " name=\"FileName\"\n"
62578 " number_of_elements=\"1\"\n"
62579 " panel_visibility=\"never\">\n"
62580 " <FileListDomain name=\"files\" />\n"
62581 " <Documentation>This property specifies the file name to\n"
62582 " read.</Documentation>\n"
62583 " </StringVectorProperty>\n"
62584 " <IntVectorProperty animateable=\"0\"\n"
62585 " command=\"SetStride\"\n"
62586 " default_values=\"1 1 1\"\n"
62587 " name=\"Stride\"\n"
62588 " number_of_elements=\"3\">\n"
62589 " <IntRangeDomain min=\"1 1 1\"\n"
62590 " name=\"range\" />\n"
62591 " <Documentation>This property indicate the number of indices per\n"
62592 " dimension (i,j,k) to skip between each point included in this\n"
62593 " output.</Documentation>\n"
62594 " </IntVectorProperty>\n"
62595 " <IntVectorProperty command=\"SetVOI\"\n"
62596 " default_values=\"0 -1 0 -1 0 -1\"\n"
62597 " label=\"VOI\"\n"
62598 " name=\"VOI\"\n"
62599 " number_of_elements=\"6\"\n"
62600 " panel_visibility=\"default\">\n"
62601 " <IntRangeDomain name=\"range\" />\n"
62602 " <Documentation>The data volume of interest (VOI). The VOI is a\n"
62603 " sub-extent of the data that you want loaded. Setting a VOI is useful\n"
62604 " when reading from a large data set and you are only interested in a\n"
62605 " small portion of the data. If left containing all 0's, then the reader\n"
62606 " will load in the entire data set.</Documentation>\n"
62607 " </IntVectorProperty>\n"
62608 " <IntVectorProperty command=\"SetVerticalVelocity\"\n"
62609 " default_values=\"0\"\n"
62610 " label=\"VerticalVelocity\"\n"
62611 " name=\"VerticalVelocity\"\n"
62612 " number_of_elements=\"1\">\n"
62613 " <BooleanDomain name=\"bool\" />\n"
62614 " <Documentation>If there is a velocity vector with only 2 components,\n"
62615 " specify that the reader should compute the third\n"
62616 " component.</Documentation>\n"
62617 " </IntVectorProperty>\n"
62618 " <Hints>\n"
62619 " <ReaderFactory extensions=\"pop.ncdf pop.nc\"\n"
62620 " file_description=\"POP Ocean NetCDF (Unstructured)\" />\n"
62621 " </Hints>\n"
62622 " </Proxy>\n"
62623 " <!-- End UnstructuredPOPReaderCore -->\n"
62624 " </ProxyGroup>\n"
62625 " <ProxyGroup name=\"sources\">\n"
62626 " <SourceProxy class=\"vtkPPhastaReader\"\n"
62627 " label=\"Phasta Reader\"\n"
62628 " name=\"PhastaReader\">\n"
62629 " <Documentation long_help=\"Reads the parallel Phasta meta-file and the underlying Phasta files.\"\n"
62630 " short_help=\"Read datasets stored in the Phasta format.\">\n"
62631 " This Phasta reader reads files stored in the Phasta (a CFD\n"
62632 " package) format. The expected file extension is .pht. The\n"
62633 " output of this reader is a multipiece data\n"
62634 " set.</Documentation>\n"
62635 " <StringVectorProperty animateable=\"0\"\n"
62636 " command=\"SetFileName\"\n"
62637 " name=\"FileName\"\n"
62638 " number_of_elements=\"1\"\n"
62639 " panel_visibility=\"never\" >\n"
62640 " <FileListDomain name=\"files\" />\n"
62641 " <Documentation>This property specifies the file name for the Phasta\n"
62642 " reader.</Documentation>\n"
62643 " </StringVectorProperty>\n"
62644 " <DoubleVectorProperty information_only=\"1\"\n"
62645 " name=\"TimestepValues\"\n"
62646 " repeatable=\"1\">\n"
62647 " <TimeStepsInformationHelper />\n"
62648 " <Documentation>Available timestep values.</Documentation>\n"
62649 " </DoubleVectorProperty>\n"
62650 " <Hints>\n"
62651 " <ReaderFactory extensions=\"pht\"\n"
62652 " file_description=\"Phasta Files\" />\n"
62653 " </Hints>\n"
62654 " </SourceProxy>\n"
62655 "\n"
62656 " <SourceProxy class=\"vtkFileSeriesReader\"\n"
62657 " file_name_method=\"SetFileName\"\n"
62658 " label=\"Unstructured NetCDF POP reader\"\n"
62659 " name=\"UnstructuredPOPReader\"\n"
62660 " si_class=\"vtkSIMetaReaderProxy\">\n"
62661 " <Documentation long_help=\"Reads rectilinear grid data from a NetCDF POP file and converts it into unstructured data.\"\n"
62662 " short_help=\"Read rectlinear grid data from a NetCDF file in the POP format and converts it into unstructured data.\">\n"
62663 " The reader reads regular rectilinear grid (image/volume) data from a\n"
62664 " NetCDF file and turns it into an unstructured spherical\n"
62665 " grid.</Documentation>\n"
62666 " <SubProxy>\n"
62667 " <Proxy name=\"Reader\"\n"
62668 " proxygroup=\"internal_sources\"\n"
62669 " proxyname=\"UnstructuredPOPReaderCore\"></Proxy>\n"
62670 " <ExposedProperties>\n"
62671 " <Property name=\"Stride\" />\n"
62672 " <Property name=\"VOI\" />\n"
62673 " <Property name=\"VerticalVelocity\" />\n"
62674 " </ExposedProperties>\n"
62675 " </SubProxy>\n"
62676 " <StringVectorProperty command=\"GetCurrentFileName\"\n"
62677 " information_only=\"1\"\n"
62678 " name=\"FileNameInfo\">\n"
62679 " <SimpleStringInformationHelper />\n"
62680 " </StringVectorProperty>\n"
62681 " <StringVectorProperty animateable=\"0\"\n"
62682 " clean_command=\"RemoveAllFileNames\"\n"
62683 " command=\"AddFileName\"\n"
62684 " information_property=\"FileNameInfo\"\n"
62685 " name=\"FileName\"\n"
62686 " number_of_elements=\"1\"\n"
62687 " panel_visibility=\"never\"\n"
62688 " repeat_command=\"1\">\n"
62689 " <FileListDomain name=\"files\" />\n"
62690 " <Documentation>The list of files to be read by the\n"
62691 " reader.</Documentation>\n"
62692 " </StringVectorProperty>\n"
62693 " <DoubleVectorProperty information_only=\"1\"\n"
62694 " name=\"TimestepValues\"\n"
62695 " repeatable=\"1\">\n"
62696 " <TimeStepsInformationHelper />\n"
62697 " <Documentation>Available timestep values.</Documentation>\n"
62698 " </DoubleVectorProperty>\n"
62699 " <Hints>\n"
62700 " <ReaderFactory extensions=\"pop.ncdf pop.nc\"\n"
62701 " file_description=\"POP Ocean NetCDF (Unstructured)\" />\n"
62702 " </Hints>\n"
62703 " </SourceProxy>\n"
62704 " <!-- End UnstructuredPOPReader -->\n"
62705 "\n"
62706 " <SourceProxy class=\"vtkVRMLSource\"\n"
62707 " label=\"VRML Reader\"\n"
62708 " name=\"vrmlreader\">\n"
62709 " <Documentation long_help=\"Load the geometry from a VRML 2.0 file.\"\n"
62710 " short_help=\"Read VRML 2.0 files.\">The VRML reader loads\n"
62711 " only the geometry from a VRML (Virtual Reality Modeling\n"
62712 " Language) 2.0 file. The expected file extension is .wrl.\n"
62713 " The output of this reader is a polygonal\n"
62714 " dataset.</Documentation>\n"
62715 " <StringVectorProperty animateable=\"0\"\n"
62716 " command=\"SetFileName\"\n"
62717 " name=\"FileName\"\n"
62718 " number_of_elements=\"1\"\n"
62719 " panel_visibility=\"never\" >\n"
62720 " <FileListDomain name=\"files\" />\n"
62721 " <Documentation>This property specifies the file name for the VRML\n"
62722 " reader.</Documentation>\n"
62723 " </StringVectorProperty>\n"
62724 " <Hints>\n"
62725 " <ReaderFactory extensions=\"wrl vrml\"\n"
62726 " file_description=\"VRML 2 Files\" />\n"
62727 " </Hints>\n"
62728 " <!-- End vrmlreader -->\n"
62729 " </SourceProxy>\n"
62730 "\n"
62731 " <!-- ================================================================== -->\n"
62732 " <!-- Begin Ensemble Data Reader -->\n"
62733 " <EnsembleDataReaderProxy class=\"vtkEnsembleDataReader\"\n"
62734 " label=\"Ensemble Data Reader\"\n"
62735 " name=\"EnsembleDataReader\">\n"
62736 " <Documentation long_help=\"Reads ensemble data organized in CSV files.\"\n"
62737 " short_help=\"Reads ensemble CSV files\">\n"
62738 " Reads CSV files in which each row gives a dataset and the last column of\n"
62739 " each row specifies the file name for the dataset. The standard extension\n"
62740 " is .pve.\n"
62741 " </Documentation>\n"
62742 " <StringVectorProperty animateable=\"0\"\n"
62743 " command=\"SetFileName\"\n"
62744 " name=\"FileName\"\n"
62745 " number_of_elements=\"1\"\n"
62746 " panel_visibility=\"never\">\n"
62747 " <FileListDomain name=\"files\"/>\n"
62748 " <Documentation>\n"
62749 " This property specifies the PVE file name\n"
62750 " </Documentation>\n"
62751 " </StringVectorProperty>\n"
62752 " <IntVectorProperty name=\"CurrentEnsembleMember\"\n"
62753 " command=\"SetCurrentMember\"\n"
62754 " animatable=\"1\"\n"
62755 " default_values=\"0\"\n"
62756 " number_of_elements=\"1\">\n"
62757 " <IntRangeDomain name=\"range\" default_mode=\"min\">\n"
62758 " <RequiredProperties>\n"
62759 " <Property name=\"EnsembleMemberRange\" function=\"Range\" />\n"
62760 " </RequiredProperties>\n"
62761 " </IntRangeDomain>\n"
62762 " <Documentation>\n"
62763 " The index of the dataset in the ensemble.\n"
62764 " </Documentation>\n"
62765 " </IntVectorProperty>\n"
62766 " <IntVectorProperty name=\"EnsembleMemberRange\"\n"
62767 " command=\"GetCurrentMemberRange\"\n"
62768 " information_only=\"1\"\n"
62769 " number_of_elements=\"2\"\n"
62770 " default_values=\"0 0\">\n"
62771 " </IntVectorProperty>\n"
62772 " <DoubleVectorProperty information_only=\"1\"\n"
62773 " name=\"TimestepValues\"\n"
62774 " repeatable=\"1\">\n"
62775 " <TimeStepsInformationHelper />\n"
62776 " <Documentation>\n"
62777 " Reports time values to the GUI.\n"
62778 " </Documentation>\n"
62779 " </DoubleVectorProperty>\n"
62780 " <Hints>\n"
62781 " <ReaderFactory extensions=\"pve\"\n"
62782 " file_description=\"ParaView Ensemble Data\" />\n"
62783 " </Hints>\n"
62784 " </EnsembleDataReaderProxy>\n"
62785 " <!-- End Ensemble Data Reader -->\n"
62786 "\n"
62787 " </ProxyGroup>\n"
62788 "</ServerManagerConfiguration>\n"
62789 "\n";
62790 // Get single string
62792 {
62793 
62794  const size_t len0 = strlen(paraview_server_managergeneral_readersInterface0);
62795  size_t len = ( 0
62796  + len0 );
62797  char* res = new char[ len + 1];
62798  size_t offset = 0;
62800  assert(offset == len);
62801  res[offset] = 0;
62802  return res;
62803 }
62804 
62805 
62806 // From file /builds/gitlab-kitware-sciviz-ci/VTKExtensions/IOGeneral/Resources/general_writers.xml
62808 "<ServerManagerConfiguration>\n"
62809 " <ProxyGroup name=\"internal_writers\">\n"
62810 " <!-- ================================================================= -->\n"
62811 " <Proxy base_proxygroup=\"internal_writers\"\n"
62812 " base_proxyname=\"DataWriterBase\"\n"
62813 " class=\"vtkPVPLYWriter\"\n"
62814 " name=\"PLYWriter\">\n"
62815 " <Documentation short_help=\"Write polygonal data in Stanford University PLY format.\">\n"
62816 " </Documentation>\n"
62817 " <InputProperty name=\"DummyInput\" panel_visibility=\"never\">\n"
62818 " <InputArrayDomain attribute_type=\"any\" name=\"input_array\" />\n"
62819 " </InputProperty>\n"
62820 "\n"
62821 " <IntVectorProperty name=\"EnableColoring\"\n"
62822 " command=\"SetEnableColoring\"\n"
62823 " number_of_elements=\"1\"\n"
62824 " default_values=\"0\">\n"
62825 " <BooleanDomain name=\"bool\" />\n"
62826 " <Documentation>\n"
62827 " Specify whether color information should be saved in the PLY file.\n"
62828 " If enabled, the data source's array to color with from the active view will be used.\n"
62829 " </Documentation>\n"
62830 " <Hints>\n"
62831 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
62832 " mode=\"enabled_state\"\n"
62833 " property=\"LookupTable\"\n"
62834 " inverse=\"1\"\n"
62835 " value=\"null\" />\n"
62836 " </Hints>\n"
62837 " </IntVectorProperty>\n"
62838 " <IntVectorProperty name=\"EnableAlpha\"\n"
62839 " command=\"SetEnableAlpha\"\n"
62840 " number_of_elements=\"1\"\n"
62841 " default_values=\"0\">\n"
62842 " <BooleanDomain name=\"bool\" />\n"
62843 " <Documentation>\n"
62844 " Specify whether alpha channel information should be saved in the PLY file.\n"
62845 " If enabled, the data source's transfer function from the active view will be used.\n"
62846 " This property is disabled if EnableColoring isn't enabled.\n"
62847 " </Documentation>\n"
62848 " <Hints>\n"
62849 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
62850 " mode=\"enabled_state\"\n"
62851 " property=\"EnableColoring\"\n"
62852 " value=\"1\" />\n"
62853 " </Hints>\n"
62854 " </IntVectorProperty>\n"
62855 " <StringVectorProperty command=\"SetInputArrayToProcess\"\n"
62856 " element_types=\"0 0 0 0 2\"\n"
62857 " name=\"ColorArrayName\"\n"
62858 " no_custom_default=\"1\"\n"
62859 " number_of_elements=\"5\">\n"
62860 " <Documentation>\n"
62861 " The array that will be used for saving color information when\n"
62862 " **Enable Coloring** is ON.\n"
62863 " </Documentation>\n"
62864 " <ArrayListDomain name=\"array_list\">\n"
62865 " <RequiredProperties>\n"
62866 " <Property function=\"Input\" name=\"DummyInput\" />\n"
62867 " </RequiredProperties>\n"
62868 " </ArrayListDomain>\n"
62869 " <Hints>\n"
62870 " <PropertyWidgetDecorator type=\"GenericDecorator\"\n"
62871 " mode=\"visibility\"\n"
62872 " property=\"EnableColoring\"\n"
62873 " value=\"-1\" />\n"
62874 " <!-- I am keeping this widget always hidden since I don't want the\n"
62875 " user to be able to change the array in the Writer's dialog.\n"
62876 " User should change the data's coloring properties in the active view\n"
62877 " instead -->\n"
62878 " </Hints>\n"
62879 " </StringVectorProperty>\n"
62880 " <ProxyProperty command=\"SetLookupTable\" name=\"LookupTable\" >\n"
62881 " <Documentation>Set the lookup table to use for scalar\n"
62882 " mapping.</Documentation>\n"
62883 " <ProxyGroupDomain name=\"groups\">\n"
62884 " <Group name=\"lookup_tables\" />\n"
62885 " </ProxyGroupDomain>\n"
62886 " </ProxyProperty>\n"
62887 " <!-- End of PLYWriter -->\n"
62888 " </Proxy>\n"
62889 " </ProxyGroup>\n"
62890 " <ProxyGroup name=\"writers\">\n"
62891 " <!-- ================================================================= -->\n"
62892 " <PSWriterProxy class=\"vtkParallelSerialWriter\"\n"
62893 " file_name_method=\"SetFileName\"\n"
62894 " name=\"PPLYWriter\"\n"
62895 " base_proxygroup=\"internal_writers\"\n"
62896 " base_proxyname=\"ParallelSerialWriter\">\n"
62897 " <Documentation short_help=\"Write polygonal data in Stanford University PLY format.\">\n"
62898 " Writer to write polygonal data in Stanford University PLY format. The\n"
62899 " data can be written in either binary (little or big endian) or ASCII\n"
62900 " representation. As for PointData and CellData, vtkPLYWriter cannot handle\n"
62901 " normals or vectors. It only handles RGB PointData and CellData. This\n"
62902 " version is used when running in parallel. It gathers data to first node\n"
62903 " and saves one file.</Documentation>\n"
62904 " <SubProxy>\n"
62905 " <Proxy name=\"Writer\"\n"
62906 " proxygroup=\"internal_writers\"\n"
62907 " proxyname=\"PLYWriter\"></Proxy>\n"
62908 " <ExposedProperties>\n"
62909 " <Property name=\"FileType\" />\n"
62910 " <Property name=\"EnableColoring\" />\n"
62911 " <Property name=\"EnableAlpha\" />\n"
62912 " <Property name=\"ColorArrayName\" />\n"
62913 " <Property name=\"LookupTable\" />\n"
62914 " </ExposedProperties>\n"
62915 " <LinkProperties>\n"
62916 " <Property name=\"DummyInput\" with_property=\"Input\" />\n"
62917 " </LinkProperties>\n"
62918 " </SubProxy>\n"
62919 " <PropertyGroup label=\"Color Properties\">\n"
62920 " <Property name=\"EnableColoring\" />\n"
62921 " <Property name=\"EnableAlpha\" />\n"
62922 " <Property name=\"ColorArrayName\" />\n"
62923 " <Property name=\"LookupTable\" />\n"
62924 " </PropertyGroup>\n"
62925 " <InputProperty command=\"SetInputConnection\"\n"
62926 " name=\"Input\">\n"
62927 " <DataTypeDomain name=\"input_type\">\n"
62928 " <DataType value=\"vtkPolyData\" />\n"
62929 " </DataTypeDomain>\n"
62930 " <Documentation>The input filter/source whose output dataset is to\n"
62931 " written to the file.</Documentation>\n"
62932 " </InputProperty>\n"
62933 " <StringVectorProperty command=\"SetFileName\"\n"
62934 " name=\"FileName\"\n"
62935 " number_of_elements=\"1\">\n"
62936 " <Documentation>The name of the file to be written.</Documentation>\n"
62937 " </StringVectorProperty>\n"
62938 " <SubProxy>\n"
62939 " <Proxy name=\"PostGatherHelper\"\n"
62940 " proxygroup=\"filters\"\n"
62941 " proxyname=\"AppendPolyData\" />\n"
62942 " </SubProxy>\n"
62943 " <Hints>\n"
62944 " <Property name=\"Input\"\n"
62945 " show=\"0\" />\n"
62946 " <Property name=\"FileName\"\n"
62947 " show=\"0\" />\n"
62948 " <WriterFactory extensions=\"ply\" file_description=\"PLY Polygonal File Format\" />\n"
62949 " <InitializationHelper class=\"vtkSMPLYWriterProxyInitializationHelper\" />\n"
62950 " <UseDocumentationForLabels />\n"
62951 " </Hints>\n"
62952 " <!-- End of PLYWriter -->\n"
62953 " </PSWriterProxy>\n"
62954 " </ProxyGroup>\n"
62955 "</ServerManagerConfiguration>\n"
62956 "\n";
62957 // Get single string
62959 {
62960 
62961  const size_t len0 = strlen(paraview_server_managergeneral_writersInterface0);
62962  size_t len = ( 0
62963  + len0 );
62964  char* res = new char[ len + 1];
62965  size_t offset = 0;
62967  assert(offset == len);
62968  res[offset] = 0;
62969  return res;
62970 }
62971 
62972 
62973 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Misc/Resources/sources_remotingmisc.xml
62975 "<ServerManagerConfiguration>\n"
62976 " <ProxyGroup name=\"sources\">\n"
62977 " <!-- ==================================================================== -->\n"
62978 " <MultiServerSourceProxy class=\"vtkPVMultiServerDataSource\"\n"
62979 " label=\"Remote Source Proxy\"\n"
62980 " name=\"MultiServerProxy\"\n"
62981 " processes=\"client\">\n"
62982 " <Documentation long_help=\"This proxy allow the user to automatically embed inside a built-in session data objects that belong to other servers\"\n"
62983 " short_help=\"This proxy allow the user to automatically embed inside a built-in session data objects that belong to other servers\">\n"
62984 " </Documentation>\n"
62985 " <Property name=\"DependencyLink\" />\n"
62986 " </MultiServerSourceProxy>\n"
62987 " </ProxyGroup>\n"
62988 "</ServerManagerConfiguration>\n"
62989 "\n";
62990 // Get single string
62992 {
62993 
62994  const size_t len0 = strlen(paraview_server_managersources_remotingmiscInterface0);
62995  size_t len = ( 0
62996  + len0 );
62997  char* res = new char[ len + 1];
62998  size_t offset = 0;
63000  assert(offset == len);
63001  res[offset] = 0;
63002  return res;
63003 }
63004 
63005 
63006 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Live/Resources/live_utilities.xml
63008 "<ServerManagerConfiguration>\n"
63009 " <ProxyGroup name=\"coprocessing\">\n"
63010 " <LiveInsituLinkProxy name=\"LiveInsituLink\" class=\"vtkLiveInsituLink\"\n"
63011 " processes=\"dataserver\">\n"
63012 " <Documentation>\n"
63013 " Proxy used to connect to Catalyst CoProcessor for live-data\n"
63014 " visualization.\n"
63015 " </Documentation>\n"
63016 "\n"
63017 " <IntVectorProperty name=\"InsituPort\"\n"
63018 " command=\"SetInsituPort\"\n"
63019 " number_of_elements=\"1\"\n"
63020 " default_values=\"0\">\n"
63021 " </IntVectorProperty>\n"
63022 "\n"
63023 " <IntVectorProperty name=\"ProcessType\"\n"
63024 " command=\"SetProcessType\"\n"
63025 " number_of_elements=\"1\"\n"
63026 " default_values=\"0\">\n"
63027 " <EnumerationDomain name=\"enum\">\n"
63028 " <Entry text=\"Visualization\" value=\"0\" />\n"
63029 " <Entry text=\"Simulation\" value=\"1\" />\n"
63030 " </EnumerationDomain>\n"
63031 " </IntVectorProperty>\n"
63032 "\n"
63033 " <StringVectorProperty name=\"Hostname\"\n"
63034 " command=\"SetHostname\"\n"
63035 " number_of_elements=\"1\"\n"
63036 " default_values=\"localhost\">\n"
63037 " </StringVectorProperty>\n"
63038 "\n"
63039 " <IntVectorProperty name=\"SimulationPaused\"\n"
63040 " command=\"SetSimulationPaused\"\n"
63041 " default_values=\"0\"\n"
63042 " number_of_elements=\"1\">\n"
63043 " <BooleanDomain name=\"bool\" />\n"
63044 " <Documentation>\n"
63045 " Pauses or continues the simulation.\n"
63046 " </Documentation>\n"
63047 " </IntVectorProperty>\n"
63048 "\n"
63049 " <Property name=\"Initialize\" command=\"Initialize\" />\n"
63050 " <Property name=\"LiveChanged\" command=\"LiveChanged\" />\n"
63051 "\n"
63052 " </LiveInsituLinkProxy>\n"
63053 " </ProxyGroup>\n"
63054 "</ServerManagerConfiguration>\n"
63055 "\n";
63056 // Get single string
63058 {
63059 
63060  const size_t len0 = strlen(paraview_server_managerlive_utilitiesInterface0);
63061  size_t len = ( 0
63062  + len0 );
63063  char* res = new char[ len + 1];
63064  size_t offset = 0;
63066  assert(offset == len);
63067  res[offset] = 0;
63068  return res;
63069 }
63070 
63071 
63072 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Export/Resources/exporters.xml
63074 "<ServerManagerConfiguration>\n"
63075 " <ProxyGroup name=\"exporters\">\n"
63076 " <!-- Proxy group for exporters used to export views. the Cinema DB exporter\n"
63077 " is in pythonfilter.xml since it requires Python -->\n"
63078 " <RenderViewExporterProxy class=\"vtkPVX3DExporter\"\n"
63079 " name=\"X3DExporter\">\n"
63080 " <Documentation long_help=\"Export X3D Files\"\n"
63081 " short_help=\"X3D Files\">vtkX3DExporter is a render window\n"
63082 " exporter which writes out the renderered scene into an X3D\n"
63083 " file. X3D is an XML-based format for representation 3D\n"
63084 " scenes (similar to VRML). Check out\n"
63085 " http://www.web3d.org/x3d/ for more\n"
63086 " details.</Documentation>\n"
63087 " <StringVectorProperty command=\"SetFileName\"\n"
63088 " name=\"FileName\"\n"
63089 " panel_visibility=\"never\"\n"
63090 " number_of_elements=\"1\">\n"
63091 " <Documentation>Name of the file to be written.</Documentation>\n"
63092 " </StringVectorProperty>\n"
63093 " <IntVectorProperty command=\"SetExportColorLegends\"\n"
63094 " name=\"ExportColorLegends\"\n"
63095 " number_of_elements=\"1\"\n"
63096 " default_values=\"0\">\n"
63097 " <BooleanDomain name=\"bool\" />\n"
63098 " <Documentation>\n"
63099 " When enabled, the color legends are exported to PixelTexture nodes\n"
63100 " under the Scene node in the exported X3D file.\n"
63101 " </Documentation>\n"
63102 " </IntVectorProperty>\n"
63103 " <Hints>\n"
63104 " <ExporterFactory extensions=\"x3d\" />\n"
63105 " </Hints>\n"
63106 " <!-- End of X3DExporter -->\n"
63107 " </RenderViewExporterProxy>\n"
63108 " <RenderViewExporterProxy base_proxygroup=\"exporters\"\n"
63109 " base_proxyname=\"X3DExporter\"\n"
63110 " class=\"vtkPVX3DExporter\"\n"
63111 " name=\"X3DExporterBinary\">\n"
63112 " <Documentation>Binary x3d exporter</Documentation>\n"
63113 " <IntVectorProperty command=\"SetBinary\"\n"
63114 " default_values=\"1\"\n"
63115 " name=\"Binary\"\n"
63116 " panel_visibility=\"never\"\n"
63117 " number_of_elements=\"1\">\n"
63118 " <BooleanDomain name=\"bool\" />\n"
63119 " <Documentation>Turn on binary mode</Documentation>\n"
63120 " </IntVectorProperty>\n"
63121 " <IntVectorProperty command=\"SetFastest\"\n"
63122 " default_values=\"0\"\n"
63123 " name=\"Fastest\"\n"
63124 " panel_visibility=\"never\"\n"
63125 " number_of_elements=\"1\">\n"
63126 " <BooleanDomain name=\"bool\" />\n"
63127 " <Documentation>In binary mode use fastest instead of best\n"
63128 " compression.</Documentation>\n"
63129 " </IntVectorProperty>\n"
63130 " <Hints>\n"
63131 " <ExporterFactory extensions=\"x3db\" />\n"
63132 " </Hints>\n"
63133 " </RenderViewExporterProxy>\n"
63134 " <RenderViewExporterProxy class=\"vtkSingleVTPExporter\"\n"
63135 " name=\"SingleExporter\">\n"
63136 " <Documentation>Exporter to export a single render view to a vtp\n"
63137 " file and texture.</Documentation>\n"
63138 " <StringVectorProperty command=\"SetFileName\"\n"
63139 " name=\"FileName\"\n"
63140 " panel_visibility=\"never\"\n"
63141 " number_of_elements=\"1\">\n"
63142 " <Documentation>Name of the file to be written.</Documentation>\n"
63143 " </StringVectorProperty>\n"
63144 " <Hints>\n"
63145 " <ExporterFactory extensions=\"vtp\" />\n"
63146 " </Hints>\n"
63147 " </RenderViewExporterProxy>\n"
63148 " <RenderViewExporterProxy class=\"vtkGLTFExporter\"\n"
63149 " name=\"GLTFExporter\">\n"
63150 " <Documentation>Exporter to export a single render view to gltf.\n"
63151 " </Documentation>\n"
63152 " <StringVectorProperty command=\"SetFileName\"\n"
63153 " name=\"FileName\"\n"
63154 " panel_visibility=\"never\"\n"
63155 " number_of_elements=\"1\">\n"
63156 " <Documentation>Name of the file to be written.</Documentation>\n"
63157 " </StringVectorProperty>\n"
63158 " <IntVectorProperty command=\"SetInlineData\"\n"
63159 " default_values=\"0\"\n"
63160 " name=\"InlineData\"\n"
63161 " number_of_elements=\"1\">\n"
63162 " <BooleanDomain name=\"bool\" />\n"
63163 " <Documentation>Turn on inlining of buffer data.</Documentation>\n"
63164 " </IntVectorProperty>\n"
63165 " <IntVectorProperty command=\"SetSaveNormal\"\n"
63166 " default_values=\"0\"\n"
63167 " name=\"SaveNormal\"\n"
63168 " number_of_elements=\"1\">\n"
63169 " <BooleanDomain name=\"bool\" />\n"
63170 " <Documentation>Save the NORMAL point array in the GLTF file if found.</Documentation>\n"
63171 " </IntVectorProperty>\n"
63172 " <IntVectorProperty command=\"SetSaveBatchId\"\n"
63173 " default_values=\"0\"\n"
63174 " name=\"SaveBatchId\"\n"
63175 " number_of_elements=\"1\">\n"
63176 " <BooleanDomain name=\"bool\" />\n"
63177 " <Documentation>Save the _BATCHID point array in the GLTF file if found.</Documentation>\n"
63178 " </IntVectorProperty>\n"
63179 " <Hints>\n"
63180 " <ExporterFactory extensions=\"gltf\" />\n"
63181 " </Hints>\n"
63182 " </RenderViewExporterProxy>\n"
63183 " <RenderViewExporterProxy class=\"vtkVRMLExporter\"\n"
63184 " name=\"VRMLExporter\">\n"
63185 " <Documentation>Exporter to export a single render view to an VRML\n"
63186 " file.</Documentation>\n"
63187 " <StringVectorProperty command=\"SetFileName\"\n"
63188 " name=\"FileName\"\n"
63189 " panel_visibility=\"never\"\n"
63190 " number_of_elements=\"1\">\n"
63191 " <Documentation>Name of the file to be written.</Documentation>\n"
63192 " </StringVectorProperty>\n"
63193 " <Hints>\n"
63194 " <ExporterFactory extensions=\"vrml\" />\n"
63195 " </Hints>\n"
63196 " <!-- End of VRMLExporter -->\n"
63197 " </RenderViewExporterProxy>\n"
63198 " <CSVExporterProxy class=\"vtkCSVExporter\"\n"
63199 " name=\"CSVExporter\">\n"
63200 " <Documentation long_help=\"Export Comma or Tab Delimited ASCII Files\"\n"
63201 " short_help=\"Comma or Tab Delimited Files\">\n"
63202 " Exporter to export a single render view to an CSV file.</Documentation>\n"
63203 " <StringVectorProperty command=\"SetFileName\"\n"
63204 " name=\"FileName\"\n"
63205 " panel_visibility=\"never\"\n"
63206 " number_of_elements=\"1\">\n"
63207 " <Documentation>Name of the file to be written.</Documentation>\n"
63208 " </StringVectorProperty>\n"
63209 " <IntVectorProperty command=\"SetFormatting\"\n"
63210 " default_values=\"0\"\n"
63211 " name=\"RealNumberNotation\"\n"
63212 " number_of_elements=\"1\">\n"
63213 " <EnumerationDomain name=\"enum\">\n"
63214 " <Entry text=\"Mixed\"\n"
63215 " value=\"0\" />\n"
63216 " <Entry text=\"Fixed\"\n"
63217 " value=\"1\" />\n"
63218 " <Entry text=\"Scientific\"\n"
63219 " value=\"2\" />\n"
63220 " </EnumerationDomain>\n"
63221 " <Documentation>Formatting to use when writing real numbers.\n"
63222 " 'Mixed' will automatically choose the shortest display.\n"
63223 " See the std::fixed doc for more info.</Documentation>\n"
63224 " </IntVectorProperty>\n"
63225 " <IntVectorProperty command=\"SetPrecision\"\n"
63226 " default_values=\"6\"\n"
63227 " name=\"RealNumberPrecision\"\n"
63228 " number_of_elements=\"1\">\n"
63229 " <Documentation>Precision to use when writing real numbers.</Documentation>\n"
63230 " </IntVectorProperty>\n"
63231 " <Hints>\n"
63232 " <ExporterFactory extensions=\"csv tsv txt\" />\n"
63233 " </Hints>\n"
63234 " <!-- End of CSVExporter -->\n"
63235 " </CSVExporterProxy>\n"
63236 " <RenderViewExporterProxy class=\"vtkPOVExporter\"\n"
63237 " name=\"POVExporter\">\n"
63238 " <Documentation long_help=\"Export POV Ray Files\"\n"
63239 " short_help=\"POV Files\">vtkPOVExporter is a render window\n"
63240 " exporter which writes out the renderered scene into an POV\n"
63241 " Ray file.</Documentation>\n"
63242 " <StringVectorProperty command=\"SetFileName\"\n"
63243 " name=\"FileName\"\n"
63244 " panel_visibility=\"never\"\n"
63245 " number_of_elements=\"1\">\n"
63246 " <Documentation>Name of the file to be written.</Documentation>\n"
63247 " </StringVectorProperty>\n"
63248 " <Hints>\n"
63249 " <ExporterFactory extensions=\"pov\" />\n"
63250 " </Hints>\n"
63251 " <!-- End of POVExporter -->\n"
63252 " </RenderViewExporterProxy>\n"
63253 " <!-- GL2PS exporter, shared options between render and context views: -->\n"
63254 " <GL2PSExporterProxy viewtype=\"none\"\n"
63255 " name=\"GL2PSExporterBase\">\n"
63256 " <Documentation>Base API definition for all GL2PS vector graphic exporters.\n"
63257 " </Documentation>\n"
63258 " <StringVectorProperty command=\"SetFileName\"\n"
63259 " name=\"FileName\"\n"
63260 " panel_visibility=\"never\"\n"
63261 " number_of_elements=\"1\">\n"
63262 " <Documentation>Name of the file to be written.</Documentation>\n"
63263 " </StringVectorProperty>\n"
63264 " <StringVectorProperty command=\"SetTitle\"\n"
63265 " name=\"SetTitle\"\n"
63266 " label=\"Plot title\"\n"
63267 " default_values=\"ParaView GL2PS Export\"\n"
63268 " number_of_elements=\"1\">\n"
63269 " </StringVectorProperty>\n"
63270 " <IntVectorProperty command=\"SetCompress\"\n"
63271 " default_values=\"0\"\n"
63272 " name=\"SetCompress\"\n"
63273 " label=\"Compress output file\"\n"
63274 " number_of_elements=\"1\">\n"
63275 " <BooleanDomain name=\"bool\" />\n"
63276 " </IntVectorProperty>\n"
63277 " <IntVectorProperty command=\"SetDrawBackground\"\n"
63278 " default_values=\"1\"\n"
63279 " name=\"SetDrawBackground\"\n"
63280 " label=\"Draw background\"\n"
63281 " panel_visibility=\"advanced\"\n"
63282 " number_of_elements=\"1\">\n"
63283 " <BooleanDomain name=\"bool\" />\n"
63284 " </IntVectorProperty>\n"
63285 " <IntVectorProperty command=\"SetOcclusionCull\"\n"
63286 " default_values=\"1\"\n"
63287 " name=\"SetOcclusionCull\"\n"
63288 " label=\"Cull hidden primitives\"\n"
63289 " panel_visibility=\"advanced\"\n"
63290 " number_of_elements=\"1\">\n"
63291 " <BooleanDomain name=\"bool\" />\n"
63292 " </IntVectorProperty>\n"
63293 " <DoubleVectorProperty command=\"SetLineWidthFactor\"\n"
63294 " default_values=\"0.714\"\n"
63295 " name=\"LineWidthFactor\"\n"
63296 " label=\"Line width scaling factor\"\n"
63297 " panel_visibility=\"advanced\"\n"
63298 " number_of_elements=\"1\">\n"
63299 " <DoubleRangeDomain max=\"10\"\n"
63300 " min=\"0\"\n"
63301 " name=\"range\" />\n"
63302 " </DoubleVectorProperty>\n"
63303 " <DoubleVectorProperty command=\"SetPointSizeFactor\"\n"
63304 " default_values=\"0.714\"\n"
63305 " name=\"PointSizeFactor\"\n"
63306 " label=\"Point size scaling factor\"\n"
63307 " panel_visibility=\"advanced\"\n"
63308 " number_of_elements=\"1\">\n"
63309 " <DoubleRangeDomain max=\"10\"\n"
63310 " min=\"0\"\n"
63311 " name=\"range\" />\n"
63312 " </DoubleVectorProperty>\n"
63313 " <!-- End of \"GL2PSExporterBase\" -->\n"
63314 " </GL2PSExporterProxy>\n"
63315 "\n"
63316 " <!-- GL2PS exporter, additional render view options added: -->\n"
63317 " <GL2PSExporterProxy base_proxygroup=\"exporters\"\n"
63318 " base_proxyname=\"GL2PSExporterBase\"\n"
63319 " viewtype=\"none\"\n"
63320 " name=\"GL2PSRenderViewExporterBase\">\n"
63321 " <Documentation>Base API definition for all GL2PS render view exporters.\n"
63322 " </Documentation>\n"
63323 " <IntVectorProperty command=\"SetSort\"\n"
63324 " default_values=\"1\"\n"
63325 " name=\"SetSort\"\n"
63326 " label=\"GL2PS depth sort method\"\n"
63327 " panel_visibility=\"advanced\"\n"
63328 " number_of_elements=\"1\">\n"
63329 " <EnumerationDomain name=\"enum\">\n"
63330 " <Entry text=\"No sorting (fastest, poor)\"\n"
63331 " value=\"0\" />\n"
63332 " <Entry text=\"Simple sorting (fast, good)\"\n"
63333 " value=\"1\" />\n"
63334 " <Entry text=\"BSP sorting (slow, best)\"\n"
63335 " value=\"2\" />\n"
63336 " </EnumerationDomain>\n"
63337 " <Documentation>Method of sorting 3D primitives.</Documentation>\n"
63338 " </IntVectorProperty>\n"
63339 " <IntVectorProperty command=\"SetWrite3DPropsAsRasterImage\"\n"
63340 " default_values=\"1\"\n"
63341 " name=\"Write3DPropsAsRasterImage\"\n"
63342 " label=\"Rasterize 3D geometry\"\n"
63343 " number_of_elements=\"1\">\n"
63344 " <Documentation>Export all 3D geometry as a rasterized image behind 2D\n"
63345 " geometry, which is still rendered as vector graphics.</Documentation>\n"
63346 " <BooleanDomain name=\"bool\" />\n"
63347 " </IntVectorProperty>\n"
63348 " <IntVectorProperty command=\"SetExcludeCubeAxesActorsFromRasterization\"\n"
63349 " default_values=\"1\"\n"
63350 " name=\"ExcludeCubeAxesActorsFromRasterization\"\n"
63351 " label=\"Don't rasterize cube axes\"\n"
63352 " panel_visibility=\"advanced\"\n"
63353 " number_of_elements=\"1\">\n"
63354 " <Documentation>If rasterizing 3D geometry, setting this option will\n"
63355 " export all cube axes actors as vector graphics.</Documentation>\n"
63356 " <BooleanDomain name=\"bool\" />\n"
63357 " </IntVectorProperty>\n"
63358 " <!-- End of \"GL2PSRenderViewExporterBase\" -->\n"
63359 " </GL2PSExporterProxy>\n"
63360 "\n"
63361 " <!-- GL2PS exporter, additional context view options added: -->\n"
63362 " <GL2PSExporterProxy base_proxygroup=\"exporters\"\n"
63363 " base_proxyname=\"GL2PSExporterBase\"\n"
63364 " viewtype=\"none\"\n"
63365 " name=\"GL2PSContextViewExporterBase\">\n"
63366 " <Documentation>Base API definition for all GL2PS context view exporters.\n"
63367 " </Documentation>\n"
63368 " <!-- No sorting, preserve painter order: -->\n"
63369 " <IntVectorProperty command=\"SetSort\"\n"
63370 " default_values=\"0\"\n"
63371 " name=\"SetSort\"\n"
63372 " label=\"GL2PS depth sort method\"\n"
63373 " panel_visibility=\"never\"\n"
63374 " number_of_elements=\"1\">\n"
63375 " <Documentation>Method of sorting 3D primitives.</Documentation>\n"
63376 " </IntVectorProperty>\n"
63377 " <IntVectorProperty command=\"SetWrite3DPropsAsRasterImage\"\n"
63378 " default_values=\"0\"\n"
63379 " name=\"Write3DPropsAsRasterImage\"\n"
63380 " label=\"Rasterize 3D geometry\"\n"
63381 " panel_visibility=\"never\"\n"
63382 ;
63383 
63384 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Export/Resources/exporters.xml
63386 " number_of_elements=\"1\">\n"
63387 " <Documentation>Export all 3D geometry as a rasterized image behind 2D\n"
63388 " geometry, which is still rendered as vector graphics.</Documentation>\n"
63389 " <BooleanDomain name=\"bool\" />\n"
63390 " </IntVectorProperty>\n"
63391 " <IntVectorProperty command=\"SetExcludeCubeAxesActorsFromRasterization\"\n"
63392 " default_values=\"1\"\n"
63393 " name=\"ExcludeCubeAxesActorsFromRasterization\"\n"
63394 " label=\"Don't rasterize cube axes\"\n"
63395 " panel_visibility=\"never\"\n"
63396 " number_of_elements=\"1\">\n"
63397 " <Documentation>If rasterizing 3D geometry, setting this option will\n"
63398 " export all cube axes actors as vector graphics.</Documentation>\n"
63399 " <BooleanDomain name=\"bool\" />\n"
63400 " </IntVectorProperty>\n"
63401 " <!-- End of \"GL2PSContextViewExporterBase\" -->\n"
63402 " </GL2PSExporterProxy>\n"
63403 "\n"
63404 " <!-- Actual render view GL2PS exporter proxies -->\n"
63405 " <GL2PSExporterProxy base_proxygroup=\"exporters\"\n"
63406 " base_proxyname=\"GL2PSRenderViewExporterBase\"\n"
63407 " class=\"vtkPVGL2PSExporter\"\n"
63408 " viewtype=\"renderview\"\n"
63409 " name=\"GL2PSRenderViewExporterPS\">\n"
63410 " <Documentation long_help=\"Export PostScript (PS) Files\"\n"
63411 " short_help=\"PS Files\">vtkPVGL2PSExporter is a render\n"
63412 " window exporter which writes out the renderered scene into\n"
63413 " a variety of vector graphics formats.</Documentation>\n"
63414 " <IntVectorProperty command=\"SetTextAsPath\"\n"
63415 " default_values=\"0\"\n"
63416 " name=\"SetTextAsPath\"\n"
63417 " label=\"Render text as paths\"\n"
63418 " number_of_elements=\"1\">\n"
63419 " <BooleanDomain name=\"bool\" />\n"
63420 " </IntVectorProperty>\n"
63421 " <IntVectorProperty command=\"SetPS3Shading\"\n"
63422 " default_values=\"1\"\n"
63423 " name=\"SetPS3Shading\"\n"
63424 " label=\"Use shfill shading operator\"\n"
63425 " panel_visibility=\"advanced\"\n"
63426 " number_of_elements=\"1\">\n"
63427 " <BooleanDomain name=\"bool\" />\n"
63428 " </IntVectorProperty>\n"
63429 " <IntVectorProperty command=\"SetFileFormat\"\n"
63430 " default_values=\"0\"\n"
63431 " name=\"FileFormat\"\n"
63432 " panel_visibility=\"never\"\n"
63433 " number_of_elements=\"1\">\n"
63434 " <Documentation>Set the output file format: 0: PostScript, 1:\n"
63435 " Encapsulated PostScript, 2: PDF, 3: TeX, 4: SVG</Documentation>\n"
63436 " </IntVectorProperty>\n"
63437 " <Hints>\n"
63438 " <ExporterFactory extensions=\"ps\" />\n"
63439 " </Hints>\n"
63440 " <!-- End of GL2PSRenderViewExporterPS -->\n"
63441 " </GL2PSExporterProxy>\n"
63442 " <GL2PSExporterProxy base_proxygroup=\"exporters\"\n"
63443 " base_proxyname=\"GL2PSRenderViewExporterBase\"\n"
63444 " class=\"vtkPVGL2PSExporter\"\n"
63445 " viewtype=\"renderview\"\n"
63446 " name=\"GL2PSRenderViewExporterEPS\">\n"
63447 " <Documentation long_help=\"Export Encapsulated PostScript (EPS) Files\"\n"
63448 " short_help=\"EPS Files\">vtkPVGL2PSExporter is a render\n"
63449 " window exporter which writes out the renderered scene into\n"
63450 " a variety of vector graphics formats.</Documentation>\n"
63451 " <IntVectorProperty command=\"SetTextAsPath\"\n"
63452 " default_values=\"0\"\n"
63453 " name=\"SetTextAsPath\"\n"
63454 " label=\"Render text as paths\"\n"
63455 " number_of_elements=\"1\">\n"
63456 " <BooleanDomain name=\"bool\" />\n"
63457 " </IntVectorProperty>\n"
63458 " <IntVectorProperty command=\"SetFileFormat\"\n"
63459 " default_values=\"1\"\n"
63460 " name=\"FileFormat\"\n"
63461 " panel_visibility=\"never\"\n"
63462 " number_of_elements=\"1\">\n"
63463 " <Documentation>Set the output file format: 0: PostScript, 1:\n"
63464 " Encapsulated PostScript, 2: PDF, 3: TeX, 4: SVG</Documentation>\n"
63465 " </IntVectorProperty>\n"
63466 " <Hints>\n"
63467 " <ExporterFactory extensions=\"eps\" />\n"
63468 " </Hints>\n"
63469 " <!-- End of GL2PSRenderViewExporterEPS -->\n"
63470 " </GL2PSExporterProxy>\n"
63471 " <GL2PSExporterProxy base_proxygroup=\"exporters\"\n"
63472 " base_proxyname=\"GL2PSRenderViewExporterBase\"\n"
63473 " class=\"vtkPVGL2PSExporter\"\n"
63474 " viewtype=\"renderview\"\n"
63475 " name=\"GL2PSRenderViewExporterPDF\">\n"
63476 " <Documentation long_help=\"Export Portable Document Format (PDF) Files\"\n"
63477 " short_help=\"PDF Files\">vtkPVGL2PSExporter is a render\n"
63478 " window exporter which writes out the renderered scene into\n"
63479 " a variety of vector graphics formats.</Documentation>\n"
63480 " <IntVectorProperty command=\"SetTextAsPath\"\n"
63481 " default_values=\"1\"\n"
63482 " name=\"SetTextAsPath\"\n"
63483 " label=\"Render text as paths\"\n"
63484 " panel_visibility=\"advanced\"\n"
63485 " number_of_elements=\"1\">\n"
63486 " <BooleanDomain name=\"bool\" />\n"
63487 " </IntVectorProperty>\n"
63488 " <IntVectorProperty command=\"SetFileFormat\"\n"
63489 " default_values=\"2\"\n"
63490 " name=\"FileFormat\"\n"
63491 " panel_visibility=\"never\"\n"
63492 " number_of_elements=\"1\">\n"
63493 " <Documentation>Set the output file format: 0: PostScript, 1:\n"
63494 " Encapsulated PostScript, 2: PDF, 3: TeX, 4: SVG</Documentation>\n"
63495 " </IntVectorProperty>\n"
63496 " <Hints>\n"
63497 " <ExporterFactory extensions=\"pdf\" />\n"
63498 " </Hints>\n"
63499 " <!-- End of GL2PSRenderViewExporterPDF -->\n"
63500 " </GL2PSExporterProxy>\n"
63501 " <GL2PSExporterProxy base_proxygroup=\"exporters\"\n"
63502 " base_proxyname=\"GL2PSRenderViewExporterBase\"\n"
63503 " class=\"vtkPVGL2PSExporter\"\n"
63504 " viewtype=\"renderview\"\n"
63505 " name=\"GL2PSRenderViewExporterSVG\">\n"
63506 " <Documentation long_help=\"Export Scalable Vector Graphics (SVG) Files\"\n"
63507 " short_help=\"SVG Files\">vtkPVGL2PSExporter is a render\n"
63508 " window exporter which writes out the renderered scene into\n"
63509 " a variety of vector graphics formats.</Documentation>\n"
63510 " <IntVectorProperty command=\"SetTextAsPath\"\n"
63511 " default_values=\"0\"\n"
63512 " name=\"SetTextAsPath\"\n"
63513 " label=\"Render text as paths\"\n"
63514 " number_of_elements=\"1\">\n"
63515 " <BooleanDomain name=\"bool\" />\n"
63516 " </IntVectorProperty>\n"
63517 " <IntVectorProperty command=\"SetFileFormat\"\n"
63518 " default_values=\"4\"\n"
63519 " name=\"FileFormat\"\n"
63520 " panel_visibility=\"never\"\n"
63521 " number_of_elements=\"1\">\n"
63522 " <Documentation>Set the output file format: 0: PostScript, 1:\n"
63523 " Encapsulated PostScript, 2: PDF, 3: TeX, 4: SVG</Documentation>\n"
63524 " </IntVectorProperty>\n"
63525 " <Hints>\n"
63526 " <ExporterFactory extensions=\"svg\" />\n"
63527 " </Hints>\n"
63528 " <!-- End of GL2PSRenderViewExporterSVG -->\n"
63529 " </GL2PSExporterProxy>\n"
63530 "\n"
63531 " <!-- Actual context view GL2PS exporter proxies -->\n"
63532 " <GL2PSExporterProxy base_proxygroup=\"exporters\"\n"
63533 " base_proxyname=\"GL2PSContextViewExporterBase\"\n"
63534 " class=\"vtkPVGL2PSExporter\"\n"
63535 " viewtype=\"contextview\"\n"
63536 " name=\"GL2PSContextViewExporterPS\">\n"
63537 " <Documentation long_help=\"Export PostScript (PS) Files\"\n"
63538 " short_help=\"PS Files\">vtkPVGL2PSExporter is a render\n"
63539 " window exporter which writes out the renderered scene into\n"
63540 " a variety of vector graphics formats.</Documentation>\n"
63541 " <IntVectorProperty command=\"SetTextAsPath\"\n"
63542 " default_values=\"0\"\n"
63543 " name=\"SetTextAsPath\"\n"
63544 " label=\"Render text as paths\"\n"
63545 " number_of_elements=\"1\">\n"
63546 " <BooleanDomain name=\"bool\" />\n"
63547 " </IntVectorProperty>\n"
63548 " <IntVectorProperty command=\"SetPS3Shading\"\n"
63549 " default_values=\"1\"\n"
63550 " name=\"SetPS3Shading\"\n"
63551 " label=\"Use shfill shading operator\"\n"
63552 " panel_visibility=\"advanced\"\n"
63553 " number_of_elements=\"1\">\n"
63554 " <BooleanDomain name=\"bool\" />\n"
63555 " </IntVectorProperty>\n"
63556 " <IntVectorProperty command=\"SetFileFormat\"\n"
63557 " default_values=\"0\"\n"
63558 " name=\"FileFormat\"\n"
63559 " panel_visibility=\"never\"\n"
63560 " number_of_elements=\"1\">\n"
63561 " <Documentation>Set the output file format: 0: PostScript, 1:\n"
63562 " Encapsulated PostScript, 2: PDF, 3: TeX, 4: SVG</Documentation>\n"
63563 " </IntVectorProperty>\n"
63564 " <Hints>\n"
63565 " <ExporterFactory extensions=\"ps\" />\n"
63566 " </Hints>\n"
63567 " <!-- End of GL2PSContextViewExporterPS -->\n"
63568 " </GL2PSExporterProxy>\n"
63569 " <GL2PSExporterProxy base_proxygroup=\"exporters\"\n"
63570 " base_proxyname=\"GL2PSContextViewExporterBase\"\n"
63571 " class=\"vtkPVGL2PSExporter\"\n"
63572 " viewtype=\"contextview\"\n"
63573 " name=\"GL2PSContextViewExporterEPS\">\n"
63574 " <Documentation long_help=\"Export Encapsulated PostScript (EPS) Files\"\n"
63575 " short_help=\"EPS Files\">vtkPVGL2PSExporter is a render\n"
63576 " window exporter which writes out the renderered scene into\n"
63577 " a variety of vector graphics formats.</Documentation>\n"
63578 " <IntVectorProperty command=\"SetTextAsPath\"\n"
63579 " default_values=\"0\"\n"
63580 " name=\"SetTextAsPath\"\n"
63581 " label=\"Render text as paths\"\n"
63582 " number_of_elements=\"1\">\n"
63583 " <BooleanDomain name=\"bool\" />\n"
63584 " </IntVectorProperty>\n"
63585 " <IntVectorProperty command=\"SetFileFormat\"\n"
63586 " default_values=\"1\"\n"
63587 " name=\"FileFormat\"\n"
63588 " panel_visibility=\"never\"\n"
63589 " number_of_elements=\"1\">\n"
63590 " <Documentation>Set the output file format: 0: PostScript, 1:\n"
63591 " Encapsulated PostScript, 2: PDF, 3: TeX, 4: SVG</Documentation>\n"
63592 " </IntVectorProperty>\n"
63593 " <Hints>\n"
63594 " <ExporterFactory extensions=\"eps\" />\n"
63595 " </Hints>\n"
63596 " <!-- End of GL2PSContextViewExporterEPS -->\n"
63597 " </GL2PSExporterProxy>\n"
63598 " <GL2PSExporterProxy base_proxygroup=\"exporters\"\n"
63599 " base_proxyname=\"GL2PSContextViewExporterBase\"\n"
63600 " class=\"vtkPVGL2PSExporter\"\n"
63601 " viewtype=\"contextview\"\n"
63602 " name=\"GL2PSContextViewExporterPDF\">\n"
63603 " <Documentation long_help=\"Export Portable Document Format (PDF) Files\"\n"
63604 " short_help=\"PDF Files\">vtkPVGL2PSExporter is a render\n"
63605 " window exporter which writes out the renderered scene into\n"
63606 " a variety of vector graphics formats.</Documentation>\n"
63607 " <IntVectorProperty command=\"SetTextAsPath\"\n"
63608 " default_values=\"1\"\n"
63609 " name=\"SetTextAsPath\"\n"
63610 " label=\"Render text as paths\"\n"
63611 " panel_visibility=\"advanced\"\n"
63612 " number_of_elements=\"1\">\n"
63613 " <BooleanDomain name=\"bool\" />\n"
63614 " </IntVectorProperty>\n"
63615 " <IntVectorProperty command=\"SetFileFormat\"\n"
63616 " default_values=\"2\"\n"
63617 " name=\"FileFormat\"\n"
63618 " panel_visibility=\"never\"\n"
63619 " number_of_elements=\"1\">\n"
63620 " <Documentation>Set the output file format: 0: PostScript, 1:\n"
63621 " Encapsulated PostScript, 2: PDF, 3: TeX, 4: SVG</Documentation>\n"
63622 " </IntVectorProperty>\n"
63623 " <Hints>\n"
63624 " <ExporterFactory extensions=\"pdf\" />\n"
63625 " </Hints>\n"
63626 " <!-- End of GL2PSContextViewExporterPDF -->\n"
63627 " </GL2PSExporterProxy>\n"
63628 " <GL2PSExporterProxy base_proxygroup=\"exporters\"\n"
63629 " base_proxyname=\"GL2PSContextViewExporterBase\"\n"
63630 " class=\"vtkPVGL2PSExporter\"\n"
63631 " viewtype=\"contextview\"\n"
63632 " name=\"GL2PSContextViewExporterSVG\">\n"
63633 " <Documentation long_help=\"Export Scalable Vector Graphics (SVG) Files\"\n"
63634 " short_help=\"SVG Files\">vtkPVGL2PSExporter is a render\n"
63635 " window exporter which writes out the renderered scene into\n"
63636 " a variety of vector graphics formats.</Documentation>\n"
63637 " <IntVectorProperty command=\"SetTextAsPath\"\n"
63638 " default_values=\"0\"\n"
63639 " name=\"SetTextAsPath\"\n"
63640 " label=\"Render text as paths\"\n"
63641 " number_of_elements=\"1\">\n"
63642 " <BooleanDomain name=\"bool\" />\n"
63643 " </IntVectorProperty>\n"
63644 " <IntVectorProperty command=\"SetFileFormat\"\n"
63645 " default_values=\"4\"\n"
63646 " name=\"FileFormat\"\n"
63647 " panel_visibility=\"never\"\n"
63648 " number_of_elements=\"1\">\n"
63649 " <Documentation>Set the output file format: 0: PostScript, 1:\n"
63650 " Encapsulated PostScript, 2: PDF, 3: TeX, 4: SVG</Documentation>\n"
63651 " </IntVectorProperty>\n"
63652 " <Hints>\n"
63653 " <ExporterFactory extensions=\"svg\" />\n"
63654 " </Hints>\n"
63655 " <!-- End of GL2PSContextViewExporterSVG -->\n"
63656 " </GL2PSExporterProxy>\n"
63657 "\n"
63658 " <RenderViewExporterProxy name=\"WebExporter\" class=\"vtkPVWebExporter\">\n"
63659 " <StringVectorProperty name=\"FileName\" command=\"SetFileName\"\n"
63660 " number_of_elements=\"1\">\n"
63661 " <Documentation>Name of the file to write into</Documentation>\n"
63662 " </StringVectorProperty>\n"
63663 " <StringVectorProperty name=\"ParaViewGlanceHTML\"\n"
63664 " command=\"SetParaViewGlanceHTML\"\n"
63665 " number_of_elements=\"1\"\n"
63666 " panel_visibility=\"advanced\">\n"
63667 " <Documentation>Filepath to the HTML viewer to embed data in</Documentation>\n"
63668 " <FileListDomain name=\"files\" />\n"
63669 " </StringVectorProperty>\n"
63670 " <IntVectorProperty command=\"SetWriteTextures\"\n"
63671 " default_values=\"1\"\n"
63672 " name=\"WriteTextures\"\n"
63673 " panel_visibility=\"advanced\"\n"
63674 " number_of_elements=\"1\">\n"
63675 " <BooleanDomain name=\"bool\" />\n"
63676 " </IntVectorProperty>\n"
63677 "\n"
63678 " <Hints>\n"
63679 " <ExporterFactory extensions=\"vtkjs\" />\n"
63680 ;
63681 
63682 // From file /builds/gitlab-kitware-sciviz-ci/Remoting/Export/Resources/exporters.xml
63684 " </Hints>\n"
63685 " <!-- End of WebGLExporter -->\n"
63686 " </RenderViewExporterProxy>\n"
63687 "\n"
63688 " <!-- End of \"exporters\" -->\n"
63689 " </ProxyGroup>\n"
63690 "</ServerManagerConfiguration>\n"
63691 "\n";
63692 // Get single string
63694 {
63695 
63696  const size_t len0 = strlen(paraview_server_managerexportersInterface0);
63697  const size_t len1 = strlen(paraview_server_managerexportersInterface1);
63698  const size_t len2 = strlen(paraview_server_managerexportersInterface2);
63699  size_t len = ( 0
63700  + len0
63701  + len1
63702  + len2 );
63703  char* res = new char[ len + 1];
63704  size_t offset = 0;
63705  std::copy(paraview_server_managerexportersInterface0, paraview_server_managerexportersInterface0 + len0, res + offset); offset += len0;
63706  std::copy(paraview_server_managerexportersInterface1, paraview_server_managerexportersInterface1 + len1, res + offset); offset += len1;
63707  std::copy(paraview_server_managerexportersInterface2, paraview_server_managerexportersInterface2 + len2, res + offset); offset += len2;
63708  assert(offset == len);
63709  res[offset] = 0;
63710  return res;
63711 }
63712 
63713 
63714 
63715 #endif
char * paraview_server_managerwriters_iogeometryGetInterfaces()
static const char *const paraview_server_managerfilters_filtersparallelInterface0
static const char *const paraview_server_managerinternal_writersInterface1
static const char *const paraview_server_managerexportersInterface0
static const char *const paraview_server_managerviews_and_representationsInterface33
static const char *const paraview_server_managerrendering_sourcesInterface0
char * paraview_server_managerfilters_filterscoreGetInterfaces()
char * paraview_server_manageranimation_oggtheoraGetInterfaces()
static const char *const paraview_server_managerutilitiesInterface5
char * paraview_server_managermisc_filtersGetInterfaces()
static const char *const paraview_server_managersources_filterssourcesInterface4
static const char *const paraview_server_managerviews_and_representationsInterface28
static const char *const paraview_server_managerfilters_filtersamrInterface0
static const char *const paraview_server_managerviews_and_representationsInterface8
static const char *const paraview_server_managerproxies_citygmlInterface0
offset
char * paraview_server_managerrendering_remotingpythonGetInterfaces()
static const char *const paraview_server_managerreaders_ioxmlInterface8
char * paraview_server_managersources_filterscoreGetInterfaces()
static const char *const paraview_server_managerfilters_filterscoreInterface6
static const char *const paraview_server_managersources_filtersamrInterface0
static const char *const paraview_server_managerreaders_pv_iocoreInterface0
static const char *const paraview_server_managerrendering_remotingpythonInterface0
static const char *const paraview_server_managerutilities_remotingviewsInterface0
static const char *const paraview_server_managergeneral_mpi_filtersInterface0
char * paraview_server_managerproxies_interactionwidgetsGetInterfaces()
static const char *const paraview_server_managerfilters_filtersmodelingInterface0
static const char *const paraview_server_managersources_imagingcoreInterface0
char * paraview_server_managerfilters_filtershybridGetInterfaces()
static const char *const paraview_server_managerfilters_filterstextureInterface0
char * paraview_server_managerwriters_ensightGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface17
static const char *const paraview_server_managerreaders_openpmdInterface0
static const char *const paraview_server_managerfilters_filtersflowpathsInterface1
static const char *const paraview_server_managerreaders_ioparallelInterface1
char * paraview_server_managerfilters_filtersamrGetInterfaces()
char * paraview_server_managerfilters_filtersparalleldiy2GetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface14
static const char *const paraview_server_managerpointsInterface1
static const char *const paraview_server_managerviews_and_representationsInterface20
static const char *const paraview_server_managerfilters_filtersmodelingInterface1
char * paraview_server_managerexportersGetInterfaces()
static const char *const paraview_server_managerinternal_writersInterface0
static const char *const paraview_server_managerutilities_remotingviewsInterface3
static const char *const paraview_server_managerreaders_ioplyInterface0
static const char *const paraview_server_managerviews_and_representationsInterface27
static const char *const paraview_server_managerreaders_pv_ioamrInterface1
static const char *const paraview_server_managerstatistics_filtersInterface0
char * paraview_server_managerfilters_filtersparallelmpiGetInterfaces()
char * paraview_server_managerextractors_remotingviewsGetInterfaces()
static const char *const paraview_server_managerreaders_pv_ioimageInterface2
static const char *const paraview_server_managersources_filterssourcesInterface0
static const char *const paraview_server_managerreaders_ioparallelnetcdfInterface0
char * paraview_server_managerfilters_filtersgeneralGetInterfaces()
char * paraview_server_managerreaders_iovpicGetInterfaces()
static const char *const paraview_server_managerrenderingInterface1
static const char *const paraview_server_managergeneral_filtersInterface8
static const char *const paraview_server_managerutilitiesInterface2
char * paraview_server_managerreaders_ioparallelGetInterfaces()
static const char *const paraview_server_managerfilters_filtershypertreeInterface0
static const char *const paraview_server_managerexportersInterface2
char * paraview_server_managerfilters_filtersflowpathsGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface25
static const char *const paraview_server_managerviews_and_representationsInterface24
static const char *const paraview_server_manageranimation_oggtheoraInterface0
static const char *const paraview_server_managerreaders_iovpicInterface0
static const char *const paraview_server_managerfilters_filtersgeneralInterface0
static const char *const paraview_server_managerviews_and_representationsInterface38
char * paraview_server_managerfilters_imagingfourierGetInterfaces()
static const char *const paraview_server_managerwriters_ioxmlInterface1
static const char *const paraview_server_managerutilities_remotingviewsInterface5
static const char *const paraview_server_managersources_filterssourcesInterface1
static const char *const paraview_server_managerproxies_conduitInterface0
static const char *const paraview_server_managerfilters_filtersgeneralInterface7
char * paraview_server_managerproxies_conduitGetInterfaces()
char * paraview_server_managergeneral_sourcesGetInterfaces()
char * paraview_server_managerfilters_selectionfftovertimeGetInterfaces()
static const char *const paraview_server_managergeneral_filtersInterface0
char * paraview_server_managerwriters_ioxmlGetInterfaces()
static const char *const paraview_server_managerfilters_filtersextractionInterface1
static const char *const paraview_server_managermaterial_interface_filtersInterface1
static const char *const paraview_server_managerpointsInterface2
static const char *const paraview_server_managerfilters_filtersgeneralInterface4
static const char *const paraview_server_managercore_sourcesInterface0
static const char *const paraview_server_managerfilters_filtersparalleldiy2Interface0
static const char *const paraview_server_managerfilters_filtersparallelInterface2
static const char *const paraview_server_managerproxies_computationalgeometryInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface0
static const char *const paraview_server_managerviews_and_representationsInterface23
static const char *const paraview_server_managerviews_and_representationsInterface32
static const char *const paraview_server_managerwriters_ioxmlInterface4
char * paraview_server_managersources_filtersgeneralGetInterfaces()
char * paraview_server_managersources_filterssourcesGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface29
static const char *const paraview_server_managerviews_and_representationsInterface19
static const char *const paraview_server_managerpython_sourcesInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface2
static const char *const paraview_server_managerfilters_filtersparallelverdictInterface0
static const char *const paraview_server_managersources_filterssourcesInterface5
static const char *const paraview_server_managerreaders_ioh5partInterface0
static const char *const paraview_server_managerfilters_filtersgeneralInterface1
char * paraview_server_managerCGNSWriterGetInterfaces()
char * paraview_server_managersources_remotingmiscGetInterfaces()
static const char *const paraview_server_managerpython_filtersInterface1
static const char *const paraview_server_managerreaders_ioxmlInterface3
static const char *const paraview_server_managerreaders_iogeometryInterface0
static const char *const paraview_server_managerreaders_ionetcdfInterface0
static const char *const paraview_server_managerfilters_plotonintersectioncurvesInterface0
char * paraview_server_managerstatistics_filtersGetInterfaces()
static const char *const paraview_server_managersources_remotingviewsInterface0
static const char *const paraview_server_managerfilters_filtersparallelmpiInterface0
char * paraview_server_managerreaders_pv_iocoreGetInterfaces()
static const char *const paraview_server_manageranimationInterface1
static const char *const paraview_server_managerfilters_filtersgenericInterface1
char * paraview_server_managerreaders_ioxmlGetInterfaces()
static const char *const paraview_server_managermisc_utilitiesInterface0
char * paraview_server_managerreaders_iotruchasGetInterfaces()
static const char *const paraview_server_managerfilters_filtersflowpathsInterface0
static const char *const paraview_server_managerreaders_ioexodusInterface3
static const char *const paraview_server_managerwriters_ioxmlInterface3
char * paraview_server_manageramr_filtersGetInterfaces()
char * paraview_server_managerfilters_filtersverdictGetInterfaces()
static const char *const paraview_server_manageramr_filtersInterface1
char * paraview_server_managerextractorsGetInterfaces()
static const char *const paraview_server_managermisc_filtersInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface5
static const char *const paraview_server_managerreaders_ioxmlInterface9
static const char *const paraview_server_managerfilters_filtersparallelInterface4
char * paraview_server_managersources_imagingsourcesGetInterfaces()
static const char *const paraview_server_manageramr_filtersInterface0
static const char *const paraview_server_managergeneral_filtersInterface11
static const char *const paraview_server_managerwriters_iolegacyInterface0
char * paraview_server_managerreaders_ioparallelnetcdfGetInterfaces()
char * paraview_server_managerfilters_normalglyphsGetInterfaces()
char * paraview_server_managerfilters_filtersparallelGetInterfaces()
static const char *const paraview_server_managerfilters_selectionfftovertimeInterface0
static const char *const paraview_server_managerreaders_pv_ioimageInterface1
char * paraview_server_managerfilters_imaginggeneralGetInterfaces()
static const char *const paraview_server_managergeneral_writersInterface0
char * paraview_server_managerreaders_ionetcdfGetInterfaces()
static const char *const paraview_server_managerexportersInterface1
static const char *const paraview_server_managerviews_and_representationsInterface9
static const char *const paraview_server_managerfilters_filtershybridInterface1
static const char *const paraview_server_manageranimationInterface0
static const char *const paraview_server_managerutilities_remotingviewsInterface1
static const char *const paraview_server_managerreaders_ioxmlInterface5
char * paraview_server_managerreaders_pv_ioensightGetInterfaces()
static const char *const paraview_server_managerstatistics_filtersInterface3
char * paraview_server_managerproxies_citygmlGetInterfaces()
static const char *const paraview_server_managerfilters_filtersflowpathsInterface3
char * paraview_server_managerreaders_domainschemistryGetInterfaces()
char * paraview_server_managerfilters_filtersmodelingGetInterfaces()
char * paraview_server_managerfilters_filtersgenericGetInterfaces()
static const char *const paraview_server_managerutilitiesInterface3
static const char *const paraview_server_managerreaders_ioexodusInterface1
static const char *const paraview_server_manager3dwidgets_remotingviewsInterface3
char * paraview_server_managermaterial_interface_filtersGetInterfaces()
char * paraview_server_managerreaders_iotecplottableGetInterfaces()
char * paraview_server_managerrendering_sourcesGetInterfaces()
static const char *const paraview_server_managergeneral_filtersInterface7
static const char *const paraview_server_managerviews_and_representationsInterface1
char * paraview_server_managerviews_and_representationsGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface7
static const char *const paraview_server_managermisc_utilitiesInterface1
static const char *const paraview_server_managerfilters_filtersflowpathsInterface2
static const char *const paraview_server_managergeneral_filtersInterface6
static const char *const paraview_server_managerutilities_remotingviewsInterface7
static const char *const paraview_server_managerfilters_imagingfourierInterface0
static const char *const paraview_server_managerfilters_filtersflowpathsInterface4
static const char *const paraview_server_managerviews_and_representationsInterface2
static const char *const paraview_server_managerpointsInterface3
char * paraview_server_managerfilters_filtersgeometryGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface12
static const char *const paraview_server_managersources_filtersgeneralInterface0
char * paraview_server_managerreaders_ioplyGetInterfaces()
static const char *const paraview_server_manageramr_filtersInterface2
char * paraview_server_managerreaders_openpmdGetInterfaces()
static const char *const paraview_server_managermaterial_interface_filtersInterface0
static const char *const paraview_server_managersources_filterscoreInterface0
static const char *const paraview_server_manageranimationInterface2
static const char *const paraview_server_managergeneral_readersInterface0
static const char *const paraview_server_managerviews_and_representationsInterface36
char * paraview_server_managerfilters_imaginghybridGetInterfaces()
static const char *const paraview_server_managerwriters_ioxmlInterface0
static const char *const paraview_server_managerfilters_normalglyphsInterface0
char * paraview_server_managerwriters_animationGetInterfaces()
static const char *const paraview_server_managerreaders_pv_ioamrInterface2
static const char *const paraview_server_managerviews_and_representationsInterface16
char * paraview_server_managercore_sourcesGetInterfaces()
char * paraview_server_managerCGNSReaderGetInterfaces()
static const char *const paraview_server_managerextraction_filtersInterface1
static const char *const paraview_server_managerutilitiesInterface1
static const char *const paraview_server_managerutilities_settingsInterface1
static const char *const paraview_server_managersources_imagingsourcesInterface0
char * paraview_server_managerreaders_lsdynaGetInterfaces()
char * paraview_server_managerreaders_pv_ioamrGetInterfaces()
static const char *const paraview_server_managerfilters_filtersgeneralInterface2
static const char *const paraview_server_managerfilters_filtersgenericInterface2
char * paraview_server_manageranimationGetInterfaces()
char * paraview_server_managerreaders_ioveraoutGetInterfaces()
char * paraview_server_managerreaders_pv_ioimageGetInterfaces()
static const char *const paraview_server_managerwriters_ioxmlInterface2
static const char *const paraview_server_managerCGNSReaderInterface0
static const char *const paraview_server_managerviews_and_representationsInterface15
static const char *const paraview_server_managerreaders_iogeometryInterface2
static const char *const paraview_server_managerreaders_filtershybridInterface0
static const char *const paraview_server_manageranimation_pythonInterface0
char * paraview_server_managersources_renderingfreetypeGetInterfaces()
char * paraview_server_managerreaders_filtershybridGetInterfaces()
static const char *const paraview_server_managerutilitiesInterface0
static const char *const paraview_server_managerfilters_filtersgenericInterface0
static const char *const paraview_server_managerfilters_filtershybridInterface0
static const char *const paraview_server_managerwriters_pv_iocoreInterface0
static const char *const paraview_server_managerutilities_remotingviewsInterface2
static const char *const paraview_server_managerviews_and_representationsInterface0
char * paraview_server_managerwriters_iolegacyGetInterfaces()
static const char *const paraview_server_managerutilitiesInterface4
static const char *const paraview_server_managerreaders_domainschemistryInterface0
char * paraview_server_managerrenderingGetInterfaces()
static const char *const paraview_server_managerreaders_ioexodusInterface2
static const char *const paraview_server_managerfilters_filterscoreInterface4
static const char *const paraview_server_managerCGNSWriterInterface0
static const char *const paraview_server_managerfilters_filtersgeometryInterface0
char * paraview_server_managergeneral_mpi_filtersGetInterfaces()
char * paraview_server_managerutilities_settingsGetInterfaces()
static const char *const paraview_server_managerextractorsInterface0
static const char *const paraview_server_managerreaders_ioxmlInterface2
static const char *const paraview_server_managermisc_filtersInterface1
static const char *const paraview_server_manager3dwidgets_remotingviewsInterface2
static const char *const paraview_server_managergeneral_filtersInterface2
static const char *const paraview_server_managerpython_miscInterface0
static const char *const paraview_server_managerfilters_filtersparallelInterface3
static const char *const paraview_server_managerviews_and_representationsInterface35
static const char *const paraview_server_managerviews_and_representationsInterface26
char * paraview_server_managerreaders_ioinfovisGetInterfaces()
char * paraview_server_managerpython_miscGetInterfaces()
static const char *const paraview_server_managerreaders_pv_iospcthInterface0
static const char *const paraview_server_managerreaders_ioinfovisInterface0
char * paraview_server_managerfilters_filtersstatisticsGetInterfaces()
char * paraview_server_managerpointsGetInterfaces()
static const char *const paraview_server_managergeneral_filtersInterface4
char * paraview_server_managerreaders_iopioGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface13
static const char *const paraview_server_managerfilters_filtersstatisticsInterface0
static const char *const paraview_server_managerviews_and_representationsInterface5
static const char *const paraview_server_managerfilters_pv_iocoreInterface0
static const char *const paraview_server_managerstatistics_filtersInterface1
static const char *const paraview_server_managerreaders_pv_ioensightInterface0
static const char *const paraview_server_managergeneral_filtersInterface1
char * paraview_server_managerinternal_writersGetInterfaces()
char * paraview_server_managersources_imagingcoreGetInterfaces()
static const char *const paraview_server_managersources_remotingmiscInterface0
static const char *const paraview_server_managerfilters_filtersgeneralInterface5
static const char *const paraview_server_managerviews_and_representationsInterface37
char * paraview_server_managerfilters_filterstextureGetInterfaces()
static const char *const paraview_server_managerproxies_xdmf2Interface0
static const char *const paraview_server_managerreaders_pv_ioamrInterface0
static const char *const paraview_server_managerrenderingInterface2
static const char *const paraview_server_managerreaders_ioxmlInterface6
char * paraview_server_managerreaders_ioexodusGetInterfaces()
static const char *const paraview_server_managerreaders_ionetcdfInterface1
char * paraview_server_managergeneral_writersGetInterfaces()
static const char *const paraview_server_managerrenderingInterface0
static const char *const paraview_server_managerfilters_imaginggeneralInterface0
static const char *const paraview_server_managerfilters_filtersparallelInterface1
static const char *const paraview_server_managerviews_and_representationsInterface30
static const char *const paraview_server_managerextractors_remotingviewsInterface0
static const char *const paraview_server_managerreaders_ioxmlInterface1
static const char *const paraview_server_managerlive_utilitiesInterface0
static const char *const paraview_server_managerreaders_iopioInterface0
static const char *const paraview_server_managerfilters_imaginghybridInterface0
char * paraview_server_managerpython_sourcesGetInterfaces()
char * paraview_server_managerreaders_ioh5partGetInterfaces()
char * paraview_server_managersources_remotingviewsGetInterfaces()
char * paraview_server_managergeneral_filtersGetInterfaces()
static const char *const paraview_server_managerreaders_ioxmlInterface0
static const char *const paraview_server_managerextraction_filtersInterface0
static const char *const paraview_server_managerviews_and_representationsInterface22
static const char *const paraview_server_managergeneral_filtersInterface9
static const char *const paraview_server_managerviews_and_representationsInterface41
static const char *const paraview_server_managerfilters_filtersgeneralInterface6
char * paraview_server_managerproxies_xdmf2GetInterfaces()
static const char *const paraview_server_managerwriters_animationInterface0
static const char *const paraview_server_managerfilters_filtersextractionInterface0
char * paraview_server_managerlive_utilitiesGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface18
char * paraview_server_managerfilters_plotonintersectioncurvesGetInterfaces()
static const char *const paraview_server_managerfilters_filtersverdictInterface0
static const char *const paraview_server_managerpointsInterface0
static const char *const paraview_server_managerreaders_ionetcdfInterface3
char * paraview_server_managerreaders_iogeometryGetInterfaces()
char * paraview_server_manageranimation_pythonGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface11
char * paraview_server_managerwriters_pv_ioimageGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface6
static const char *const paraview_server_managerreaders_ioveraoutInterface0
static const char *const paraview_server_managerwriters_ensightInterface0
static const char *const paraview_server_manager3dwidgets_remotingviewsInterface4
static const char *const paraview_server_managerutilities_remotingviewsInterface4
static const char *const paraview_server_managerfilters_filtersgeneralInterface3
static const char *const paraview_server_managerviews_and_representationsInterface34
char * paraview_server_managergeneral_readersGetInterfaces()
static const char *const paraview_server_managergeneral_filtersInterface10
char * paraview_server_managerfilters_filtersrenderingGetInterfaces()
static const char *const paraview_server_managerreaders_ioparallelInterface2
static const char *const paraview_server_managerviews_and_representationsInterface31
static const char *const paraview_server_managergeneral_filtersInterface5
static const char *const paraview_server_managerfilters_filtersrenderingInterface0
static const char *const paraview_server_managerreaders_ionetcdfInterface2
static const char *const paraview_server_managerstatistics_filtersInterface2
static const char *const paraview_server_managerviews_and_representationsInterface21
char * paraview_server_managersources_filtersamrGetInterfaces()
static const char *const paraview_server_managerreaders_iotecplottableInterface0
static const char *const paraview_server_manager3dwidgets_remotingviewsInterface0
static const char *const paraview_server_manager3dwidgets_remotingviewsInterface1
static const char *const paraview_server_managergeneral_filtersInterface3
char * paraview_server_managerextraction_filtersGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface10
static const char *const paraview_server_managerutilities_remotingviewsInterface8
static const char *const paraview_server_managerfilters_filterscoreInterface1
char * paraview_server_managerfilters_domainschemistryGetInterfaces()
static const char *const paraview_server_managerreaders_ioxmlInterface7
char * paraview_server_managerfilters_filtersparallelverdictGetInterfaces()
static const char *const paraview_server_managerwriters_pv_ioimageInterface0
static const char *const paraview_server_managerreaders_ioexodusInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface3
static const char *const paraview_server_managerviews_and_representationsInterface40
char * paraview_server_managerutilitiesGetInterfaces()
char * paraview_server_managerutilities_remotingviewsGetInterfaces()
static const char *const paraview_server_managerviews_and_representationsInterface4
char * paraview_server_managerfilters_pv_iocoreGetInterfaces()
static const char *const paraview_server_managerreaders_ioparallelInterface0
static const char *const paraview_server_managerutilities_remotingviewsInterface6
static const char *const paraview_server_manager3dwidgets_remotingviewsInterface5
static const char *const paraview_server_managerviews_and_representationsInterface39
static const char *const paraview_server_managerviews_and_representationsInterface3
static const char *const paraview_server_managerreaders_pv_ioimageInterface0
static const char *const paraview_server_managersources_renderingfreetypeInterface0
char * paraview_server_managerproxies_computationalgeometryGetInterfaces()
char * paraview_server_managerreaders_ioconvergecfdGetInterfaces()
static const char *const paraview_server_managerfilters_domainschemistryInterface0
static const char *const paraview_server_managerwriters_ioexodusInterface0
char * paraview_server_managerfilters_filtersextractionGetInterfaces()
static const char *const paraview_server_managersources_filterssourcesInterface3
char * paraview_server_managerpython_filtersGetInterfaces()
static const char *const paraview_server_managerreaders_pv_ioamrInterface3
char * paraview_server_managermisc_utilitiesGetInterfaces()
static const char *const paraview_server_managerreaders_lsdynaInterface0
static const char *const paraview_server_managerutilities_settingsInterface0
char * paraview_server_manager3dwidgets_remotingviewsGetInterfaces()
char * paraview_server_managerfilters_filtershypertreeGetInterfaces()
static const char *const paraview_server_managerwriters_iogeometryInterface0
char * paraview_server_managerfilters_imagingcoreGetInterfaces()
static const char *const paraview_server_managersources_filterssourcesInterface2
static const char *const paraview_server_managerfilters_imagingcoreInterface0
static const char *const paraview_server_managerwriters_pv_iocoreInterface1
char * paraview_server_managerreaders_pv_iospcthGetInterfaces()
static const char *const paraview_server_managerpython_filtersInterface0
static const char *const paraview_server_managerreaders_ioconvergecfdInterface0
static const char *const paraview_server_managerproxies_segyInterface0
static const char *const paraview_server_managerfilters_filterscoreInterface7
char * paraview_server_managerwriters_pv_iocoreGetInterfaces()
static const char *const paraview_server_managerproxies_interactionwidgetsInterface0
static const char *const paraview_server_managerreaders_iotruchasInterface0
static const char *const paraview_server_managerreaders_ioxmlInterface4
char * paraview_server_managerproxies_segyGetInterfaces()
static const char *const paraview_server_managerfilters_filtersparallelInterface5
static const char *const paraview_server_managerreaders_iogeometryInterface1
static const char *const paraview_server_managergeneral_sourcesInterface0
char * paraview_server_managerwriters_ioexodusGetInterfaces()
static const char *const paraview_server_manager3dwidgets_remotingviewsInterface6