#include <BOP_Refiner.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BOP_Refiner () |
Empty constructor; . | |
Standard_EXPORT | BOP_Refiner (const TopoDS_Shape &aS) |
Constructor; . | |
Standard_EXPORT void | SetShape (const TopoDS_Shape &aS) |
Modifier . | |
Standard_EXPORT void | SetInternals (const TopTools_ListOfShape &aLS) |
Modifier . | |
Standard_EXPORT void | Do () |
Performs the algorithm . | |
Standard_EXPORT Standard_Boolean | IsDone () const |
Selector . | |
Standard_EXPORT Standard_Integer | ErrorStatus () const |
Selector . | |
Standard_EXPORT const TopoDS_Shape & | Shape () const |
Selector . | |
Standard_EXPORT Standard_Integer | NbRemovedVertices () const |
Selector . | |
Standard_EXPORT Standard_Integer | NbRemovedEdges () const |
Selector . | |
Private Member Functions | |
Standard_EXPORT void | DoInternals () |
Internal usage . | |
Private Attributes | |
TopoDS_Shape | myShape |
Standard_Boolean | myIsDone |
Standard_Integer | myErrorStatus |
Standard_Integer | myNbRemovedVertices |
Standard_Integer | myNbRemovedEdges |
TopTools_ListOfShape | myInternals |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|