mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
#314 Integration of the Message_ProgressIndicator in the BRep_Mesh and Express_Mesh
Patch for binary compatibility with old version BRep_Mesh
This commit is contained in:
@@ -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)
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user