]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix NPAL16752 (SIGSEGV on cutpanes, cutlines, plot3D on cronoshexa.med file).
authorakl <akl@opencascade.com>
Fri, 14 Sep 2007 16:03:56 +0000 (16:03 +0000)
committerakl <akl@opencascade.com>
Fri, 14 Sep 2007 16:03:56 +0000 (16:03 +0000)
idl/VISU_Gen.idl

index 751a83649e3741c243e54ea27a1682e99c0de39f..e9abf00fa12a99bb5565324d792036e11a7aa6c4 100644 (file)
@@ -1661,7 +1661,8 @@ module VISU {
      */
     StreamLines StreamLinesOnField(in Result theResult, in string theMeshName,
                                   in Entity theEntity, in string theFieldName,
-                                  in double theIteration);
+                                  in double theIteration)
+      raises (SALOME::SALOME_Exception);
 
     /*!
      * Creates a presentation of cut planes.
@@ -1673,7 +1674,8 @@ module VISU {
      */
     CutPlanes CutPlanesOnField(in Result theResult, in string theMeshName,
                               in Entity theEntity, in string theFieldName,
-                              in double theIteration);
+                              in double theIteration)
+      raises (SALOME::SALOME_Exception);
 
     /*!
      * Creates a presentation of cut lines.
@@ -1685,7 +1687,8 @@ module VISU {
      */
     CutLines CutLinesOnField(in Result theResult, in string theMeshName,
                             in Entity theEntity, in string theFieldName,
-                            in double theIteration);
+                            in double theIteration)
+      raises (SALOME::SALOME_Exception);
 
     /*!
      * Creates a Plot3D presentation.
@@ -1697,7 +1700,8 @@ module VISU {
      */
     Plot3D Plot3DOnField(in Result theResult, in string theMeshName,
                         in Entity theEntity, in string theFieldName,
-                        in double theIteration);
+                        in double theIteration)
+      raises (SALOME::SALOME_Exception);
 
     /*!
      * Creates a table presentation.