Open CASCADE Technology 6.5.2
Public Member Functions
BOP_SFSCorrector Class Reference

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_ShellFaceSetSFS ()
 Selector

BOP_ShellFaceSetNewSFS ()
 Selector
Returns the resulting SFS


Constructor & Destructor Documentation

BOP_SFSCorrector::BOP_SFSCorrector ( )

Member Function Documentation

void BOP_SFSCorrector::Do ( )
Standard_Integer BOP_SFSCorrector::ErrorStatus ( ) const
  • 1 - Nothing is done because only constructor has been called
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 ( )

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines