Salome HOME
Merge branch 'agy/prop_64bit_definition'
[modules/paravis.git] / src / Plugins / VoroGauss / plugin / filters.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="filters">
3     <SourceProxy name="VoroGauss"
4                  class="vtkVoroGauss"
5                  label="ELGA field To Surface">
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      <Hints>
20         <ShowInMenu category="Mechanics" />
21       </Hints>
22     </SourceProxy>
23   </ProxyGroup>
24 </ServerManagerConfiguration>