]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
To introduce a new method for ColoredPrs3dHolder to allow user to get know what type...
authorapo <apo@opencascade.com>
Mon, 27 Nov 2006 11:46:03 +0000 (11:46 +0000)
committerapo <apo@opencascade.com>
Mon, 27 Nov 2006 11:46:03 +0000 (11:46 +0000)
idl/VISU_Gen.idl
src/VISU_I/VISU_ColoredPrs3dHolder_i.hh

index c6f073d17389f34f215232d6daeb643a455c77b8..0d0a114f23303e02895f31f258d365f68ca2f3e6 100644 (file)
@@ -608,6 +608,11 @@ module VISU {
      */
     ColoredPrs3d GetDevice();
 
+    /*!
+     * Gets type of the managed presentations.
+     */
+    VISUType GetPrsType();
+
     /*!
      * Gets TimeStampsRange information from the last visited presentation.
      */
index e78aac0d2705534cb5ff7b9370b21ad32443d2db..3947d48c0700c542b34345efdbf1a7a3d3b92024 100644 (file)
@@ -96,6 +96,7 @@ namespace VISU
       return VISU::TCOLOREDPRS3DHOLDER; 
     }
 
+    virtual 
     VISU::VISUType
     GetPrsType();