From: apo Date: Fri, 2 Dec 2005 15:22:55 +0000 (+0000) Subject: To extend time animation on Gauss Points presentation X-Git-Tag: TG-D5-38-2003_D2005-20-12~72 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bf4eff93ac51b199b00a11e02cdc34913e9db1cc;p=modules%2Fvisu.git To extend time animation on Gauss Points presentation --- diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index 72b6829f..4b748780 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -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 Scaling 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 generatePresentations.