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"/>
9 <DataTypeDomain name="input_type">
10 <DataType value="vtkDataSet"/>
13 This property specifies the input to the Level Scalars filter.
16 <IntVectorProperty command="SetAvgFlag"
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>
23 <IntVectorProperty command="SetMaxFlag"
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>
30 <IntVectorProperty command="SetMinFlag"
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>
38 <ShowInMenu category="Mechanics" />
42 </ServerManagerConfiguration>