]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
1. To introduce GAUSSVIEW identificator for Save/Restore View prarams functionality
authorapo <apo@opencascade.com>
Wed, 5 Oct 2005 07:59:46 +0000 (07:59 +0000)
committerapo <apo@opencascade.com>
Wed, 5 Oct 2005 07:59:46 +0000 (07:59 +0000)
2. To move Set/GetBarOrientation from Colored3d to ScalarMap to provide backward compatibility

idl/VISU_Gen.idl

index c2f9b0472a9c8efb9ca78381b77f8fa416b90f2f..2b04645b5cc2ac0ed80d5513911172789e3fad00 100644 (file)
@@ -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 <VAR>Orientaton</VAR> 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.