|
Open CASCADE Technology 6.5.2
|
Auxiliary class to store data about set
of connex shapes
#include <BOP_ConnexityBlock.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BOP_ConnexityBlock () | |
| Empty constructor; | |
| void | SetShapes (const TopTools_ListOfShape &anEdges) |
| Modifier | |
| void | SetShapes (const TopTools_IndexedMapOfOrientedShape &nEdges) |
| Modifier | |
| void | SetRegularity (const Standard_Boolean aFlag) |
| Modifier | |
| const TopTools_ListOfShape & | Shapes () const |
| Selector | |
| Standard_Boolean | IsRegular () const |
| Selector Returns TRUE if all elements in the block are biconnexity | |
| BOP_ConnexityBlock::BOP_ConnexityBlock | ( | ) |
| Standard_Boolean BOP_ConnexityBlock::IsRegular | ( | ) | const |
| void BOP_ConnexityBlock::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOP_ConnexityBlock::operator new | ( | size_t | size | ) | [inline] |
| void* BOP_ConnexityBlock::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void BOP_ConnexityBlock::SetRegularity | ( | const Standard_Boolean | aFlag | ) |
| void BOP_ConnexityBlock::SetShapes | ( | const TopTools_ListOfShape & | anEdges | ) |
| void BOP_ConnexityBlock::SetShapes | ( | const TopTools_IndexedMapOfOrientedShape & | nEdges | ) |
| const TopTools_ListOfShape& BOP_ConnexityBlock::Shapes | ( | ) | const |
1.7.4