From b70a6d10d31df3fbec3839b1ae61ac9235327004 Mon Sep 17 00:00:00 2001 From: nri Date: Mon, 19 May 2003 12:02:57 +0000 Subject: [PATCH] NRI : Correction 1.1a. --- idl/VISU_Gen.idl | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index fa970874..f0f798c4 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -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). -- 2.39.2