|
Open CASCADE Technology 6.5.2
|
#include <BOP_Area3dBuilder.hxx>

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