#include <BOP_SFSCorrector.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_SFSCorrector () |
Empty constructor; . | |
Standard_EXPORT void | SetSFS (const BOP_ShellFaceSet &aSFS) |
Modifier . | |
Standard_EXPORT void | Do () |
Performs the algorithm 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 - 1 - Nothing is done because only constructor has been called . | |
Standard_EXPORT BOP_ShellFaceSet & | SFS () |
Selector . | |
Standard_EXPORT BOP_ShellFaceSet & | NewSFS () |
Selector Returns the resulting SFS . | |
Private Member Functions | |
Standard_EXPORT void | DoConnexityBlocks () |
Internal Purpose . | |
Standard_EXPORT void | DoCorrections () |
Internal Purpose . | |
Private Attributes | |
BOP_PShellFaceSet | mySFS |
BOP_ShellFaceSet | myNewSFS |
BOP_ListOfConnexityBlock | myConnexityBlocks |
Standard_Boolean | myIsDone |
Standard_Integer | myErrorStatus |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|