Salome HOME
Merge from master to omu/insitu.
[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-multistudy>1</component-multistudy>
36             <component-impltype>1</component-impltype>
37             <component-icone>pqAppIcon22.png</component-icone>
38             <constraint></constraint>
39             <component-interface-list>
40                 <component-interface-name>PVSERVER_Gen</component-interface-name>
41                 <component-interface-comment>unknown</component-interface-comment>
42                 <component-service-list>
43                     <component-service>
44                         <service-name>ImportFile</service-name>
45                         <service-author>vsv</service-author>
46                         <service-version>INF_VERSION</service-version>
47                         <service-comment>unknown</service-comment>
48                         <service-by-default>0</service-by-default>
49                         <inParameter-list>
50                             <inParameter>
51                                 <inParameter-name>theFileName</inParameter-name>
52                                 <inParameter-type>string</inParameter-type>
53                                 <inParameter-comment>unknown</inParameter-comment>
54                             </inParameter>
55                         </inParameter-list>
56                         <outParameter-list></outParameter-list>
57                         <DataStream-list></DataStream-list>
58                     </component-service>
59                 </component-service-list>
60             </component-interface-list>
61         </component>
62
63         <component>
64               <!-- Component identification -->
65               <component-name>VisualizationComponent</component-name>
66               <component-username>VisualizationComponent</component-username>
67               <component-type>Data</component-type>
68               <component-author>EDF-RD</component-author>
69               <component-version>@SALOMEPARAVIS_VERSION@</component-version>
70               <component-comment></component-comment>
71               <component-multistudy>0</component-multistudy>
72               <component-impltype>SO</component-impltype>
73               <component-implname></component-implname>
74               <component-interface-list>
75                   <component-interface-name>
76                     VisualizationComponent
77                   </component-interface-name>
78                   <component-interface-comment></component-interface-comment>
79                   <component-service-list>
80                       <component-service>
81                           <!-- service-identification -->
82                           <service-name>Visualize</service-name>
83                           <service-author>EDF-RD</service-author>
84                           <service-version>1.0</service-version>
85                           <service-comment></service-comment>
86                           <service-by-default>0</service-by-default>
87                           <!-- service-connexion -->
88                           <inParameter-list>
89                               <inParameter>
90                                 <inParameter-name>field</inParameter-name>
91                                 <inParameter-type>
92 SALOME_MED/ParaMEDCouplingFieldDoubleCorbaInterface
93                                 </inParameter-type>
94                             </inParameter>
95                               <inParameter>
96                                 <inParameter-name>
97                                   path_python_file
98                                 </inParameter-name>
99                                 <inParameter-type>string</inParameter-type>
100                             </inParameter>
101                           </inParameter-list>
102                           <outParameter-list>
103
104                           </outParameter-list>
105                           <DataStream-list>
106
107                           </DataStream-list>
108                       </component-service>
109                   </component-service-list>
110               </component-interface-list>
111   </component>
112
113     </component-list>
114 </begin-catalog>