#include <BRepTools_Modifier.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BRepTools_Modifier () |
Creates an empty Modifier. . | |
Standard_EXPORT | BRepTools_Modifier (const TopoDS_Shape &S) |
Creates a modifier on the shape <s>. . | |
Standard_EXPORT | BRepTools_Modifier (const TopoDS_Shape &S, const Handle(BRepTools_Modification)&M) |
Creates a modifier on the shape <s>, and performs the modifications described by <m>. . | |
Standard_EXPORT void | Init (const TopoDS_Shape &S) |
Initializes the modifier with the shape <s>. . | |
Standard_EXPORT void | Perform (const Handle(BRepTools_Modification)&M) |
Performs the modifications described by <m>. . | |
Standard_Boolean | IsDone () const |
Returns Standard_True if the modification has been computed successfully. . | |
const TopoDS_Shape & | ModifiedShape (const TopoDS_Shape &S) const |
Returns the modified shape corresponding to <s>. . | |
Private Member Functions | |
Standard_EXPORT void | Put (const TopoDS_Shape &S) |
Standard_EXPORT Standard_Boolean | Rebuild (const TopoDS_Shape &S, const Handle(BRepTools_Modification)&M, const Standard_Real Tolerance) |
Private Attributes | |
TopTools_DataMapOfShapeShape | myMap |
TopoDS_Shape | myShape |
Standard_Boolean | myDone |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|