|
Open CASCADE Technology
6.7.1
|
The root class for algorithms to build
faces/solids from set of edges/faces
More...
#include <BOPAlgo_BuilderArea.hxx>

Public Member Functions | |
| void | SetContext (const Handle< BOPInt_Context > &theContext) |
| const BOPCol_ListOfShape & | Shapes () const |
| void | SetShapes (const BOPCol_ListOfShape &theLS) |
| const BOPCol_ListOfShape & | Loops () const |
| const BOPCol_ListOfShape & | Areas () const |
Public Member Functions inherited from BOPAlgo_Algo | |
| virtual void | Perform ()=0 |
| Standard_Integer | ErrorStatus () const |
| Standard_Integer | WarningStatus () const |
| const BOPCol_BaseAllocator & | Allocator () const |
| void | SetRunParallel (const Standard_Boolean theFlag) |
Set the flag of parallel processing <br> if <theFlag> is true the parallel processing is switched on | |
| Standard_Boolean | RunParallel () const |
| Returns the flag of parallel processing More... | |
Protected Member Functions | |
| BOPAlgo_BuilderArea () | |
| virtual | ~BOPAlgo_BuilderArea () |
| BOPAlgo_BuilderArea (const BOPCol_BaseAllocator &theAllocator) | |
| virtual void | PerformShapesToAvoid ()=0 |
| virtual void | PerformLoops ()=0 |
| virtual void | PerformAreas ()=0 |
| virtual void | PerformInternalShapes ()=0 |
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 | |
| Handle_BOPInt_Context | myContext |
| BOPCol_ListOfShape | myShapes |
| BOPCol_ListOfShape | myLoops |
| BOPCol_ListOfShape | myLoopsInternal |
| BOPCol_ListOfShape | myAreas |
| BOPCol_MapOfOrientedShape | myShapesToAvoid |
Protected Attributes inherited from BOPAlgo_Algo | |
| BOPCol_BaseAllocator | myAllocator |
| Standard_Integer | myErrorStatus |
| Standard_Integer | myWarningStatus |
| Standard_Boolean | myRunParallel |
The root class for algorithms to build
faces/solids from set of edges/faces
|
protected |
|
protectedvirtual |
|
protected |
| const BOPCol_ListOfShape& BOPAlgo_BuilderArea::Areas | ( | ) | const |
| const BOPCol_ListOfShape& BOPAlgo_BuilderArea::Loops | ( | ) | const |
|
protectedpure virtual |
Implemented in BOPAlgo_BuilderFace, and BOPAlgo_BuilderSolid.
|
protectedpure virtual |
Implemented in BOPAlgo_BuilderFace, and BOPAlgo_BuilderSolid.
|
protectedpure virtual |
Implemented in BOPAlgo_BuilderFace, and BOPAlgo_BuilderSolid.
|
protectedpure virtual |
Implemented in BOPAlgo_BuilderFace, and BOPAlgo_BuilderSolid.
| void BOPAlgo_BuilderArea::SetContext | ( | const Handle< BOPInt_Context > & | theContext | ) |
| void BOPAlgo_BuilderArea::SetShapes | ( | const BOPCol_ListOfShape & | theLS | ) |
| const BOPCol_ListOfShape& BOPAlgo_BuilderArea::Shapes | ( | ) | const |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.5