Salome HOME
Dump to python corrected.
[modules/hydro.git] / src / HYDROData / HYDROData_Obstacle.h
index 9a9954fb680c89066fe702243d7b26574e446cf1..dc78d9f1647a9c4f11cd17caa2b17d8547e2a7df 100644 (file)
@@ -117,17 +117,19 @@ protected:
    */
   HYDRODATA_EXPORT virtual QColor getDefaultBorderColor() const;
 
-  /**
-   * Create all necessary child group objects.
-   */
-  HYDRODATA_EXPORT virtual void createGroupObjects();
-
   /**
    * Returns the type of child altitude object.
    * Reimplemented to create obstacle altitude object.
    */
   HYDRODATA_EXPORT virtual ObjectKind getAltitudeObjectType() const;
 
+private:
+
+  /**
+   * Create all necessary child group objects.
+   */
+  HYDRODATA_EXPORT void createGroupObjects();
+
 protected:
 
   friend class HYDROData_Iterator;