|
Open CASCADE Technology 6.5.2
|
#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) |
| BRepTools_Modifier () | |
| Creates an empty Modifier. | |
| BRepTools_Modifier (const TopoDS_Shape &S) | |
| Creates a modifier on the shape <S>. | |
| 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>. | |
| void | Init (const TopoDS_Shape &S) |
| Initializes the modifier with the shape <S>. | |
| 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>. | |
| BRepTools_Modifier::BRepTools_Modifier | ( | ) |
| BRepTools_Modifier::BRepTools_Modifier | ( | const TopoDS_Shape & | S | ) |
| BRepTools_Modifier::BRepTools_Modifier | ( | const TopoDS_Shape & | S, |
| const Handle< BRepTools_Modification > & | M | ||
| ) |
| void BRepTools_Modifier::Init | ( | const TopoDS_Shape & | S | ) |
| Standard_Boolean BRepTools_Modifier::IsDone | ( | ) | const |
| const TopoDS_Shape& BRepTools_Modifier::ModifiedShape | ( | const TopoDS_Shape & | S | ) | const |
| void BRepTools_Modifier::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BRepTools_Modifier::operator new | ( | size_t | size | ) | [inline] |
| void* BRepTools_Modifier::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BRepTools_Modifier::Perform | ( | const Handle< BRepTools_Modification > & | M | ) |
1.7.4