]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
NRI : Correction 1.1a.
authornri <nri@opencascade.com>
Mon, 19 May 2003 12:02:57 +0000 (12:02 +0000)
committernri <nri@opencascade.com>
Mon, 19 May 2003 12:02:57 +0000 (12:02 +0000)
idl/VISU_Gen.idl

index fa9708748d5e1161098ba1a8f43f0be133a17a88..f0f798c4fb8b60e4139a9d647322981a0aadf189 100644 (file)
@@ -32,7 +32,6 @@ module VISU {
   typedef string IdType;
   enum Scaling{ LINEAR, LOGARITHMIC};
   enum Entity{ NODE, EDGE, FACE, CELL};
-  //enum Entity{ CELL, FACE, EDGE, NODE};      
 /*!
  This enumeration contains a set of elements defining the type of the module.
 */
@@ -579,8 +578,19 @@ Imports data from a file.
 /*!
 Imports data from a %MED object field.
 */
-    Result ImportMed(in SALOMEDS::SObject theMedSObject);
+    Result ImportMed(in SALOME_MED::FIELD theField);
     const string ImportMed__doc__ = "Imports data from a MED object field.";
+/*!
+Imports data from a %MED object mesh.
+*/
+    Result ImportMedMesh(in SALOME_MED::MESH theMesh);
+    const string ImportMedMesh__doc__ = "Imports data from a MED object mesh.";
+
+/*!
+Imports data from a %MED object SUPPORT.
+*/
+    Result ImportMedSupport(in SALOME_MED::SUPPORT theSupport);
+    const string ImportMedSupport__doc__ = "Imports data from a MED support.";
 
 /*!
 Creates a %Mesh on the basis of the data generated in other sources (MED object or file).