Salome HOME
correct update status of stream and DTM
[modules/hydro.git] / src / HYDROData / HYDROData_ObstacleAltitude.h
index ba95ba9b9288f5343c0ee3c17cd431854d7b482d..3dc1e2ceb8c11df381aced148e7d1c3f91847e4e 100644 (file)
@@ -60,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: