Salome HOME
size of image is limited by 7000 pixels
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_OCCDisplayer.h
index 275954472bcd21b65b54531eab4ac330fc806517..e7aea2a9d960a92485c276ad3a097b9fa82e34dc 100644 (file)
@@ -80,7 +80,10 @@ public:
    * \param theViewerId viewer identifier
    * \return the color scale 
    */
-  Handle(AIS_ColorScale)          GetColorScale( const int theViewerId );
+  Handle(AIS_ColorScale) GetColorScale( const int theViewerId );
+
+
+  void UpdatePolylines( int theViewerId, int theType, int theSize );
 
   void UpdateColorScale( const OCCViewer_Viewer* );