Salome HOME
porting on linux
[modules/hydro.git] / src / HYDROData / HYDROData_ChannelAltitude.h
index 695f855ece914d3cfcd4daf4101d1737c5ce1323..480e14fc3fea7ecd83492a012fa158e7b6d5afb1 100644 (file)
@@ -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: