Salome HOME
Make MEDReader compilable standalone. make test is still not working in standalone...
[modules/paravis.git] / src / Plugins / ParaGEOMCorba / ParaGEOMCorbaServerManager.xml
1 <ServerManagerConfiguration>
2
3   <ProxyGroup name="sources">
4
5     <SourceProxy name="ParaGEOMCorbaSource" 
6                  class="vtkParaGEOMCorbaSource"
7                  label="Para Geometry Corba Plugin Source">
8       <Documentation
9         short_help="Fetch Geometry Data from CORBA." 
10         long_help="Fetch Geometry Data from CORBA.">
11         Source of a remote Geometry Corba reference.
12       </Documentation>
13       <StringVectorProperty
14          name="IORCorba"
15          animateable="0"
16          command="SetIORCorba"
17          number_of_elements="1"
18          default_values="">
19         <Documentation>
20           This property specifies the IOR of a Geometry object in memory.
21         </Documentation>
22      </StringVectorProperty>
23      <DoubleVectorProperty
24          name="Deflection"
25          animateable="0"
26          command="SetDeflection"
27          number_of_elements="1"
28          default_values="0.001">
29         <Documentation>
30           This property specifies the Deflection coefficient.
31         </Documentation>
32      </DoubleVectorProperty>
33     <!-- End ParaGEOMCorbaSource -->
34     </SourceProxy>
35
36   </ProxyGroup>
37
38 </ServerManagerConfiguration>
39