Salome HOME
Merge V9_dev branch into master
[modules/paravis.git] / resources / PARAVISCatalog.xml.in
1 <?xml version='1.0' encoding='us-ascii' ?>
2 <!--
3   Copyright (C) 2010-2016  CEA/DEN, EDF R&D
4
5   This library is free software; you can redistribute it and/or
6   modify it under the terms of the GNU Lesser General Public
7   License as published by the Free Software Foundation; either
8   version 2.1 of the License, or (at your option) any later version.
9
10   This library is distributed in the hope that it will be useful,
11   but WITHOUT ANY WARRANTY; without even the implied warranty of
12   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13   Lesser General Public License for more details.
14
15   You should have received a copy of the GNU Lesser General Public
16   License along with this library; if not, write to the Free Software
17   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
18
19   See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20
21 -->
22  
23 <!-- XML component catalog -->
24 <begin-catalog>
25     <path-prefix-list></path-prefix-list>
26     <type-list></type-list>
27     <component-list>
28         <component>
29             <component-name>PVSERVER</component-name>
30             <component-username>ParaView</component-username>
31             <component-type>PARAVIS</component-type>
32             <component-author>vsv</component-author>
33             <component-version>@SALOMEPARAVIS_VERSION@</component-version>
34             <component-comment>PVServer control service</component-comment>
35             <component-impltype>1</component-impltype>
36             <component-icone>pqAppIcon22.png</component-icone>
37             <constraint></constraint>
38             <component-interface-list>
39                 <component-interface-name>PVSERVER_Gen</component-interface-name>
40                 <component-interface-comment>unknown</component-interface-comment>
41                 <component-service-list>
42                     <component-service>
43                         <service-name>ImportFile</service-name>
44                         <service-author>vsv</service-author>
45                         <service-version>INF_VERSION</service-version>
46                         <service-comment>unknown</service-comment>
47                         <service-by-default>0</service-by-default>
48                         <inParameter-list>
49                             <inParameter>
50                                 <inParameter-name>theFileName</inParameter-name>
51                                 <inParameter-type>string</inParameter-type>
52                                 <inParameter-comment>unknown</inParameter-comment>
53                             </inParameter>
54                         </inParameter-list>
55                         <outParameter-list></outParameter-list>
56                         <DataStream-list></DataStream-list>
57                     </component-service>
58                 </component-service-list>
59             </component-interface-list>
60         </component>
61
62         <component>
63               <!-- Component identification -->
64               <component-name>VisualizationComponent</component-name>
65               <component-username>VisualizationComponent</component-username>
66               <component-type>Data</component-type>
67               <component-author>EDF-RD</component-author>
68               <component-version>@SALOMEPARAVIS_VERSION@</component-version>
69               <component-comment></component-comment>
70               <component-multistudy>0</component-multistudy>
71               <component-impltype>SO</component-impltype>
72               <component-implname></component-implname>
73               <component-interface-list>
74                   <component-interface-name>
75                     VisualizationComponent
76                   </component-interface-name>
77                   <component-interface-comment></component-interface-comment>
78                   <component-service-list>
79                       <component-service>
80                           <!-- service-identification -->
81                           <service-name>Visualize</service-name>
82                           <service-author>EDF-RD</service-author>
83                           <service-version>1.0</service-version>
84                           <service-comment></service-comment>
85                           <service-by-default>0</service-by-default>
86                           <!-- service-connexion -->
87                           <inParameter-list>
88                               <inParameter>
89                                 <inParameter-name>field</inParameter-name>
90                                 <inParameter-type>SALOME_MED/ParaMEDCouplingFieldDoubleCorbaInterface</inParameter-type>
91                             </inParameter>
92                               <inParameter>
93                                 <inParameter-name>path_python_file</inParameter-name>
94                                 <inParameter-type>string</inParameter-type>
95                             </inParameter>
96                           </inParameter-list>
97                           <outParameter-list>
98                           </outParameter-list>
99                           <DataStream-list>
100                           </DataStream-list>
101                       </component-service>
102                   </component-service-list>
103               </component-interface-list>
104   </component>
105
106     </component-list>
107 </begin-catalog>