Salome HOME
SIP: HYDROData_AltitudeObject is included.
[modules/hydro.git] / src / HYDROPy / HYDROData_ImmersibleZone.sip
index 326dd5cbdbeb9ad62646a69bc0d24bab7b314d0f..33d46350dbb91f0954f356349c9fd2fc05de684b 100644 (file)
@@ -106,46 +106,6 @@ public:
    */
   void RemovePolyline();
 
-  /**
-   * Set reference bathymetry object for zone.
-   */
-  void SetBathymetry( HYDROData_Bathymetry theBathymetry ) [void (const Handle_HYDROData_Bathymetry&)];
-  %MethodCode
-
-    Handle(HYDROData_Bathymetry) aRefBath =
-      Handle(HYDROData_Bathymetry)::DownCast( createHandle( a0 ) );
-    if ( !aRefBath.IsNull() )
-    {
-      Py_BEGIN_ALLOW_THREADS
-      sipSelfWasArg ? sipCpp->HYDROData_ImmersibleZone::SetBathymetry( aRefBath ) : 
-                      sipCpp->SetBathymetry( aRefBath );
-      Py_END_ALLOW_THREADS
-    }
-
-  %End
-
-  /**
-   * Returns reference bathymetry object of zone.
-   */
-  HYDROData_Bathymetry GetBathymetry() const [Handle_HYDROData_Bathymetry ()];
-  %MethodCode
-
-    Handle(HYDROData_Bathymetry) aRefBath;
-    
-    Py_BEGIN_ALLOW_THREADS
-    aRefBath = sipSelfWasArg ? sipCpp->HYDROData_ImmersibleZone::GetBathymetry() : 
-                               sipCpp->GetBathymetry();
-    Py_END_ALLOW_THREADS
-    
-    sipRes = (HYDROData_Bathymetry*)createPointer( aRefBath );
-  
-  %End
-
-  /**
-   * Clear the bathymetry object for zone.
-   */
-  void RemoveBathymetry();
-
 protected:
 
   /**