Salome HOME
Profile object creation.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.h
index 808958f64ee96844d5074ec9f93c2bc05be68000..a0a117a92bfaed27cab0e28ac4751a540f290622 100644 (file)
@@ -144,9 +144,9 @@ public:
   void                            removeObjectVTKPrs( const int                      theViewId,
                                                      const Handle(HYDROData_Entity)& theObject );
   /**
-   * Update global imposed range of Z values for VTK viewer
+   * Update global imposed range of Z values for the given VTK viewer id
    */
-  void                            updateVTKZRange( double theRange[] );
+  void                            updateVTKZRange( const int theViewId, double theRange[] );
 
   QStringList                     GetGeomObjectsToImport();