|
Open CASCADE Technology 6.5.2
|
construct Areas for Solids from a Shell Faces Set
#include <BOP_SolidAreaBuilder.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOP_SolidAreaBuilder () | |
| Empty constructor; | |
| BOP_SolidAreaBuilder (BOP_LoopSet &LS, BOP_LoopClassifier &LC, const Standard_Boolean ForceClassFlag=Standard_False) | |
| Creates an object to build solids on the (shells, blocks of faces) of <LS>, using the classifier <LC>. | |
| void | InitSolidAreaBuilder (BOP_LoopSet &LS, BOP_LoopClassifier &LC, const Standard_Boolean ForceClassFlag) |
| Initialize the object to find the areas of the shapes described by <LS>, using the classifier <LC>. | |
| BOP_SolidAreaBuilder::BOP_SolidAreaBuilder | ( | ) |
| BOP_SolidAreaBuilder::BOP_SolidAreaBuilder | ( | BOP_LoopSet & | LS, |
| BOP_LoopClassifier & | LC, | ||
| const Standard_Boolean | ForceClassFlag = Standard_False |
||
| ) |
| void BOP_SolidAreaBuilder::InitSolidAreaBuilder | ( | BOP_LoopSet & | LS, |
| BOP_LoopClassifier & | LC, | ||
| const Standard_Boolean | ForceClassFlag | ||
| ) |
| void BOP_SolidAreaBuilder::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from BOP_Area3dBuilder.
| void* BOP_SolidAreaBuilder::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from BOP_Area3dBuilder.
| void* BOP_SolidAreaBuilder::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from BOP_Area3dBuilder.
1.7.4