From: nri Date: Mon, 19 May 2003 12:02:57 +0000 (+0000) Subject: NRI : Correction 1.1a. X-Git-Tag: Start-v1_1a~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b70a6d10d31df3fbec3839b1ae61ac9235327004;p=modules%2Fvisu.git NRI : Correction 1.1a. --- 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).