X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_StricklerTable.h;h=856786c7d574a34af32be557b306b688abf39f3b;hb=a0af24ffefdde80cb89a80cc048fbb72f4479139;hp=bbc553bec135c93187bd1ffeaf9fd418205d750a;hpb=db8366c663ab1f4a95e4e35135ce46c0c4d41717;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_StricklerTable.h b/src/HYDROData/HYDROData_StricklerTable.h index bbc553be..856786c7 100644 --- a/src/HYDROData/HYDROData_StricklerTable.h +++ b/src/HYDROData/HYDROData_StricklerTable.h @@ -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;