Salome HOME
correct update status of stream and DTM
[modules/hydro.git] / src / HYDROData / HYDROData_ObstacleAltitude.h
index fcabf5df21b2fe5f90756152b1ae8a0075cd7438..3dc1e2ceb8c11df381aced148e7d1c3f91847e4e 100644 (file)
@@ -22,9 +22,6 @@
 
 #include "HYDROData_IAltitudeObject.h"
 
-#define _DEVDEBUG_
-#include "HYDRO_trace.hxx"
-
 
 DEFINE_STANDARD_HANDLE(HYDROData_ObstacleAltitude, HYDROData_IAltitudeObject)
 
@@ -52,7 +49,7 @@ public:
   /**
    * Returns the kind of this object. 
    */
-  HYDRODATA_EXPORT virtual const ObjectKind GetKind() const { DEBTRACE("HYDROData_ObstacleAltitude::GetKind"); return KIND_OBSTACLE_ALTITUDE; }
+  HYDRODATA_EXPORT virtual const ObjectKind GetKind() const { return KIND_OBSTACLE_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: