X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_Document.h;h=6f3c82290ac73cc38fe756f4be00667bc68b58d8;hb=545854182f0363f61284d5abe34c3627d4f3b088;hp=009eda2f5e9794b4a5e054ee88d3df7e01d6e266;hpb=53a95466cbe84e05377a265238b6af6a0c718981;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_Document.h b/src/HYDROData/HYDROData_Document.h index 009eda2f..6f3c8229 100644 --- a/src/HYDROData/HYDROData_Document.h +++ b/src/HYDROData/HYDROData_Document.h @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 EDF-R&D // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -23,9 +19,7 @@ #ifndef HYDROData_Document_HeaderFile #define HYDROData_Document_HeaderFile -#include #include - #include class HYDROData_InterpolatorsFactory; @@ -222,8 +216,14 @@ public: //! Get list of registered interpolator names. HYDRODATA_EXPORT NCollection_Sequence GetInterpolatorNames() const; -protected: +public: + //! Returns default strickler coefficient + HYDRODATA_EXPORT double GetDefaultStricklerCoefficient() const; + + //! Sets default strickler coefficient + HYDRODATA_EXPORT void SetDefaultStricklerCoefficient( double ) const; +protected: friend class HYDROData_Iterator; friend class test_HYDROData_Document;