From c675af176679d6d4698c90b8dff1eec2cc73261f Mon Sep 17 00:00:00 2001 From: apo Date: Wed, 5 Oct 2005 07:59:46 +0000 Subject: [PATCH] 1. To introduce GAUSSVIEW identificator for Save/Restore View prarams functionality 2. To move Set/GetBarOrientation from Colored3d to ScalarMap to provide backward compatibility --- idl/VISU_Gen.idl | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/idl/VISU_Gen.idl b/idl/VISU_Gen.idl index c2f9b047..2b04645b 100644 --- a/idl/VISU_Gen.idl +++ b/idl/VISU_Gen.idl @@ -71,6 +71,7 @@ module VISU { TXYPLOT, /*!< 2D XY plot consisting of one or several curve lines */ TTABLEVIEW, /*!< Table view is used for displaying data tables */ TVIEW3D, /*!< 3D view is used for displaying 3D graphical presentations */ + TGAUSSVIEW, /*!< 3D view is used for displaying Gauss Points graphical presentations */ TENTITY, /*!< An element composing a mesh: node, edge, face or cell */ TFAMILY, /*!< The whole mesh can be divided into one or several submeshes, called families, which are defined by the user. Each family in its turn is composed of entities of a definite type. */ TGROUP, /*!< A group of families */ @@ -384,24 +385,6 @@ module VISU { */ long GetScalarMode(); - /*! %Orientation of the scalar bar. */ - enum ScalarBarOrientation { - HORIZONTAL, /*!< Horizontal orientation of the scalar bar.*/ - VERTICAL /*!< Vertical orientation of the scalar bar.*/ - }; - - /*! - * Sets the type of orientation of the scalar bar. - * \param theOrientation This parameter defines the orientation of the scalar bar. - * It is taken from the Orientaton enumeration. - */ - void SetScalarBarOrientation(in ScalarBarOrientation theOrientation); - - /*! - * Gets the type of orientation of the scalar bar. - */ - ScalarBarOrientation GetScalarBarOrientation(); - /*! \brief Position of the scalar bar. * * Sets the position of the scalar bar origin on the screen. -- 2.39.2