Salome HOME
Variables naming.
[modules/hydro.git] / src / HYDROData / HYDROData_Channel.h
index e9301036ac9e3c6fc9a5b9a5f269c41b68fcf009..72a4621e43cf7ad14bcd8f645dfa4d00489c3ed4 100644 (file)
@@ -124,17 +124,7 @@ protected:
    * Returns the type of child altitude object.
    * Reimplemented to create chanel altitude object.
    */
-  virtual ObjectKind getAltitudeObjectType() const;
-
-private:
-
-  void    findEdges( const TopTools_SequenceOfShape& theInShapes,
-                     const TopTools_ListOfShape&     theEdges3D,
-                     TopTools_SequenceOfShape&       theOutShapes ) const;
-
-  void    findEdges( const TopTools_SequenceOfShape& theInShapes,
-                     const TopoDS_Shape&             theEdge3D,
-                     TopTools_SequenceOfShape&       theOutShapes ) const;
+  HYDRODATA_EXPORT virtual ObjectKind getAltitudeObjectType() const;
 
 protected: