Open CASCADE Technology  6.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
BOPAlgo_ShellSplitter Class Reference

The class provides the splitting of the set of connected faces
on separate loops
More...

#include <BOPAlgo_ShellSplitter.hxx>

Inheritance diagram for BOPAlgo_ShellSplitter:
Inheritance graph
[legend]

Public Member Functions

 BOPAlgo_ShellSplitter ()
 empty constructor
More...
 
virtual ~BOPAlgo_ShellSplitter ()
 
 BOPAlgo_ShellSplitter (const BOPCol_BaseAllocator &theAllocator)
 constructor
More...
 
void AddStartElement (const TopoDS_Shape &theS)
 adds a face <theS> to process
More...
 
const BOPCol_ListOfShapeStartElements () const
 return the faces to process
More...
 
virtual void Perform ()
 performs the algorithm
More...
 
const BOPCol_ListOfShapeShells () const
 returns the loops
More...
 
- Public Member Functions inherited from BOPAlgo_Algo
Standard_Integer ErrorStatus () const
 
Standard_Integer WarningStatus () const
 
const BOPCol_BaseAllocatorAllocator () const
 
void SetRunParallel (const Standard_Boolean theFlag)
 
 Set the flag of parallel processing <br>

if <theFlag> is true the parallel processing is switched on
if <theFlag> is false the parallel processing is switched off

More...

 
Standard_Boolean RunParallel () const
 Returns the flag of parallel processing
More...
 

Static Public Member Functions

static void SplitBlock (BOPTools_ConnexityBlock &theCB)
 

Protected Member Functions

void MakeConnexityBlocks ()
 
void MakeShells ()
 
- Protected Member Functions inherited from BOPAlgo_Algo
 BOPAlgo_Algo ()
 
virtual ~BOPAlgo_Algo ()
 
 BOPAlgo_Algo (const BOPCol_BaseAllocator &theAllocator)
 
virtual void CheckData ()
 
virtual void CheckResult ()
 

Protected Attributes

BOPCol_ListOfShape myStartShapes
 
BOPCol_ListOfShape myShells
 
BOPTools_ListOfConnexityBlock myLCB
 
- Protected Attributes inherited from BOPAlgo_Algo
BOPCol_BaseAllocator myAllocator
 
Standard_Integer myErrorStatus
 
Standard_Integer myWarningStatus
 
Standard_Boolean myRunParallel
 

Detailed Description

The class provides the splitting of the set of connected faces
on separate loops

Constructor & Destructor Documentation

BOPAlgo_ShellSplitter::BOPAlgo_ShellSplitter ( )

empty constructor

virtual BOPAlgo_ShellSplitter::~BOPAlgo_ShellSplitter ( )
virtual
BOPAlgo_ShellSplitter::BOPAlgo_ShellSplitter ( const BOPCol_BaseAllocator theAllocator)

constructor

Member Function Documentation

void BOPAlgo_ShellSplitter::AddStartElement ( const TopoDS_Shape theS)

adds a face <theS> to process

void BOPAlgo_ShellSplitter::MakeConnexityBlocks ( )
protected
void BOPAlgo_ShellSplitter::MakeShells ( )
protected
virtual void BOPAlgo_ShellSplitter::Perform ( )
virtual

performs the algorithm

Implements BOPAlgo_Algo.

const BOPCol_ListOfShape& BOPAlgo_ShellSplitter::Shells ( ) const

returns the loops

static void BOPAlgo_ShellSplitter::SplitBlock ( BOPTools_ConnexityBlock theCB)
static
const BOPCol_ListOfShape& BOPAlgo_ShellSplitter::StartElements ( ) const

return the faces to process

Field Documentation

BOPTools_ListOfConnexityBlock BOPAlgo_ShellSplitter::myLCB
protected
BOPCol_ListOfShape BOPAlgo_ShellSplitter::myShells
protected
BOPCol_ListOfShape BOPAlgo_ShellSplitter::myStartShapes
protected

The documentation for this class was generated from the following file: