Salome HOME
size of image is limited by 7000 pixels
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_OCCDisplayer.h
index 92e20c815854ade1c62d9322833cf1fb7dc27df6..e7aea2a9d960a92485c276ad3a097b9fa82e34dc 100644 (file)
@@ -80,7 +80,12 @@ 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* );
 
 protected:
   /**
@@ -108,15 +113,11 @@ protected:
                                            const int theViewerId,
                                            const bool theIsForced,
                                            const bool theDoFitAll );
-
-protected:
   /**
    * \brief Purge all invalid objects in the viewer.
    * \param theViewerId viewer identifier
    */
   void                            purgeObjects( const int theViewerId );
-
-  void UpdateColorScale( const OCCViewer_Viewer* );
   
 private:
   /**