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

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