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