|
Open CASCADE Technology 6.5.2
|
The algorithm to provide the refinition
for a resulting shape of Boolean Operation
algorithm.
(not completed yet)
#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) |
| BOP_Refiner () | |
| Empty constructor; | |
| BOP_Refiner (const TopoDS_Shape &aS) | |
| Constructor; | |
| void | SetShape (const TopoDS_Shape &aS) |
| Modifier | |
| void | SetInternals (const TopTools_ListOfShape &aLS) |
| Modifier | |
| void | Do () |
| Performs the algorithm | |
| Standard_Boolean | IsDone () const |
| Selector | |
| Standard_Integer | ErrorStatus () const |
| Selector | |
| const TopoDS_Shape & | Shape () const |
| Selector | |
| Standard_Integer | NbRemovedVertices () const |
| Selector | |
| Standard_Integer | NbRemovedEdges () const |
| Selector | |
| BOP_Refiner::BOP_Refiner | ( | ) |
| BOP_Refiner::BOP_Refiner | ( | const TopoDS_Shape & | aS | ) |
| void BOP_Refiner::Do | ( | ) |
| Standard_Integer BOP_Refiner::ErrorStatus | ( | ) | const |
| Standard_Boolean BOP_Refiner::IsDone | ( | ) | const |
| Standard_Integer BOP_Refiner::NbRemovedEdges | ( | ) | const |
| Standard_Integer BOP_Refiner::NbRemovedVertices | ( | ) | const |
| void BOP_Refiner::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOP_Refiner::operator new | ( | size_t | size | ) | [inline] |
| void* BOP_Refiner::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BOP_Refiner::SetInternals | ( | const TopTools_ListOfShape & | aLS | ) |
| void BOP_Refiner::SetShape | ( | const TopoDS_Shape & | aS | ) |
| const TopoDS_Shape& BOP_Refiner::Shape | ( | ) | const |
1.7.4