27 #ifndef ShHealOper_Tool_HeaderFile
28 #define ShHealOper_Tool_HeaderFile
30 #include <ShapeBuild_ReShape.hxx>
31 #include <TopoDS_Shape.hxx>
55 Standard_EXPORT
virtual void Init(
const TopoDS_Shape& theShape);
66 TopoDS_Shape& theNewShape)
const
68 theNewShape = myContext->Apply(theOldShape);
69 return (!theNewShape.IsSame(theOldShape));
73 inline Standard_Boolean
IsDone()
const
81 myContext = theContext;
85 inline Handle(ShapeBuild_ReShape) Context()
110 Handle(ShapeBuild_ReShape) myContext;