Salome HOME
Merge branch 'V8_4_BR'
[modules/gui.git] / src / OCCViewer / OCCViewer_Utilities.h
index 68f845a8f303f27ed3455422e03669e25c49718a..7db427e50ebd56b899b3d9dc7f3d7b71e540ac6c 100755 (executable)
@@ -80,6 +80,8 @@ public:
    * \return \c true if the bounding box center is computed
    */
   static bool computeVisibleBBCenter( const Handle(V3d_View) theView, double& theX, double& theY, double& theZ );
+
+  static bool computeSceneBBCenter( const Handle(V3d_View) theView, double& theX, double& theY, double& theZ );
 };
 
 #endif // OCCVIEWER_UTILITIES_H