Open CASCADE Technology 6.5.2
Public Member Functions
BOP_WESCorrector Class Reference

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

BOP_WireEdgeSetNewWES ()
 Selector


Constructor & Destructor Documentation

BOP_WESCorrector::BOP_WESCorrector ( )

Member Function Documentation

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

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