Salome HOME
Useless method has been removed.
[modules/hydro.git] / src / HYDROData / HYDROData_IAltitudeObject.h
index ba76126b9b9c3f5072404f429b7ea99b65a55f8c..ceb393519f0edf23543288600f42952ef8d7cd92 100644 (file)
@@ -5,7 +5,6 @@
 #include "HYDROData_Entity.h"
 
 class gp_XY;
-class QPointF;
 
 DEFINE_STANDARD_HANDLE(HYDROData_IAltitudeObject, HYDROData_Entity)
 
@@ -44,13 +43,6 @@ public:
    */
   HYDRODATA_EXPORT static double            GetInvalidAltitude();
 
-  /**
-   * Returns altitude for given point.
-   * \param thePoint the point to examine
-   * \return altitude value
-   */
-  HYDRODATA_EXPORT virtual double           GetAltitudeForPoint( const QPointF& thePoint ) const;
-
   /**
    * Returns altitude for given point.
    * \param thePoint the point to examine