Salome HOME
#28928 [CEA] FIELDS : developer documentation for the simplified visualisation
[modules/med.git] / idl / MEDCouplingCorbaServant.idl
index e5ba3374d3969cc0e30b21a937bf9411d47d9261..81ddbe2dcdc718fe5f3797fd8450182dc34339be 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2021  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -29,6 +29,8 @@ module SALOME_MED
   interface MEDCouplingTimeLabelCorbaInterface
   {
     long getTimeLabel();
+    string versionStr();
+    void versionMajMinRel(out long maj, out long min, out long releas);
   };
 
   interface MEDCouplingRefCountCorbaInterface : SALOME::ExportableObject, MEDCouplingTimeLabelCorbaInterface
@@ -56,7 +58,7 @@ module SALOME_MED
   interface MEDCouplingMeshCorbaInterface : MEDCouplingRefCountCorbaInterface
   {
     string getName();
-    //!CORBA inplementation of MEDCouplingPointSet::getTinySerializationInformation
+    //!CORBA implementation of MEDCouplingPointSet::getTinySerializationInformation
     void getTinyInfo(out SALOME_TYPES::ListOfDouble da, out SALOME_TYPES::ListOfLong la, out SALOME_TYPES::ListOfString sa);
     void getSerialisationData(out SALOME_TYPES::ListOfLong la, out SALOME_TYPES::ListOfDouble da);
   };
@@ -70,11 +72,35 @@ module SALOME_MED
   {
   };
 
+  interface MEDCoupling1GTUMeshCorbaInterface : MEDCouplingPointSetCorbaInterface
+  {
+  };
+
+  interface MEDCoupling1SGTUMeshCorbaInterface : MEDCoupling1GTUMeshCorbaInterface
+  {
+  };
+
+  interface MEDCoupling1DGTUMeshCorbaInterface : MEDCoupling1GTUMeshCorbaInterface
+  {
+  };
+
   interface MEDCouplingExtrudedMeshCorbaInterface : MEDCouplingMeshCorbaInterface
   {
   };
 
-  interface MEDCouplingCMeshCorbaInterface : MEDCouplingMeshCorbaInterface
+  interface MEDCouplingStructuredMeshCorbaInterface : MEDCouplingMeshCorbaInterface
+  {
+  };
+
+  interface MEDCouplingCMeshCorbaInterface : MEDCouplingStructuredMeshCorbaInterface
+  {
+  };
+
+  interface MEDCouplingCurveLinearMeshCorbaInterface : MEDCouplingStructuredMeshCorbaInterface
+  {
+  };
+
+  interface MEDCouplingIMeshCorbaInterface : MEDCouplingStructuredMeshCorbaInterface
   {
   };