#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) |
Standard_EXPORT | BOP_WESCorrector () |
Empty constructor; . | |
Standard_EXPORT void | SetWES (const BOP_WireEdgeSet &aWES) |
Modifier . | |
Standard_EXPORT void | Do () |
Performs the algorithm that consists of two steps 1. Make conexity blocks ( DoConnexityBlocks() ) 2. Make corrections ( DoCorrections() ) . | |
Standard_EXPORT Standard_Boolean | IsDone () const |
Selector . | |
Standard_EXPORT Standard_Integer | ErrorStatus () const |
Selector contents see BOP_WESCorrector.cxx . | |
Standard_EXPORT BOP_WireEdgeSet & | WES () |
Selector . | |
Standard_EXPORT BOP_WireEdgeSet & | NewWES () |
Selector . | |
Private Member Functions | |
Standard_EXPORT void | DoConnexityBlocks () |
Standard_EXPORT void | DoCorrections () |
Private Attributes | |
BOP_PWireEdgeSet | myWES |
BOP_WireEdgeSet | myNewWES |
BOP_ListOfConnexityBlock | myConnexityBlocks |
Standard_Boolean | myIsDone |
Standard_Integer | myErrorStatus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|