From bf4eff93ac51b199b00a11e02cdc34913e9db1cc Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 2 Dec 2005 15:22:55 +0000 Subject: [PATCH] To extend time animation on Gauss Points presentation --- idl/VISU_Gen.idl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.39.2