Salome HOME
CMake: minimal set of changes so that ParaViS configures and compiles.
[modules/paravis.git] / src / Plugins / Filter / SampleFilter.xml
1 <ServerManagerConfiguration>
2   <ProxyGroup name="filters">
3    <SourceProxy name="SampleFilter" class="vtkMySampleFilter" label="SampleFilter">
4      <Documentation
5         long_help="Long help"
6         short_help="Short help">
7 Documentation text
8      </Documentation>
9      <InputProperty
10         name="Input"
11         command="SetInputConnection">
12            <ProxyGroupDomain name="groups">
13              <Group name="sources"/>
14              <Group name="filters"/>
15            </ProxyGroupDomain>
16            <DataTypeDomain name="input_type">
17              <DataType value="vtkDataSet"/>
18            </DataTypeDomain>
19       </InputProperty>
20    </SourceProxy>
21  </ProxyGroup>
22 </ServerManagerConfiguration>
23