Salome HOME
refs #476: more robust resolving conflicts
[modules/hydro.git] / src / HYDROData / HYDROData_SplitToZonesTool.h
index f2a5ad69e81964813c985bdfd245acc3e2e7676f..c80f66fe3ef6480c26c13c089214d6305d35d70d 100644 (file)
@@ -72,15 +72,7 @@ public:
 
 private:
 
-  static bool                SplitTwoData( const SplitData& theData1,
-                                           const SplitData& theData2,
-                                           SplitData& theData1Subtracted,
-                                           SplitData& theData2Subtracted,
-                                           SplitData& theDataIntersected );
-
-  static SplitDataList       ExtractSeparateData( const SplitData& theData );
-
-   /**
+  /**
    * Split input faces.
    */
   static Standard_Integer SplitFaces(const TopoDS_Compound& theComp, HYDROData_Transform& theTool);