Salome HOME
Ordering of model objects implementation.
[modules/hydro.git] / src / HYDROPy / HYDROData_AltitudeObject.sip
index bbab41f03f04f60886a54d8ec1c3454a0cdfafa9..e7fc9d432a25d564d063d03c90e3e35f218d323c 100644 (file)
@@ -31,17 +31,6 @@ class HYDROData_AltitudeObject : public HYDROData_IAltitudeObject
 #include <HYDROData_AltitudeObject.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:
 
   /**