Salome HOME
0ac91be5b79a184bc030e386deecef756bd3ee98
[modules/paravis.git] / src / Plugins / View / MyViewSM.xml
1 <ServerManagerConfiguration>
2  <ProxyGroup name="representations">
3    <ClientDeliveryRepresentationProxy name="MyDisplay"
4      base_proxygroup="representations" base_proxyname="ClientDeliveryRepresentationBase">
5       <InputProperty name="Input"
6           command="SetInput-not-used"
7           update_self="1">
8       </InputProperty>
9    </ClientDeliveryRepresentationProxy>
10  </ProxyGroup>
11
12  <ProxyGroup name="views">
13    <ViewProxy name="MyView"
14      base_proxygroup="views" base_proxyname="ViewBase"
15      representation_name="MyDisplay">
16    </ViewProxy>
17  </ProxyGroup>
18
19  <ProxyGroup name="filters">
20    <SourceProxy name="MyExtractEdges" class="vtkExtractEdges"
21      label="My Extract Edges">
22      <InputProperty
23        name="Input"
24        command="SetInputConnection">
25          <ProxyGroupDomain name="groups">
26            <Group name="sources"/>
27            <Group name="filters"/>
28          </ProxyGroupDomain>
29          <DataTypeDomain name="input_type">
30            <DataType value="vtkDataSet"/>
31          </DataTypeDomain>
32      </InputProperty>
33      <Hints>
34        <View type="MyView"/>
35      </Hints>
36    </SourceProxy>
37  </ProxyGroup>
38 </ServerManagerConfiguration>