Salome HOME
Addition of the 2 new unstructured mesh types.
[modules/med.git] / idl / MEDCouplingCorbaServant.idl
index 85d2ac4f4719e0c3aef481d81ea07ccf5f78c166..0a4d4355a0f85f2156a3553d9f433b1f732f5c73 100644 (file)
@@ -72,6 +72,18 @@ module SALOME_MED
   {
   };
 
+  interface MEDCoupling1GTUMeshCorbaInterface : MEDCouplingPointSetCorbaInterface
+  {
+  };
+
+  interface MEDCoupling1SGTUMeshCorbaInterface : MEDCoupling1GTUMeshCorbaInterface
+  {
+  };
+
+  interface MEDCoupling1DGTUMeshCorbaInterface : MEDCoupling1GTUMeshCorbaInterface
+  {
+  };
+
   interface MEDCouplingExtrudedMeshCorbaInterface : MEDCouplingMeshCorbaInterface
   {
   };