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"
9 </ClientDeliveryRepresentationProxy>
12 <ProxyGroup name="views">
13 <ViewProxy name="MyView"
14 base_proxygroup="views" base_proxyname="ViewBase"
15 representation_name="MyDisplay">
19 <ProxyGroup name="filters">
20 <SourceProxy name="MyExtractEdges" class="vtkExtractEdges"
21 label="My Extract Edges">
24 command="SetInputConnection">
25 <ProxyGroupDomain name="groups">
26 <Group name="sources"/>
27 <Group name="filters"/>
29 <DataTypeDomain name="input_type">
30 <DataType value="vtkDataSet"/>
38 </ServerManagerConfiguration>