Salome HOME
merge BR_v14_rc
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineOperator.h
index 7740bf5ed3977d3a7f13ffa842df76c93a1b73d8..8e27796cea78a6f98165bbf531534985fc482ca3 100644 (file)
@@ -37,7 +37,8 @@ public:
   bool Split( const Handle( HYDROData_Document )& theDoc,
               const Handle( HYDROData_PolylineXY )& thePolyline,
               const Handle( HYDROData_PolylineXY )& theTool,
-              double theTolerance ) const;
+              double theTolerance,
+              bool& theIsIntersected) const;
   bool Split( const Handle( HYDROData_Document )& theDoc,
               const HYDROData_SequenceOfObjects& thePolylines,
               double theTolerance );
@@ -68,7 +69,8 @@ protected:
               const Handle( HYDROData_PolylineXY )& thePolyline,
               const HYDROData_SequenceOfObjects& theTools,
               double theTolerance,
-              int theIgnoreIndex ) const;
+              int theIgnoreIndex,
+              bool& theIsIntersected) const;
 
   static void Split(
     const TopoDS_Wire& theWire,