X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FSMESH_Mesh.idl;fp=idl%2FSMESH_Mesh.idl;h=9f52f0cc226b51c36e44b6327468abeb9cdf5d85;hb=f5bfce992fac067f68fcd8ce7a0b0d98031a2c49;hp=8a5c37daa91e4dd4348f67488e87d4b30da0e87c;hpb=44a2277a1a9b53dd1ca7cec27fab991882212c00;p=modules%2Fsmesh.git diff --git a/idl/SMESH_Mesh.idl b/idl/SMESH_Mesh.idl index 8a5c37daa..9f52f0cc2 100644 --- a/idl/SMESH_Mesh.idl +++ b/idl/SMESH_Mesh.idl @@ -28,6 +28,7 @@ #include "SALOME_Exception.idl" #include "SALOME_GenericObj.idl" +#include "SALOME_Notebook.idl" #include "GEOM_Gen.idl" #include "MED.idl" @@ -263,7 +264,7 @@ module SMESH interface SMESH_GroupOnGeom; interface SMESH_subMesh; interface SMESH_MeshEditor; - interface SMESH_Mesh : SALOME::GenericObj, SMESH_IDSource + interface SMESH_Mesh : SALOME::ParameterizedObject, SMESH_IDSource { /*! * Return true if there is a geometry to be meshed @@ -760,22 +761,6 @@ module SMESH /*! Gets information about imported MED file */ SALOME_MED::MedFileInfo GetMEDFileInfo(); - - /*! - * Sets list of notebook variables used for Mesh operations separated by ":" symbol - * \param theParameters is a string containing the notebook variables - */ - void SetParameters (in string theParameters); - - /*! - * Returns list of notebook variables used for Mesh operations separated by ":" symbol - */ - string GetParameters(); - - /*! - * Returns list of notebook variables used for last Mesh operation - */ - string_array GetLastParameters(); }; interface SMESH_subMesh : SALOME::GenericObj, SMESH_IDSource