Salome HOME
Merge branch 'agy/prop_64bit_definition'
[modules/paravis.git] / src / Plugins / GaussToCell / plugin / filters.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="filters">
3     <SourceProxy name="GaussToCell"
4                  class="vtkGaussToCell"
5                  label="ELGA field To Surface (cell averaged)">
6      <InputProperty name="Input"
7                     command="SetInputConnection">
8        <ProxyGroupDomain name="groups">
9          <Group name="sources"/>
10          <Group name="filters"/>
11        </ProxyGroupDomain>
12        <DataTypeDomain name="input_type">
13          <DataType value="vtkDataSet"/>
14        </DataTypeDomain>
15        <Documentation>
16          This property specifies the input to the Level Scalars filter.
17        </Documentation>
18      </InputProperty>
19      <IntVectorProperty command="SetAvgFlag"
20                         default_values="1"
21                         name="Avg"
22                         number_of_elements="1">
23        <BooleanDomain name="bool" />
24        <Documentation>Foreach field on Gauss Points : computes a cell field lying of input mesh that is the average of the values associated to the set of Gauss points for each cell.</Documentation>
25      </IntVectorProperty>
26      <IntVectorProperty command="SetMaxFlag"
27                         default_values="1"
28                         name="Max"
29                         number_of_elements="1">
30        <BooleanDomain name="bool" />
31        <Documentation>Foreach field on Gauss Points : computes a cell field lying of input mesh that is the max of the values associated to the set of Gauss points for each cell.</Documentation>
32      </IntVectorProperty>
33      <IntVectorProperty command="SetMinFlag"
34                         default_values="1"
35                         name="Min"
36                         number_of_elements="1">
37        <BooleanDomain name="bool" />
38        <Documentation>Foreach field on Gauss Points : computes a cell field lying of input mesh that is the min of the values associated to the set of Gauss points for each cell.</Documentation>
39      </IntVectorProperty>
40      <Hints>
41         <ShowInMenu category="Mechanics" />
42       </Hints>
43     </SourceProxy>
44   </ProxyGroup>
45 </ServerManagerConfiguration>