Salome HOME
merge BR_v14_rc
[modules/hydro.git] / src / HYDROData / HYDROData_StricklerTable.h
index a70e9f71e86d68a11870126515cd8fb75e637c30..76a7241e7c45de5f50bc153a85ac41d340c3ff34 100644 (file)
@@ -52,6 +52,9 @@ public:
   HYDRODATA_EXPORT void Set( const QString& theType, double theCoefficient );
 
   HYDRODATA_EXPORT QStringList GetTypes() const;
+  HYDRODATA_EXPORT void GetCoefficientRange( double& theMin, double& theMax ) const;
+
+  HYDRODATA_EXPORT bool HasType( const QString& theType ) const;
 
   HYDRODATA_EXPORT void Clear();