Salome HOME
TShell cannot be disconnected; use TCompound of shells/faces instead
[modules/hydro.git] / src / HYDROData / HYDROData_StreamAltitude.h
index 5cb6cc214762ae50a85f378cadfe7d9f216bacdf..02cbc3083d42ed54036a3aecd0fe171fe3bd7c91 100644 (file)
 
 #include "HYDROData_IAltitudeObject.h"
 
-class Handle(HYDROData_Profile);
 
 DEFINE_STANDARD_HANDLE(HYDROData_StreamAltitude, HYDROData_IAltitudeObject)
 
+class TopoDS_Wire;
 
 /**\class HYDROData_StreamAltitude
  * \brief Class that stores/retreives information about the stream altitude.
@@ -65,9 +65,9 @@ public:
 
 protected:
 
-  bool getBoundaryProfilesForPoint( const gp_XY&               thePoint,
-                                    Handle(HYDROData_Profile)& theLeftProfile,
-                                    Handle(HYDROData_Profile)& theRightProfile ) const;
+  bool getBoundaryWiresForPoint( const gp_XY&               thePoint,
+                                 TopoDS_Wire& theLeftWire,
+                                 TopoDS_Wire& theRightWire ) const;
 
 protected: