Salome HOME
calc case get str coeffs
[modules/hydro.git] / src / HYDROData / HYDROData_CalculationCase.h
index e71b191a81105fc5688e2b2f621b394c0d0238d4..88655837886846f48cb516889b0f14069dce445a 100644 (file)
@@ -24,6 +24,7 @@
 #include <HYDROData_PriorityQueue.h>
 #include <HYDROData_Zone.h>
 #include <HYDROData_Warning.h>
+#include <vector>
 
 #ifdef WIN32
   #pragma warning ( disable: 4251 )
@@ -340,6 +341,10 @@ public:
    */
   HYDRODATA_EXPORT double GetStricklerCoefficientForPoint( const gp_XY& thePoint ) const;
 
+  HYDRODATA_EXPORT bool GetStricklerCoefficientForPoints(const std::vector<gp_Pnt2d>& thePoints,
+                                                         std::vector<double>& theCoeffs, double DefValue,
+                                                         bool UseMax );
+
   /**
    * Returns altitudes for given points on given region.
    * \param thePoints the points to examine