Salome HOME
Initial merge of branch 'BR_HYDRO_IMPS_2016' into BR_PORTING_OCCT_7
[modules/hydro.git] / src / HYDROData / HYDROData_PolylineOperator.h
index 364f27a8e2a65dc3b0d01c43906f93413d34ce77..6fea45128c56f22ef759fda3f9ccfaa00cd0d1d0 100644 (file)
@@ -24,9 +24,9 @@
 #include <gp_Pnt2d.hxx>
 #include <vector>
 
-class Handle( HYDROData_Document );
+class HYDROData_Document;
 class HYDROData_TopoCurve;
-class Handle(HYDROData_Object);
+class HYDROData_Object;
 
 class HYDRODATA_EXPORT HYDROData_PolylineOperator
 {
@@ -82,11 +82,6 @@ protected:
     double theTolerance,
     std::vector<TopoDS_Shape>& theWires);
 
-//  static bool CreatePolylinesSplit( const Handle( HYDROData_Document )& theDoc,
-//                                    const Handle( HYDROData_PolylineXY )& thePolyline,
-//                                    const std::vector<TopoDS_Shape>& theShapes,
-//                                    bool isUseIndices);
-
   static bool CreatePolylines( const Handle( HYDROData_Document )& theDoc,
                                const Handle( HYDROData_PolylineXY )& theOldPolyline,
                                const std::vector<TopoDS_Shape>& theShape,