Salome HOME
fix conflict: ctest requires SUBDIRS, not ADD_SUBDIRECTORY directives
[modules/med.git] / idl / MEDPresentationManager.idl
index cab47d06441e5427f3dc53826ea4fcb9843df4a4..2d744bbceb80247a327f8c9f873b7cae66c3a930 100644 (file)
@@ -25,7 +25,6 @@
 
 module MEDCALC
 {
-
   enum MEDPresentationViewMode {
     VIEW_MODE_OVERLAP,
     VIEW_MODE_REPLACE,
@@ -41,7 +40,9 @@ module MEDCALC
   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);
 
   };