Salome HOME
bos #29098 Merge branch 'CR29098'
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_BoundingBox.h
index c56b3ca373d8091e61b76a3a3a5db4207b406e5b..575d5061d26dceb8778095894f679fc0e37b04da 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -22,7 +22,6 @@
 
 #include <GeomAlgoAPI.h>
 #include <GeomAPI_Shape.h>
-#include <Standard_TypeDef.hxx>
 
 /// get the boundin box of theshape.
   /// \param theShape   the shape
@@ -36,9 +35,9 @@
   /// \param theError  error
 GEOMALGOAPI_EXPORT
 bool GetBoundingBox(const std::shared_ptr<GeomAPI_Shape>& theShape,
-                    Standard_Real& theXmin,Standard_Real& theXmax,
-                    Standard_Real& theYmin,Standard_Real& theYmax,
-                    Standard_Real& theZmin,Standard_Real& theZmax,
+                    double& theXmin, double& theXmax,
+                    double& theYmin, double& theYmax,
+                    double& theZmin, double& theZmax,
                     std::string& theError);
 
 #endif