X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROData%2FHYDROData_ChannelAltitude.h;h=480e14fc3fea7ecd83492a012fa158e7b6d5afb1;hb=d398a8be8e0b0259b476b358d53d234ce4c82379;hp=695f855ece914d3cfcd4daf4101d1737c5ce1323;hpb=13dcd7edcf93135429fce003da064297775ac11d;p=modules%2Fhydro.git diff --git a/src/HYDROData/HYDROData_ChannelAltitude.h b/src/HYDROData/HYDROData_ChannelAltitude.h index 695f855e..480e14fc 100644 --- a/src/HYDROData/HYDROData_ChannelAltitude.h +++ b/src/HYDROData/HYDROData_ChannelAltitude.h @@ -22,9 +22,6 @@ #include "HYDROData_IAltitudeObject.h" -#define _DEVDEBUG_ -#include "HYDRO_trace.hxx" - DEFINE_STANDARD_HANDLE(HYDROData_ChannelAltitude, HYDROData_IAltitudeObject) @@ -52,7 +49,7 @@ public: /** * Returns the kind of this object. */ - HYDRODATA_EXPORT virtual const ObjectKind GetKind() const { DEBTRACE("GetKind"); return KIND_CHANNEL_ALTITUDE; } + HYDRODATA_EXPORT virtual const ObjectKind GetKind() const { return KIND_CHANNEL_ALTITUDE; } public: @@ -63,7 +60,8 @@ public: * \param thePoint the point to examine * \return altitude value */ - HYDRODATA_EXPORT virtual double GetAltitudeForPoint( const gp_XY& thePoint ) const; + HYDRODATA_EXPORT virtual double GetAltitudeForPoint( const gp_XY& thePoint, + int theMethod =0) const; protected: