Salome HOME
Feature #86: The hierarchy in the Object Browser (T 19).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.h
index 384e5e714de7933809ae3ad24234158b589c152f..a0a117a92bfaed27cab0e28ac4751a540f290622 100644 (file)
@@ -143,6 +143,10 @@ public:
   void                            removeViewVTKPrs( const int                      theViewId );
   void                            removeObjectVTKPrs( const int                      theViewId,
                                                      const Handle(HYDROData_Entity)& theObject );
+  /**
+   * Update global imposed range of Z values for the given VTK viewer id
+   */
+  void                            updateVTKZRange( const int theViewId, double theRange[] );
 
   QStringList                     GetGeomObjectsToImport();