|
Open CASCADE Technology 6.5.2
|
The algorithm to change the Wire Edges Set (WES) contents.
The NewWES will contain only wires instead of wires and edges.
#include <BOP_WESCorrector.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOP_WESCorrector () | |
| Empty constructor; | |
| void | SetWES (const BOP_WireEdgeSet &aWES) |
| Modifier | |
| void | Do () |
| Performs the algorithm that consists of two steps 1. Make conexity blocks ( DoConnexityBlocks() ) 2. Make corrections ( DoCorrections() ) | |
| Standard_Boolean | IsDone () const |
| Selector | |
| Standard_Integer | ErrorStatus () const |
| Selector contents see BOP_WESCorrector.cxx | |
| BOP_WireEdgeSet & | WES () |
| Selector | |
| BOP_WireEdgeSet & | NewWES () |
| Selector | |
| BOP_WESCorrector::BOP_WESCorrector | ( | ) |
| void BOP_WESCorrector::Do | ( | ) |
| Standard_Integer BOP_WESCorrector::ErrorStatus | ( | ) | const |
| Standard_Boolean BOP_WESCorrector::IsDone | ( | ) | const |
| BOP_WireEdgeSet& BOP_WESCorrector::NewWES | ( | ) |
| void BOP_WESCorrector::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOP_WESCorrector::operator new | ( | size_t | size | ) | [inline] |
| void* BOP_WESCorrector::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BOP_WESCorrector::SetWES | ( | const BOP_WireEdgeSet & | aWES | ) |
| BOP_WireEdgeSet& BOP_WESCorrector::WES | ( | ) |
1.7.4