Salome HOME
Dump to python corrected.
[modules/hydro.git] / src / HYDROPy / HYDROData_Obstacle.sip
index d7d4211f70eb9d7330e6395581b1789116fa4b7a..8261e5f9c7089b48c1813d0557d0fb1e0a9df926 100644 (file)
 #include <HYDROData_Obstacle.h>
 %End
 
-class HYDROData_Obstacle : public HYDROData_ArtificialObject
+class HYDROData_Obstacle : HYDROData_ArtificialObject
 {
 %TypeHeaderCode
 #include <HYDROData_Obstacle.h>
 %End
 
 public:
-  /**
-   * Returns the top shape of the object.
-   */
-//  virtual TopoDS_Shape GetTopShape() const;
-
-  /**
-   * Returns the 3d shape of the object.
-   */
-//  virtual TopoDS_Shape GetShape3D() const;
-
   /**
    * Returns default filling color for new obstacle.
    */
@@ -51,12 +41,6 @@ public:
    */
   static QColor DefaultBorderColor();
 
-
-  /**
-   * Sets the 3d shape of the object.
-   */
-//  virtual void SetShape3D( const TopoDS_Shape& theShape );
-
 public:
 
   /**