#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) |
Standard_EXPORT | BOP_ConnexityBlock () |
Empty constructor; . | |
Standard_EXPORT void | SetShapes (const TopTools_ListOfShape &anEdges) |
Modifier . | |
Standard_EXPORT void | SetShapes (const TopTools_IndexedMapOfOrientedShape &nEdges) |
Modifier . | |
Standard_EXPORT void | SetRegularity (const Standard_Boolean aFlag) |
Modifier . | |
Standard_EXPORT const TopTools_ListOfShape & | Shapes () const |
Selector . | |
Standard_EXPORT Standard_Boolean | IsRegular () const |
Selector Returns TRUE if all elements in the block are biconnexity . | |
Private Attributes | |
Standard_Boolean | myRegularity |
TopTools_ListOfShape | myShapes |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|