#include <BOPTools_CommonBlockAPI.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | BOPTools_CommonBlockAPI (const BOPTools_ListOfCommonBlock &aList) |
Constructor . | |
Standard_EXPORT const BOPTools_ListOfCommonBlock & | List () const |
Selector . | |
Standard_EXPORT const BOPTools_ListOfPaveBlock & | CommonPaveBlocks (const Standard_Integer anE) const |
Returns all PaveBlock-s (from the list) that are common for the given edge with DS-index <ane> . | |
Standard_EXPORT Standard_Boolean | IsCommonBlock (const BOPTools_PaveBlock &aPB) const |
Returns TRUE if given PaveBlock <apb> is common for the Blocks from the list . | |
Private Attributes | |
Standard_Address | myListOfCommonBlock |
BOPTools_ListOfPaveBlock | myListOfPaveBlock |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|