Salome HOME
Refs #289 - Spline profile is represented in OCC view as polyline profile
[modules/hydro.git] / src / HYDROData / HYDROData_Obstacle.h
index 39b7d58413e7b82d4bf0a5a8e30c61d6c3fa3f7e..9a9954fb680c89066fe702243d7b26574e446cf1 100644 (file)
@@ -122,6 +122,12 @@ protected:
    */
   HYDRODATA_EXPORT virtual void createGroupObjects();
 
+  /**
+   * Returns the type of child altitude object.
+   * Reimplemented to create obstacle altitude object.
+   */
+  HYDRODATA_EXPORT virtual ObjectKind getAltitudeObjectType() const;
+
 protected:
 
   friend class HYDROData_Iterator;