]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To extend time animation on Gauss Points presentation
authorapo <apo@opencascade.com>
Fri, 2 Dec 2005 15:22:55 +0000 (15:22 +0000)
committerapo <apo@opencascade.com>
Fri, 2 Dec 2005 15:22:55 +0000 (15:22 +0000)
idl/VISU_Gen.idl

index 72b6829f6a25201644aa9bbfa4c49252cab93aa8..4b748780ef4c9aa0ddb1dc2d36dd763f1e972c9a 100644 (file)
@@ -376,7 +376,7 @@ module VISU {
    * bar is displayed along with each colored field presentation and serves for
    * consulting the correspondance between colors and data values.
    */
-  interface ColoredPrd3d : Prs3d {
+  interface ColoredPrs3d : Prs3d {
     /*! Sets the method of coloring of the elements composing a 3D presentation.
      */
     void SetScalarMode(in long theScalarMode);
@@ -472,7 +472,7 @@ module VISU {
    * bar is displayed along with each colored field presentation and serves for
    * consulting the correspondance between colors and data values.
    */
-  interface ScalarMap : ColoredPrd3d {
+  interface ScalarMap : ColoredPrs3d {
     /*!
      * Sets the type of scaling of the values reflected by the scalar bar.
      * \param theScaling The value of this parameter is taken from the <VAR>Scaling</VAR> enumeration.
@@ -526,7 +526,7 @@ module VISU {
    * Presentation parameters of the Gauss Points presentation.
    */
   //-------------------------------------------------------
-  interface GaussPoints : ColoredPrd3d {
+  interface GaussPoints : ColoredPrs3d {
   };
 
   /*! \brief Deformed shape presentation interface
@@ -1150,7 +1150,7 @@ module VISU {
 
     /*!
      */
-    ScalarMap getPresentation(in long theField, in long theFrame);
+    ColoredPrs3d getPresentation(in long theField, in long theFrame);
 
     /*! Sets the type of presentation (vectors, deformed shape etc.)
      *  which will be generated by the method <VAR>generatePresentations</VAR>.