Salome HOME
Merge branch 'BR_v14_rc' of ssh://git.salome-platform.org/modules/hydro into BR_v14_rc
[modules/hydro.git] / src / HYDROData / HYDROData_StricklerTable.h
index bbc553bec135c93187bd1ffeaf9fd418205d750a..856786c7d574a34af32be557b306b688abf39f3b 100644 (file)
@@ -51,8 +51,12 @@ public:
   HYDRODATA_EXPORT double Get( const TCollection_ExtendedString& theType, double theDefault ) const;
   HYDRODATA_EXPORT void Set( const TCollection_ExtendedString& theType, double theCoefficient );
 
+  HYDRODATA_EXPORT void GetCoefficientRange( double& theMin, double& theMax ) const;
+
   HYDRODATA_EXPORT TColStd_SequenceOfExtendedString GetTypes() const;
 
+  HYDRODATA_EXPORT bool HasType( const TCollection_ExtendedString& theType ) const;
+
   HYDRODATA_EXPORT void Clear();
 
   HYDRODATA_EXPORT virtual QStringList DumpToPython( MapOfTreatedObjects& theTreatedObjects ) const;