Salome HOME
fix conflict: ctest requires SUBDIRS, not ADD_SUBDIRECTORY directives
[modules/med.git] / idl / MEDPresentationManager.idl
index e316b2ec3e6bcc2d91ee61be67601edb46f237a9..2d744bbceb80247a327f8c9f873b7cae66c3a930 100644 (file)
@@ -23,9 +23,8 @@
 #include "SALOME_GenericObj.idl"
 #include "MEDDataManager.idl"
 
-module MEDOP
+module MEDCALC
 {
-
   enum MEDPresentationViewMode {
     VIEW_MODE_OVERLAP,
     VIEW_MODE_REPLACE,
@@ -41,7 +40,9 @@ module MEDOP
   interface MEDPresentationManager : SALOME::GenericObj
   {
 
-    void MakeScalarMap(in ScalarMapParameters params);
+    long makeScalarMap(in ScalarMapParameters params);
+    void setPresentationProperty(in long presId, in string propName, in string propValue);
+    string getPresentationProperty(in long presId, in string propName);
 
   };