]> OCCT Git - occt-copy.git/commitdiff
#314 Integration of the Message_ProgressIndicator in the BRep_Mesh and Express_Mesh
authorgka <galina.kulikova@opencascade.com>
Mon, 21 Sep 2020 11:30:22 +0000 (14:30 +0300)
committergka <galina.kulikova@opencascade.com>
Mon, 21 Sep 2020 11:30:22 +0000 (14:30 +0300)
Patch for binary compatibility with old version BRep_Mesh

src/BRepMesh/BRepMesh_DiscretRoot.hxx
src/BRepMesh/BRepMesh_IncrementalMesh.cxx
src/BRepMesh/BRepMesh_IncrementalMesh.hxx

index cbdda70e7774ae6c1a24f5439529c16dd7e0477f..a2aed351f671f11c4f32fc89b46b314d7c3f0484 100644 (file)
@@ -50,9 +50,7 @@ public:
   Standard_EXPORT virtual void Perform () =0;
   
     
-  //! Compute triangulation for set shape.
-  Standard_EXPORT virtual void Perform (const Handle(Message_ProgressIndicator) &theProgress ) = 0;
-
+  
 
   DEFINE_STANDARD_RTTIEXT(BRepMesh_DiscretRoot,Standard_Transient)
 
index 9a5cd9cb5e6cb034cf8a5589d2507c4500083de8..7d73621446fa291056dd71b6374a9e6c85089243 100644 (file)
@@ -108,7 +108,7 @@ BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh( const TopoDS_Shape&    theSh
 //purpose  : 
 //=======================================================================
 BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (const TopoDS_Shape& theShape,
-                                                    const BRepMesh_FastDiscret::Parameters& theParameters)  : 
+  const BRepMesh_FastDiscret::Parameters& theParameters) : 
   myParameters(theParameters) 
 {
   myShape       = theShape;
index 0f7601b4b9b04687778fc0b01a30deed95bec95a..48dfadce44b6f90f10c670eb31f2aebf2467008d 100644 (file)
@@ -80,7 +80,7 @@ public: //! @name mesher API
   Standard_EXPORT virtual void Perform() Standard_OVERRIDE;
 
   //! Performs meshing ot the shape.
-  Standard_EXPORT virtual void Perform(const Handle(Message_ProgressIndicator) &theProgress) Standard_OVERRIDE;
+  Standard_EXPORT void Perform(const Handle(Message_ProgressIndicator) &theProgress);
   
 public: //! @name accessing to parameters.