Patch for binary compatibility with old version BRep_Mesh
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)
//purpose :
//=======================================================================
BRepMesh_IncrementalMesh::BRepMesh_IncrementalMesh (const TopoDS_Shape& theShape,
- const BRepMesh_FastDiscret::Parameters& theParameters) :
+ const BRepMesh_FastDiscret::Parameters& theParameters) :
myParameters(theParameters)
{
myShape = theShape;
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.