|
Open CASCADE Technology 6.5.2
|
class that provide some useful tools
to manage with a List Of Common Block-s
#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) |
| BOPTools_CommonBlockAPI (const BOPTools_ListOfCommonBlock &aList) | |
| Constructor | |
| const BOPTools_ListOfCommonBlock & | List () const |
| Selector | |
| 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_Boolean | IsCommonBlock (const BOPTools_PaveBlock &aPB) const |
| Returns TRUE if given PaveBlock <aPB> is common for the Blocks from the list | |
| BOPTools_CommonBlockAPI::BOPTools_CommonBlockAPI | ( | const BOPTools_ListOfCommonBlock & | aList | ) |
| const BOPTools_ListOfPaveBlock& BOPTools_CommonBlockAPI::CommonPaveBlocks | ( | const Standard_Integer | anE | ) | const |
| Standard_Boolean BOPTools_CommonBlockAPI::IsCommonBlock | ( | const BOPTools_PaveBlock & | aPB | ) | const |
| const BOPTools_ListOfCommonBlock& BOPTools_CommonBlockAPI::List | ( | ) | const |
| void BOPTools_CommonBlockAPI::operator delete | ( | void * | anAddress | ) | [inline] |
| void* BOPTools_CommonBlockAPI::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* BOPTools_CommonBlockAPI::operator new | ( | size_t | size | ) | [inline] |
1.7.4