Salome HOME
Create insitu library.
[modules/paravis.git] / src / Plugins / GhostCellsGenerator / GhostCellsGenerator.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="filters">
3     <SourceProxy class="vtkPVUnstructuredGridGhostCellsGenerator"
4                  label="Generate Ghost Cells"
5                  name="GhostCellGenerator">
6       <Documentation long_help="Generate ghost cells for unstructured grids. Global point ids array is required.">
7       </Documentation>
8       <InputProperty command="SetInputConnection"
9                      name="Input">
10         <ProxyGroupDomain name="groups">
11           <Group name="sources" />
12           <Group name="filters" />
13         </ProxyGroupDomain>
14         <DataTypeDomain name="input_type">
15           <DataType value="vtkUnstructuredGrid" />
16           <DataType value="vtkCompositeDataSet" />
17         </DataTypeDomain>
18         <Documentation>This property specifies the input to the ghost cells generator.</Documentation>
19       </InputProperty>
20       <IntVectorProperty command="SetUseGlobalPointIds"
21                          default_values="1"
22                          name="UseGlobalIds"
23                          number_of_elements="1"
24                          panel_visibility="default">
25         <Documentation>Specify if the filter must take benefit of global point ids if they exist or if
26           point coordinates should be used instead.</Documentation>
27         <BooleanDomain name="bool" />
28       </IntVectorProperty>
29       <StringVectorProperty command="SetGlobalPointIdsArrayName"
30                             default_values="GlobalNodeIds"
31                             name="GlobalPointIdsArrayName"
32                             number_of_elements="1"
33                             panel_visibility="default">
34         <Documentation>This property provides a name for the input array
35         containing the global point ids if the GlobalIds array of the point data if not set.</Documentation>
36         <Hints>
37           <PropertyWidgetDecorator type="ShowWidgetDecorator">
38             <Property name="UseGlobalIds" function="boolean" />
39           </PropertyWidgetDecorator>
40         </Hints>
41       </StringVectorProperty>
42     </SourceProxy>
43   </ProxyGroup>
44 </ServerManagerConfiguration>