X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_CalculationCase.h;h=ca0fd81cb7440fd67c66a972ae83b618904bd734;hb=39b1848f103d89cfb544a1651b3fbf221fc2c401;hp=e71b191a81105fc5688e2b2f621b394c0d0238d4;hpb=00aa7cf3ceb5291303342ce1ce84d5e0cb49319a;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_CalculationCase.h b/src/HYDROData/HYDROData_CalculationCase.h index e71b191a..ca0fd81c 100644 --- a/src/HYDROData/HYDROData_CalculationCase.h +++ b/src/HYDROData/HYDROData_CalculationCase.h @@ -24,6 +24,7 @@ #include #include #include +#include #ifdef WIN32 #pragma warning ( disable: 4251 ) @@ -340,6 +341,10 @@ public: */ HYDRODATA_EXPORT double GetStricklerCoefficientForPoint( const gp_XY& thePoint ) const; + HYDRODATA_EXPORT std::vector GetStricklerCoefficientForPoints(const std::vector& thePoints, + double DefValue, + bool UseMax ) const; + /** * Returns altitudes for given points on given region. * \param thePoints the points to examine