#include <ShHealOper_Tool.hxx>

Public Member Functions | |
| Standard_EXPORT | ShHealOper_Tool () |
| Empty constructor. | |
| Standard_EXPORT | ShHealOper_Tool (const TopoDS_Shape &theShape) |
| virtual Standard_EXPORT void | Init (const TopoDS_Shape &theShape) |
| const TopoDS_Shape & | GetResultShape () const |
| Standard_Boolean | GetModifiedShape (const TopoDS_Shape &theOldShape, TopoDS_Shape &theNewShape) const |
| Standard_Boolean | IsDone () const |
| void | SetContext (Handle(ShapeBuild_ReShape)&theContext) |
| Handle (ShapeBuild_ReShape) Context() | |
| Standard_Integer | GetErrorStatus () |
Protected Member Functions | |
| Handle (ShapeBuild_ReShape) myContext | |
Protected Attributes | |
| TopoDS_Shape | myInitShape |
| TopoDS_Shape | myResultShape |
| Standard_Boolean | myDone |
| ShHealOper_Error | myErrorStatus |
| ShHealOper_Tool::ShHealOper_Tool | ( | ) |
References myDone, myErrorStatus, and ShHealOper_NotError.
| ShHealOper_Tool::ShHealOper_Tool | ( | const TopoDS_Shape & | theShape | ) |
References Init().
| void ShHealOper_Tool::Init | ( | const TopoDS_Shape & | theShape | ) | [virtual] |
Reimplemented in ShHealOper_ChangeOrientation, ShHealOper_CloseContour, ShHealOper_EdgeDivide, ShHealOper_FillHoles, ShHealOper_RemoveFace, ShHealOper_RemoveInternalWires, and ShHealOper_Sewing.
References myDone, myErrorStatus, myInitShape, and ShHealOper_NotError.
| const TopoDS_Shape& ShHealOper_Tool.GetResultShape | ( | ) | const |
References myResultShape.
| Standard_Boolean ShHealOper_Tool.GetModifiedShape | ( | const TopoDS_Shape & | theOldShape, |
| TopoDS_Shape & | theNewShape | ||
| ) | const |
| Standard_Boolean ShHealOper_Tool.IsDone | ( | ) | const |
References myDone.
| void ShHealOper_Tool.SetContext | ( | Handle(ShapeBuild_ReShape)& | theContext | ) |
| ShHealOper_Tool.Handle | ( | ShapeBuild_ReShape | ) |
| Standard_Integer ShHealOper_Tool.GetErrorStatus | ( | ) |
References myErrorStatus.
| ShHealOper_Tool.Handle | ( | ShapeBuild_ReShape | ) | [protected] |
TopoDS_Shape ShHealOper_Tool.myInitShape [protected] |
TopoDS_Shape ShHealOper_Tool.myResultShape [protected] |
Standard_Boolean ShHealOper_Tool.myDone [protected] |
ShHealOper_Error ShHealOper_Tool.myErrorStatus [protected] |