Salome HOME
678d727cd15da50dae68efdabb32d341523d84ca
[modules/med.git] / idl / MEDCouplingCorbaServantTest.idl
1 // Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 #ifndef __MEDCOUPLINGCORBASERVANTTEST_IDL__
21 #define __MEDCOUPLINGCORBASERVANTTEST_IDL__
22
23 #include "MEDCouplingCorbaServant.idl"
24
25 module SALOME_TEST
26 {
27   interface MEDCouplingMeshFieldFactory
28   {
29     void destroyFactory();
30     void shutdownOrb();
31     SALOME_MED::MEDCouplingUMeshCorbaInterface get1DMesh();
32     SALOME_MED::MEDCouplingUMeshCorbaInterface get2DMesh();
33     SALOME_MED::MEDCouplingUMeshCorbaInterface get3DMesh();
34     SALOME_MED::MEDCouplingUMeshCorbaInterface get3DSurfMesh();
35     SALOME_MED::MEDCouplingUMeshCorbaInterface get0DMesh();
36     SALOME_MED::MEDCouplingUMeshCorbaInterface getM1DMesh();
37     SALOME_MED::MEDCouplingExtrudedMeshCorbaInterface getExtrudedMesh();
38     SALOME_MED::MEDCouplingCMeshCorbaInterface getCMesh();
39     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn2DNT();
40     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldNodeScalarOn2DNT();
41     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn3DNT();
42     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn3DSurfWT();
43     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn3DSurfCOTI();
44     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn2DLT();
45     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldGaussPt2DWT();
46     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldGaussPtNE2DWT();
47     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldVectorOnExtrudedWT();
48     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldVectorOnCMeshWT();
49     SALOME_MED::MEDCouplingFieldTemplateCorbaInterface getFieldTemplateCellOn2D();
50     SALOME_MED::MEDCouplingFieldTemplateCorbaInterface getFieldTemplateNodeOn2D();
51     SALOME_MED::MEDCouplingFieldTemplateCorbaInterface getFieldTemplateGaussPtOn2D();
52     SALOME_MED::MEDCouplingFieldTemplateCorbaInterface getFieldTemplateGaussNEOn2D();
53     SALOME_MED::MEDCouplingMultiFieldsCorbaInterface getMultiFields1();
54     SALOME_MED::DataArrayDoubleCorbaInterface getArrayDouble1();
55     SALOME_MED::DataArrayDoubleCorbaInterface getArrayDouble2();
56     SALOME_MED::DataArrayDoubleCorbaInterface getArrayDouble3();
57     SALOME_MED::DataArrayIntCorbaInterface getArrayInt1();
58     SALOME_MED::DataArrayIntCorbaInterface getArrayInt2();
59     SALOME_MED::DataArrayIntCorbaInterface getArrayInt3();
60     SALOME_MED::MEDCouplingFieldOverTimeCorbaInterface getMultiFields2();
61   };
62 };
63
64 #endif