Salome HOME
Corrections of examples path after install with scbi
[modules/hydro.git] / src / HYDROData / HYDROData_AltitudeObject.cxx
index 8dd5033a52b168dca715357510d9059026340e94..d57534629aaf53d2d9070db78b922fb733b7708d 100644 (file)
@@ -21,7 +21,9 @@
 
 #include <QStringList>
 
-IMPLEMENT_STANDARD_HANDLE(HYDROData_AltitudeObject, HYDROData_IAltitudeObject)
+//#define _DEVDEBUG_
+#include "HYDRO_trace.hxx"
+
 IMPLEMENT_STANDARD_RTTIEXT(HYDROData_AltitudeObject, HYDROData_IAltitudeObject)
 
 HYDROData_AltitudeObject::HYDROData_AltitudeObject()
@@ -48,8 +50,10 @@ QStringList HYDROData_AltitudeObject::DumpToPython( const QString& thePyScriptPa
   return aResList;
 }
 
-double HYDROData_AltitudeObject::GetAltitudeForPoint( const gp_XY& thePoint ) const
+double HYDROData_AltitudeObject::GetAltitudeForPoint( const gp_XY& thePoint,
+                                                      int theMethod) const
 {
+  DEBTRACE("HYDROData_AltitudeObject::GetAltitudeForPoint");
   double aResAltitude = GetInvalidAltitude();
 
   return aResAltitude;