]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Useless declaration removed.
authoradv <adv@opencascade.com>
Fri, 17 Jan 2014 04:57:49 +0000 (04:57 +0000)
committeradv <adv@opencascade.com>
Fri, 17 Jan 2014 04:57:49 +0000 (04:57 +0000)
src/HYDROPy/HYDROData_ObstacleAltitude.sip

index 64aa35b531b7c278d04f9da8b71f8b3f73d54185..88e5ebaec9d6f9b1fae724ff46df66f99849d42f 100644 (file)
@@ -30,17 +30,6 @@ class HYDROData_ObstacleAltitude : public HYDROData_IAltitudeObject
 #include "HYDROData_ObstacleAltitude.h"
 %End
 
-public:      
-
-  // Public methods to work with altitudes.
-
-  /**
-   * Returns altitude for given point.
-   * \param thePoint the point to examine
-   * \return altitude value
-   */
-  virtual double           GetAltitudeForPoint( const gp_XY& thePoint ) const;
-
 protected:
 
   /**