Salome HOME
patch for install error on Linux
[modules/hydro.git] / src / HYDROData / HYDROData_DTM.h
index e10b286b61d5b7c8f4980281ddc820e9e28ab04a..2a60f75a9335caa10c45e3b01fb009dc37f35ec0 100644 (file)
@@ -176,9 +176,10 @@ protected:
                              TopoDS_Shape& OutOutlet,
                              bool Create3dPres,
                              bool Create2dPres,
-                             std::set<int>& InvInd );
+                             std::set<int>& InvInd,
+                             bool& WireIntersections);
 
-  static void Get2dFaceFrom3dPres(const TopoDS_Compound& cmp, TopoDS_Face& outF );
+  static bool Get2dFaceFrom3dPres(const TopoDS_Compound& cmp, TopoDS_Face& outF );
   
   static int EstimateNbPoints( const std::vector<Handle_HYDROData_Profile>& theProfiles,
                                double theDDZ, double theSpatialStep );
@@ -204,7 +205,8 @@ public:
                                                        bool Create3dPres,
                                                        bool Create2dPres,
                                                        std::set<int>& InvInd,
-                                                       int thePntsLimit );
+                                                       int thePntsLimit,
+                                                       bool& WireIntersections);
 };