Salome HOME
[EDF17832] : Move VoroGauss GaussToCell StaticMesh DevelopedSurface from EDF to parav...
[modules/paravis.git] / src / Plugins / GaussToCell / GaussToCellServer.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="filters">
3     <SourceProxy name="GaussToCell" class="vtkGaussToCell" label="ELGA field To Surface (cell averaged)">
4      <InputProperty name="Input" command="SetInputConnection">
5        <ProxyGroupDomain name="groups">
6          <Group name="sources"/>
7          <Group name="filters"/>
8        </ProxyGroupDomain>
9        <DataTypeDomain name="input_type">
10          <DataType value="vtkDataSet"/>
11        </DataTypeDomain>
12        <Documentation>
13          This property specifies the input to the Level Scalars filter.
14        </Documentation>
15      </InputProperty>
16      <IntVectorProperty command="SetAvgFlag"
17                         default_values="1"
18                         name="Avg"
19                         number_of_elements="1">
20        <BooleanDomain name="bool" />
21        <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>
22      </IntVectorProperty>
23      <IntVectorProperty command="SetMaxFlag"
24                         default_values="1"
25                         name="Max"
26                         number_of_elements="1">
27        <BooleanDomain name="bool" />
28        <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>
29      </IntVectorProperty>
30      <IntVectorProperty command="SetMinFlag"
31                         default_values="1"
32                         name="Min"
33                         number_of_elements="1">
34        <BooleanDomain name="bool" />
35        <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>
36      </IntVectorProperty>
37      <Hints>
38         <ShowInMenu category="Mechanics" />
39       </Hints>
40     </SourceProxy>
41   </ProxyGroup>
42 </ServerManagerConfiguration>