|
Open CASCADE Technology 6.5.2
|
the algorithm is to change the Shell Faces Set (SFS)contents.
The NewSFS will contain only shells
instead of shells and faces.
#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) |
| BOP_SFSCorrector () | |
| Empty constructor; | |
| void | SetSFS (const BOP_ShellFaceSet &aSFS) |
| Modifier | |
| void | Do () |
| Performs the algorithm of two steps 1. Make conexity blocks ( DoConnexityBlocks() ) 2. Make corrections ( DoCorrections() ) | |
| Standard_Boolean | IsDone () const |
| Selector | |
| Standard_Integer | ErrorStatus () const |
| Selector | |
| BOP_ShellFaceSet & | SFS () |
| Selector | |
| BOP_ShellFaceSet & | NewSFS () |
| Selector Returns the resulting SFS | |
| BOP_SFSCorrector::BOP_SFSCorrector | ( | ) |
| void BOP_SFSCorrector::Do | ( | ) |
| Standard_Integer BOP_SFSCorrector::ErrorStatus | ( | ) | const |
| Standard_Boolean BOP_SFSCorrector::IsDone | ( | ) | const |
| BOP_ShellFaceSet& BOP_SFSCorrector::NewSFS | ( | ) |
| void BOP_SFSCorrector::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOP_SFSCorrector::operator new | ( | size_t | size | ) | [inline] |
| void* BOP_SFSCorrector::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BOP_SFSCorrector::SetSFS | ( | const BOP_ShellFaceSet & | aSFS | ) |
| BOP_ShellFaceSet& BOP_SFSCorrector::SFS | ( | ) |
1.7.4