Salome HOME
SIP: HYDROData_ObstacleAltitude is included.
[modules/hydro.git] / src / HYDROPy / HYDROData_Entity.sip
index f0205a2f3adda593086515ba7a8fe920bdf614ac..04074c37954ec52cb915eea8c50c6c2280df3ffd 100644 (file)
@@ -67,6 +67,10 @@ class HYDROData_Entity
         sipClass = sipClass_HYDROData_Bathymetry;
         break;
 
+      case KIND_OBSTACLE_ALTITUDE:
+        sipClass = sipClass_HYDROData_ObstacleAltitude;
+        break;
+
       case KIND_IMMERSIBLE_ZONE:
         sipClass = sipClass_HYDROData_ImmersibleZone;
         break;
@@ -87,6 +91,10 @@ class HYDROData_Entity
         sipClass = sipClass_HYDROData_Zone;
         break;
 
+      case KIND_SHAPES_GROUP:
+        sipClass = sipClass_HYDROData_ShapesGroup;
+        break;
+
       case KIND_UNKNOWN:
         sipClass = sipClass_HYDROData_Entity;
         break;
@@ -144,6 +152,12 @@ public:
   void CopyTo( HYDROData_Entity theDestination ) const;
   */
 
+  /**
+   * Returns the list of all reference objects of this object.
+   * Base implementation always return empty list.
+   */
+  virtual HYDROData_SequenceOfObjects GetAllReferenceObjects() const;
+
 protected:
 
   /**