Open CASCADE Technology 6.6.0
|
The root class for algorithms to build
faces/solids from set of edges/faces
#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 |
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 Attributes | |
Handle_BOPInt_Context | myContext |
BOPCol_ListOfShape | myShapes |
BOPCol_ListOfShape | myLoops |
BOPCol_ListOfShape | myLoopsInternal |
BOPCol_ListOfShape | myAreas |
BOPCol_MapOfOrientedShape | myShapesToAvoid |
BOPAlgo_BuilderArea::BOPAlgo_BuilderArea | ( | ) | [protected] |
virtual BOPAlgo_BuilderArea::~BOPAlgo_BuilderArea | ( | ) | [protected, virtual] |
BOPAlgo_BuilderArea::BOPAlgo_BuilderArea | ( | const BOPCol_BaseAllocator & | theAllocator | ) | [protected] |
const BOPCol_ListOfShape& BOPAlgo_BuilderArea::Areas | ( | ) | const |
const BOPCol_ListOfShape& BOPAlgo_BuilderArea::Loops | ( | ) | const |
virtual void BOPAlgo_BuilderArea::PerformAreas | ( | ) | [protected, pure virtual] |
Implemented in BOPAlgo_BuilderFace, and BOPAlgo_BuilderSolid.
virtual void BOPAlgo_BuilderArea::PerformInternalShapes | ( | ) | [protected, pure virtual] |
Implemented in BOPAlgo_BuilderFace, and BOPAlgo_BuilderSolid.
virtual void BOPAlgo_BuilderArea::PerformLoops | ( | ) | [protected, pure virtual] |
Implemented in BOPAlgo_BuilderFace, and BOPAlgo_BuilderSolid.
virtual void BOPAlgo_BuilderArea::PerformShapesToAvoid | ( | ) | [protected, pure 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 |
BOPCol_ListOfShape BOPAlgo_BuilderArea::myAreas [protected] |
Handle_BOPInt_Context BOPAlgo_BuilderArea::myContext [protected] |
BOPCol_ListOfShape BOPAlgo_BuilderArea::myLoops [protected] |
BOPCol_ListOfShape BOPAlgo_BuilderArea::myShapes [protected] |