Salome HOME
Merge branch 'nct/helpmenu'
[modules/med.git] / idl / MEDCouplingCorbaServantTest.idl
1 // Copyright (C) 2007-2020  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, or (at your option) any later version.
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 // Author : Anthony Geay (CEA/DEN)
20
21 #ifndef __MEDCOUPLINGCORBASERVANTTEST_IDL__
22 #define __MEDCOUPLINGCORBASERVANTTEST_IDL__
23
24 #include "MEDCouplingCorbaServant.idl"
25
26 module SALOME_TEST
27 {
28   interface MEDCouplingMeshFieldFactory
29   {
30     void destroyFactory();
31     void shutdownOrb();
32     SALOME_MED::MEDCouplingUMeshCorbaInterface get1DMesh();
33     SALOME_MED::MEDCouplingUMeshCorbaInterface get2DMesh();
34     SALOME_MED::MEDCouplingUMeshCorbaInterface get3DMesh();
35     SALOME_MED::MEDCouplingUMeshCorbaInterface get3DSurfMesh();
36     SALOME_MED::MEDCouplingUMeshCorbaInterface get0DMesh();
37     SALOME_MED::MEDCouplingUMeshCorbaInterface getM1DMesh();
38     SALOME_MED::MEDCouplingExtrudedMeshCorbaInterface getExtrudedMesh();
39     SALOME_MED::MEDCouplingCMeshCorbaInterface getCMesh();
40     SALOME_MED::MEDCouplingCurveLinearMeshCorbaInterface getCLMesh();
41     SALOME_MED::MEDCoupling1SGTUMeshCorbaInterface get1SGTUMesh();
42     SALOME_MED::MEDCoupling1DGTUMeshCorbaInterface get1DGTUMesh();
43     SALOME_MED::MEDCouplingIMeshCorbaInterface getIMesh();
44     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn2DNT();
45     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldNodeScalarOn2DNT();
46     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn3DNT();
47     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn3DSurfWT();
48     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn3DSurfCOTI();
49     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldScalarOn2DLT();
50     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldGaussPt2DWT();
51     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldGaussPtNE2DWT();
52     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldVectorOnExtrudedWT();
53     SALOME_MED::MEDCouplingFieldDoubleCorbaInterface getFieldVectorOnCMeshWT();
54     SALOME_MED::MEDCouplingFieldTemplateCorbaInterface getFieldTemplateCellOn2D();
55     SALOME_MED::MEDCouplingFieldTemplateCorbaInterface getFieldTemplateNodeOn2D();
56     SALOME_MED::MEDCouplingFieldTemplateCorbaInterface getFieldTemplateGaussPtOn2D();
57     SALOME_MED::MEDCouplingFieldTemplateCorbaInterface getFieldTemplateGaussNEOn2D();
58     SALOME_MED::MEDCouplingMultiFieldsCorbaInterface getMultiFields1();
59     SALOME_MED::DataArrayDoubleCorbaInterface getArrayDouble1();
60     SALOME_MED::DataArrayDoubleCorbaInterface getArrayDouble2();
61     SALOME_MED::DataArrayDoubleCorbaInterface getArrayDouble3();
62     SALOME_MED::DataArrayIntCorbaInterface getArrayInt1();
63     SALOME_MED::DataArrayIntCorbaInterface getArrayInt2();
64     SALOME_MED::DataArrayIntCorbaInterface getArrayInt3();
65     SALOME_MED::MEDCouplingFieldOverTimeCorbaInterface getMultiFields2();
66   };
67 };
68
69 #endif