Salome HOME
TShell cannot be disconnected; use TCompound of shells/faces instead
[modules/hydro.git] / src / HYDROData / HYDROData_Document.h
index 3565fd5cdd75f65cbb517d9f9299bed73d3e8f37..3601a6b6a0bc9860f52c41034303974c1c381a18 100644 (file)
 #define HYDROData_Document_HeaderFile
 
 #include <HYDROData_Entity.h>
-
 #include <TDocStd_Document.hxx>
 
 class HYDROData_InterpolatorsFactory;
 class HYDROData_IProfilesInterpolator;
+class Handle(HYDROData_StricklerTable);
+class Handle(HYDROData_LandCoverMap);
 
 class QFile;
 class gp_Pnt2d;
@@ -217,8 +218,16 @@ public:
   //! Get list of registered interpolator names.
   HYDRODATA_EXPORT NCollection_Sequence<TCollection_AsciiString> GetInterpolatorNames() const;
 
-protected:
+public:
+  //! Returns default strickler coefficient
+  HYDRODATA_EXPORT double GetDefaultStricklerCoefficient() const;
 
+  //! Sets default strickler coefficient
+  HYDRODATA_EXPORT void SetDefaultStricklerCoefficient( double ) const;
+
+  HYDRODATA_EXPORT QColor GetAssociatedColor( const QString& theStricklerType, const Handle(HYDROData_StricklerTable)& theTable ) const;
+
+protected:
   friend class HYDROData_Iterator;
   friend class test_HYDROData_Document;