]> SALOME platform Git repositories - modules/visu.git/commit
Salome HOME
To extend and clarify VISU IDL definition.
authorapo <apo@opencascade.com>
Fri, 3 Nov 2006 06:49:43 +0000 (06:49 +0000)
committerapo <apo@opencascade.com>
Fri, 3 Nov 2006 06:49:43 +0000 (06:49 +0000)
commit34c3097f004b20450286650094b1cb5040cc4e3d
treebb341192c6e512c40ee19ef02f9503695df04fef
parent05eddca520d0206f9b43064850b60556650595ac
To extend and clarify VISU IDL definition.
1. Three new functions are added to the ColoredPrs3d interface, namely
    /*!
     * Gets the min boundary of the scalar bar from source data.
     */
    double GetSourceMin();

    /*!
     * Gets the max boundary of the scalar bar from source data.
     */
    double GetSourceMax();

    /*!
     * Defines whether the scalar range corresponds to the source data or not.
     */
    boolean IsRangeFixed();
2. A new function is introduced in the ScalarMap interface, namely
    /*!
     * Sets scalar range that corresponds to the source data.
     */
    void SetSourceRange();
3. Three functions are removed from ScalarMapOnDeformedShape, because they have the same meaning as in ScalaraMap (a basic interface for it), namely
    /*!
     * Sets the source ranges of pipeline
     */
    void SetSourceRange(in double theMinRange,in double theMaxRange);
    /*!
     * Gets the minimum source range of pipeline
     */
    double GetSourceRangeMin();
    /*!
     * Gets the maximum source range of pipeline
     */
    double GetSourceRangeMax();
idl/VISU_Gen.idl
src/VISUGUI/VisuGUI_ScalarBarDlg.cxx
src/VISU_I/VISU_ColoredPrs3d_i.cc
src/VISU_I/VISU_ColoredPrs3d_i.hh
src/VISU_I/VISU_DumpPython.cc
src/VISU_I/VISU_GaussPoints_i.cc
src/VISU_I/VISU_GaussPoints_i.hh
src/VISU_I/VISU_ScalarMapOnDeformedShape_i.cc
src/VISU_I/VISU_ScalarMapOnDeformedShape_i.hh
src/VISU_I/VISU_ScalarMap_i.cc
src/VISU_I/VISU_ScalarMap_i.hh