Salome HOME
TShell cannot be disconnected; use TCompound of shells/faces instead
[modules/hydro.git] / src / HYDROData / HYDROData_Document.h
index f79ebad255f8940ff683d38d228914a99e8e884c..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;
@@ -224,6 +225,8 @@ public:
   //! 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;